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

Comparing JSON-XS/Changes (file contents):
Revision 1.104 by root, Tue Mar 25 06:37:38 2008 UTC vs.
Revision 1.107 by root, Wed Mar 26 22:54:37 2008 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2 2
3implement incremental parsing mode (faked) 3 - make booleans mutable by creating a copy instead of handing out
4 4 the same scalar (reported by pasha sadri).
5 - added support for incremental json parsing (still EXPERIMENTAL).
5 - implemented and added a json_xs command line utility that can convert 6 - implemented and added a json_xs command line utility that can convert
6 from/to a number of serialisation formats - tell me if you need more. 7 from/to a number of serialisation formats - tell me if you need more.
7 - moved down =encoding directive a bit, too much breaks if its the first 8 - moved down =encoding directive a bit, too much breaks if its the first
8 pod directive :/. 9 pod directive :/.
10 - removed documentation section on other modules, it became somewhat
11 outdated and is nowadays mostly of historical interest.
9 12
102.1 Wed Mar 19 23:23:18 CET 2008 132.1 Wed Mar 19 23:23:18 CET 2008
11 - update documentation here and there: add a large section 14 - update documentation here and there: add a large section
12 about utf8/latin1/ascii flags, add a security consideration 15 about utf8/latin1/ascii flags, add a security consideration
13 and extend and clarify the JSON and YAML section. 16 and extend and clarify the JSON and YAML section.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines