summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
AgeCommit message (Expand)Author
2023-08-19Add --config option printing ./configure options usedNicolas Williams
2023-08-16Add a regression test for negative indices and fix a pick/1 testitchyny
2023-08-12Update documentation to reflect new `defs` field on `modulemeta`Alex Wilson
2023-08-09docs: fix delpaths descriptionNaïm Favier
2023-08-05Change the default color of null to Bright Blackitchyny
2023-08-04Let error(null) throw nullEmanuele Torre
2023-08-03Clarify the `//` operator (fix typo)Nicolas Williams
2023-08-03Add a bit more text about generatorsNicolas Williams
2023-08-03Clarify the `//` operator (close #2189)Nicolas Williams
2023-08-01Require a main program (fix #2785)Nicolas Williams
2023-07-29Fix typo in manual: "-seq" => "--seq"Emanuele Torre
2023-07-26Rename --nul-output to --raw-output0, abort on string containing NULitchyny
2023-07-25manual.yml: remove contingent testspkoppstein
2023-07-25builtin.jq: naive abs/0pkoppstein
2023-07-25Remove deprecated --argfile optionitchyny
2023-07-25Reorder the command line options in the manual (#2766)itchyny
2023-07-24Improve manual in various ways (inputs, sort_by, foreach sections, etc.) (#2744)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-21manual.yml: some clarifications plus fixes for markdown bloopers (#2737)pkoppstein
2023-07-19manual.yml: revise section on identity, clarifying what is subject to changepkoppstein
2023-07-19Add notes on `NO_COLOR` environment variable to the manualitchyny
2023-07-18Make object key color configurable (close #1739, #1791, #2638)itchyny
2023-07-18Define examples in the "examples" field instead of "example"Emanuele Torre
2023-07-14debug/1 (#2710)pkoppstein
2023-07-11Update "tests/man.test" and remove superflous whitespace in manual.ymlEmanuele Torre
2023-07-10Update jq.1.prebuiltNicolas Williams
2023-06-13Fix misspellings (#2609)Josh Soref
2023-06-06docs: fix typo in halt_error example (#2336)Henré Botha
2023-05-28Update URLs from stedolan to jqlangStephen Dolan
2022-05-26Fixed typosStefan
2020-01-14fix typosAlanscut
2020-01-07docs: --indent value has maximum of 7, not 8William Chargin
2017-12-11Revert "reduce: handle empty updates (fix #1313)"Nicolas Williams
2017-05-21Deal with strptime() on OS X and *BSD (fix #1415)Nicolas Williams
2017-04-29Add JQ_COLORS env var for color config (fix #1252)Nico Williams
2017-04-15def isempty(g) # Testing 'isempty(empty)' at line number 1364pkoppstein
2017-02-26Add `halt`, `halt_error` builtins (fix #386)Nicolas Williams
2017-02-26Document `stderr`Nicolas Williams
2017-02-26Add $ENV builtin variable to access environmentNicolas Williams
2017-02-25Document $ARGS and friendsNicolas Williams
2017-02-23Document `localtime` and `strflocaltime`Nicolas Williams
2017-02-23Improve manual section on assignment formsNicolas Williams
2017-02-15Improve manualNicolas Williams
2017-02-04Add more missing math functionsNicolas Williams
2017-01-30Improve docs somewhat, inspired by #1326Nicolas Williams
2017-01-30Make |= delete LHS when RHS is empty (Fix #1314)Nicolas Williams
2017-01-30Add SQL-style operators (#1322)Nicolas Williams
2017-01-30reduce: handle empty updates (fix #1313)Nicolas Williams
2015-07-24Rebuild jq.1.prebuiltDavid Tolnay