]> granicus.if.org Git - json-c/commit
Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 26 Jun 2016 02:20:05 +0000 (02:20 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 26 Jun 2016 02:20:33 +0000 (02:20 +0000)
commit29ef73f21d67d0ee9c2b15f0749876dc0bc983ad
tree1d7b36ca82ea1b5cca6c4b675ef87d0cbcb011ca
parent595891729ecf39eac42536e12024435f5d8ea8fe
Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_err() function to retrieve the error for those callers that care about it.
Add tests and descriptions for the functions in json_util.c
.gitignore
json_util.c
json_util.h
tests/Makefile.am
tests/strerror_override.c [new file with mode: 0644]
tests/test_util_file.c [new file with mode: 0644]
tests/test_util_file.expected [new file with mode: 0644]
tests/test_util_file.test [new file with mode: 0755]
tests/valid.json [new file with mode: 0644]