summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-12-19Clean up compile warnings on macOSWilliam Langford
2020-05-26Reduce allocation on string multiplicationitchyny
2020-05-26Fix multiple string multiplicationitchyny
2020-05-26Fix error handling in strftimeitchyny
2020-03-02compatibiltiy->compatibilityAlanscut
2020-01-14fix typosAlanscut
2020-01-10remove unused conditional branchYoichi Nakayama
2020-01-02Update other manual and source to use ;37David Biesack
2020-01-02fix typosAlanscut
2019-12-30Add -0 / --nul-output option for processing values containing newlinesPaul Wise
2019-11-21Fix nesting try/catch inside internal errorsWilliam Langford
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-04-07Improve jv_is_integer()Mark Feit
2019-04-04jq_util_input_init: Zero memory using callocMattias Hansson
2019-03-26Fix assert in generator subexpressions (fix #1875)Nicolas 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-26Change contains to return true for empty string needlesWilliam 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-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-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-20Support "if" without "else" clauseChance Zibolski
2019-02-20Bind data imports properly when already resolvedMuh Muhten
2019-02-20Make builtin binding fast again by binding only referenced symbolsMuh Muhten
2019-02-20Load ~/.jq as a library instead of with builtinsMuh Muhten
2019-02-20Add import metadata key "optional"Muh Muhten
2019-02-20Replace TOP-before-imports special case with assertMuh Muhten
2019-02-20Catch .. as the first component of a module pathMuh Muhten
2019-02-20Pass on the error message when rel_path is invalidMuh Muhten
2019-02-20Simplify definition of block_bind_referencedMuh Muhten
2019-02-17Allow globbing on WindowsJason Hood