summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)Author
2024-01-16Revert "lexer: temporarily revert #\ patch; keep CR in comment bug fix"Emanuele Torre
2023-12-13lexer: temporarily revert #\ patch; keep CR in comment bug fixEmanuele Torre
2023-11-03Comment bug fixes, and fully support Tcl-style multiline commentsEmanuele Torre
2023-10-22Fix possible uninitialised value dereference if jq_init() failsEmanuele Torre
2023-10-21Defer heap variable initialisation after pledgeKlemens Nanni
2023-10-21Restrict systems operations on OpenBSDKlemens Nanni
2023-10-04Allow passing the inline jq script before --Emanuele Torre
2023-09-27main.c: Remove unused EXIT_STATUS_EXACT optionEmanuele Torre
2023-09-06Add setlocale() call (fix #1740)jq-1.7Nicolas Williams
2023-08-19Add --config option printing ./configure options usedNicolas Williams
2023-07-31Massage --help text to use max 72 characters widthMattias Wadman
2023-07-26Rename --nul-output to --raw-output0, abort on string containing NULitchyny
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-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-23Improve --help to mention all the command optionsitchyny
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-19Respect NO_COLOR environment variable to disable color outputitchyny
2023-07-14Fix memory leak on halt_error/1itchyny
2023-07-07exit immediately after halt or halt_error is calledEmanuele Torre
2023-07-06Fix exit code on JSON parse error (#2654)itchyny
2023-07-05Validate JSON for --jsonargMattias Wadman
2023-07-03Fix the default search paths and documentation (#2093)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-06fix handling of -0 (#2235)Anthony Sottile
2023-05-28Update URLs from stedolan to jqlangStephen Dolan
2021-09-06Fix Windows build for 1.7 release (moar)Nicolas Williams
2019-12-30Add -0 / --nul-output option for processing values containing newlinesPaul Wise
2019-03-24Identify progname in more errors (fix #1860)Nicolas Williams
2019-03-24Add -b / --binary option for WindowsNicolas Williams
2019-02-17Allow globbing on WindowsJason Hood
2019-02-16Prevent redirecting to NUL crashJason Hood
2019-02-16Possibly enable color output on Windows (#1494)Jason Hood
2018-12-18fix --exit-code issues #1142 and #1139Ryoichi KATO
2018-11-20Add missing jv_copy when printing with -arWilliam Langford
2018-03-01src/main.c: fix issue #1587 by using jv_dumpf in the raw-output and ascii-out...rain1
2017-12-11Added rawfileDavid Fetter
2017-04-29Add JQ_COLORS env var for color config (fix #1252)Nico Williams
2017-03-26Add --debug-trace=all for detailed debug outputWilliam Langford
2017-02-26Add `halt`, `halt_error` builtins (fix #386)Nicolas Williams
2017-02-25Add $ARGS, --args and --jsonargs (fix #1345)Nicolas Williams
2017-02-25Don't call SetConsoleOutputCPYasuhiro Matsumoto
2016-01-16Fix cross-compilation buildNicolas Williams
2015-12-14Make it easier to use jq with shebangs (fix #1044)Nicolas Williams
2015-12-15Add note about IEEE754 to help msgNicolas Williams
2015-12-14Change usage formattingCameron Sparr