ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
Revision: 1.9
Committed: Fri Mar 23 17:40:29 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.8: +6 -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.6 TODO: document conversion algorithm
4 root 1.9 TODO: allow a configurable recursion limit and/or or other forms of resource limiting (string size, memory usage...)
5     TODO: maybe simply use \0 and \1 as true/false when encoding (and overloaded/blessed versions thereof on
6     decoding?)
7 root 1.6
8 root 1.4 0.3
9 root 1.5 - remove spurious PApp::Util reference (John McNamara).
10     - adapted lots of tests from other json modules
11     (idea by Chris Carline).
12 root 1.9 - documented mapping from json to perl and vice versa.
13 root 1.5 - added short escaping forms, reducing the created
14     json texts a bit.
15     - added shrink flag.
16     - when flag methods are called without enable argument
17     they will by default enable their flag.
18     - considerably improved string encoding speed (at least
19     with gcc 4).
20 root 1.7 - added a test that covers lots of different characters.
21     - clarified some error messages.
22     - error messages now use correct character offset
23     with F_UTF8.
24 root 1.8 - improve the "no bytes" and "no warnings" hacks in
25     case the called functions do... stuff.
26 root 1.9 - croak when encoding to ascii and an out-of-range
27     (non-unicode) codepoint is encountered.
28 root 1.4
29 root 1.3 0.2 Fri Mar 23 00:23:34 CET 2007
30     - the "could not sleep without debuggign release".
31     it should basically work now, with many bugs as
32     no production tests have been run yet.
33     - added more testcases.
34     - the expected shitload of bugfixes.
35     - handle utf8 flag correctly in decode.
36     - fix segfault in decoder.
37     - utf8n_to_uvuni sets retlen to -1, but retlen is an
38     unsigned types (argh).
39     - fix decoding of utf-8 strings.
40     - improved error diagnostics.
41     - fix decoding of 'null'.
42     - fix parsing of empty array/hashes
43     - silence warnings when we prepare the croak message.
44    
45 root 1.2 0.1 Thu Mar 22 22:13:43 CET 2007
46     - first release, very untested, basically just to claim
47     the namespace.
48 root 1.1
49     0.01 Thu Mar 22 06:08:12 CET 2007
50     - original version; cloned from Convert-Scalar
51