--- JSON-XS/Changes 2009/02/22 06:55:28 1.125 +++ JSON-XS/Changes 2009/07/13 22:13:17 1.129 @@ -1,8 +1,20 @@ Revision history for Perl extension JSON::XS + - try to work around a possible char signedness issue on aix. + - require common sense. + +2.24 Sat May 30 08:25:45 CEST 2009 + - the incremental parser did not update its parse offset + pointer correctly when parsing utf8-strings (nicely + debugged by Martin Evans). + - appending a non-utf8-string to the incremental parser + in utf8 mode failed to upgrade the string. + - wording of parse error messages has been improved. + +2.232 Sun Feb 22 11:12:25 CET 2009 - use an exponential algorithm to extend strings, to - help platforms with bad or abysmal/windows memory - allocate performance, at the expense of some memory + help platforms with bad or abysmal==windows memory + allocater performance, at the expense of some memory wastage (use shrink to recover this extra memory). (nicely analysed by Dmitry Karasik).