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

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

No Description

Contributors (1)