pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-12-17
2016-12-17 16:50:28 by Martin Nilsson <nilsson@fastmail.com>
2566eff890ab7b233481e91d8d8c2f0300ca1c80 (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Document ph:s sscanf %O extensions.
67:
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.
+
+
Incompatible changes --------------------