ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
Revision: 1.4
Committed: Fri Mar 23 10:47:05 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.3: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension JSON::XS
2 root 1.2
3 root 1.4 0.3
4     - remove spurious Papp::Util reference (Andreas König).
5    
6 root 1.3 0.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    
22 root 1.2 0.1 Thu Mar 22 22:13:43 CET 2007
23     - first release, very untested, basically just to claim
24     the namespace.
25 root 1.1
26     0.01 Thu Mar 22 06:08:12 CET 2007
27     - original version; cloned from Convert-Scalar
28