summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-29Update jq_fuzz_load_file.c: Add missing include unistd.h (#3085)HEADmastermaflcko
2024-03-28jv_setpath: fix leak when indexing an array with an arrayEmanuele Torre
2024-03-28ci: Remove unnecessary apt-get upgrade (#3082)Mattias Wadman
2024-03-28jv_aux.c: replace jv_array_foreach with regular loop in jv_dels()Emanuele Torre
2024-03-28jv_array_indexes: remove a bunch of unnecessary copies/getsEmanuele Torre
2024-03-27@base64d: fix unhandled overflowEmanuele Torre
2024-03-20Add trim/0, ltrim/0 and rtrim/0 that trims leading and trailing whitespace (#...Mattias Wadman
2024-03-20Remove non-standard pow10 filter in favor of exp10 (#3059)itchyny
2024-03-20declare static arrays const where possibleEmanuele Torre
2024-03-19builtin.c: jv2tm: fix UB and accept array inputs with not all the valuesEmanuele Torre
2024-03-18Fix valgrind warning on aarch64/glibc 2.31Colin Leroy-Mira
2024-03-18util.c: update strptime to revision 1.66Emanuele Torre
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