ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
Revision: 1.3
Committed: Thu Mar 22 23:24:18 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-0_2
Changes since 1.2: +16 -0 lines
Log Message:
*** empty log message ***

File Contents

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