summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-07-01Only enable CI when push to master & tagowenthereal/releaseOwen Ou
2023-07-01Select gcc binaries to releaseOwen Ou
2023-07-01Run `brew update-reset` when `brew update` failsOwen Ou
`brew update` can fail for "Error: Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask failed!" Ref: https://github.com/owenthereal/jq/actions/runs/5432314910/jobs/9879266028#step:3:19
2023-07-01Enable all tests for WindowsOwen Ou
2023-07-01Add matrix to test all available GH Actions imagesOwen Ou
2023-07-01Also install flex for Windows buildOwen Ou
2023-07-01Locate bison for Windows buildOwen Ou
2023-07-01Release pipelineOwen Ou
* Group CI builds for different OSes into `ci.yml`. * Add release job to release `jq` when tag is in the format of v*. * Use `clang` as the only compiler on CI. * Provide extensible matrix for future cross-compile builds, e.g. for https://github.com/jqlang/jq/pull/2618.
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) ↵itchyny
(#2631)
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
2023-06-22Fix manual section titles, minor typos, and improve inline codes (#2626)itchyny
2023-06-21Document `length` for numbers and bools (#2625)Alex Jurkiewicz
This was added in ae7a042876130c471dce28a4396abc215192eaa9 but not explicitly documented.
2023-06-20Improve Download page: drop versions for each package manager (#2619)itchyny
2023-06-19Create SECURITY.mdNico Williams
2023-06-16Fix double-installed doc (#2482)Dan Church
The README symlink was causing the file to be installed twice in <DOCDIR>.
2023-06-16Use autotools standard ${docdir} (#2468)Dan Church
Specified with `--docdir=<path>`, the `$(docdir)` variable is already available, and has the same default as what it was being set to. By specifying it here, it overrides what the `--docdir` option specifies.
2023-06-16Added usage under Powershell to the manual (#2306)Dawid Ferenczy Rogožan
2023-06-16Fedora link returns 404 (#2067)calpeconsulting
2023-06-16Add Windows installation via scoop (#2188)Marcin Kłopotek
2023-06-16manual.yml - Perl NG (#2614)pkoppstein
2023-06-14C99 compatibility enhancements for the configure script (#2519)Florian Weimer
* configure.ac: Enable system extensions Use AC_USE_SYSTEM_EXTENSIONS to build with _GNU_SOURCE (and similar macros on non-GNU systems), to avoid an implicit declaration of the strptime function. This improves compatibility with future compilers which do not support implicit function declarations. * configure.ac: gettimeofday lives in <sys/time.h> The gettimeofday function is declared in <sys/time.h>, not <time.h>, according to POSIX and actual systems. This avoids a configure probe failure with compilers which do not support implicit function declarations.
2023-06-14Add a note about how to provide positional arguments without confusing the ↵Rob Wills
arg parser (#1989)
2023-06-14Fix regular expression section on PCRE (fix #2439), also improve example ↵itchyny
format (#2613)
2023-06-14Fix version scripts for some shallow clone situations (fix #1549) (#2608)itchyny
2023-06-13Fix misspellings (#2609)Josh Soref
2023-06-13scanbuild: use ubuntu-latest (#2610)Josh Soref
2023-06-13Link to the Onigurama docs (#2355)AJ Jordan
2023-06-12Fix macOS build - drop python3 (#2612)Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-06-08docs: Fix coding style of Python scripts using YAPF (#2606)itchyny
2023-06-07docs: Fix example outputs added in #2391itchyny
2023-06-07Add fixes for manual (#2391)Benjamin Wuethrich
2023-06-07fix typos in manual.yml (#2102)Timothy John Perisho Eccleston
2023-06-06fix handling of -0 (#2235)Anthony Sottile
2023-06-06docs: Fix a try-catch example (fix #1558, #1777) (#2605)itchyny
2023-06-06docs: fix typo in halt_error example (#2336)Henré Botha
2023-06-06docs: clarify split behavior (#2462)Lucas Trzesniewski
2023-06-06Fixed typo in errors on missing some mathematical filters (#2434)Stefan
2023-06-06[docs] Use yaml.safe_load() in build_*.py scripts (#2432)nmulcahey
Co-authored-by: itchyny <itchyny@cybozu.co.jp>
2023-06-06Key should be "foo" without spaces (#2212)Matti Åstrand