summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add configure guards around literal jv_numbersdec_literal_numberWilliam Langford2019-04-034-0/+25
* [tests] print test # from the start of the tests file to help with skip and takeLeonid S. Usov2019-04-031-3/+3
* Save literal value of the parsed number to preserve it for the outputLeonid S. Usov2019-04-0321-755/+1374
* Add decNumber libraryLeonid S. Usov2019-04-0336-0/+20503
* Dockerfile: Uninstall oniguruma before distcleanMattias Hansson2019-03-291-2/+3
* Dockerfile: Fetch dependency as git submoduleMattias Hansson2019-03-291-11/+6
* Dockerfile: Change base image to Debian StableMattias Hansson2019-03-291-1/+1
* Dockerfile: Add missing dependency to pip3Mattias Hansson2019-03-291-1/+3
* Dockerfile: Specify locale settingsMattias Hansson2019-03-291-1/+3
* Dockerfile: Set noninteractiveMattias Hansson2019-03-291-0/+3
* Add pkg-config file for libjqMattias Hansson2019-03-294-1/+17
* Fix assert in generator subexpressions (fix #1875)Nicolas Williams2019-03-261-1/+1
* Fix tests/jq.test for c72ed135Nicolas Williams2019-03-251-8/+8
* Fix tests/shtest broken by 2b4d51fNicolas Williams2019-03-251-10/+10
* Disable docs by default; don't mantest if no docsNicolas Williams2019-03-242-1/+5
* Identify progname in more errors (fix #1860)Nicolas Williams2019-03-243-14/+14
* Add -b / --binary option for WindowsNicolas Williams2019-03-242-0/+16
* Allow .["foo"].["bar"]Nicolas Williams2019-03-242-759/+802
* Allow keywords in more places (fix #1868)Nicolas Williams2019-03-246-1322/+1985
* Restore cfunction arity in builtins/0Muh Muhten2019-02-262-18/+23
* Bind libraries backward for consistent shadowingMuh Muhten2019-02-269-4/+32
* Fix regression on ~/.jq being a directoryMuh Muhten2019-02-265-24/+29
* Fix alpine buildMuh Muhten2019-02-261-7/+7
* Make shtest verbose 2 diag. alpine build failureNicolas Williams2019-02-261-1/+1
* Change contains to return true for empty string needlesWilliam Langford2019-02-261-2/+7
* Configure appveyor build to use pythonWilliam Langford2019-02-261-9/+10
* Cleanup leftover references to rubyWilliam Langford2019-02-266-226/+5
* Configure travis build to use pythonWilliam Langford2019-02-261-8/+12
* Remove ruby dependency from mantestsWilliam Langford2019-02-262-1/+14
* Remove ruby dependency from manpage buildWilliam Langford2019-02-265-36/+302
* Remove ruby dependency from website buildWilliam Langford2019-02-2624-101/+426
* Simplify and optimize SQLish builtinsMuh Muhten2019-02-262-7/+14
* Fix bizarre bsearch/1 behaviour with a stream argumentMuh Muhten2019-02-262-6/+8
* Make tostream much more efficientMuh Muhten2019-02-261-16/+3
* Reimplement fromstream/1 more compactlyMuh Muhten2019-02-261-20/+8
* Simplify definition of range/3Muh Muhten2019-02-261-5/+5
* Simplify type-select builtinsMuh Muhten2019-02-261-4/+4
* Add more tests for any and allMuh Muhten2019-02-261-0/+45
* Redefine isempty/1, and the all and any seriesMuh Muhten2019-02-261-15/+7
* Remove scalars_or_emptyMuh Muhten2019-02-262-2/+1
* No need to block_drop_unreferenced after builtinsMuh Muhten2019-02-261-1/+0
* Rename block_bind_incremental to block_bind_referencedMuh Muhten2019-02-263-18/+8
* Fix block flipping in block_drop_unreferencedMuh Muhten2019-02-261-1/+1
* Merge pull request #1837 from muhmuhten/limit_0Nico Williams2019-02-212-3/+11
|\
| * Ensure limit(0; ...) is emptyMuh Muhten2019-02-212-3/+11
|/
* Rewrite `_assign/2` using `$argument` syntaxMuh Muhten2019-02-201-1/+1
* Work around fgets()'s lack of length reportingMuh Muhten2019-02-201-7/+9
* Fix if-then-else example formattingNicolas Williams2019-02-201-3/+2
* Document optional `else` clause of `if`Nicolas Williams2019-02-201-3/+6
* Support "if" without "else" clauseChance Zibolski2019-02-204-995/+1030