summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop the libtool versions back down a bit to avoid changing the major number ...json-c-0.11-20130402json-c-0.11Eric Haszlakiewicz2013-04-022-2/+2
* Regen the doc pages using the right version for the 0.11 release.Eric Haszlakiewicz2013-03-3149-104/+104
* Bump the version numbers for the 0.11 release.Eric Haszlakiewicz2013-03-316-17/+17
* Add the 0.11 release doxygen-generated docs to source control.Eric Haszlakiewicz2013-03-3183-0/+11910
* Add automake/autoconf generated files for the 0.11 release.Eric Haszlakiewicz2013-03-3111-0/+37202
* Merge branch 'master' of https://github.com/json-c/json-cEric Haszlakiewicz2013-03-311-1/+12
|\
| * Update the changelog with changes since the 0.10 release.Eric Haszlakiewicz2013-03-311-1/+12
* | Bump up the version in the release checklist to 0.11Eric Haszlakiewicz2013-03-311-1/+1
|/
* Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines.Eric Haszlakiewicz2013-03-311-0/+6
* Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at th...Eric Haszlakiewicz2013-03-314-5/+55
* Merge pull request #73 from ghazel/masterEric Haszlakiewicz2013-03-231-2/+2
|\
| * one definition of json_object_object_foreach only works on c99 and laterGreg Hazel2013-03-191-2/+2
|/
* Merge pull request #71 from WillDignazio/masterEric Haszlakiewicz2013-03-151-21/+25
|\
| * Fix broken build by using ADVANCE_CHAR macro return.William Dignazio2013-03-061-3/+7
| * Rename misnomer POP_CHAR to PEEK_CHAR.William Dignazio2013-03-061-18/+18
|/
* Merge pull request #70 from tg--/masterEric Haszlakiewicz2013-03-031-2/+2
|\
| * configure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADERThomas Gstädtner2013-03-031-2/+2
* | Issue #68: use -std=gnu99 because some versions of gcc seem to think that -st...Eric Haszlakiewicz2013-03-031-1/+1
|/
* Include the test_locale test in the tests that run.Eric Haszlakiewicz2013-02-263-1/+15
* Merge branch 'remicollet-issue-float'Eric Haszlakiewicz2013-02-268-4/+85
|\
| * probably worth an option for thisRemi Collet2012-12-133-2/+7
| * Save space, drop unuseful trailing zeroesRemi Collet2012-12-131-1/+13
| * Simple fix to double encodeRemi Collet2012-12-131-1/+10
| * move locale change to be global for perfRemi Collet2012-12-134-21/+50
| * float parsing must be locale independentRemi Collet2012-11-274-3/+29
* | Mark the "val" variable in json_object_object_foreach as unused so the compil...Eric Haszlakiewicz2013-02-212-2/+2
* | Add a runtime check to see if parse_int64 needs to workaround sscanf bugs. I...Eric Haszlakiewicz2013-02-091-18/+63
* | Enable -Werror and fix a number of minor warnings that existed.Eric Haszlakiewicz2013-02-097-16/+18
* | Add a comment briefly describing json_object_object_length()Eric Haszlakiewicz2013-02-091-0/+3
* | Merge pull request #62 from ghazel/masterEric Haszlakiewicz2013-02-094-0/+12
|\ \
| * | add json_object_object_lengthGreg Hazel2013-01-114-0/+12
* | | Merge pull request #66 from ichernev/fix-test-parseEric Haszlakiewicz2013-02-091-1/+1
|\ \ \ | |/ / |/| |
| * | Fixed test_parse for \fIskren Chernev2013-01-281-1/+1
|/ /
* | Merge pull request #60 from ghazel/masterEric Haszlakiewicz2013-01-091-5/+5
|\ \
| * | rename _errnoGreg Hazel2013-01-031-5/+5
|/ /
* | Merge pull request #58 from Abioy/masterEric Haszlakiewicz2013-01-021-0/+2
|\ \
| * | escape '\f' in json_escape_strAbioy2012-12-241-0/+2
|/ /
* | Bump the version up to 0.10.99 to make it clear that the master branch is bey...Eric Haszlakiewicz2012-12-235-5/+6
* | Merge branch 'master' of https://github.com/json-c/json-cEric Haszlakiewicz2012-12-233-8/+23
|\ \
| * \ Merge pull request #51 from remicollet/issue-dyndepthEric Haszlakiewicz2012-12-233-8/+23
| |\ \
| | * | Make maximum recursion depth a runtime optionRemi Collet2012-11-273-8/+23
| | |/
* | | Add a json_c_version.h header (included from json.h), and several macros and ...Eric Haszlakiewicz2012-12-234-0/+45
|/ /
* | Update the release checklist to include the INSTALL file, and adjust the git ...Eric Haszlakiewicz2012-12-231-2/+3
* | Revert the test_null test back to emitted to stdout, and update the expected ...Eric Haszlakiewicz2012-12-232-3/+4
* | Merge pull request #56 from TheCount/developEric Haszlakiewicz2012-12-238-254/+32
|\ \
| * | More warnings, fewer errors, C99Alexander Klauer2012-12-191-1/+1
| * | Prepend DESTDIR to paths for staged installsAlexander Klauer2012-12-191-4/+4
| * | Write additional test info to stderr instead of stdout so as not to mar the e...Alexander Klauer2012-12-191-3/+3
| * | Fixed memory leak in testReplaceExistingAlexander Klauer2012-12-191-0/+2
| * | Make macro json_object_object_foreach multiple-use safeAlexander Klauer2012-12-191-16/+16