Commit Graph

54 Commits (1058e3b2c0272dde74b06306b56bd039f54208a0)
 

Author SHA1 Message Date
Krzysztof Gabis 1058e3b2c0 Fixed bug in example code. 10 years ago
Krzysztof Gabis f57f2d94bb No longer escaping '/' when serializing. 10 years ago
Krzysztof Gabis c88c775d23 Fixed floating point number comparison in tests (using fabs). 10 years ago
Krzysztof Gabis 69927e1612 Merge pull request #18 from gageas/master 10 years ago
@gageas 775b2b21d0 Fix compile error on C++ compiler. (mismatch between char* and const char*) 10 years ago
Krzysztof Gabis e4ac46318e Fixed memory leak in example. 10 years ago
Krzysztof Gabis 638190d6a0 Merged changes from parson-devel (serialization, copying, comparing, validation, creating values). 10 years ago
Krzysztof Gabis 55856a2eab Changes to readme. 10 years ago
Krzysztof Gabis 6e9e934b5a Bugfix in parsing escaped characters (+ additional tests to prevent this bug in future). 10 years ago
Krzysztof Gabis c707051778 Added surrogate pairs support (JSON support is full now), removed PARSON_VERSION macro. 10 years ago
Krzysztof Gabis 19a0d79db4 Merge pull request #13 from indutny/fix/handling-files-with-whitespace 10 years ago
Fedor Indutny ce73431753 Skip whitespace at the start of string/file 10 years ago
Krzysztof Gabis 148e0ccbef Merge pull request #12 from stephenmathieson/fix/memory-leak 11 years ago
Stephen Mathieson 4413910346 Fix memory leak 11 years ago
Krzysztof Gabis 08a4396b32 Fixed warnings and error resulting in printing string without comments (old debug statement). 11 years ago
Krzysztof Gabis d901014d55 New lines after flow control statements are now consistent. 11 years ago
Krzysztof Gabis d5adf4e291 Added functions to parse file with comments and new tests. 11 years ago
Krzysztof Gabis 080325e566 Merge pull request #11 from stephenmathieson/add/package.json 11 years ago
Stephen Mathieson 18fe24a8c0 adding a package.json file 11 years ago
Krzysztof Gabis a8c04faa39 Merge pull request #10 from spt5007/master 11 years ago
Sean Turley 3585c6d030 Check ferror if fread call fails in json_parse_file 11 years ago
Krzysztof Gabis 713b563375 Merge pull request #8 from sylvain-miermont/master 11 years ago
Sylvain Miermont cbb51719cf Checking that fread *actually* succeeds, fix the warning bellow when compiling with -O1, -O2 or -O3. 11 years ago
Krzysztof Gabis a024f1197c Merge pull request #6 from spotmx/macrobug 11 years ago
Erik Dubbelboer 7ee068b7a6 Fix macro argument bug 11 years ago
Krzysztof Gabis 9dfee46821 Merge pull request #5 from 9re/master 12 years ago
Taro Kobayashi 155f7f0639 added test that will fails on android 12 years ago
Taro Kobayashi cfbf517166 ignore only 0x00-0x19 to support utf-8 characters 12 years ago
Krzysztof Gabis 29595c80ec Accepting DEL characters in strings. 12 years ago
Krzysztof Gabis c4af3f9583 Changed object's and array's initlalization to be lazy. 12 years ago
Krzysztof Gabis d1ca0ed4f3 Readme file update. 12 years ago
Krzysztof Gabis f48d84bc2c Makefile update. 12 years ago
Krzysztof Gabis c24b1a1ad0 Fixed type mismatch in array indexing variables, updated readme file. 12 years ago
Krzysztof Gabis 962d9f13ba Added makefile. 12 years ago
Krzysztof Gabis b2dbaece40 Fixed issue with MSVC and unicode characters. 12 years ago
Krzysztof Gabis 457fa1100f Small code cleanup, narrower example code in tests and readme. 12 years ago
Krzysztof Gabis 5eb66d2b31 New test case. 12 years ago
Krzysztof Gabis f7f11572c9 Fixed bug in nget function, added 2 functions to API, improved memory allocs. 12 years ago
Krzysztof Gabis aaf1d45f16 Code refractoring. 12 years ago
Krzysztof Gabis 202f16cc5c Additional code cleanup. 12 years ago
Krzysztof Gabis ede8ea497a Merge pull request #1 from sduclos/master 12 years ago
sduclos 684096eb0f code clea up 12 years ago
Krzysztof Gabis ee9be98974 Handling realloc, strdup and strndup errors. 12 years ago
Krzysztof Gabis 1f7049dd47 Fixed wrong conditional error and defined realloc as a macro. 12 years ago
Krzysztof Gabis 2684eeb360 Not parsing hex and octal values, refractoring, code cleanup, new tests. 12 years ago
Krzysztof Gabis a3bb4c7390 Fixed error in the readme file. 12 years ago
Krzysztof Gabis 120f5a08da Defined malloc and free as macros, also small refractoring. 12 years ago
Krzysztof Gabis 5edab75bdc Checking malloc errors, added limits on nesting and object/array size. 12 years ago
Krzysztof Gabis e36fa2ab41 Changes in README.md 12 years ago
Krzysztof Gabis 9e64c0f031 Changed int to size_t to avoid signed/unsigned comparisons 12 years ago