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

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

No Description

Contributors (1)