summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-14WIP: Instruction timingnicowilliams/inst-timingNicolas Williams
2023-07-13Make sure distcheck passes and run dist job on Pull Requestitchyny
2023-07-14Update jinja2 to fix deprecation warnings on building website (#2711)itchyny
2023-07-13Fix uri format to follow RFC 3986 (#2157)itchyny
2023-07-13Also run manpage.yml workflow on pull requests that modify the manualEmanuele Torre
2023-07-12Mark src/decNumber/** as vendored filesEmanuele Torre
2023-07-12Fix has(nan) on arrays to output falseitchyny
2023-07-11Revert unexpected changes in decNumber code (ref #2031)itchyny
2023-07-11Update "tests/man.test" and remove superflous whitespace in manual.ymlEmanuele Torre
2023-07-11Fix build_manpage.py with newer markdown versionsEmanuele Torre
2023-07-11Add CI workflow to make sure the man page and man.test can be builtEmanuele Torre
2023-07-10Add checksums.txt for releaseOwen Ou
2023-07-10Do not remove manpage prebuild file on build failureitchyny
2023-07-10Use jinja2 ==3.0.2 for nowEmanuele Torre
2023-07-10Revert "Update docs/Pipfile.lock"Nicolas Williams
2023-07-10Update docs/Pipfile.lockEmanuele Torre
2023-07-10Mark generated manual files as linguist-generated=trueEmanuele Torre
2023-07-10Update docs/README.mdNicolas Williams
2023-07-10Update tests/man.testNicolas Williams
2023-07-10Update jq.1.prebuiltNicolas Williams
2023-07-10Add first fuzzer for integration with OSS-Fuzz.davkor
2023-07-10Allow using { $__loc__ } as shorthand for { __loc__: $__loc__ }Emanuele Torre
2023-07-10Build Docker image using pre-built executables (#2686)itchyny
2023-07-10manual.yml: further tweaks re map and map_valuespkoppstein
2023-07-10manual.yml: further tweaks re map and map_valuespkoppstein
2023-07-10manual.yml: clarify explanation of map_values, including description of new b...pkoppstein
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