Imported Upstream version 0.10 upstream/0.10
authorAnas Nashif <anas.nashif@intel.com>
Tue, 26 Feb 2013 14:15:07 +0000 (06:15 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 26 Feb 2013 14:15:07 +0000 (06:15 -0800)
commit82ad338341b5aa4abacdebf0666e27fd57af8102
treef50e3b713fe9ecfc0eb0be2110102562c8f651f4
parent4596746bf7d656206a824f7e7ec629152773fd6c
Imported Upstream version 0.10
122 files changed:
.gitignore [new file with mode: 0644]
AUTHORS
ChangeLog
Doxyfile [new file with mode: 0644]
Makefile.am
Makefile.am.inc [new file with mode: 0644]
Makefile.in
NEWS
README
README-WIN32.html
README.html
RELEASE_CHECKLIST.txt [new file with mode: 0644]
aclocal.m4
arraylist.c
arraylist.h
autogen.sh [new file with mode: 0755]
bits.h
config.guess
config.h.in
config.h.win32
config.sub
configure
configure.in
debug.h
depcomp
doc/html/annotated.html
doc/html/arraylist_8h.html
doc/html/bits_8h.html
doc/html/classes.html
doc/html/config_8h.html [deleted file]
doc/html/debug_8h.html
doc/html/deprecated.html [new file with mode: 0644]
doc/html/doxygen.css
doc/html/files.html
doc/html/functions.html
doc/html/functions_vars.html
doc/html/globals.html
doc/html/globals_defs.html
doc/html/globals_enum.html
doc/html/globals_eval.html
doc/html/globals_func.html
doc/html/globals_type.html
doc/html/globals_vars.html
doc/html/index.html
doc/html/json_8h.html
doc/html/json__inttypes_8h.html [new file with mode: 0644]
doc/html/json__object_8h.html
doc/html/json__object__iterator_8h.html [new file with mode: 0644]
doc/html/json__object__private_8h.html
doc/html/json__tokener_8h.html
doc/html/json__util_8h.html
doc/html/linkhash_8h.html
doc/html/pages.html [new file with mode: 0644]
doc/html/printbuf_8h.html
doc/html/structarray__list.html
doc/html/structjson__object.html
doc/html/structjson__object__iter.html
doc/html/structjson__object__iterator.html [new file with mode: 0644]
doc/html/structjson__tokener.html
doc/html/structjson__tokener__srec.html
doc/html/structlh__entry.html
doc/html/structlh__table.html
doc/html/structprintbuf.html
doc/html/tabs.css
doc/html/unionjson__object_1_1data.html
install-sh
json-c.vcproj [new file with mode: 0644]
json.h
json_config.h.in [new file with mode: 0644]
json_inttypes.h [new file with mode: 0644]
json_object.c
json_object.h
json_object_iterator.c [new file with mode: 0644]
json_object_iterator.h [new file with mode: 0644]
json_object_private.h
json_tokener.c
json_tokener.h
json_util.c
json_util.h
linkhash.c
linkhash.h
ltmain.sh
missing
printbuf.c
printbuf.h
test1.c [deleted file]
test3.c [deleted file]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/parse_flags.c [new file with mode: 0644]
tests/parse_flags.h [new file with mode: 0644]
tests/parse_int64.test [new file with mode: 0755]
tests/test-defs.sh [new file with mode: 0755]
tests/test1.c [new file with mode: 0644]
tests/test1.expected [new file with mode: 0644]
tests/test1.test [new file with mode: 0755]
tests/test1Formatted_plain.expected [new file with mode: 0644]
tests/test1Formatted_pretty.expected [new file with mode: 0644]
tests/test1Formatted_spaced.expected [new file with mode: 0644]
tests/test2.c [moved from test2.c with 73% similarity]
tests/test2.expected [new file with mode: 0644]
tests/test2.test [new file with mode: 0755]
tests/test2Formatted_plain.expected [new file with mode: 0644]
tests/test2Formatted_pretty.expected [new file with mode: 0644]
tests/test2Formatted_spaced.expected [new file with mode: 0644]
tests/test4.c [new file with mode: 0644]
tests/test4.expected [new file with mode: 0644]
tests/test4.test [new file with mode: 0755]
tests/test_cast.c [new file with mode: 0644]
tests/test_cast.expected [new file with mode: 0644]
tests/test_cast.test [new file with mode: 0755]
tests/test_null.c [new file with mode: 0644]
tests/test_null.expected [new file with mode: 0644]
tests/test_null.test [new file with mode: 0755]
tests/test_parse.c [new file with mode: 0644]
tests/test_parse.expected [new file with mode: 0644]
tests/test_parse.test [new file with mode: 0755]
tests/test_parse_int64.c [new file with mode: 0644]
tests/test_parse_int64.expected [new file with mode: 0644]
tests/test_printbuf.c [new file with mode: 0644]
tests/test_printbuf.expected [new file with mode: 0644]
tests/test_printbuf.test [new file with mode: 0755]