pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:1:
Changes since Pike 7.4.10: ---------------------------------------------------------------------- o Bugfix in Parser.C. "!=" is now considered one token instead of two.
-
o
depend_p() bugfix in las.
-
http://pike.ida.liu.se/development/cvs/pike.xml?between=2002-12-25&and=2002-12-28
-
o
Bugfixed loop over-optimization
.
-
http://pike
.
ida.liu.se/development/cvs/pike.xml?between=2002-12-20%2015:00:00&and=2002-12-20%2018:00:00
+
o Bugfixed loop over-optimization
caused by faulty dependency
+
analysis
.
o Postgres 7.3+ correctly detected.
-
-
o
"Backported
funcion
_object
fixes
from
Pike 7.
5"/"function_object()
-
now
behaves
as
in
Pike
7.2.
The
other
cases
have
been
moved
to
-
function_program()
."
-
http://pike
.
ida.liu.se/development/cvs/pike.xml?between=2003-02-19&and=2003-02-19%2005:00:00
-
+
o
Now
function
_object
behaves
as
in
Pike 7.
2 again, returning zero if
+
the
argument
is
a
constant
in
the
parent
class.
In
that
case
+
function_program()
can
be used to get the parent program
.
o Added System.dumpable() which can be used on Linux to enable coredumping even for seteuid/setegid processes. o Image.FreeType now selects the hopefully best character map when loading a font, instead of just picking a random one. o Fixed a bug that made searching for 8 bit strings in wider strings fail. o Fixed fencepost bug on overflow of the sprintf format info stack. o Fixed bugs in float parsing code, preventing very large positive or negative floats from being turned into 1.0 or -1.0. o More robustness has been added to dlinit() and __alldiv(), which