* Fix bug with use of capital E in numbers with exponents

Mateusz Loskot, mateusz at loskot dot net
  * Add stddef.h include



git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@19 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
Michael Clark
2007-12-07 02:44:24 +00:00
parent dfaf670436
commit c8f4a6e7de
7 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
0.8
* Add macros to enable compiling out debug code
Geoffrey Young, geoff at modperlcookbook dot org
* Fix bug with use of capital E in numbers with exponents
Mateusz Loskot, mateusz at loskot dot net
* Add stddef.h include
0.7
* Add escaping of backslash to json output