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

Comparing JSON-XS/Changes (file contents):
Revision 1.1 by root, Thu Mar 22 16:40:16 2007 UTC vs.
Revision 1.4 by root, Fri Mar 23 10:47:05 2007 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2
30.3
4 - remove spurious Papp::Util reference (Andreas König).
5
60.2 Fri Mar 23 00:23:34 CET 2007
7 - the "could not sleep without debuggign release".
8 it should basically work now, with many bugs as
9 no production tests have been run yet.
10 - added more testcases.
11 - the expected shitload of bugfixes.
12 - handle utf8 flag correctly in decode.
13 - fix segfault in decoder.
14 - utf8n_to_uvuni sets retlen to -1, but retlen is an
15 unsigned types (argh).
16 - fix decoding of utf-8 strings.
17 - improved error diagnostics.
18 - fix decoding of 'null'.
19 - fix parsing of empty array/hashes
20 - silence warnings when we prepare the croak message.
21
220.1 Thu Mar 22 22:13:43 CET 2007
23 - first release, very untested, basically just to claim
24 the namespace.
2 25
30.01 Thu Mar 22 06:08:12 CET 2007 260.01 Thu Mar 22 06:08:12 CET 2007
4 - original version; cloned from Convert-Scalar 27 - original version; cloned from Convert-Scalar
5 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines