summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-09Add --strip-comments optionpull/2548/headliquidaty
2023-07-09Allow, and strip, JSON comments (#, // or /*)liquidaty
2023-07-10Cross compile for Linux, MacOS and Windows on CI (#2665)Owen Ou
2023-07-09Lex $foo as a single token, instead of using '$' IDENTEmanuele Torre
2023-07-09Mark src/{parser,lexer}.{c,h} as generated files in .gitattributesEmanuele Torre
2023-07-09Fix empty regular expression matches (fix #2565)itchyny
2023-07-09Fix manual on paths/1 to use boolean filter for its argumentitchyny
2023-07-09Support .a.[] and .a.[]? each syntaxMattias Wadman
2023-07-08Fix nth/2 to emit empty on index out of rangeitchyny
2023-07-08Fix the latest manual on string multiplication by zeroitchyny
2023-07-08Fix string multiplication by 0 (and less than 1) to emit empty stringitchyny
2023-07-08Fix string multiplication with a value between 0.0 and 1.0itchyny
2023-07-07Optimize appending deletion path in modifyitchyny
2023-07-07Fix deletion using assigning empty against arrays (fix #2051)itchyny
2023-07-07exit immediately after halt or halt_error is calledEmanuele Torre
2023-07-07Remove deprecated filters: leaf_paths, recurse_downitchyny
2023-07-06Fix dumping large floating numbers (fix #2367) (#2661)itchyny
2023-07-05manual.yml: pick(pathexps)pkoppstein
2023-07-05builtin.jq: def pick(pathexps):pkoppstein
2023-07-05builtin: add pick(stream)pkoppstein
2023-07-06Fix exit code on JSON parse error (#2654)itchyny
2023-07-05Validate JSON for --jsonargMattias Wadman
2023-07-05Remove outdated CI badges from README.md (#2653)itchyny
2023-07-05Release Docker image to GitHub Container Registry (#2652)itchyny
2023-07-05Make 0 divided by 0 results in NaN consistently (#2253)itchyny
2023-07-05Setup path correctly after stream parsing a key:value object pair (#2642)Mattias Wadman
2023-07-04Fix release workflow tag trigger pattern (#2651)itchyny
2023-07-04Improve Dockerfile: update base image and optimize image size (#2649)itchyny
2023-07-04Support optional else-branch for if-then-elif-end (#2598)Mattias Wadman
2023-07-04Implement scan/2 filter (#1961)itchyny
2023-07-04Revamp sub/3 to resolve most issues with gsub (and sub with "g") (#2641)pkoppstein
2023-07-03Fix duplicate entry in .gitignoreitchyny
2023-07-03Create dist and upload on release also disable docs on build (#2648)itchyny
2023-07-03manual.yml: fix references to javascript, and clarify semantics of == (#2645)pkoppstein
2023-07-03Fix the default search paths and documentation (#2093)itchyny
2023-07-03Strip debug information from executables (fix #1221) (#2647)itchyny
2023-07-02Release pipeline (#2620)Owen Ou
2023-06-30Move an example to the manual and regenerate man.test (#2639)itchyny
2023-06-28Remove unused function: jv_mem_invalidate, jv_mem_uninit_setup (#2636)itchyny
2023-06-28fix: tarball fails distcheck: add files missing from manifest (#2538)Allan Clark
2023-06-28Remove deleted README file from jq.spec (#2637)itchyny
2023-06-28Validate module metadata to be an object (#2357)itchyny
2023-06-28Fix bison warnings on incompatibilities with POSIX Yacc (#2634)itchyny
2023-06-28Fix "writing output failed" error of non ASCII output on Windows (#2633)itchyny
2023-06-28Update oniguruma submodule (June 2023) (#2635)itchyny
2023-06-27Fix halt_error to print message without prefix in raw mode (fix #1902) (#2632)itchyny
2023-06-27Fix glibc warning about _BSD_SOURCE and redefined _GNU_SOURCE (fix #1978) (#2...itchyny
2023-06-27Ignore error of outdated manual test when docs disabled (fix #2310) (#2630)itchyny
2023-06-27Fix number lexer to avoid conflict with object indexing (#2254)itchyny
2023-06-27Fix overflow exception of the modulo operator (fix #1176) (#2629)itchyny