summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-10-23Ensure travis has a python version we expectWilliam Langford
2019-10-22Remove an accidentally committed debug fileLeonid S. Usov
2019-10-22Add configure guards around literal jv_numbersWilliam Langford
2019-10-22[tests] print test # from the start of the tests file to help with skip and takeLeonid S. Usov
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2019-10-22Add decNumber libraryLeonid S. Usov
2019-07-31Merge pull request #1948 from eli-schwartz/no-pacman-syWilliam Langford
2019-07-21docs: fix seriously dangerous download instructions for Arch LinuxEli Schwartz
2019-07-14Merge pull request #1944 from tessus/doc-improvementWilliam Langford
2019-07-08clarify filter usageHelmut K. C. Tessarek
2019-06-11Makefile.am: fix builtin.inc with out-of-root buildsRicardo Constantino
2019-04-07Improve jv_is_integer()Mark Feit
2019-04-04jq_util_input_init: Zero memory using callocMattias Hansson
2019-03-29Dockerfile: Uninstall oniguruma before distcleanMattias Hansson
2019-03-29Dockerfile: Fetch dependency as git submoduleMattias Hansson
2019-03-29Dockerfile: Change base image to Debian StableMattias Hansson
2019-03-29Dockerfile: Add missing dependency to pip3Mattias Hansson
2019-03-29Dockerfile: Specify locale settingsMattias Hansson
2019-03-29Dockerfile: Set noninteractiveMattias Hansson
2019-03-29Add pkg-config file for libjqMattias Hansson
2019-03-26Fix assert in generator subexpressions (fix #1875)Nicolas Williams
2019-03-25Fix tests/jq.test for c72ed135Nicolas Williams
2019-03-25Fix tests/shtest broken by 2b4d51fNicolas Williams
2019-03-24Disable docs by default; don't mantest if no docsNicolas Williams
2019-03-24Identify progname in more errors (fix #1860)Nicolas Williams
2019-03-24Add -b / --binary option for WindowsNicolas Williams
2019-03-24Allow .["foo"].["bar"]Nicolas Williams
2019-03-24Allow keywords in more places (fix #1868)Nicolas Williams
2019-02-26Restore cfunction arity in builtins/0Muh Muhten
2019-02-26Bind libraries backward for consistent shadowingMuh Muhten
2019-02-26Fix regression on ~/.jq being a directoryMuh Muhten
2019-02-26Fix alpine buildMuh Muhten
2019-02-26Make shtest verbose 2 diag. alpine build failureNicolas Williams
2019-02-26Change contains to return true for empty string needlesWilliam Langford
2019-02-26Configure appveyor build to use pythonWilliam Langford
2019-02-26Cleanup leftover references to rubyWilliam Langford
2019-02-26Configure travis build to use pythonWilliam Langford
2019-02-26Remove ruby dependency from mantestsWilliam Langford
2019-02-26Remove ruby dependency from manpage buildWilliam Langford
2019-02-26Remove ruby dependency from website buildWilliam Langford
2019-02-26Simplify and optimize SQLish builtinsMuh Muhten
2019-02-26Fix bizarre bsearch/1 behaviour with a stream argumentMuh Muhten
2019-02-26Make tostream much more efficientMuh Muhten
2019-02-26Reimplement fromstream/1 more compactlyMuh Muhten
2019-02-26Simplify definition of range/3Muh Muhten
2019-02-26Simplify type-select builtinsMuh Muhten
2019-02-26Add more tests for any and allMuh Muhten
2019-02-26Redefine isempty/1, and the all and any seriesMuh Muhten
2019-02-26Remove scalars_or_emptyMuh Muhten
2019-02-26No need to block_drop_unreferenced after builtinsMuh Muhten