From: Eric Haszlakiewicz Date: Sun, 9 Sep 2012 20:05:09 +0000 (-0500) Subject: Copy over the win32 readme file too. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5d41bc0178425ed2904c64904c4644e202f77a5;p=thirdparty%2Fjson-c.git Copy over the win32 readme file too. --- diff --git a/json-c-0.10/README-WIN32.html b/json-c-0.10/README-WIN32.html new file mode 100644 index 00000000..28fc7d88 --- /dev/null +++ b/json-c-0.10/README-WIN32.html @@ -0,0 +1,50 @@ + + + + JSON-C - A JSON implementation in C - Win32 specific notes + + + +

Windows specific notes for JSON-C

+

Please send Win32 bug reports to christopher.watford@gmail.com

+

Win32 Specific Changes:

+ +

Porting Changelog:

+
+
printbuf.c - C. Watford (christopher.watford@gmail.com)
+
+ Added a Win32/Win64 compliant implementation of vasprintf
+
debug.c - C. Watford (christopher.watford@gmail.com)
+
+ Removed usage of vsyslog on Win32/Win64 systems, needs to be handled + by a configure script
+
json_object.c - C. Watford (christopher.watford@gmail.com)
+
+ Added scope operator to wrap usage of json_object_object_foreach, this needs to be + rethought to be more ANSI C friendly
+
json_object.h - C. Watford (christopher.watford@gmail.com)
+
+ Added Microsoft C friendly version of json_object_object_foreach
+
json_tokener.c - C. Watford (christopher.watford@gmail.com)
+
+ Added a Win32/Win64 compliant implementation of strndup
+
json_util.c - C. Watford (christopher.watford@gmail.com)
+
+ Added cast and mask to suffice size_t v. unsigned int + conversion correctness
+
+

This program is free software; you can redistribute it and/or modify it under + the terms of the MIT License. See COPYING for details.

+
+ +