summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add autoconf outputs (fix #916)jq-1.5Nicolas Williams2015-08-1725-0/+117887
* Fix linker.c includes for win32 (fix #911)jq-1.5-branchNicolas Williams2015-08-161-0/+5
* Update gemsDavid Tolnay2015-08-152-30/+31
* Use https where possibleDavid Tolnay2015-08-1516-37/+42
* Fix streaming docs errors (fix #904)Nicolas Williams2015-08-151-1/+1
* Update wording and json bodies in tutorialDavid Tolnay2015-08-151-142/+147
* spelling corrections; untabifypkoppstein2015-08-151-6/+6
* Improve assignment docs (see #897)Nicolas Williams2015-08-151-2/+20
* Test main.c fix for #817Nicolas Williams2015-08-131-0/+12
* Make search path expansion portable (fix #817)Nicolas Williams2015-08-131-15/+45
* Make all global module paths absolute (fix #817)Nicolas Williams2015-08-131-2/+2
* Fix #896, double-free in `setpath`Nicolas Williams2015-08-112-11/+17
* Clarify documentation of STRING * INTEGERpkoppstein2015-08-041-3/+4
* OS X's mktemp -d requires template (fix #876)Nicolas Williams2015-07-281-2/+2
* Add missing files (fix #875)Nicolas Williams2015-07-281-1/+3
* Fix make dist (fix #870)jq-1.5rc2Nicolas Williams2015-07-261-1/+1
* Error on bytecodes longer than 0xFFFF (fix #269)David Tolnay2015-07-263-7/+13
* Drop plus from "jq 1.5+" on download pageDavid Tolnay2015-07-261-1/+1
* News is not THIS importantDavid Tolnay2015-07-261-1/+1
* Add 1.4 and 1.3 manuals to website (fix #866)David Tolnay2015-07-264-1/+2950
* Suggest --disable-maintainer-mode on download pageDavid Tolnay2015-07-251-2/+3
* Update setup.sh scriptDavid Tolnay2015-07-241-10/+8
* Change homepage .com -> .ioDavid Tolnay2015-07-244-5/+5
* Change AC bug-report parameter to point to GitHubDavid Tolnay2015-07-241-1/+1
* Implement flatten/0 in terms of flatten/1Santiago Lapresta2015-07-242-4/+12
* detect invalid path expression (fix #862)David Tolnay2015-07-244-11/+129
* simplify implementation of bsearch to use "until" and avoid "last"; testedpkoppstein2015-07-241-12/+12
* Rebuild jq.1.prebuiltDavid Tolnay2015-07-241-57/+1120
* fix references to --color-outputEvan Zacks2015-07-242-2/+2
* Updated v1.3 filenamesThomas R. Hall2015-07-231-1/+1
* Copy over changes made to gh-pages directlyDavid Tolnay2015-07-236-23/+52
* Resolve remaining shift/reduce conflicts involving '?'David Tolnay2015-07-193-808/+850
* Resolve shift/reduce conflict of 'def' vs '|'David Tolnay2015-07-194-831/+822
* Clean up trailing whitespaceDavid Tolnay2015-07-1917-345/+343
* Use =, not ==, for shell testsNicolas Williams2015-07-181-1/+1
* travis has whitelisted libonig-devDavid Tolnay2015-07-101-11/+2
* input_filename should never emptyNicolas Williams2015-07-101-1/+5
* Update AUTHORSNicolas Williams2015-07-101-6/+47
* Update NEWSNicolas Williams2015-07-101-7/+31
* Update ChangeLogNicolas Williams2015-07-101-0/+732
* Use `include` for import into namespaceNicolas Williams2015-07-108-1255/+1275
* Simplify import docsNicolas Williams2015-07-101-33/+24
* Fix typo in docsNicolas Williams2015-07-101-3/+2
* Dockerfile reorganizedJames Andariese2015-07-101-36/+47
* Fixing missing D in LIBM_DDD_NO macro nameMike Fletcher2015-07-091-1/+1
* Make jq.h usable from C++David Tolnay2015-07-043-22/+22
* Fix Windows buildNicolas Williams2015-07-041-0/+10
* Document math supportNicolas Williams2015-07-031-0/+18
* Remove `pow10` for now; CHECK_MATH_FUNC needs workNicolas Williams2015-07-032-6/+0
* docs and diagram for exec_stackDavid Tolnay2015-07-021-0/+29