]> git.ipfire.org Git - thirdparty/json-c.git/commit
* Add int64 support. Two new functions json_object_net_int64 and
authorMichael Clark <michael@metaparadigm.com>
Wed, 6 Oct 2010 16:39:20 +0000 (16:39 +0000)
committerMichael Clark <michael@metaparadigm.com>
Wed, 6 Oct 2010 16:39:20 +0000 (16:39 +0000)
commitc4dceae1c53bc37cacc46a806f8a02524d12a382
treec10fe3348cc8ff3ddee17f4cae386cbe2e5421a6
parent88ded9ceb8296eb6661c4d6f8f266ac74d81b9c4
  * Add int64 support. Two new functions json_object_net_int64 and
    json_object_get_int64. Binary compatibility preserved.
    Eric Haszlakiewicz, EHASZLA at transunion com
    Rui Miguel Silva Seabra, rms at 1407 dot org

git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@56 327403b1-1117-474d-bef2-5cb71233fd97
23 files changed:
ChangeLog
Doxyfile
Makefile.am
config.h.in
json_inttypes.h [new file with mode: 0644]
json_object.c
json_object.h
json_object_private.h
json_tokener.c
json_util.c
json_util.h
parse_int64.test [new file with mode: 0644]
test-defs.sh [new file with mode: 0644]
test1.c
test1.expected [new file with mode: 0644]
test1.test [new file with mode: 0644]
test2.expected [new file with mode: 0644]
test2.test [new file with mode: 0644]
test4.c
test4.expected [new file with mode: 0644]
test4.test [new file with mode: 0644]
test_parse_int64.c [new file with mode: 0644]
test_parse_int64.expected [new file with mode: 0644]