Commit Graph

30 Commits (e4ac46318e6f188b2144c03f6ef948dcc2f1683e)

Author SHA1 Message Date
Krzysztof Gabis 638190d6a0 Merged changes from parson-devel (serialization, copying, comparing, validation, creating values). 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
Fedor Indutny ce73431753 Skip whitespace at the start of string/file 10 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
Sean Turley 3585c6d030 Check ferror if fread call fails in json_parse_file 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
Erik Dubbelboer 7ee068b7a6 Fix macro argument bug 11 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 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 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
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 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 9e64c0f031 Changed int to size_t to avoid signed/unsigned comparisons 12 years ago
Krzysztof Gabis 410807850e Fixed some compatibility issues with C++ compilers. 12 years ago
Krzysztof Gabis 2740213c5c Renamed bool to boolean. 12 years ago
Krzysztof Gabis cad9bda1e4 Included stddef.h in parson.c 12 years ago
Krzysztof Gabis de829803e3 Initial commit. 12 years ago