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

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

No Description

Contributors (1)