1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Commit Graph

  • 4af3f99728 Update bug_report.md with Discord link jq-1.7rc1 Owen Ou 2023-07-29 07:20:48 -07:00
  • 82f7f772e6 Redirect questions to Discord Owen Ou 2023-07-29 07:15:57 -07:00
  • f733a1535e Use -Wno-cast-function-type to quiet many warnings Nicolas Williams 2023-07-10 18:29:03 -05:00
  • c8b30dff4a Add JQ_FALLTHROUGH and use it to quiet warnings Nicolas Williams 2023-07-10 18:28:33 -05:00
  • de3067850c Update website github-actions[bot] 2023-07-29 23:31:27 +00:00
  • a6eb055c47 Fix typo in manual: "-seq" => "--seq" Emanuele Torre 2023-07-29 21:57:40 +02:00
  • ee2a215f2e Backfill with references in NEWS.md (#2788) Owen Ou 2023-07-29 07:38:08 -07:00
  • 70bbd10b0b NEWS.md: tweaks pkoppstein 2023-07-28 16:32:08 -04:00
  • f8032c4eb4 Update website github-actions[bot] 2023-07-28 18:46:45 +00:00
  • 28af007518 Replace NEWS with NEWS.md with more details and examples Mattias Wadman 2023-06-02 16:47:02 +02:00
  • 336c3deb8a Test negative indices in path expressions pkoppstein 2023-07-15 21:50:19 -04:00
  • 086a156ec3 Allow .[-1] in path expressions Nicolas Williams 2023-07-15 20:00:00 -05:00
  • d319eb2187 Fix PR creation by using fully qualified refname on release itchyny 2023-07-28 17:47:51 +09:00
  • 17889a1a85 Fix memory leak for { $foo: bar } Emanuele Torre 2023-07-28 02:09:44 +02:00
  • 5b9d0750db Fix PR creation by specifying the branch on release itchyny 2023-07-28 10:23:01 +09:00
  • b33725c96e Fix gh pr create option on release itchyny 2023-07-28 10:04:35 +09:00
  • 72f147e82e Fix release job to create a pull request for signatures itchyny 2023-07-28 08:46:56 +09:00
  • 4160a36fb5 Commit GPG signatures on release itchyny 2023-07-28 04:57:51 +09:00
  • 8b8eae0c69 Update website github-actions[bot] 2023-07-27 04:58:06 +00:00
  • 668607e305 Enable gamma, drem on macOS itchyny 2023-07-27 07:53:10 +09:00
  • a1e791acf8 Rename --nul-output to --raw-output0, abort on string containing NUL itchyny 2023-07-10 07:30:50 +09:00
  • 9dd7b41971 Update website github-actions[bot] 2023-07-26 04:47:01 +00:00
  • 13fbe98dff manual.yml: remove contingent tests pkoppstein 2023-07-25 19:19:13 -04:00
  • 7b725378b9 builtin.jq: naive abs/0 pkoppstein 2023-07-24 23:25:42 -04:00
  • 3a1ba0c42d Only care about RS when parsing with --seq Emanuele Torre 2023-07-25 23:24:26 +02:00
  • ae95864b6b Make sure to free default @text format on error Emanuele Torre 2023-07-25 20:50:45 +02:00
  • a949745059 implode: Better invalid input validation and handling Mattias Wadman 2023-07-02 16:48:07 +02:00
  • 96d98d39e4 Update website github-actions[bot] 2023-07-25 15:24:35 +00:00
  • a29ac81de1 Remove deprecated --argfile option itchyny 2023-07-25 21:23:40 +09:00
  • bb8221efdc Align prompt in help example Mattias Wadman 2023-07-25 14:49:45 +02:00
  • 245382532d Update website github-actions[bot] 2023-07-25 06:28:15 +00:00
  • 4705a22c7d Reorder the command line options in the manual (#2766) itchyny 2023-07-25 15:24:54 +09:00
  • 8f49600a6b builtin.jq: simpler and faster transpose (#2758) pkoppstein 2023-07-24 20:12:23 -04:00
  • 330559643a Run autoconf -i in the Build step of the scanbuild workflow Emanuele Torre 2023-07-24 18:53:40 +02:00
  • cca0087ee6 Test that jq works in threads Tomas Halman 2023-03-09 11:34:44 +01:00
  • 2dbae5610b Fix segmentation fault when using jq in threads Tomas Halman 2023-03-01 20:07:28 +01:00
  • 5300fbda58 Add decnum workflow to test building without decNumber support itchyny 2023-07-23 15:35:37 +09:00
  • c4d5ba954d Improve USE_DECNUM check position itchyny 2023-07-23 15:33:43 +09:00
  • bd24a94969 Update website github-actions[bot] 2023-07-24 16:29:20 +00:00
  • 54fef09ac3 Make maintainer-mode default to disabled Mattias Wadman 2023-07-24 11:34:21 +02:00
  • 4cc99831e4 Free expected value on invalid actual for test Mattias Wadman 2023-07-24 16:38:18 +02:00
  • 16ae275d4c Fix leaks on invalid input for strftime, strflocaltime and mktime Mattias Wadman 2023-07-24 15:32:38 +02:00
  • 97c6d2848c Add fuzzer targeting load_file David Korczynski 2023-07-24 05:42:39 -07:00
  • 8a4f246876 Remove all #define _GNU_SOURCE in source files Emanuele Torre 2023-07-24 15:44:29 +02:00
  • cf3c11bde8 Add compile fuzzer for OSS-Fuzz David Korczynski 2023-07-24 04:18:28 -07:00
  • 037c724557 Update website github-actions[bot] 2023-07-24 11:29:07 +00:00
  • ed334b536f Improve manual in various ways (inputs, sort_by, foreach sections, etc.) (#2744) itchyny 2023-07-24 20:24:44 +09:00
  • 1cf6515c06 Fix try/catch catches more than it should #1859 Nico Williams 2023-07-24 06:20:21 -05:00
  • 98f709d0c1 Fix stderr to output string with no decoration (fix #2063) itchyny 2023-07-23 11:47:20 +09:00
  • dfdce8c6e7 Add checksum signature of old release artifacts (close #1999) itchyny 2023-07-23 22:27:01 +09:00
  • 4224920495 Update website github-actions[bot] 2023-07-23 08:39:27 +00:00
  • f64ef1a7d7 Fix --stream-errors w/o --stream, and doc+test (close #2748) Nicolas Williams 2023-07-23 00:01:52 -05:00
  • b490d459c3 Update website github-actions[bot] 2023-07-23 08:31:49 +00:00
  • 123c780607 Enable significand on macOS itchyny 2023-07-23 16:15:35 +09:00
  • 99a381b5aa Improve --help to mention all the command options itchyny 2023-07-22 23:16:03 +09:00
  • 575372222a Add importlib_resources dependency for older Python (fix #2753) (#2754) itchyny 2023-07-23 15:01:16 +09:00
  • b9ab4368f2 Update website github-actions[bot] 2023-07-23 00:03:37 +00:00
  • 34629ed223 Fix manual source code to follow the schema definition itchyny 2023-07-22 15:38:25 +09:00
  • 9044f540bb Validate manual schema itchyny 2023-07-22 15:21:59 +09:00
  • c9c45d7f03 Add tests for --arg, --argjson, and similar options itchyny 2023-07-23 00:24:22 +09:00
  • 649d6b5f5e Update AUTHOR for the next release itchyny 2023-07-22 19:20:58 +09:00
  • e0e1b2293e Enable verbose output of make check itchyny 2023-07-22 08:56:29 +09:00
  • 3ed928954a Fail quickly if not in git repository in scripts/version itchyny 2023-07-20 23:12:41 +09:00
  • 4732dd82c0 Remove AppVeyor configuration (#2741) itchyny 2023-07-21 22:45:45 +09:00
  • bae4db5238 Update website github-actions[bot] 2023-07-21 12:36:42 +00:00
  • 3553a9d617 manual.yml: some clarifications plus fixes for markdown bloopers (#2737) pkoppstein 2023-07-21 08:33:03 -04:00
  • 510a791a14 Update website github-actions[bot] 2023-07-21 11:45:19 +00:00
  • 7c2bf9bd17 Clarify the Docker image location (close #1864) (#2740) itchyny 2023-07-21 20:42:11 +09:00
  • 99a77f724b Add a regression test for #2000 itchyny 2023-07-21 09:01:28 +09:00
  • 515260213c Increment nlocals when compiling STORE_GLOBAL ops (#2000) William Langford 2023-07-20 20:01:16 -04:00
  • 6affc8ffd7 Update website github-actions[bot] 2023-07-20 03:37:30 +00:00
  • 3ec66c858c manual.yml: revise section on identity, clarifying what is subject to change pkoppstein 2023-07-19 22:25:10 -04:00
  • a192e647c5 Move options to main and pass it to process Robert Aboukhalil 2023-07-19 09:00:11 -07:00
  • 4c25cf3f7c Reset options to 0 so can call main() multiple times in a row Robert Aboukhalil 2023-07-19 08:04:39 -07:00
  • 705bdd465a Update website github-actions[bot] 2023-07-19 14:59:02 +00:00
  • f1c49473a3 Avoid getpwuid for static linking itchyny 2023-07-19 13:04:19 +09:00
  • f0306405c1 Add notes on NO_COLOR environment variable to the manual itchyny 2023-07-19 19:40:58 +09:00
  • 0615d4982c Respect NO_COLOR environment variable to disable color output itchyny 2023-07-19 09:21:16 +09:00
  • 87e3dfddb8 Enable valgrind in oniguruma workflow itchyny 2023-07-19 13:30:17 +09:00
  • 5cd560a390 Update website github-actions[bot] 2023-07-18 22:56:46 +00:00
  • 0b558f6ed4 Make object key color configurable (close #1739, #1791, #2638) itchyny 2023-07-12 09:31:26 +09:00
  • 62d65a8a9c Fix memory leaks in --with-oniguruma=no implementation of f_match Emanuele Torre 2023-07-18 20:45:18 +02:00
  • 0e3c3913d8 Add oniguruma workflow to test regex options itchyny 2023-07-17 17:12:58 +09:00
  • 7ffb7943d4 Fix signed integer overflow undefined behaviour in decNumber.c Emanuele Torre 2023-07-18 20:03:18 +02:00
  • 62857a9f54 Update website github-actions[bot] 2023-07-18 17:16:03 +00:00
  • 15fd31de78 Define examples in the "examples" field instead of "example" Emanuele Torre 2023-07-18 05:54:44 +02:00
  • 01dfd8b86d Populate captures also for zero-width matches Emanuele Torre 2023-07-18 08:49:12 +02:00
  • bb0f898c01 Initialise jq_state->debug_cb{,_data} to NULL Emanuele Torre 2023-07-18 06:49:25 +02:00
  • 9e4c71558a Split man.test to make tests pass without oniguruma (#2722) itchyny 2023-07-18 08:17:21 +09:00
  • 4b3090a9ab Make stream parser error when a non-empty object or array is used as key Emanuele Torre 2023-07-16 11:56:36 +02:00
  • e79335e3a5 Initialise jq_state->input_cb{,_data} to NULL in jq_init() Emanuele Torre 2023-07-15 08:11:41 +02:00
  • 1cb9ba3533 Fix autoreconf warnings itchyny 2023-07-14 07:47:25 +09:00
  • 1915b689f7 Fix indices/1 and rindex/1 in case of overlapping matches in strings Emanuele Torre 2023-07-15 00:27:40 +02:00
  • 018716bf20 WIP: Instruction timing nicowilliams/inst-timing Nicolas Williams 2023-07-14 23:30:43 -05:00
  • bf4390562f Add workflow that runs tests with valgrind on linux Emanuele Torre 2023-07-14 02:44:13 +02:00
  • 24871fb4a3 Fix memory leak on halt_error/1 itchyny 2023-07-14 15:49:06 +09:00
  • 90cff55b13 Update website github-actions[bot] 2023-07-13 22:20:52 +00:00
  • 07ef97c414 debug/1 (#2710) pkoppstein 2023-07-13 18:17:42 -04:00
  • 4b1ac7c95f Parse nan in JSON as NaN instead of triggering a parse error (#2712) Emanuele Torre 2023-07-14 00:12:27 +02:00
  • 092fef740a Make sure distcheck passes and run dist job on Pull Request itchyny 2023-07-11 19:59:57 +09:00