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 2.1 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. 0.5
  2. * Make headers C++ compatible by change *this to *obj
  3. * Add ifdef C++ extern "C" to headers
  4. * Use simpler definition of min and max in bits.h
  5. Larry Lansing, llansing at fuzzynerd dot com
  6. * Remove automake 1.6 requirement
  7. * Move autogen commands into autogen.sh. Update README
  8. * Remove error pointer special case for Windows
  9. * Change license from LGPL to MIT
  10. Michael Clark <michael@metaparadigm.com>
  11. 0.4
  12. * Fix additional error case in object parsing
  13. * Add back sign reversal in nested object parse as error pointer
  14. value is negative, while error value is positive.
  15. Michael Clark <michael@metaparadigm.com>
  16. 0.3
  17. * fix pointer arithmetic bug for error pointer check in is_error() macro
  18. * fix type passed to printbuf_memappend in json_tokener
  19. * update autotools bootstrap instructions in README
  20. Michael Clark <michael@metaparadigm.com>
  21. 0.2
  22. * printbuf.c - C. Watford (christopher.watford@gmail.com)
  23. Added a Win32/Win64 compliant implementation of vasprintf
  24. * debug.c - C. Watford (christopher.watford@gmail.com)
  25. Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
  26. by a configure script
  27. * json_object.c - C. Watford (christopher.watford@gmail.com)
  28. Added scope operator to wrap usage of json_object_object_foreach, this
  29. needs to be rethought to be more ANSI C friendly
  30. * json_object.h - C. Watford (christopher.watford@gmail.com)
  31. Added Microsoft C friendly version of json_object_object_foreach
  32. * json_tokener.c - C. Watford (christopher.watford@gmail.com)
  33. Added a Win32/Win64 compliant implementation of strndup
  34. * json_util.c - C. Watford (christopher.watford@gmail.com)
  35. Added cast and mask to suffice size_t v. unsigned int conversion
  36. correctness
  37. * json_tokener.c - sign reversal issue on error info for nested object parse
  38. spotted by Johan Bjrklund (johbjo09 at kth.se)
  39. * json_object.c - escape " in json_escape_str
  40. * Change to automake and libtool to build shared and static library
  41. Michael Clark <michael@metaparadigm.com>
  42. 0.1
  43. * initial release

No Description

Contributors (1)