summaryrefslogtreecommitdiffstats
path: root/src/execute.c
AgeCommit message (Expand)Author
2024-03-15EACH: fix leak when an error is triggered by non-last element of objectEmanuele Torre
2023-09-27Remove a bunch of unused variables, and useless assignmentsEmanuele Torre
2023-08-27Make jq_get_lib_dirs return an empty array if JQ_LIBRARY_PATH is not setEmanuele Torre
2023-08-16Revert "Allow .[-1] in path expressions"itchyny
2023-08-13Cast function pointers without prototype before calling them (#2842)Emanuele Torre
2023-08-04Add ERRORK opcode to trigger constant errorsEmanuele Torre
2023-07-31Declare cfunction.fptr as jv (*)() to avoid having to cast everywhereEmanuele Torre
2023-07-30Add JQ_FALLTHROUGH and use it to quiet warningsNicolas Williams
2023-07-28Allow .[-1] in path expressionsNicolas Williams
2023-07-24Fix try/catch catches more than it should #1859Nico Williams
2023-07-23Fix stderr to output string with no decoration (fix #2063)itchyny
2023-07-18Initialise jq_state->debug_cb{,_data} to NULLEmanuele Torre
2023-07-16Initialise jq_state->input_cb{,_data} to NULL in jq_init()Emanuele Torre
2021-10-24Fix LOADV/LOADVN refcount printingNicolas Williams
2021-10-24Fix crash in LOADVN when stack growsNicolas Williams
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2019-03-26Fix assert in generator subexpressions (fix #1875)Nicolas Williams
2018-08-30fix memory leakWilliam Langford
2018-08-17Fix destructuring alternationfix-destructuring-alternationWilliam Langford
2017-03-26Add --debug-trace=all for detailed debug outputWilliam Langford
2017-03-26Add alternation destructuring operator `?//`William Langford
2017-02-28getpath/1 should be a path expression (fix #1358)Nicolas Williams
2017-02-26Add `halt`, `halt_error` builtins (fix #386)Nicolas Williams
2017-02-26Fix memory leakNicolas Williams
2017-02-26fixupNicolas Williams
2017-02-25jq_compile_args(): allow object args to be objectNicolas Williams
2015-08-23Move source files to src/David Tolnay