From: Christopher Watford Date: Mon, 12 Sep 2016 18:18:21 +0000 (-0400) Subject: Removes me as a maintainer, because I'm not. X-Git-Tag: json-c-0.13-20171207~125^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F267%2Fhead;p=thirdparty%2Fjson-c.git Removes me as a maintainer, because I'm not. Updates README-WIN32.html to remove my status as a maintainer (I'm not). Also removes ancient porting notes and adds a reference to json_config.h.win32 which is where most folks should go to start with Windows issues. --- diff --git a/README-WIN32.html b/README-WIN32.html index abdb39e7..15737c48 100644 --- a/README-WIN32.html +++ b/README-WIN32.html @@ -6,9 +6,10 @@

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.