pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:66:
o Fixed multiple integer over- and underflow bugs. o Extended sscanf %O sscanf() is now able to parse all base types that sprintf %O can output. It can now also parse most literal constants pike accepts, including integers prefixed with 0x and 0b, and floating point numbers in scientific notation.
+
Bug fixes
+
---------
+
+
o Operator functions
+
+
Calling operator functions with more than two arguments will now
+
work correctly for objects, where previously only the first two
+
objects where added.
+
+
Incompatible changes -------------------- o Gz.crc32 and Nettle.crc32c now only return positive results. o glob() has changed. The main incompatibilities are that [ and \ are now special characters in the pattern, and if you check the return value against 1 instead of checking if it's true, and use an array as the first