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