mirror of
https://github.com/json-c/json-c.git
synced 2026-03-13 18:19:06 +08:00
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.
This commit is contained in:
committed by
GitHub
parent
ea1499a372
commit
21e5ffbcf8
@@ -6,9 +6,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Windows specific notes for JSON-C</h2>
|
<h2>Windows specific notes for JSON-C</h2>
|
||||||
<p>Please send Win32 bug reports to <a href="mailto:christopher.watford@gmail.com">christopher.watford@gmail.com</a></p>
|
|
||||||
<p><b>Win32 Specific Changes:</b></p>
|
<p><b>Win32 Specific Changes:</b></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
Use <tt>json_config.h.win32</tt> to define Windows specific differences.</li>
|
||||||
<li>
|
<li>
|
||||||
Various functions have been redefined to their Win32 version (i.e. <tt>open</tt>
|
Various functions have been redefined to their Win32 version (i.e. <tt>open</tt>
|
||||||
on win32 is <tt>_open</tt>)</li>
|
on win32 is <tt>_open</tt>)</li>
|
||||||
@@ -19,30 +20,6 @@
|
|||||||
probably makes it much nicer on 64bit machines everywhere (i.e. using <tt>ptrdiff_t</tt>
|
probably makes it much nicer on 64bit machines everywhere (i.e. using <tt>ptrdiff_t</tt>
|
||||||
for pointer math)</li>
|
for pointer math)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><b>Porting Changelog:</b></p>
|
|
||||||
<dl>
|
|
||||||
<dt><tt>printbuf.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>
|
|
||||||
<dd>
|
|
||||||
Added a Win32/Win64 compliant implementation of <tt>vasprintf</tt></dd>
|
|
||||||
<dt><tt>debug.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>
|
|
||||||
<dd>
|
|
||||||
Removed usage of <tt>vsyslog</tt> on Win32/Win64 systems, needs to be handled
|
|
||||||
by a configure script</dd>
|
|
||||||
<dt><tt>json_object.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>
|
|
||||||
<dd>
|
|
||||||
Added scope operator to wrap usage of <tt>json_object_object_foreach</tt>, this needs to be
|
|
||||||
rethought to be more ANSI C friendly</dd>
|
|
||||||
<dt><tt>json_object.h</tt> - C. Watford (christopher.watford@gmail.com)</dt>
|
|
||||||
<dd>
|
|
||||||
Added Microsoft C friendly version of <tt>json_object_object_foreach</tt></dd>
|
|
||||||
<dt><tt>json_tokener.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>
|
|
||||||
<dd>
|
|
||||||
Added a Win32/Win64 compliant implementation of <tt>strndup</tt></dd>
|
|
||||||
<dt><tt>json_util.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>
|
|
||||||
<dd>
|
|
||||||
Added cast and mask to suffice <tt>size_t</tt> v. <tt>unsigned int</tt>
|
|
||||||
conversion correctness</dd>
|
|
||||||
</dl>
|
|
||||||
<p>This program is free software; you can redistribute it and/or modify it under
|
<p>This program is free software; you can redistribute it and/or modify it under
|
||||||
the terms of the MIT License. See COPYING for details.</p>
|
the terms of the MIT License. See COPYING for details.</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
Reference in New Issue
Block a user