]> git.ipfire.org Git - thirdparty/json-c.git/commit
* Make headers C++ compatible by change *this to *obj
authorMichael Clark <michael@metaparadigm.com>
Tue, 13 Mar 2007 08:26:23 +0000 (08:26 +0000)
committerMichael Clark <michael@metaparadigm.com>
Tue, 13 Mar 2007 08:26:23 +0000 (08:26 +0000)
commitf6a6e486ffc38235edc3c1197278c8a505c523eb
tree5985509e20feabb3ae1dad95831a109a3f8cc19b
parent0370baa74c76e49abffdcd90f70494b2d5298f1a
  * 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
26 files changed:
COPYING
ChangeLog
Makefile.am
README
README-WIN32.html
README.html
arraylist.c
arraylist.h
autogen.sh [new file with mode: 0644]
bits.h
config.h.win32
debug.c
debug.h
json.h
json_object.c
json_object.h
json_object_private.h
json_tokener.c
json_tokener.h
json_util.c
json_util.h
linkhash.c
linkhash.h
printbuf.c
printbuf.h
test1.c