summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-21Update Docker imagedockeritchyny
2023-07-21Add a regression test for #2000itchyny
2023-07-21Increment nlocals when compiling STORE_GLOBAL ops (#2000)William Langford
2023-07-19manual.yml: revise section on identity, clarifying what is subject to changepkoppstein
2023-07-19Move options to main and pass it to processRobert Aboukhalil
2023-07-19Reset options to 0 so can call main() multiple times in a rowRobert Aboukhalil
2023-07-19Avoid getpwuid for static linkingitchyny
2023-07-19Add notes on `NO_COLOR` environment variable to the manualitchyny
2023-07-19Respect NO_COLOR environment variable to disable color outputitchyny
2023-07-19Enable valgrind in oniguruma workflowitchyny
2023-07-18Make object key color configurable (close #1739, #1791, #2638)itchyny
2023-07-18Fix memory leaks in --with-oniguruma=no implementation of f_matchEmanuele Torre
2023-07-18Add oniguruma workflow to test regex optionsitchyny
2023-07-18Fix signed integer overflow undefined behaviour in decNumber.cEmanuele Torre
2023-07-18Define examples in the "examples" field instead of "example"Emanuele Torre
2023-07-18Populate captures also for zero-width matchesEmanuele Torre
2023-07-18Initialise jq_state->debug_cb{,_data} to NULLEmanuele Torre
2023-07-18Split man.test to make tests pass without oniguruma (#2722)itchyny
2023-07-17Make stream parser error when a non-empty object or array is used as keyEmanuele Torre
2023-07-16Initialise jq_state->input_cb{,_data} to NULL in jq_init()Emanuele Torre
2023-07-16Fix autoreconf warningsitchyny
2023-07-14Fix indices/1 and rindex/1 in case of overlapping matches in stringsEmanuele Torre
2023-07-15Add workflow that runs tests with valgrind on linuxEmanuele Torre
2023-07-14Fix memory leak on halt_error/1itchyny
2023-07-14debug/1 (#2710)pkoppstein
2023-07-14Parse nan in JSON as NaN instead of triggering a parse error (#2712)Emanuele Torre
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