1. 949d38e Fix crash on numeric comparison (ref #2804) (#2818) by itchyny · 10 months ago main
  2. 53a62cf Improve README to be more structural and more readable (#2814) by Owen Ou · 10 months ago
  3. ff4bf68 Enable stack protection (CI release executables) by Nicolas Williams · 10 months ago
  4. fd0d475 Fix a test case added in #2790 by itchyny · 10 months ago
  5. 680baef Fix rounding small (but not too small) numbers to zero on calculation by itchyny · 10 months ago
  6. 27a4d57 Require a main program (fix #2785) by Nicolas Williams · 10 months ago
  7. 044b385 NEWS.md - sub and gsub (#2809) by pkoppstein · 10 months ago
  8. 161ab04 Fix typo in CI env vars for Linux build (#2810) by Owen Ou · 10 months ago
  9. 2969811 Update download page with new release key by Nicolas Williams · 10 months ago
  10. 96263f2 Don't unnecessarily ignore missing-field-initializers warnings by Emanuele Torre · 10 months ago
  11. 90a6b2d Re-generate src/parser.[ch] by Nicolas Williams · 10 months ago
  12. 4d4c17c Simple and efficient implementation of walk/1 (#2795) by pkoppstein · 10 months ago
  13. 0f80921 Fix constant folding of division and reminder with zero divisor by itchyny · 10 months ago
  14. 6716e23 Declare cfunction.fptr as jv (*)() to avoid having to cast everywhere by Emanuele Torre · 10 months ago
  15. f61f842 Massage --help text to use max 72 characters width by Mattias Wadman · 10 months ago
  16. 69deec6 Add new release public key by Nicolas Williams · 10 months ago
  17. 77c4c8a Update signatures of 1.7rc1 by github-actions[bot] · 10 months ago
  18. c8e28da Redesign website (#2628) by itchyny · 10 months ago
  19. 4af3f99 Update `bug_report.md` with Discord link by Owen Ou · 10 months ago jq-1.7rc1
  20. 82f7f77 Redirect questions to Discord by Owen Ou · 10 months ago
  21. f733a15 Use -Wno-cast-function-type to quiet many warnings by Nicolas Williams · 11 months ago
  22. c8b30df Add JQ_FALLTHROUGH and use it to quiet warnings by Nicolas Williams · 11 months ago
  23. a6eb055 Fix typo in manual: "-seq" => "--seq" by Emanuele Torre · 10 months ago
  24. ee2a215 Backfill with references in NEWS.md (#2788) by Owen Ou · 10 months ago
  25. 70bbd10 NEWS.md: tweaks by pkoppstein · 10 months ago
  26. 28af007 Replace NEWS with NEWS.md with more details and examples by Mattias Wadman · 12 months ago
  27. 336c3de Test negative indices in path expressions by pkoppstein · 10 months ago
  28. 086a156 Allow .[-1] in path expressions by Nicolas Williams · 10 months ago
  29. d319eb2 Fix PR creation by using fully qualified refname on release by itchyny · 10 months ago
  30. 17889a1 Fix memory leak for { $foo: bar } by Emanuele Torre · 10 months ago
  31. 5b9d075 Fix PR creation by specifying the branch on release by itchyny · 10 months ago
  32. b33725c Fix gh pr create option on release by itchyny · 10 months ago
  33. 72f147e Fix release job to create a pull request for signatures by itchyny · 10 months ago
  34. 4160a36 Commit GPG signatures on release by itchyny · 10 months ago
  35. 668607e Enable gamma, drem on macOS by itchyny · 10 months ago
  36. a1e791a Rename --nul-output to --raw-output0, abort on string containing NUL by itchyny · 11 months ago
  37. 13fbe98 manual.yml: remove contingent tests by pkoppstein · 10 months ago
  38. 7b72537 builtin.jq: naive abs/0 by pkoppstein · 10 months ago
  39. 3a1ba0c Only care about RS when parsing with --seq by Emanuele Torre · 10 months ago
  40. ae95864 Make sure to free default `@text` format on error by Emanuele Torre · 10 months ago
  41. a949745 implode: Better invalid input validation and handling by Mattias Wadman · 11 months ago
  42. a29ac81 Remove deprecated --argfile option by itchyny · 10 months ago
  43. bb8221e Align prompt in help example by Mattias Wadman · 10 months ago
  44. 4705a22 Reorder the command line options in the manual (#2766) by itchyny · 10 months ago
  45. 8f49600 builtin.jq: simpler and faster transpose (#2758) by pkoppstein · 10 months ago
  46. 3305596 Run autoconf -i in the Build step of the scanbuild workflow by Emanuele Torre · 10 months ago
  47. cca0087 Test that jq works in threads by Tomas Halman · 1 year, 3 months ago
  48. 2dbae56 Fix segmentation fault when using jq in threads by Tomas Halman · 1 year, 3 months ago
  49. 5300fbd Add decnum workflow to test building without decNumber support by itchyny · 10 months ago
  50. c4d5ba9 Improve USE_DECNUM check position by itchyny · 10 months ago
  51. 54fef09 Make maintainer-mode default to disabled by Mattias Wadman · 10 months ago
  52. 4cc9983 Free expected value on invalid actual for test by Mattias Wadman · 10 months ago
  53. 16ae275 Fix leaks on invalid input for strftime, strflocaltime and mktime by Mattias Wadman · 10 months ago
  54. 97c6d28 Add fuzzer targeting load_file by David Korczynski · 10 months ago
  55. 8a4f246 Remove all #define _GNU_SOURCE in source files by Emanuele Torre · 10 months ago
  56. cf3c11b Add compile fuzzer for OSS-Fuzz by David Korczynski · 10 months ago
  57. ed334b5 Improve manual in various ways (inputs, sort_by, foreach sections, etc.) (#2744) by itchyny · 10 months ago
  58. 1cf6515 Fix try/catch catches more than it should #1859 by Nico Williams · 10 months ago
  59. 98f709d Fix stderr to output string with no decoration (fix #2063) by itchyny · 10 months ago
  60. dfdce8c Add checksum signature of old release artifacts (close #1999) by itchyny · 10 months ago
  61. f64ef1a Fix --stream-errors w/o --stream, and doc+test (close #2748) by Nicolas Williams · 10 months ago
  62. 123c780 Enable significand on macOS by itchyny · 10 months ago
  63. 99a381b Improve --help to mention all the command options by itchyny · 10 months ago
  64. 5753722 Add importlib_resources dependency for older Python (fix #2753) (#2754) by itchyny · 10 months ago
  65. 34629ed Fix manual source code to follow the schema definition by itchyny · 10 months ago
  66. 9044f54 Validate manual schema by itchyny · 10 months ago
  67. c9c45d7 Add tests for --arg, --argjson, and similar options by itchyny · 10 months ago
  68. 649d6b5 Update AUTHOR for the next release by itchyny · 10 months ago
  69. e0e1b22 Enable verbose output of make check by itchyny · 10 months ago
  70. 3ed9289 Fail quickly if not in git repository in scripts/version by itchyny · 10 months ago
  71. 4732dd8 Remove AppVeyor configuration (#2741) by itchyny · 10 months ago
  72. 3553a9d manual.yml: some clarifications plus fixes for markdown bloopers (#2737) by pkoppstein · 10 months ago
  73. 7c2bf9b Clarify the Docker image location (close #1864) (#2740) by itchyny · 10 months ago
  74. 99a77f7 Add a regression test for #2000 by itchyny · 10 months ago
  75. 5152602 Increment nlocals when compiling STORE_GLOBAL ops (#2000) by William Langford · 10 months ago
  76. 3ec66c8 manual.yml: revise section on identity, clarifying what is subject to change by pkoppstein · 10 months ago
  77. a192e64 Move options to main and pass it to process by Robert Aboukhalil · 10 months ago
  78. 4c25cf3 Reset options to 0 so can call main() multiple times in a row by Robert Aboukhalil · 10 months ago
  79. f1c4947 Avoid getpwuid for static linking by itchyny · 10 months ago
  80. f030640 Add notes on `NO_COLOR` environment variable to the manual by itchyny · 10 months ago
  81. 0615d49 Respect NO_COLOR environment variable to disable color output by itchyny · 10 months ago
  82. 87e3dfd Enable valgrind in oniguruma workflow by itchyny · 10 months ago
  83. 0b558f6 Make object key color configurable (close #1739, #1791, #2638) by itchyny · 11 months ago
  84. 62d65a8 Fix memory leaks in --with-oniguruma=no implementation of f_match by Emanuele Torre · 10 months ago
  85. 0e3c391 Add oniguruma workflow to test regex options by itchyny · 10 months ago
  86. 7ffb794 Fix signed integer overflow undefined behaviour in decNumber.c by Emanuele Torre · 10 months ago
  87. 15fd31d Define examples in the "examples" field instead of "example" by Emanuele Torre · 10 months ago
  88. 01dfd8b Populate captures also for zero-width matches by Emanuele Torre · 10 months ago
  89. bb0f898 Initialise jq_state->debug_cb{,_data} to NULL by Emanuele Torre · 10 months ago
  90. 9e4c715 Split man.test to make tests pass without oniguruma (#2722) by itchyny · 10 months ago
  91. 4b3090a Make stream parser error when a non-empty object or array is used as key by Emanuele Torre · 10 months ago
  92. e79335e Initialise jq_state->input_cb{,_data} to NULL in jq_init() by Emanuele Torre · 10 months ago
  93. 1cb9ba3 Fix autoreconf warnings by itchyny · 10 months ago
  94. 1915b68 Fix indices/1 and rindex/1 in case of overlapping matches in strings by Emanuele Torre · 10 months ago
  95. bf43905 Add workflow that runs tests with valgrind on linux by Emanuele Torre · 10 months ago
  96. 24871fb Fix memory leak on halt_error/1 by itchyny · 10 months ago
  97. 07ef97c debug/1 (#2710) by pkoppstein · 10 months ago
  98. 4b1ac7c Parse nan in JSON as NaN instead of triggering a parse error (#2712) by Emanuele Torre · 10 months ago
  99. 092fef7 Make sure distcheck passes and run dist job on Pull Request by itchyny · 11 months ago
  100. 481167c Update jinja2 to fix deprecation warnings on building website (#2711) by itchyny · 11 months ago