Install json_object_private.h file
[platform/upstream/json-c.git] / json_util.c
2018-04-05 DongHun KwakMerge tag 'upstream/0.13.1' into tizen 17/174917/1
2018-03-16 DongHun KwakImported Upstream version 0.13 92/172792/1 upstream/0.13
2015-10-30 DongHun KwakMerge branch 'upstream' into tizen 78/50578/1
2015-09-01 DongHun KwakBump to 0.12 22/47222/1
2013-02-27 Eric HaszlakiewiczMerge branch 'remicollet-issue-float'
2013-02-26 Anas NashifImported Upstream version 0.10 upstream/0.10
2013-02-09 Eric HaszlakiewiczAdd a runtime check to see if parse_int64 needs to...
2013-02-09 Eric HaszlakiewiczEnable -Werror and fix a number of minor warnings that...
2013-01-09 Eric HaszlakiewiczMerge pull request #60 from ghazel/master
2013-01-04 Greg Hazelrename _errno
2012-12-13 Remi Colletmove locale change to be global for perf
2012-11-27 Remi Colletfloat parsing must be locale independent
2012-11-05 Anas NashifImported Upstream version 0.9 upstream/0.9
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