Update the changelog with changes since the 0.10 release.
[platform/upstream/json-c.git] / json_tokener.c
2013-04-01 Eric HaszlakiewiczIssue #15: add a way to set a JSON_TOKENER_STRICT flag...
2013-03-16 Eric HaszlakiewiczMerge pull request #71 from WillDignazio/master
2013-03-07 William DignazioFix broken build by using ADVANCE_CHAR macro return.
2013-03-06 William DignazioRename misnomer POP_CHAR to PEEK_CHAR.
2013-02-27 Eric HaszlakiewiczMerge branch 'remicollet-issue-float'
2013-02-09 Eric HaszlakiewiczEnable -Werror and fix a number of minor warnings that...
2012-12-23 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-12-23 Eric HaszlakiewiczMerge pull request #51 from remicollet/issue-dyndepth
2012-12-13 Remi Colletmove locale change to be global for perf
2012-12-09 Eric HaszlakiewiczFix issue #53 - ensure explicit length string are still...
2012-11-27 Remi Colletfloat parsing must be locale independent
2012-11-27 Remi ColletMake maximum recursion depth a runtime option
2012-07-29 Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-29 Eric HaszlakiewiczHandle the \f escape sequence (the two characters:...
2012-07-09 Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-05-31 Eric HaszlakiewiczMerge pull request #27 from OBI-1/master
2012-05-31 Eric HaszlakiewiczMerge pull request #29 from mloskot/msvc-port
2012-05-21 Mateusz LoskotReplaced #if HAVE_X with #ifdef HAVE_X as the former...
2012-04-25 Eric HaszlakiewiczFixed parsing numbers in E notation. `
2012-04-02 Eric HaszlakiewiczFix a bug in json_tokener_parse_ex when re-using the...
2012-04-02 Eric HaszlakiewiczPerform better error checking in json_tokener_parse_ver...
2012-04-01 Eric HaszlakiewiczFix a bug in json_tokener_parse_ex when re-using the...
2012-03-31 Eric HaszlakiewiczMerge pull request #16 from kdopen/master
2012-03-31 Eric HaszlakiewiczPerform better error checking in json_tokener_parse_ver...
2012-02-22 Eric HaszlakiewiczAdd json_tokener_get_error() and json_tokener_error_des...
2012-01-29 Eric HaszlakiewiczMerge pull request #11 from deweerdt/master
2012-01-19 Frederik Deweerdt json_tokener_parse(): avoid possible NULL deref
2010-12-08 Jehiah Czebotaradd json_tokener_parse_verbose, and return NULL on...
2010-12-07 ehaszlaSimplify things by storing integer values only as int64...
2010-10-06 Michael Clark * Add int64 support. Two new functions json_object_ne...
2009-08-20 Brent Miller * Add handling of surrogate pairs
2009-07-25 Michael Clark * Rename min and max so we can never clash with C...
2009-07-08 Christopher Watford Add const qualifier to the json_tokener_parse functions
2009-07-08 Christopher WatfordErik Hovland (3):
2009-04-27 Michael Clarkoptimizations to json_tokener_parse_ex(), printbuf_mema...
2009-02-25 Michael Clark * Don't use this as a variable, so we can compile...
2009-02-25 Michael Clark * Null pointer dereference fix. Fix json_object_get_b...
2009-02-25 Michael Clark * Fixed warning reported by adding -Wstrict-prototypes
2007-12-07 Michael Clark* Fix bug with use of capital E in numbers with exponents
2007-10-25 Michael Clark* Add macros to enable compiling out debug code
2007-03-13 Michael Clark * Add escaping of backslash to json output
2007-03-13 Michael Clark * Fix bug in escaping of control characters
2007-03-13 Michael Clark * Make headers C++ compatible by change *this to...
2007-03-13 Michael Clark * Fix additional error case in object parsing
2007-03-13 Michael Clark * fix pointer arithmetic bug for error pointer check...
2007-03-13 Michael Clark * printbuf.c - C. Watford (christopher dot watford...
2007-03-13 Michael Clarkimport of version 0.1