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 1.2 kB

123456789101112131415161718192021222324
  1. 0.2
  2. * printbuf.c - C. Watford (christopher.watford@gmail.com)
  3. Added a Win32/Win64 compliant implementation of vasprintf
  4. * debug.c - C. Watford (christopher.watford@gmail.com)
  5. Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
  6. by a configure script
  7. * json_object.c - C. Watford (christopher.watford@gmail.com)
  8. Added scope operator to wrap usage of json_object_object_foreach, this
  9. needs to be rethought to be more ANSI C friendly
  10. * json_object.h - C. Watford (christopher.watford@gmail.com)
  11. Added Microsoft C friendly version of json_object_object_foreach
  12. * json_tokener.c - C. Watford (christopher.watford@gmail.com)
  13. Added a Win32/Win64 compliant implementation of strndup
  14. * json_util.c - C. Watford (christopher.watford@gmail.com)
  15. Added cast and mask to suffice size_t v. unsigned int conversion
  16. correctness
  17. * json_tokener.c - sign reversal issue on error info for nested object parse
  18. spotted by Johan Bjrklund (johbjo09 at kth.se)
  19. * json_object.c - escape " in json_escape_str
  20. * Change to automake and libtool to build shared and static library
  21. Michael Clark <michael@metaparadigm.com>
  22. 0.1
  23. * initial release

No Description

Contributors (1)