summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #93 from tmielika/masterEric Haszlakiewicz2013-09-081-4/+5
|\ \
| * | fixing problem that isinf(-Inf) can be 1 or -1Taneli Mielikainen2013-08-041-4/+5
| |/
* | Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bound...Eric Haszlakiewicz2013-09-081-1/+1
|\ \ | |/ |/|
| * Fix potential out-of-bounds read in json_tokener_error_descEven Rouault2013-09-081-1/+1
|/
* Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated.Eric Haszlakiewicz2013-06-292-2/+9
* Issue#84: explicitly remove old headers and include/json directory so creatin...Eric Haszlakiewicz2013-06-291-0/+6
* Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91Eric Haszlakiewicz2013-06-231-1/+1
* Mention that libtoolize is needed if you're not using a release tarball.Eric Haszlakiewicz2013-06-231-0/+1
* Minor spell check.Eric Haszlakiewicz2013-06-191-1/+1
* Merge pull request #90 from remicollet/issue-strictEric Haszlakiewicz2013-06-191-0/+5
|\
| * in strick mode, number must not start with 0Remi Collet2013-06-131-0/+5
* | Merge pull request #89 from ayanes/masterEric Haszlakiewicz2013-06-181-1/+13
|\ \
| * | Fixes for Infinity and NaNAdrian Yanes2013-06-121-1/+13
| |/
* | Merge pull request #88 from weltling/masterEric Haszlakiewicz2013-06-183-5/+13
|\ \ | |/ |/|
| * Fix C89 compat needed by MSVCAnatol Belski2013-06-041-4/+5
| * snprintf definition is needed here, tooAnatol Belski2013-06-041-0/+7
| * fixe int32_t definition for VC11Anatol Belski2013-06-041-1/+1
|/
* Issue #76: use old style comment to allow json_object_iterator.h to build in ...Eric Haszlakiewicz2013-04-301-1/+1
* Fill in the instructions for update the gh-pages branch.Eric Haszlakiewicz2013-04-021-3/+18
* Bump the versions for the non-release branch; add a placeholder section to th...Eric Haszlakiewicz2013-04-024-4/+8
* Fill in a number of missing steps in the release process.Eric Haszlakiewicz2013-04-021-7/+48
* 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
|\ \