pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:85:
o Stdio.Stat()->size is now LARGEFILE aware. o Clearing a read-callback on operating systems that use select(2) no longer leaves it active in the read fd set if there is a read out-of-band data callback. 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 Hardware optimized IEEE floating point input/output is disabled
+
on NetBSD/alpha and FreeBSD/alpha since these systems only implement
+
partial IEEE support.
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