331 Commits (d8e44dc6855c5065050b1bcb26e2708a63934797)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 06450206c4 Issue #59: change the floating point output format to %.17g so values with more than 6 digits show up in the output. 12 years ago
  Eric Haszlakiewicz a23caf677c Use sizeof instead of hard coded values when calling snprintf. 12 years ago
  Eric Haszlakiewicz 51993c28c2 Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. 12 years ago
  Eric Haszlakiewicz b83e0f1182 Ignore the test-driver script that is now created, and the script for the test_locale test. 12 years ago
  Eric Haszlakiewicz 60e4990d1d The updated test driver creates .log and .trs files; ignore them. 12 years ago
  Eric Haszlakiewicz 8d18815f8a strndup is gone, remove it from the README file. 12 years ago
  Eric Haszlakiewicz b939bd3768 Merge pull request #97 from pascal-bach/master 12 years ago
  Eric Haszlakiewicz ef43fe3571 Merge pull request #96 from rouault/remove_strdnup 12 years ago
  Eric Haszlakiewicz a030120c55 Merge pull request #95 from rouault/extern_json_object_set_serializer 12 years ago
  Eric Haszlakiewicz 02aa6f01f4 Merge pull request #94 from remicollet/issue-strict2 12 years ago
  Eric Haszlakiewicz 8356ecc16b Merge pull request #93 from tmielika/master 12 years ago
  Eric Haszlakiewicz bd42b8310d Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bounds_read 12 years ago
  Even Rouault 86dd55a74a Fix potential out-of-bounds read in json_tokener_error_desc 12 years ago
  Remi Collet 4039f91cab trailing char not allowed in strict mode 12 years ago
  Remi Collet 87fa32dfe0 no comment in strict mode 12 years ago
  Pascal Bach 20e4708c8a Update json_util 12 years ago
  Even Rouault 1a957c2edc Remove redefinition of strndup() which is no longer used in the codebase 12 years ago
  Even Rouault 6c4bb3840c Add extern to json_object_set_serializer so that it gets exported (Windows fix) 12 years ago
  Remi Collet a07ef3d197 no single-quote string in strict mode 12 years ago
  Taneli Mielikainen c5523a17e8 fixing problem that isinf(-Inf) can be 1 or -1 12 years ago
  Eric Haszlakiewicz b3bce4d594 Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated. 12 years ago
  Eric Haszlakiewicz be002fbb96 Issue#84: explicitly remove old headers and include/json directory so creating the compat symlink can work. 12 years ago
  Eric Haszlakiewicz c62965660b Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 12 years ago
  Eric Haszlakiewicz 5e8df40523 Mention that libtoolize is needed if you're not using a release tarball. 12 years ago
  Eric Haszlakiewicz d032aad1f4 Minor spell check. 12 years ago
  Eric Haszlakiewicz 8b1bdbb94d Merge pull request #90 from remicollet/issue-strict 12 years ago
  Eric Haszlakiewicz 98a62a7652 Merge pull request #89 from ayanes/master 12 years ago
  Eric Haszlakiewicz b6539d6e90 Merge pull request #88 from weltling/master 12 years ago
  Remi Collet e9ee4ae18a in strick mode, number must not start with 0 12 years ago
  Adrian Yanes d086e2018c Fixes for Infinity and NaN 12 years ago
  Anatol Belski 990fa8e3ee Fix C89 compat needed by MSVC 12 years ago
  Anatol Belski ed819fb926 snprintf definition is needed here, too 12 years ago
  Anatol Belski 48ba6b8c06 fixe int32_t definition for VC11 12 years ago
  Eric Haszlakiewicz e48a25cfbb Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. 12 years ago
  Eric Haszlakiewicz e843616cc6 Fill in the instructions for update the gh-pages branch. 12 years ago
  Eric Haszlakiewicz 4207147c24 Bump the versions for the non-release branch; add a placeholder section to the change log. 12 years ago
  Eric Haszlakiewicz 20db5a4e84 Fill in a number of missing steps in the release process. 12 years ago
  Eric Haszlakiewicz 7ca1e523f0 Merge branch 'master' of https://github.com/json-c/json-c 12 years ago
  Eric Haszlakiewicz 0e81b21dc8 Bump up the version in the release checklist to 0.11 12 years ago
  Eric Haszlakiewicz eee744cd7e Update the changelog with changes since the 0.10 release. 12 years ago
  Eric Haszlakiewicz f1b684971d Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. 12 years ago
  Eric Haszlakiewicz e8161a11bb Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects. 12 years ago
  Eric Haszlakiewicz 889400d946 Merge pull request #73 from ghazel/master 12 years ago
  Greg Hazel 88bf1c9960 one definition of json_object_object_foreach only works on c99 and later 12 years ago
  Eric Haszlakiewicz 5ec65e43b2 Merge pull request #71 from WillDignazio/master 12 years ago
  William Dignazio 32eddd66f5 Fix broken build by using ADVANCE_CHAR macro return. 12 years ago
  William Dignazio bb492d4d69 Rename misnomer POP_CHAR to PEEK_CHAR. 12 years ago
  Eric Haszlakiewicz b64d5ab966 Merge pull request #70 from tg--/master 12 years ago
  Eric Haszlakiewicz 1aa29b655a Issue #68: use -std=gnu99 because some versions of gcc seem to think that -std=c99 also implies -ansi, which causes warnings and build breakage. 12 years ago
  Thomas Gstädtner 36ec47db49 configure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADER 12 years ago