summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-04-03Add configure guards around literal jv_numbersdec_literal_numberWilliam Langford
2019-04-03[tests] print test # from the start of the tests file to help with skip and takeLeonid S. Usov
2019-04-03Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2019-04-03Add decNumber libraryLeonid S. Usov
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
2019-02-26Rename block_bind_incremental to block_bind_referencedMuh Muhten
2019-02-26Fix block flipping in block_drop_unreferencedMuh Muhten
2019-02-21Merge pull request #1837 from muhmuhten/limit_0Nico Williams
2019-02-21Ensure limit(0; ...) is emptyMuh Muhten
2019-02-20Rewrite `_assign/2` using `$argument` syntaxMuh Muhten
2019-02-20Work around fgets()'s lack of length reportingMuh Muhten
2019-02-20Fix if-then-else example formattingNicolas Williams
2019-02-20Document optional `else` clause of `if`Nicolas Williams
2019-02-20Support "if" without "else" clauseChance Zibolski