diff --git a/README-WIN32.html b/README-WIN32.html index 28fc7d8..5a871a5 100644 --- a/README-WIN32.html +++ b/README-WIN32.html @@ -7,44 +7,48 @@

Windows specific notes for JSON-C

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

-

Win32 Specific Changes:

+ +

Win32 Specific Changes

-

Porting Changelog:

+ +

Porting Changelog

-
printbuf.c - C. Watford (christopher.watford@gmail.com)
+
printbuf.c - C. Watford (christopher.watford@gmail.com)
- Added a Win32/Win64 compliant implementation of vasprintf
-
debug.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 + 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)
+
json_object.c - C. Watford (christopher.watford@gmail.com)
- Added scope operator to wrap usage of json_object_object_foreach, this needs to be + 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)
+
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 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 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 + 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.

+ +

License

+

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

+
diff --git a/README.html b/README.html index dc696af..3ca868f 100644 --- a/README.html +++ b/README.html @@ -1,34 +1,35 @@ - - - - JSON-C - A JSON implementation in C - - - -

JSON-C - A JSON implementation in C

- -

Overview

-

JSON-C implements a reference counting object model that allows you to easily - construct JSON objects in C, output them as JSON formatted strings and parse - JSON formatted strings back into the C representation of JSON objects.

- -

Building

-

To setup JSON-C to build on your system please run configure and make.

-

If you are on Win32 and are not using the VS project file, be sure - to rename config.h.win32 to config.h before building.

- -

Documentation

-

Doxygen generated documentation exists here - and Win32 specific notes can be found here.

- -

GIT Reposository

-

git clone https://github.com/json-c/json-c.git

- -

Mailing List

- Send email to json-c <at> googlegroups <dot> com

- -

License

-

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

-
- - + + + + JSON-C - A JSON implementation in C + + + +

JSON-C - A JSON implementation in C

+ +

Overview

+

JSON-C implements a reference counting object model that allows you to easily + construct JSON objects in C, output them as JSON formatted strings and parse + JSON formatted strings back into the C representation of JSON objects.

+ +

Building

+

To setup JSON-C to build on your system please run configure and make.

+

If you are on Win32 and are not using the VS project file, be sure + to rename config.h.win32 to config.h before building.

+ +

Documentation

+

Doxygen generated documentation exists here + and Win32 specific notes can be found here.

+ +

GIT Repository

+

git clone https://github.com/json-c/json-c.git

+ +

Mailing List

+

Send email to json-c <at> googlegroups <dot> com

+ +

License

+

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

+ +
+ +