pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2011-03-12
2011-03-12 20:53:36 by Martin Stjernholm <mast@lysator.liu.se>
2ac499c0aea52c81f98e801c367eaf8126c8e336 (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Throw proper error objects from decode_value.
Also fixed some confusing error messages.
1:
+
Changes since Pike 7.8 (scratch area for future release notes)
+
----------------------------------------------------------------------
+
+
o decode_value now throws the error object Error.DecodeError. Useful
+
to catch format errors in the decode string.
+
+
Changes since Pike 7.8.352 (third 7.8 release): ----------------------------------------------------------------------