pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:83:
o The initialization code no longer calls fpsetmask(0) on operating systems where this API call is broken (eg OpenBSD 3.2/alpha). 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).
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