float parsing must be locale independent
[platform/upstream/json-c.git] / json_util.c
2012-11-27 Remi Colletfloat parsing must be locale independent
2012-07-29 Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-29 Eric HaszlakiewiczInitialize errno before calling sscanf in json_parse_in...
2012-07-09 Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-07-09 Eric HaszlakiewiczRemove unnecessary comment from json_util.c
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-28 Eric HaszlakiewiczAdd a json_object_to_json_string_ext() function to...
2012-02-16 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-02-16 Eric HaszlakiewiczMerge pull request #12 from jameinel/win32-project
2012-02-01 John Arbash MeinelSome updates to make the code compatible with VC 9...
2011-05-03 Eric HaszlakiewiczAdd a json_type_to_name() function which returns a...
2010-12-07 ehaszlaSimplify things by storing integer values only as int64...
2010-10-13 Michael Clark * Fix file descriptor leak if memory allocation fails...
2010-10-13 Michael Clark * Fix file descriptor leak if memory allocation fails...
2010-10-06 Michael Clark * Add int64 support. Two new functions json_object_ne...
2009-08-27 Michael Clark * Make json_object_from_file take const char *filename
2009-02-25 Michael Clark * Don't use this as a variable, so we can compile...
2009-01-06 Michael ClarkAdd const correctness to public interfaces
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 * 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 * printbuf.c - C. Watford (christopher dot watford...
2007-03-13 Michael Clarkimport of version 0.1