summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix win32 compilation after addition of isnan() isinf() checks, address a cou...Lloyd Hilaiel2009-10-194-2/+9
* bump master branch to 1.0.7Lloyd Hilaiel2009-09-251-1/+1
* remove rfc4627.txt from revision control, so that folks downstream have fewer...Lloyd Hilaiel2009-09-251-563/+0
* always use a format string with fprintf, silence compiler warnings. shhh.1.0.6Lloyd Hilaiel2009-09-123-3/+3
* return an error from yajl_gen_double when client passes inf or nan. Can't re...Lloyd Hilaiel2009-09-122-2/+11
* win32 building cmd-line w/o the msvs guiDoug MacEachern2009-09-091-3/+2
* Add support for combining short optionsJohn Stamp2009-09-092-25/+37
* json_reformat exits on errorsJohn Stamp2009-09-091-2/+5
* Fix handling multiple options in json_reformat and json_verifyJohn Stamp2009-09-092-10/+14
* test/cases/integers.json.gold: Adapt test-case for 64bit architecture.Florian Forster2009-08-272-3/+2
* Preliminary .gitignoreMax Howell2009-05-211-0/+2
* Fix ./configure --prefixMax Howell2009-05-211-1/+1
* bump trunk to 1.0.6Lloyd Hilaiel2009-05-181-1/+1
* update changelog with changes in 1.0.51.0.5Lloyd Hilaiel2009-05-181-0/+4
* fix realloc bug in yajl test case runnerLloyd Hilaiel2009-05-171-1/+1
* implement a more efficient custom state stack (rather than re-using buffers),...Lloyd Hilaiel2009-05-174-83/+131
* inline a couple state management routines for 12% lex perf improvement - also...Lloyd Hilaiel2009-05-153-46/+53
* inline readChar and unreadChar for marginal improvements in parsing performan...Lloyd Hilaiel2009-05-151-17/+5
* bump trunk to 1.0.5Lloyd Hilaiel2009-04-241-1/+1
* update ChangeLog for 1.0.41.0.4Lloyd Hilaiel2009-04-241-0/+5
* fix bug in UTF8 validation, add unit tests for 3 and 4 byte utf8 stringsLloyd Hilaiel2009-04-245-2/+17
* bump trunk to 1.0.4 after tagging 1.0.3Lloyd Hilaiel2009-04-221-1/+1
* update changelog with 1.0.3 changes1.0.3Lloyd Hilaiel2009-04-221-0/+4
* remove extraneous semi colons after extern statements for wider compiler supportLloyd Hilaiel2009-04-223-3/+3
* bump trunk to 1.0.3 after updating doxygen documentation (code sample)Lloyd Hilaiel2009-04-151-1/+1
* update changelog for 1.0.21.0.2Lloyd Hilaiel2009-04-151-0/+4
* update code sample in doxygen documentationLloyd Hilaiel2009-04-151-34/+39
* bump trunk to 1.0.2Lloyd Hilaiel2009-04-011-1/+1
* resolve crash in json_reformatter due to incorrectly ordered parameters1.0.1Lloyd Hilaiel2009-04-013-2/+6
* fflush output in yajl_test to attempt to get deterministic output ordering ac...1.0.0Lloyd Hilaiel2009-04-011-0/+2
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-0167-72/+404
* Merge branch 'master' of git://github.com/tjw/yajlLloyd Hilaiel2009-02-262-39/+46
|\
| * Update json_reformat and json_verify to use the new yajl_parse_complete()Timothy J. Wood2009-02-262-39/+46
| * fix error in win32 build, don't delcare variables in the in middle of a functionLloyd Hilaiel2009-02-271-2/+2
* | fix error in win32 build, don't delcare variables in the in middle of a functionLloyd Hilaiel2009-02-261-2/+2
|/
* A simple fix for lonely_number.jsonTimothy J. Wood2009-02-263-12/+42
* Tests of unbalanced structure; these work and help show that yajlTimothy J. Wood2009-02-268-0/+8
* Renamed the 'context' argument to yajl_lex_lex to 'offset' to be more in line...Timothy J. Wood2009-02-251-24/+24
* Added test cases where one of the top-level constants is followed by garbage.Timothy J. Wood2009-02-256-0/+6
* Test case for a top-level empty string.Timothy J. Wood2009-02-252-0/+2
* Add tests for top-level bool and null constants.Timothy J. Wood2009-02-256-0/+6
* Allow the caller to specify a test binary to use.Timothy J. Wood2009-02-251-8/+11
* fix double dest gold file for warning free new double formatLloyd Hilaiel2009-02-161-4/+4
* bump trunk to 0.4.1Lloyd Hilaiel2009-02-161-1/+1
* build with gcc flags suggested by Mark de Does, clean up resultant compiler w...Lloyd Hilaiel2009-02-162-16/+18
* integrate patches from Robert Varga to eliminate build warnings on 64bit linu...Lloyd Hilaiel2009-01-175-27/+26
* Merge branch 'master' of git@github.com:lloyd/yajlLloyd Hilaiel2009-01-063-6/+12
|\
| * comment out INSTALL cmake directives on win32unknown2009-01-053-6/+12
* | minor grammar fixes in READMELloyd Hilaiel2009-01-061-9/+9
|/
* updated TODO, removing 'make install' target, adding more language on the num...Lloyd Hilaiel2008-12-243-2/+5