You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ChangeLog 3.0 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. 0.8
  2. * Add va_end for every va_start
  3. Dotan Barak, dotanba at gmail dot com
  4. * Add macros to enable compiling out debug code
  5. Geoffrey Young, geoff at modperlcookbook dot org
  6. * Fix bug with use of capital E in numbers with exponents
  7. Mateusz Loskot, mateusz at loskot dot net
  8. * Add stddef.h include
  9. * Patch allows for json-c compile with -Werror and not fail due to
  10. -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
  11. Geoffrey Young, geoff at modperlcookbook dot org
  12. 0.7
  13. * Add escaping of backslash to json output
  14. * Add escaping of foward slash on tokenizing and output
  15. * Changes to internal tokenizer from using recursion to
  16. using a depth state structure to allow incremental parsing
  17. 0.6
  18. * Fix bug in escaping of control characters
  19. Johan Bjrklund, johbjo09 at kth dot se
  20. * Remove include "config.h" from headers (should only
  21. be included from .c files)
  22. Michael Clark <michael@metaparadigm.com>
  23. 0.5
  24. * Make headers C++ compatible by change *this to *obj
  25. * Add ifdef C++ extern "C" to headers
  26. * Use simpler definition of min and max in bits.h
  27. Larry Lansing, llansing at fuzzynerd dot com
  28. * Remove automake 1.6 requirement
  29. * Move autogen commands into autogen.sh. Update README
  30. * Remove error pointer special case for Windows
  31. * Change license from LGPL to MIT
  32. Michael Clark <michael@metaparadigm.com>
  33. 0.4
  34. * Fix additional error case in object parsing
  35. * Add back sign reversal in nested object parse as error pointer
  36. value is negative, while error value is positive.
  37. Michael Clark <michael@metaparadigm.com>
  38. 0.3
  39. * fix pointer arithmetic bug for error pointer check in is_error() macro
  40. * fix type passed to printbuf_memappend in json_tokener
  41. * update autotools bootstrap instructions in README
  42. Michael Clark <michael@metaparadigm.com>
  43. 0.2
  44. * printbuf.c - C. Watford (christopher.watford@gmail.com)
  45. Added a Win32/Win64 compliant implementation of vasprintf
  46. * debug.c - C. Watford (christopher.watford@gmail.com)
  47. Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
  48. by a configure script
  49. * json_object.c - C. Watford (christopher.watford@gmail.com)
  50. Added scope operator to wrap usage of json_object_object_foreach, this
  51. needs to be rethought to be more ANSI C friendly
  52. * json_object.h - C. Watford (christopher.watford@gmail.com)
  53. Added Microsoft C friendly version of json_object_object_foreach
  54. * json_tokener.c - C. Watford (christopher.watford@gmail.com)
  55. Added a Win32/Win64 compliant implementation of strndup
  56. * json_util.c - C. Watford (christopher.watford@gmail.com)
  57. Added cast and mask to suffice size_t v. unsigned int conversion
  58. correctness
  59. * json_tokener.c - sign reversal issue on error info for nested object parse
  60. spotted by Johan Bjrklund (johbjo09 at kth.se)
  61. * json_object.c - escape " in json_escape_str
  62. * Change to automake and libtool to build shared and static library
  63. Michael Clark <michael@metaparadigm.com>
  64. 0.1
  65. * initial release

No Description

Contributors (1)