summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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-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-11shtest+configure: remove uses of non-portable/non-standard commandsEmanuele Torre
2023-12-11shtest: fix out-of-source testsEmanuele Torre
2023-12-11jq.test: fix setpath PR numberEmanuele Torre
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
2023-12-03jq_fuzz_execute.cpp: fix false assertDavidKorczynski
2023-12-03jq_fuzz_execute: fix memory leakDavidKorczynski
2023-11-30jq_fuzz_execute: cleanup un-needed externDavid Korczynski
2023-11-30Add fuzzer targeting jq_nextDavid Korczynski
2023-11-30jq_fuzz_compile: dump disassemblyDavid Korczynski
2023-11-29Convert decnum to binary64 (double) instead of decimal64Mattias Wadman
2023-11-28jq_fuzz_parse_extended.c: don't jv_free() twiceEmanuele Torre
2023-11-28test: add jv_dump to extended fuzzerDavid Korczynski
2023-11-28Extend fuzzing set upDavid Korczynski
2023-11-03Comment bug fixes, and fully support Tcl-style multiline commentsEmanuele Torre
2023-10-05Revert "Revert "od -c => od -tc: od -c is an XSI extension..."Emanuele Torre
2023-10-04Revert "od -c => od -tc: od -c is an XSI extension equivalent to LC_CTYPE=C o...Nicolas Williams
2023-10-04od -c => od -tc: od -c is an XSI extension equivalent to LC_CTYPE=C od -tc an...наб
2023-10-04Allow passing the inline jq script before --Emanuele Torre
2023-10-03Simplify `pick` exampleThomas Bozeman th026106
2023-09-22Fix the default colors to use 39, the default foreground color (#2904)taoky
2023-09-06Add setlocale() call (fix #1740)jq-1.7Nicolas Williams
2023-08-27Improve handling of non-integer numeric indices (fix #2815)jq-1.7rc2Nicolas 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-13Fix crash on numeric comparison again (ref #2825)itchyny
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-05Change the default color of null to Bright Blackitchyny
2023-08-04Let error(null) throw nullEmanuele Torre
2023-08-03Clarify the `//` operator (close #2189)Nicolas Williams
2023-08-03Fix crash on numeric comparison (ref #2804) (#2818)itchyny
2023-08-02Fix a test case added in #2790itchyny
2023-08-02Fix rounding small (but not too small) numbers to zero on calculationitchyny
2023-08-01Require a main program (fix #2785)Nicolas Williams
2023-08-01Simple and efficient implementation of walk/1 (#2795)pkoppstein
2023-07-31Fix constant folding of division and reminder with zero divisoritchyny
2023-07-28Test negative indices in path expressionspkoppstein
2023-07-27Fix memory leak for { $foo: bar }Emanuele Torre
2023-07-26Rename --nul-output to --raw-output0, abort on string containing NULitchyny
2023-07-25manual.yml: remove contingent testspkoppstein
2023-07-25builtin.jq: naive abs/0pkoppstein
2023-07-25implode: Better invalid input validation and handlingMattias Wadman
2023-07-25builtin.jq: simpler and faster transpose (#2758)pkoppstein