Use %n instead of %S in calls to get_all_args(). %S has been a compat alias for %n since 2004. For now it remains one, but should have no further in-tree users.
Merge commit '722771973bd' into patches/lyslyskom22891031 * commit '722771973bd': (6177 commits) Verify that callablep responses are aligned with reality. ...
Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap * commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits) Removed the old typechecker. ...
Merge remote-tracking branch 'origin/master' into new_utf8
Merge remote-tracking branch 'origin/8.1' into gobject-introspection
Avoid sending function name to get_all_args
Merge commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e' into patches/pike63 * commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e': (19587 commits) ...
Static:ified a lot of strings. This is more or less all instances of push_text(static data here). Left to do: make_shared_X_string(static data here). :)
Binary size: push_constant_text -> push_text when not time-critical. Especially in error handling, and code that does a lot of other string operations anyway the speed gain is not wort the 100+ bytes code size of each instance of push_constant_text This saves about 20K of code size (main pike binary), while not really changing the speed much. push_constant_text that seemed to be in at least pseudo-time-critical code was kept as they were. On a related note, push_constant_text(":") four times in a row creates four different string variables, for obvious reasons. Some of the remaining push_constant_text really should have a module/file local string variable, even though that is more bothersome to create. It might be nice to have this in .cmod files automatically.
Image.NEO: Fixed NULL-deref when decoding hi-res.
Merge remote-tracking branch 'origin/8.0' into string_alloc
Added void to zero argument functions.
Merge branch '8.0' into gobject-introspection
Merge remote-tracking branch 'origin/7.9' into pdf
Removed $Id$.
No more foreign_idents. More pain than they are worth.
No more foreign_idents.
Some malloc fixes Rev: src/modules/Image/blit.c:1.57 Rev: src/modules/Image/colortable.c:1.120 Rev: src/modules/Image/dct.c:1.27 Rev: src/modules/Image/encodings/atari.c:1.4 Rev: src/modules/Image/encodings/atari.h:1.4 Rev: src/modules/Image/encodings/neo.c:1.10 Rev: src/modules/Image/encodings/pcx.c:1.22 Rev: src/modules/Image/encodings/png.c:1.64 Rev: src/modules/Image/encodings/tga.c:1.36 Rev: src/modules/Image/encodings/wbf.c:1.16 Rev: src/modules/Image/encodings/x.c:1.46 Rev: src/modules/Image/encodings/xcf.c:1.49 Rev: src/modules/Image/font.c:1.84 Rev: src/modules/Image/image.c:1.215 Rev: src/modules/Image/matrix.c:1.49 Rev: src/modules/Image/pattern.c:1.30 Rev: src/modules/Image/polyfill.c:1.49 Rev: src/modules/Image/search.c:1.29
We must create all the colorcycle images at this point, since several palette colors might have the same color value and thus doesn't survive in the pixel value world. Rev: src/modules/Image/encodings/neo.c:1.9
Documentation. Rev: src/modules/Image/encodings/neo.c:1.8
Return palette so that color cycling can be done. Better types. Rev: src/modules/Image/encodings/neo.c:1.7
Fixed possible string unleak. Fixed warning. Rev: src/modules/Image/encodings/neo.c:1.6
Wups. Rev: src/modules/Image/encodings/neo.c:1.5 Rev: src/modules/Image/encodings/xcf.c:1.46
Look for asm/mmx.h. Rev: src/configure.in:1.740 Rev: src/main.c:1.182 Rev: src/modules/Image/encodings/neo.c:1.4 Rev: src/modules/Image/encodings/xcf.c:1.45 Rev: src/modules/Image/layers.c:1.90 Rev: src/port.c:1.76
Fixed filename and color cycling stuff. Rev: src/modules/Image/encodings/neo.c:1.3
Autodoc Rev: src/modules/Image/encodings/neo.c:1.2
Neochrome support. (By nilsson, minor fixes by sigge.) Rev: src/modules/Image/encodings/Makefile.in:1.39 Rev: src/modules/Image/encodings/atari.c:1.1 Rev: src/modules/Image/encodings/atari.h:1.1 Rev: src/modules/Image/encodings/encodings.h:1.6 Rev: src/modules/Image/encodings/neo.c:1.1 Rev: src/modules/Image/initstuff.h:1.18