pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-02-19
2014-02-19 04:52:24 by Bill Welliver <bill@welliver.org>
df1d1da4978e97df6994788801e916aafb1b5d6c (
22
lines) (+
21
/-
1
)
[
Show
|
Annotate
]
Branch:
7.8
CHANGES: updated for new alpha
69:
- Add -mcpu=niagara to CFLAGS on sun4v
+
- Disable machine code when compiling using GCC 4.6.0 and above, to avoid
+
a broken machine code generator.
+
o Threads: - Fixed hang in co_wait_interpreter().
166:
- Change gobject signal connect to before instead of after.
+
- Fix a refcounting crash in GDKEvent.
+
+
- Pass arguments to accel_group callbacks separately rather than as
+
one array.
+
+
- Call the correct callback when an accelerator is hit.
+
+
- TreePath: Query the depth for get_indices() rather than looking for
+
a terminator.
+
+
- Add a signal_stop() method to prevent signal propagation.
+
Image: - Fonts: Add PS_NAME attribute in info mapping if possible.
173:
Needed to facilitate compatibility with code relying on behaviour of older versions of FreeType.
+
- Fonts: Enhanced compatibility with newer versions of FreeType.
+
- JPEG: Disable the module if empty - Add basic CMYK/YCCK support to Image.JPEG.decode(). Fixes [bug 6163].
325:
- Fixed a bug in Stdio.FakeFile::read_function() where read data wasn't returned.
+
- Open files in binary mode, for systems that care (OS/2, etc).
+
Standards: - Standards.EXIF supports rationals with a zero denominator.