541 Commits (9a64fd7d55ebcbc6483390fb431400175f60e24a)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 484ca368f0 Slight style tweaks to the bsearch changest. 10 years ago
  Eric Haszlakiewicz a500c1f0b5 Merge pull request #155 from LeSpocky/bsearch 10 years ago
  Eric Haszlakiewicz 9db3099572 Merge pull request #156 from jubalh/master 10 years ago
  chl 99d8fc975e Tightening the number parsing algorithm 10 years ago
  Christopher Watford 4d18d39d99 Adds json_config.h.win32 to project. Adds VS2k13 project. 10 years ago
  Christopher Watford 0609a5729c Fixes #160 'missing header file on windows' 10 years ago
  Eric Haszlakiewicz ec4879ac5b Merge pull request #153 from LeSpocky/doc 11 years ago
  Eric Haszlakiewicz 6ec6fdaf8c Merge pull request #151 from mjchinn/json_type-comma 11 years ago
  Eric Haszlakiewicz 2c722277ee Merge pull request #150 from ams-cs/master 11 years ago
  Eric Haszlakiewicz f88db708ac Merge pull request #141 from AlexandruCostache/master 11 years ago
  Michael Vetter fcf5ad1bd6 Remove trailing whitespace 11 years ago
  Alexander Dahl 2f5789bdef add bsearch for arrays 11 years ago
  Alexander Dahl 37f5d8696d improve doc for json_object_to_json_string() 11 years ago
  Michael J. Chinn 048dcf288a Remove json_type enum trailing comma 11 years ago
  Andrew Stubbs ca0ebe0f71 Fix build using MinGW. 11 years ago
  Christopher Meng db833f2411 SONAME bump 11 years ago
  Michael Heimpold a7534dbb7e Introduce json_object_from_fd 11 years ago
  Alexandru Costache 4841c48f81 Removed duplicate check in random_seed test - bug #140 11 years ago
  Eric Haszlakiewicz d4e81f9ec8 Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. 11 years ago
  Eric Haszlakiewicz 1da0599e0e Fix the definition of the error_description() macro in bits.h now that json_tokener_errors[] is not exported. 11 years ago
  Eric Haszlakiewicz 2149a04ca8 Check for failures when allocating memory; return NULL and set errno=ENOMEM in a few of those cases. 11 years ago
  Eric Haszlakiewicz 92a7740e90 Reformat some code in json_object.c 11 years ago
  Eric Haszlakiewicz 795e9151a1 Add an empty README file to placate autoconf. 11 years ago
  Eric Haszlakiewicz 4569e3e430 Fix minor typo in README file. 11 years ago
  Eric Haszlakiewicz 40aab4c502 Merge pull request #133 from haneefmubarak/patch-1 11 years ago
  Eric Haszlakiewicz 332a594fd4 Merge pull request #132 from pkoretic/master 11 years ago
  Haneef Mubarak 7870978c2e Update README.md 11 years ago
  Haneef Mubarak 23620b827c Update and rename README to README.md 11 years ago
  Eric Haszlakiewicz fa54bd542e Update the release checklist to include calculating the tarball checksums and updating the wiki. 11 years ago
  Petar Koretić 259c5c0b5f Remove unused variable 'size' 11 years ago
  Eric Haszlakiewicz 515ba0dfb7 Bump versions up to 0.12.99 since a 0.12 release was just created. 11 years ago
  Eric Haszlakiewicz f84d9c55db Update the ChangeLog with the changes for the 0.12 release. 11 years ago
  Michael Clark 64e36901a0 Patch to address the following issues: 11 years ago
  Eric Haszlakiewicz 784534a31f Eliminate the deprecated mc_abort() function and MC_ABORT macro. 11 years ago
  Eric Haszlakiewicz f9136f6852 Make the json_tokener_errors array local. It has been deprecated for a while, and json_tokener_error_desc() should be used instead. 11 years ago
  Eric Haszlakiewicz 936d036ea3 Simplify the tests Makefile to avoid repeating the name of each test. 11 years ago
  Eric Haszlakiewicz e2bbb5664c Rename the "test_case" test to "test_charcase" to make it slightly less confusing. 11 years ago
  Eric Haszlakiewicz 9f26d96f09 Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by adding that call within the AC_LINK_IFELSE call. 11 years ago
  Eric Haszlakiewicz 05da316b9c Issue #103: allow Infinity and -Infinity to be parsed. 11 years ago
  Eric Haszlakiewicz 217bc29352 Merge pull request #123 from fingon/use-NAN-if-available 11 years ago
  Markus Stenberg a1c8991e13 nan function requires -lm on some platforms; use of NAN is better, if available. 11 years ago
  Eric Haszlakiewicz 0eedf3802f Issue#102 - add support for parsing "NaN". 11 years ago
  Eric Haszlakiewicz e6f1322b5e Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. 11 years ago
  Eric Haszlakiewicz db117ca02b Merge pull request #121 from TazeTSchnitzel/LowercaseLiterals 11 years ago
  Andrea Faulds cf23e7506e Merge branch 'master' into LowercaseLiterals 11 years ago
  Andrea Faulds 1d6f9140ba Missing tests 11 years ago
  Eric Haszlakiewicz 4c086dfff7 Merge commit '89535bb' 11 years ago
  Eric Haszlakiewicz 020fa65724 Merge pull request #112 from TazeTSchnitzel/LowercaseLiterals 11 years ago
  Eric Haszlakiewicz 56df93d128 Fix Issue #111: Fix off-by-one error when range checking the input to json_tokener_error_desc(). 11 years ago
  Eric Haszlakiewicz ceeaf42bc8 Merge pull request #109 from kdopen/use_strtod 11 years ago