summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-18util.c: fix _WIN32 port of strptime (#3071)Emanuele Torre
2024-03-15strftime/1: fix validation of non-string argument with number inputEmanuele Torre
2024-03-15EACH: fix leak when an error is triggered by non-last element of objectEmanuele Torre
2024-03-08remove repetitive wordswellweek
2024-03-01improve tonumber/0 performance by parsing input as number literalitchyny
2024-02-13docs: Update chocolatey install command in default.yml (#3042)Bhargava Mummadireddy
2024-02-10tests: run tests in C localeEmanuele Torre
2024-02-08src/jv_dtoa.c: Fix compiler errorUlrich Eckhardt
2024-02-08src/builtin.c: Add missing semicolonUlrich Eckhardt
2024-02-08Fix typo in documentation for map_values (#3035)J. B. Rainsberger
2024-02-08Add missing string color caseThalia Archibald
2024-02-08Clear formatting immediately after colonThalia Archibald
2024-02-08Fix tests and test indented printingThalia Archibald
2024-02-08Consistently reset color formatting in `jv_dump_term`Thalia Archibald
2024-02-06License: Improve license statement.Tomas Halman
2024-01-30docs: rename example jq utility to totalEmanuele Torre
2024-01-26libm.h+builtin.c: add and use LIBM_DA and LIBM_DA_NO macrosEmanuele Torre
2024-01-26builtin.c: fix build with -Woverlength-stringsEmanuele Torre
2024-01-26Makefile.am: fix lines indented with tabs instead of spacesEmanuele Torre
2024-01-25typo contruct->construct (#3017)Jonathan Chan Kwan Yin
2024-01-24Fix "in the a search" typo (#3015)Mattias Wadman
2024-01-16builtins: make ltrimstr and rtrimstr error for non-string inputsEmanuele Torre
2024-01-16Revert "lexer: temporarily revert #\ patch; keep CR in comment bug fix"Emanuele Torre
2024-01-16Provide strptime implementation on all systemsGeorge Hopkins
2024-01-13Bump jinja2 from 3.1.2 to 3.1.3 in /docs (#3009)dependabot[bot]
2024-01-09Bump the official-actions group with 2 updates (#2998)dependabot[bot]
2023-12-26Add jq 1.7.1 news item (#3004)Mattias Wadman
2023-12-24Fix typo (#3002)wllm-rbnt
2023-12-24Add jq 1.7.1 to webpage (#3003)Mattias Wadman
2023-12-19Always build Docker image on CI, group Dependabot PRs for official actions (#...itchyny
2023-12-18Bump actions/download-artifact from 3 to 4dependabot[bot]
2023-12-13Update signatures of 1.7.1github-actions[bot]
2023-12-13Merge pull request from GHSA-686w-5m7m-54vcjq-1.7.1Emanuele Torre
2023-12-13Merge pull request from GHSA-7hmr-442f-qc8jEmanuele Torre
2023-12-13jv_parse: let decNumberFromString/strtod parse complex nans as a NaNEmanuele Torre
2023-12-13NEWS.md: fix markdown syntax; mention more bug fixs; list cves (#2987)Emanuele Torre
2023-12-13Update NEWS.md with changes since 1.7 (#2948)Mattias Wadman
2023-12-13lexer: temporarily revert #\ patch; keep CR in comment bug fixEmanuele Torre
2023-12-13ltrimstr/1+rtrimstr/1: don't leak on invalid input or argumentsEmanuele Torre
2023-12-13Makefile.am: don't use -lshlwapi to build jq on WIN32Emanuele Torre
2023-12-11ci.yml: use sysctl -n hw.logicalcpu instead of nproc on macosEmanuele Torre
2023-12-11jv_mem_calloc(): always call with (nmemb, size)Emanuele Torre
2023-12-11shtest+configure: remove uses of non-portable/non-standard commandsEmanuele Torre
2023-12-11shtest: fix out-of-source testsEmanuele Torre
2023-12-11chore: Improve readability (for Alternative operator '//')Jesper Rønn-Jensen
2023-12-11jq.test: fix setpath PR numberEmanuele Torre
2023-12-11Bump actions/setup-python from 4 to 5dependabot[bot]
2023-12-10jv_setpath()+setpath/2: don't leak the input after an invalid getEmanuele Torre
2023-12-10jq_fuzz_fixed: fix test cases that use string interpolationEmanuele Torre
2023-12-07tests: add new fuzzerDavid Korczynski