* Make headers C++ compatible by change *this to *obj

* Add ifdef C++ extern "C" to headers
  * Use simpler definition of min and max in bits.h
    Larry Lansing, llansing at fuzzynerd dot com

  * Remove automake 1.6 requirement
  * Move autogen commands into autogen.sh. Update README
  * Remove error pointer special case for Windows
  * Change license from LGPL to MIT
    Michael Clark <michael@metaparadigm.com>


git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@10 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
Michael Clark
2007-03-13 08:26:23 +00:00
parent 0370baa74c
commit f6a6e486ff
26 changed files with 165 additions and 756 deletions

View File

@@ -8,7 +8,7 @@
</head>
<body>
<h2>JSON-C - A JSON implementation in C</h2>
<p>Latest release: <a href="json-c-0.4.tar.gz">json-c-0.4.tar.gz</a></p>
<p>Latest release: <a href="json-c-0.5.tar.gz">json-c-0.5.tar.gz</a></p>
<p>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.</p>
@@ -26,13 +26,11 @@
Logging in to :pserver:anoncvs@cvs.metaparadigm.com:2401/cvsroot<br>
CVS password: &lt;enter '<b>anoncvs</b>'&gt;<br>
# <b>cvs co json-c</b></code></p>
<p>Copyright Metaparadigm Pte. Ltd. 2004. <a href="mailto:michael@metaparadigm.com">Michael
<p>Copyright Metaparadigm Pte. Ltd. 2004, 2005. <a href="mailto:michael@metaparadigm.com">Michael
Clark </a>
</p>
<p>This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public (LGPL) License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.</p>
the terms of the MIT License. See COPYING for details.</p>
<hr>
</body>
</html>