summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-27Remove a bunch of unused variables, and useless assignmentsEmanuele Torre
2023-09-27Remove unused nref accumulator in block_bind_libraryEmanuele Torre
2023-09-26Reject U+001F in string literals (fix #2909)itchyny
2023-09-26Correct typo in README.md: compilation (#2912)itchyny
2023-09-22Fix the default colors to use 39, the default foreground color (#2904)taoky
2023-09-18Bump docker/setup-qemu-action from 2 to 3 (#2900)dependabot[bot]
2023-09-18Bump docker/setup-buildx-action from 2 to 3 (#2901)dependabot[bot]
2023-09-18Bump actions/checkout from 1 to 4 (#2902)dependabot[bot]
2023-09-17Fix checksum file spacing for shasum command (#2899)Kamontat Chantrachirathumrong
2023-09-15Bump actions/upload-artifact from 2 to 3dependabot[bot]
2023-09-15Bump crazy-max/ghaction-import-gpg from 5 to 6dependabot[bot]
2023-09-15Bump docker/metadata-action from 4 to 5dependabot[bot]
2023-09-15Bump docker/build-push-action from 4 to 5dependabot[bot]
2023-09-15Bump docker/login-action from 2 to 3dependabot[bot]
2023-09-15Add dependabot (#2889)Yeikel
2023-09-15Disable core.autocrlf on Windows to prevent submodule diffs (fix #2886) (#2888)itchyny
2023-09-07Standarize arch types to AMD64 & ARM64 from index page download dropdown (#2884)Owen Ou
2023-09-07Update webpage with 1.7 release (#2879)Owen Ou
2023-09-06Update signatures of 1.7github-actions[bot]
2023-09-06Add setlocale() call (fix #1740)jq-1.7Nicolas Williams
2023-09-06Add a thank you note to the new owners, admins, and maintainers, and to @sted...Nicolas Williams
2023-08-29Fix leak on too-large programs, OSS Fuzz issue 61349Nico Williams
2023-08-27Update signatures of 1.7rc2github-actions[bot]
2023-08-27Improve handling of non-integer numeric indices (fix #2815)jq-1.7rc2Nicolas Williams
2023-08-27Make jq_get_lib_dirs return an empty array if JQ_LIBRARY_PATH is not setEmanuele Torre
2023-08-26Fix memory leak in find_lib for some invalid inputsEmanuele Torre
2023-08-25Check nomem_handler->handler before calling itNicolas Williams
2023-08-23Include more updates to NEWS.md and AUTHORS for 1.7itchyny
2023-08-21Add src/config_opts.inc to .gitignoreitchyny
2023-08-19Add --config option printing ./configure options usedNicolas Williams
2023-08-17Fix overflow on numeric comparison (#2849)itchyny
2023-08-16Add a regression test for negative indices and fix a pick/1 testitchyny
2023-08-16Revert "Allow .[-1] in path expressions"itchyny
2023-08-13Cast function pointers without prototype before calling them (#2842)Emanuele Torre
2023-08-13Fix crash on numeric comparison again (ref #2825)itchyny
2023-08-13Rename jv_type_private.h to jv_private.h, move jvp_number_is_nan thereitchyny
2023-08-12Update documentation to reflect new `defs` field on `modulemeta`Alex Wilson
2023-08-12Expose the names of a module's defined function via `modulemeta`Alex Wilson
2023-08-12Build windows 64bit binary using UCRT64 (#2832)Mattias Wadman
2023-08-10Make sure to init key and dbl_key also on win32Mattias Wadman
2023-08-10Make sure to init dtoa_ctx_key also on win32 (#2834)Mattias Wadman
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-04Constant fold all kinds of constantsEmanuele Torre
2023-08-04Add ERRORK opcode to trigger constant errorsEmanuele Torre
2023-08-03Clarify the `//` operator (fix typo)Nicolas Williams
2023-08-04Simplify String rule in parser (#2805)Emanuele Torre
2023-08-03Add a bit more text about generatorsNicolas Williams
2023-08-03Clarify the `//` operator (close #2189)Nicolas Williams