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

Comparing JSON-XS/Changes (file contents):
Revision 1.183 by root, Thu Nov 15 20:49:12 2018 UTC vs.
Revision 1.184 by root, Thu Nov 15 22:35:35 2018 UTC

21 decode. 21 decode.
22 - decode would wrongly accept ASCII NUL characters instead of 22 - decode would wrongly accept ASCII NUL characters instead of
23 reporting them as trailing garbage. 23 reporting them as trailing garbage.
24 - work around what smells like a perl bug w.r.t. exceptions 24 - work around what smells like a perl bug w.r.t. exceptions
25 thrown in callbacks. 25 thrown in callbacks.
26 - incremental parser now more or less respects allow_nonref.
26 - json_xs json-pretty now enables canonical mode. 27 - json_xs json-pretty now enables canonical mode.
28 - add documentation section about I-JSON.
27 - minor documentation fixes/updates. 29 - minor documentation fixes/updates.
28 30
293.04 Thu Aug 17 04:30:47 CEST 2017 313.04 Thu Aug 17 04:30:47 CEST 2017
30 - change exponential realloc algorithm on encoding and string decoding to be 32 - change exponential realloc algorithm on encoding and string decoding to be
31 really exponential (this helps slow/debugging allocators such as libumem) 33 really exponential (this helps slow/debugging allocators such as libumem)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines