summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-07-01Select gcc binaries to releaseOwen Ou
2023-07-01Add matrix to test all available GH Actions imagesOwen Ou
2023-06-28Remove unused function: jv_mem_invalidate, jv_mem_uninit_setup (#2636)itchyny
2023-06-28Validate module metadata to be an object (#2357)itchyny
2023-06-28Fix bison warnings on incompatibilities with POSIX Yacc (#2634)itchyny
2023-06-28Fix "writing output failed" error of non ASCII output on Windows (#2633)itchyny
2023-06-27Fix halt_error to print message without prefix in raw mode (fix #1902) (#2632)itchyny
2023-06-27Fix glibc warning about _BSD_SOURCE and redefined _GNU_SOURCE (fix #1978) (#2...itchyny
2023-06-27Fix number lexer to avoid conflict with object indexing (#2254)itchyny
2023-06-27Fix overflow exception of the modulo operator (fix #1176) (#2629)itchyny
2023-06-06fix handling of -0 (#2235)Anthony Sottile
2023-06-06Fixed typo in errors on missing some mathematical filters (#2434)Stefan
2023-05-28Update URLs from stedolan to jqlangStephen Dolan
2022-05-26Fix iterration problem for non decimal stringTomas Halman
2022-05-26Missing "va_end" call. This was found by running the cppcheck static analysis...Lukas Lansky
2022-05-26Fix typo in compile.cIkko Ashimine
2021-10-24Fix accidentally quadratic behavior in _modifyNicolas Williams
2021-10-24Fix accidentally quadratic behavior in setpathNicolas Williams
2021-10-24Fix LOADV/LOADVN refcount printingNicolas Williams
2021-10-24Fix crash in LOADVN when stack growsNicolas Williams
2021-09-06Fix Windows build for 1.7 release (moar)Nicolas Williams
2021-09-03Fix Windows build for 1.7 release (pthread stuff)Nicolas Williams
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