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

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

No Description

Contributors (1)