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

Comparing JSON-XS/Changes (file contents):
Revision 1.2 by root, Thu Mar 22 21:13:58 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
4
50.3
6 - remove spurious PApp::Util reference (John McNamara).
7 - adapted lots of tests from other json modules
8 (idea by Chris Carline).
9 - added short escaping forms, reducing the created
10 json texts a bit.
11 - added shrink flag.
12 - when flag methods are called without enable argument
13 they will by default enable their flag.
14 - considerably improved string encoding speed (at least
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.
20
210.2 Fri Mar 23 00:23:34 CET 2007
22 - the "could not sleep without debuggign release".
23 it should basically work now, with many bugs as
24 no production tests have been run yet.
25 - added more testcases.
26 - the expected shitload of bugfixes.
27 - handle utf8 flag correctly in decode.
28 - fix segfault in decoder.
29 - utf8n_to_uvuni sets retlen to -1, but retlen is an
30 unsigned types (argh).
31 - fix decoding of utf-8 strings.
32 - improved error diagnostics.
33 - fix decoding of 'null'.
34 - fix parsing of empty array/hashes
35 - silence warnings when we prepare the croak message.
2 36
30.1 Thu Mar 22 22:13:43 CET 2007 370.1 Thu Mar 22 22:13:43 CET 2007
4 - first release, very untested, basically just to claim 38 - first release, very untested, basically just to claim
5 the namespace. 39 the namespace.
6 40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines