summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* document issue #10 in changelog1.0.9Lloyd Hilaiel2010-01-081-0/+4
* fix flipped logic for isinf() definition on windows. [closes #10]Lloyd Hilaiel2010-01-081-1/+1
* bump master branch to 1.0.9 after tagging 1.0.8Lloyd Hilaiel2009-12-181-1/+1
* update changelog for 1.0.81.0.8Lloyd Hilaiel2009-12-181-2/+7
* ensure proper preprocessor directives are defined during building of .dll on ...Lloyd Hilaiel2009-12-181-0/+6
* Merge branch 'master' of git://github.com/bluemarvin/yajlLloyd Hilaiel2009-12-182-23/+23
|\
| * Win32 DLL build fix. The YAJL_API macro was in the incorrect location. Update...Randall E. Barker2009-12-082-23/+23
* | silence a const related warning by always passing around a const yajl_print_t...Lloyd Hilaiel2009-12-184-4/+4
* | prune a now unused parameter (tanks' @agentdero)Lloyd Hilaiel2009-12-173-6/+6
* | change yajl_get_error_offset() to yajl_get_bytes_consumed(), which will allow...Lloyd Trevor Hilaiel2009-12-134-12/+22
|/
* set error offset when client callback cancels parseLloyd Hilaiel2009-12-051-0/+1
* include yajl_get_error_offset in changelogLloyd Hilaiel2009-12-051-2/+5
* Merge branch 'master' of github.com:lloyd/yajlLloyd Hilaiel2009-12-055-33/+99
|\
| * update changelog with printer api by BrianLloyd Trevor Hilaiel2009-11-251-0/+3
| * more castifornication to eliminate innocuous warnings from the build. That w...Lloyd Trevor Hilaiel2009-11-251-2/+2
| * a cast to keep gcc happyLloyd Trevor Hilaiel2009-11-251-2/+2
| * Add API so that we can provide our own printer function instead ofBrian Maher2009-11-254-33/+96
* | add yajl_get_error_offset() -- affording clients more flexibility in how they...Lloyd Hilaiel2009-12-052-1/+17
|/
* bump master to 1.0.8 having tagged 1.0.7Lloyd Hilaiel2009-10-291-1/+1
* changes in 1.0.6 and 1.0.71.0.7Lloyd Hilaiel2009-10-291-0/+12
* 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