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

Comparing JSON-XS/Changes (file contents):
Revision 1.42 by root, Tue May 22 22:35:48 2007 UTC vs.
Revision 1.44 by root, Wed May 23 22:07:13 2007 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2 2
3TODO: maybe use some overload magic to decode true and false into something 3TODO: maybe use some overload magic to decode true and false into something
4 not 0 or 1 in perl. or use attached magic? 4 not 0 or 1 in perl. or use attached magic?
5TODO: get rid of dynamic arrays to support so-called C compilers
6 by fucking microsoft that do not do C. argl, snprintf is also
7 missing.
8 5
9 - require 5.8.8 explicitly as older perls do not seem to offer 6 - require 5.8.8 explicitly as older perls do not seem to offer
10 the required macros. 7 the required macros.
8 - possibly made it compile on so-called C compilers by microsoft.
11 9
121.21 Wed May 9 18:40:32 CEST 2007 101.21 Wed May 9 18:40:32 CEST 2007
13 - character offset reported for trailing garbage is random. 11 - character offset reported for trailing garbage is random.
14 12
151.2 Wed May 9 18:35:01 CEST 2007 131.2 Wed May 9 18:35:01 CEST 2007

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines