summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-07-30Add JQ_FALLTHROUGH and use it to quiet warningsNicolas Williams
2023-07-28Allow .[-1] in path expressionsNicolas Williams
2023-07-27Fix memory leak for { $foo: bar }Emanuele Torre
2023-07-26Enable gamma, drem on macOSitchyny
2023-07-26Rename --nul-output to --raw-output0, abort on string containing NULitchyny
2023-07-25builtin.jq: naive abs/0pkoppstein
2023-07-25Only care about RS when parsing with --seqEmanuele Torre
2023-07-25Make sure to free default `@text` format on errorEmanuele Torre
2023-07-25implode: Better invalid input validation and handlingMattias Wadman
2023-07-25Remove deprecated --argfile optionitchyny
2023-07-25Align prompt in help exampleMattias Wadman
2023-07-25Reorder the command line options in the manual (#2766)itchyny
2023-07-25builtin.jq: simpler and faster transpose (#2758)pkoppstein
2023-07-24Test that jq works in threadsTomas Halman
2023-07-24Fix segmentation fault when using jq in threadsTomas Halman
2023-07-24Add decnum workflow to test building without decNumber supportitchyny
2023-07-24Improve USE_DECNUM check positionitchyny
2023-07-24Free expected value on invalid actual for testMattias Wadman
2023-07-24Fix leaks on invalid input for strftime, strflocaltime and mktimeMattias Wadman
2023-07-24Remove all #define _GNU_SOURCE in source filesEmanuele Torre
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-23Fix --stream-errors w/o --stream, and doc+test (close #2748)Nicolas Williams
2023-07-23Enable significand on macOSitchyny
2023-07-23Improve --help to mention all the command optionsitchyny
2023-07-21Increment nlocals when compiling STORE_GLOBAL ops (#2000)William Langford
2023-07-19Move options to main and pass it to processRobert Aboukhalil
2023-07-19Reset options to 0 so can call main() multiple times in a rowRobert Aboukhalil
2023-07-19Avoid getpwuid for static linkingitchyny
2023-07-19Respect NO_COLOR environment variable to disable color outputitchyny
2023-07-18Make object key color configurable (close #1739, #1791, #2638)itchyny
2023-07-18Fix memory leaks in --with-oniguruma=no implementation of f_matchEmanuele Torre
2023-07-18Fix signed integer overflow undefined behaviour in decNumber.cEmanuele Torre
2023-07-18Populate captures also for zero-width matchesEmanuele Torre
2023-07-18Initialise jq_state->debug_cb{,_data} to NULLEmanuele Torre
2023-07-17Make stream parser error when a non-empty object or array is used as keyEmanuele Torre
2023-07-16Initialise jq_state->input_cb{,_data} to NULL in jq_init()Emanuele Torre
2023-07-14Fix indices/1 and rindex/1 in case of overlapping matches in stringsEmanuele Torre
2023-07-14Fix memory leak on halt_error/1itchyny
2023-07-14debug/1 (#2710)pkoppstein
2023-07-14Parse nan in JSON as NaN instead of triggering a parse error (#2712)Emanuele Torre
2023-07-13Fix uri format to follow RFC 3986 (#2157)itchyny
2023-07-12Fix has(nan) on arrays to output falseitchyny
2023-07-11Revert unexpected changes in decNumber code (ref #2031)itchyny
2023-07-10Allow using { $__loc__ } as shorthand for { __loc__: $__loc__ }Emanuele Torre
2023-07-10Cross compile for Linux, MacOS and Windows on CI (#2665)Owen Ou
2023-07-09Lex $foo as a single token, instead of using '$' IDENTEmanuele Torre
2023-07-09Fix empty regular expression matches (fix #2565)itchyny
2023-07-09Support .a.[] and .a.[]? each syntaxMattias Wadman
2023-07-08Fix nth/2 to emit empty on index out of rangeitchyny