summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore JV_PRINT_COLOUR as an alias1.6rc2William Langford2018-08-171-1/+1
* Fix destructuring alternationfix-destructuring-alternationWilliam Langford2018-08-174-21/+122
* Create issue templateWilliam Langford2018-08-171-0/+29
* jv_file.c: check to see if the file is a directory and failRoland C. Dowdeswell2018-05-111-1/+18
* Make limit/2 more efficientNicolas Williams2018-03-061-7/+3
* limit/2 evals exp one time too manyNicolas Williams2018-03-061-1/+8
* src/main.c: fix issue #1587 by using jv_dumpf in the raw-output and ascii-out...rain12018-03-011-1/+5
* Fix "provides" typoRiley Avron2018-02-231-1/+1
* Change backticks to the more legible $()David Fetter2018-02-203-20/+20
* Build static binaries and deploy to GH Releases from TravisJakub Jirutka2018-02-201-0/+58
* Build and run tests against musl libc using Alpine Linux on TravisJakub Jirutka2018-02-201-0/+28
* Change Travis config to utilize Build StagesJakub Jirutka2018-02-201-85/+107
* fix FreeBSD install instructionsPaul Chvostek2018-01-041-2/+6
* Updated the compile-ios.sh script to fix issues with local oniguruma path.Larry Aasen2017-12-121-4/+4
* Update AUTHORSjq-1.6rc1Nicolas Williams2017-12-111-0/+1
* Added rawfileDavid Fetter2017-12-112-2/+14
* Revert "reduce: handle empty updates (fix #1313)"Nicolas Williams2017-12-114-52/+4
* Fix import as $data linkingNicolas Williams2017-12-101-0/+2
* Fix hang for slurped inputs with trailing newlineWilliam Langford2017-12-042-4/+6
* Fix #1534William Langford2017-12-042-1/+12
* Actually fix the strptime testsmacos-strptimeWilliam Langford2017-11-293-3/+18
* Keep object keys in parsing order in `tostream` outputEric Bréchemier2017-11-292-1/+2
* Use rvm to install ruby 1.9.3Andrew Speed2017-11-281-0/+2
* Fix strptime tests on macOS 10.12William Langford2017-11-271-2/+2
* Fix memory leaks in various c-coded builtinsWilliam Langford2017-11-271-35/+45
* Fix leak on error in strptimeNicolas Williams2017-11-232-1/+5
* Typo correctiontrantor2017-11-221-1/+1
* Merge pull request #1403 from Argoday/masterWilliam Langford2017-06-191-1/+1
|\
| * Use unsorted keys in walkJonathan Word2017-05-031-1/+1
* | Deal with strptime() on OS X and *BSD (fix #1415)Nicolas Williams2017-05-214-10/+83
* | Attempt to fix #1415Nicolas Williams2017-05-211-1/+3
* | Add private my_timegm()Nicolas Williams2017-05-211-2/+13
* | Fix HAVE_TM_TM_GMT_OFF usageNicolas Williams2017-05-211-3/+3
* | Use AC_CHECK_MATH_FUNC() for all math functionsNicolas Williams2017-05-211-2/+2
* | Fix jv_load_file() assertion (fix #1410)Nicolas Williams2017-05-202-5/+7
* | Improved git build instructions.Daniel Lange2017-05-111-7/+9
|/
* Add JQ_COLORS env var for color config (fix #1252)Nico Williams2017-04-296-1/+221
* Fix buildNicolas Williams2017-04-261-0/+1
* Always use jv_mem_*alloc()Nicolas Williams2017-04-217-11/+13
* def isempty(g) # Testing 'isempty(empty)' at line number 1364pkoppstein2017-04-154-3/+45
* Update oniguruma to fix #1370William Langford2017-04-021-0/+0
* Don't require java to build gh-pagesWilliam Langford2017-03-311-0/+10
* Add collect example with pipelineWilliam Langford2017-03-311-5/+9
* Add missing close-backtick in docsWilliam Langford2017-03-301-1/+1
* Also fix `jn/2` and `yn/2`Nicolas Williams2017-03-302-2/+4
* Fix frexp, modf, lgamma_r (fix #1374)Nicolas Williams2017-03-293-15/+59
* Allow . as {$a:$b} destructuringNicolas Williams2017-03-263-590/+607
* Add flex/bison outputsNicolas Williams2017-03-264-1226/+1328
* Add more destructuring testsNicolas Williams2017-03-261-0/+12
* Add --debug-trace=all for detailed debug outputWilliam Langford2017-03-263-9/+18