ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
(Generate patch)

Comparing JSON-XS/Changes (file contents):
Revision 1.100 by root, Wed Mar 19 15:17:53 2008 UTC vs.
Revision 1.105 by root, Tue Mar 25 07:46:15 2008 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2 2
3 - added support for incremental json parsing (still EXPERIMENTAL).
4 - implemented and added a json_xs command line utility that can convert
5 from/to a number of serialisation formats - tell me if you need more.
6 - moved down =encoding directive a bit, too much breaks if its the first
7 pod directive :/.
8
92.1 Wed Mar 19 23:23:18 CET 2008
3 - update documentation here and there, add a large section 10 - update documentation here and there: add a large section
4 about utf8/latin1/ascii flags, add a security consideration. 11 about utf8/latin1/ascii flags, add a security consideration
12 and extend and clarify the JSON and YAML section.
5 - medium speed enhancements when encoding/decoding non-ascii chars. 13 - medium speed enhancements when encoding/decoding non-ascii chars.
6 - minor speedup in number encoding case. 14 - minor speedup in number encoding case.
7 - extend and clarify the section on incompatibilities 15 - extend and clarify the section on incompatibilities
8 between YAML and JSON. 16 between YAML and JSON.
9 - switch to static inline from just inline when using gcc. 17 - switch to static inline from just inline when using gcc.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines