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

Comparing JSON-XS/Changes (file contents):
Revision 1.5 by root, Fri Mar 23 15:10:55 2007 UTC vs.
Revision 1.7 by root, Fri Mar 23 15:57:17 2007 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2
3TODO: document conversion algorithm
2 4
30.3 50.3
4 - remove spurious PApp::Util reference (John McNamara). 6 - remove spurious PApp::Util reference (John McNamara).
5 - adapted lots of tests from other json modules 7 - adapted lots of tests from other json modules
6 (idea by Chris Carline). 8 (idea by Chris Carline).
9 - added shrink flag. 11 - added shrink flag.
10 - when flag methods are called without enable argument 12 - when flag methods are called without enable argument
11 they will by default enable their flag. 13 they will by default enable their flag.
12 - considerably improved string encoding speed (at least 14 - considerably improved string encoding speed (at least
13 with gcc 4). 15 with gcc 4).
16 - added a test that covers lots of different characters.
17 - clarified some error messages.
18 - error messages now use correct character offset
19 with F_UTF8.
14 20
150.2 Fri Mar 23 00:23:34 CET 2007 210.2 Fri Mar 23 00:23:34 CET 2007
16 - the "could not sleep without debuggign release". 22 - the "could not sleep without debuggign release".
17 it should basically work now, with many bugs as 23 it should basically work now, with many bugs as
18 no production tests have been run yet. 24 no production tests have been run yet.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines