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

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

No Description

Contributors (1)