summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #157 from setempler/bugfix-configureHEADmasterLloyd Hilaiel2015-09-241-8/+8
|\
| * echo usage instead of relaunching configure script when PATH is missingSven E. Templer2015-04-051-6/+5
| * fixed configure script to accept "-h" and "--prefix" as stated in usage/helpSven E. Templer2015-04-041-2/+3
|/
* clarifications in yajl_gen_reset()'s documentationLloyd Hilaiel2014-03-181-2/+4
* bump to 2.1.1 after tagging 2.1.0Lloyd Hilaiel2014-03-181-1/+1
* changes in 2.1.02.1.0Lloyd Hilaiel2014-03-181-0/+14
* bump api version - minor bump for API additionsLloyd Hilaiel2014-03-181-2/+2
* whitespace cleanupLloyd Hilaiel2014-03-173-61/+62
* typos and formattingLloyd Hilaiel2014-03-172-4/+4
* add generator reset, and ability to verify and reformat streamsLloyd Hilaiel2014-03-144-15/+47
* add -m flag to json_verify for processing a stream of json valuesLloyd Hilaiel2014-03-141-0/+4
* fix win32 build - don't link libm on dozeLloyd Hilaiel2014-02-231-1/+7
* Allow file argumentBjorn Reese2014-02-151-7/+17
* json_reformat should link against libmshahbag2014-02-151-1/+1
* Makes 'nmake install' work.Austin Ziegler2014-02-153-15/+12
* don't run tests during make install. fixes #101Lloyd Hilaiel2014-02-151-1/+1
* run api tests by defaultLloyd Hilaiel2014-02-151-1/+4
* make output for new custom tests more similar to parsing test outputRyan Flynn2014-02-151-2/+2
* remove superfolous dependency on ruby - fixes #110Lloyd Hilaiel2014-02-151-58/+57
* update copyright and emailLloyd Hilaiel2014-02-1535-39/+39
* add a custom api test facilityLloyd Hilaiel2014-02-158-10/+95
* move tests down directoryLloyd Hilaiel2014-02-15119-0/+0
* white space cleanupLloyd Hilaiel2014-02-152-9/+9
* Merge NetBSD build fix (no BASHisms) closes #90Lloyd Hilaiel2013-01-281-3/+3
|\
| * Removed bash dependency in test/run_tests.sh and updated for NetBSD.Steve Gravrock2012-12-221-4/+4
| * Build fix for NetBSD and other systems where /bin/sh isn't bashSteve Gravrock2012-12-151-1/+1
* | Merge pull request #82 from patperry/masterLloyd Hilaiel2013-01-282-2/+5
|\ \
| * | Fix some compiler warningsPatrick Perry2012-08-172-2/+5
| |/
* | Merge pull request #92 from emaste/masterLloyd Hilaiel2013-01-281-1/+1
|\ \
| * | Clarify legacy/current version infoEd Maste2012-12-181-1/+1
| |/
* | Merge pull request #83 from yep/fix-spellingLloyd Hilaiel2013-01-281-1/+1
|\ \ | |/ |/|
| * fix spelling.yep2012-09-071-1/+1
|/
* bump to 2.0.5 after tagging 2.0.4Lloyd Hilaiel2011-12-191-1/+1
* changes in 2.0.42.0.4Lloyd Hilaiel2011-12-191-1/+5
* fix bug in f7e95b936f1d53b1f19a93d7cdca0821d7e09f93 - extra comma in reformat...Lloyd Hilaiel2011-12-191-2/+2
* Added error case for yajl_parse_integer "integer" to check theJoey Ekstrom2011-12-191-0/+4
* Fixed a bug where valid integers were not being flagged as such, makingJoey Ekstrom2011-12-191-2/+1
* Merge pull request #57 from plaguemorin/masterLloyd Hilaiel2011-12-191-5/+6
|\
| * added errno resetting before setting/checking it in yajl_do_parse()7AC2011-08-191-0/+2
| * Edited src/yajl_tree.c via GitHubPhilippe Lague-Morin2011-08-191-5/+6
* | Merge pull request #49 from ConradIrwin/masterLloyd Hilaiel2011-12-192-0/+5
|\ \
| * | Allow testing yajl_gen_escape_solidusConrad Irwin2011-07-171-0/+4
| * | Allow the yajl_gen_escape_solidus option to be set.Conrad Irwin2011-07-171-0/+1
| |/
* | Merge pull request #54 from bovine/masterLloyd Hilaiel2011-12-191-0/+3
|\ \
| * | update yajl_gen_double to enforce that serialized double values always contai...Jeff Lawson2011-07-301-0/+3
| |/
* | Merge pull request #42 from 7AC/masterLloyd Hilaiel2011-12-191-0/+2
|\ \
| * | added errno resetting before setting/checking it in yajl_do_parse()7AC2011-06-141-0/+2
* | | bump to version 2.0.4 after tagging 2.0.3Lloyd Hilaiel2011-12-122-1/+4
* | | changelog for 2.0.32.0.3Lloyd Hilaiel2011-12-121-0/+2
| |/ |/|
* | look for either _WIN32 or WIN32 on windows. closes #44Lloyd Hilaiel2011-06-203-3/+3
|/