20 Commits (json-c-0.13-20171207)

Author SHA1 Message Date
  Eric Haszlakiewicz 0c991854a1 Save autoconf/automake generated files for the new 0.13 release. 7 years ago
  Eric Haszlakiewicz 882b7d95cc Issue #137: remove config.h.in from change control. 9 years ago
  Eric Haszlakiewicz 10d50aadf2 Remove the AC_FUNC_MALLOC check, since we don't depend on the malloc(0) behavior it checks for, and we don't provide a rpl_malloc() implementation anyway. 10 years ago
  James Myatt a74f6b2867 Updated config for vs2010/winsdk71 as well as vs2013 10 years ago
  Michael Clark 64e36901a0 Patch to address the following issues: 11 years ago
  Eric Haszlakiewicz 05da316b9c Issue #103: allow Infinity and -Infinity to be parsed. 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 295bea21d0 Ignore and cleanup a few more files that automake creates. 11 years ago
  Even Rouault 1a957c2edc Remove redefinition of strndup() which is no longer used in the codebase 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 7653d4952a Add PACKAGE_URL to config.h.in 12 years ago
  Lin Xu e7e0600405 Add an autoconf test to test whether the .section .gnu<warning> 13 years ago
  Eric Haszlakiewicz eb37094aa6 Check for the sys/cdefs.h header which on some systems defines the __warn_references macro. 13 years ago
  Mateusz Loskot 984303dfe5 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. 13 years ago
  Eric Haszlakiewicz b21b137805 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. 13 years ago
  Michael Clark c4dceae1c5 * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
  Michael Clark 436aa98d67 update auto generated files 16 years ago
  Michael Clark dfaf670436 * Add macros to enable compiling out debug code 18 years ago
  Michael Clark 4504df7117 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago