]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Removes me as a maintainer, because I'm not. 267/head
authorChristopher Watford <christopher.watford@gmail.com>
Mon, 12 Sep 2016 18:18:21 +0000 (14:18 -0400)
committerGitHub <noreply@github.com>
Mon, 12 Sep 2016 18:18:21 +0000 (14:18 -0400)
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.

README-WIN32.html

index abdb39e7c5328f1bc0cc2f156acd3cf6c8b84f4b..15737c48f963c8c8e019ec749507118610167b87 100644 (file)
@@ -6,9 +6,10 @@
        </head>\r
        <body>\r
                <h2>Windows specific notes for JSON-C</h2>\r
-               <p>Please send Win32 bug reports to <a href="mailto:christopher.watford@gmail.com">christopher.watford@gmail.com</a></p>\r
                <p><b>Win32 Specific Changes:</b></p>\r
                <ul>\r
+                       <li>\r
+                               Use <tt>json_config.h.win32</tt> to define Windows specific differences.</li>\r
                        <li>\r
                                Various functions have been redefined to their Win32 version (i.e. <tt>open</tt>\r
                                on win32 is <tt>_open</tt>)</li>\r
                                probably makes it much nicer on 64bit machines everywhere (i.e. using <tt>ptrdiff_t</tt>\r
                                for pointer math)</li>\r
                </ul>\r
-               <p><b>Porting Changelog:</b></p>\r
-               <dl>\r
-                       <dt><tt>printbuf.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
-                       <dd>\r
-                               Added a Win32/Win64 compliant implementation of <tt>vasprintf</tt></dd>\r
-                       <dt><tt>debug.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
-                       <dd>\r
-                               Removed usage of <tt>vsyslog</tt> on Win32/Win64 systems, needs to be handled \r
-                               by a configure script</dd>\r
-                       <dt><tt>json_object.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
-                       <dd>\r
-                               Added scope operator to wrap usage of <tt>json_object_object_foreach</tt>, this needs to be\r
-                               rethought to be more ANSI C friendly</dd>\r
-                       <dt><tt>json_object.h</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
-                       <dd>\r
-                               Added Microsoft C friendly version of <tt>json_object_object_foreach</tt></dd>\r
-                       <dt><tt>json_tokener.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
-                       <dd>\r
-                               Added a Win32/Win64 compliant implementation of <tt>strndup</tt></dd>\r
-                       <dt><tt>json_util.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
-                       <dd>\r
-                               Added cast and mask to suffice <tt>size_t</tt> v. <tt>unsigned int</tt>\r
-                               conversion correctness</dd>\r
-               </dl>\r
                <p>This program is free software; you can redistribute it and/or modify it under \r
                        the terms of the MIT License. See COPYING for details.</p>\r
                <hr />\r