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.6 kB

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

No Description

Contributors (1)