pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:93:
o Fixed bug in Image.Image()->scale(0.5) where it could generate zero- size image objects. o Fixed rounding bug in Image.Colortable that caused it to disregard exact matches near cubicle boundaries. o Fixed opcode level trace and debug (when compiled with --with-rtldebug). o The Image module can now be compiled on SunOS 4.1.1_U1, whose assembler doesn't like long strings. o The pseudo random sequences generated by random() should now be the same on 32 bit and 64 bit machines, given the same seed.
+
o Fixed handling of 64 bit file pointers on NT.
+
o Fixed handling of 64 bit file pointers in Stdio.File.truncate and
+
file_truncate.
Changes since Pike 7.2.30: ---------------------------------------------------------------------- New/improved functionality: --------------------------- o New Hilfe The interactive pike environment you get when running pike without giving a program name, has been thoroughly rewritten. Most notably