1. 515ba0d Bump versions up to 0.12.99 since a 0.12 release was just created. by Eric Haszlakiewicz · 10 years ago
  2. 64e3690 Patch to address the following issues: by Michael Clark · 10 years ago
  3. 9f26d96 Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by adding that call within the AC_LINK_IFELSE call. by Eric Haszlakiewicz · 10 years ago
  4. 05da316 Issue #103: allow Infinity and -Infinity to be parsed. by Eric Haszlakiewicz · 10 years ago
  5. 0eedf38 Issue#102 - add support for parsing "NaN". by Eric Haszlakiewicz · 10 years ago
  6. e6f1322 Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. by Eric Haszlakiewicz · 10 years ago
  7. 4c086df Merge commit '89535bb' by Eric Haszlakiewicz · 10 years ago
  8. c8e0497 Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-master by Eric Haszlakiewicz · 10 years ago
  9. a2c078f Issue#105: Rename configure.in to configure.ac by Eric Haszlakiewicz · 10 years ago[Renamed from configure.in]
  10. c8ee919 Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. by Eric Haszlakiewicz · 10 years ago
  11. 89535bb build: call AM_PROG_CC_C_O as requested by autoreconf by Ross Burton · 11 years ago
  12. 311686f Add a check for the -Bsymbolic-functions linker flag by Emmanuele Bassi · 11 years ago
  13. 1a957c2 Remove redefinition of strndup() which is no longer used in the codebase by Even Rouault · 11 years ago
  14. 4207147 Bump the versions for the non-release branch; add a placeholder section to the change log. by Eric Haszlakiewicz · 11 years ago
  15. 36ec47d configure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADER by Thomas Gstädtner · 11 years ago
  16. 5b36a43 Merge branch 'remicollet-issue-float' by Eric Haszlakiewicz · 11 years ago
  17. fcc768e Bump the version up to 0.10.99 to make it clear that the master branch is beyond anything on the 0.10 branch. by Eric Haszlakiewicz · 11 years ago
  18. 16a4a32 float parsing must be locale independent by Remi Collet · 11 years ago
  19. e7e0600 Add an autoconf test to test whether the .section .gnu<warning> by Lin Xu · 12 years ago
  20. 1f9d199 Re-add the "json" pkg-config file as a compatibility shim. by Eric Haszlakiewicz · 12 years ago
  21. 075b783 Add a --disable-oldname-compat option to configure to turn off the creation of the libjson.so library, and only include libjson-c.so by Eric Haszlakiewicz · 12 years ago
  22. eb37094 Check for the sys/cdefs.h header which on some systems defines the __warn_references macro. by Eric Haszlakiewicz · 12 years ago
  23. c2d3ccf Merge branch 'rename_library' of https://github.com/kdopen/json-c into kdopen-rename_library by Eric Haszlakiewicz · 12 years ago
  24. 381f77c Merge pull request #26 from ford-prefect/master by Eric Haszlakiewicz · 12 years ago
  25. 984303d Added a bunch of missing HAVE_* defines tested with ./configure script to fix compilation on Linux with GCC 4.7.1. The issue likely caused by my previous commits related to Visual C++ port of the code. by Mateusz Loskot · 12 years ago
  26. cb29a77 Add a pkgconfig file for uninstalled builds by Arun Raghavan · 12 years ago
  27. 1e89ba6 Create a tests subdirectory and move one of the test to there. by Eric Haszlakiewicz · 12 years ago
  28. 30dd367 Modify install names for library and include files by Keith Derrick · 12 years ago
  29. 2b5929b Direct people to send bug reports to the json-c google group. by Eric Haszlakiewicz · 12 years ago
  30. 781798c Direct people to send bug reports to the json-c google group. by Eric Haszlakiewicz · 12 years ago
  31. b21b137 Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. by Eric Haszlakiewicz · 12 years ago
  32. 0354e19 Bump the version to 0.10, since that's what we were at. by Eric Haszlakiewicz · 13 years ago
  33. 68cafad Add const correctness to public interfaces by Michael Clark · 15 years ago
  34. 80a6007 changes to make 'make dist' work properly by Michael Clark · 15 years ago
  35. a0d35c7 change version to 0.8 by Michael Clark · 16 years ago
  36. 7b899b6 * fix pointer arithmetic bug for error pointer check in is_error() macro by Michael Clark · 17 years ago
  37. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago