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

Comparing JSON-XS/Changes (file contents):
Revision 1.109 by root, Sat Apr 5 18:15:45 2008 UTC vs.
Revision 1.110 by root, Wed Apr 16 18:38:38 2008 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2 2
32.2 32.2 Wed Apr 16 20:37:25 CEST 2008
4 - lifted the log2 rounding restriction of max_depth and max_size. 4 - lifted the log2 rounding restriction of max_depth and max_size.
5 - make booleans mutable by creating a copy instead of handing out 5 - make booleans mutable by creating a copy instead of handing out
6 the same scalar (reported by pasha sadri). 6 the same scalar (reported by pasha sadri).
7 - added support for incremental json parsing (still EXPERIMENTAL). 7 - added support for incremental json parsing (still EXPERIMENTAL).
8 - implemented and added a json_xs command line utility that can convert 8 - implemented and added a json_xs command line utility that can convert

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines