1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Commit Graph

  • c1276169d6 build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs master dependabot[bot] 2024-05-06 20:48:49 +00:00
  • ed8f7154f4 doc(readme): Fix docker run with mounted volume command (#3105) sheepster 2024-05-01 18:56:48 +03:00
  • 9afc450930 COPYING: adding missing line from decNumber's licence Emanuele Torre 2024-05-01 16:41:44 +02:00
  • d875ff5c7a doc(readme): Add docker usage doc (#3103) sheepster 2024-05-01 07:07:10 +03:00
  • 6ce6e7c713 chore: fix some typos in comments (#3096) goodactive 2024-04-30 03:03:46 +08:00
  • e4d0b12d7d A couple of teeny tweaks (#3091) Andy Lester 2024-04-23 02:10:42 -05:00
  • 6eff31a204 Add strptime fallback not only for Windows Fabian Dellwing 2024-04-18 01:38:29 +02:00
  • 6408338e93 Update jq_fuzz_load_file.c: Add missing include unistd.h (#3085) maflcko 2024-03-29 10:13:25 +01:00
  • 5bbd02f581 jv_setpath: fix leak when indexing an array with an array Emanuele Torre 2024-03-28 18:10:38 +01:00
  • afe0afaf06 ci: Remove unnecessary apt-get upgrade (#3082) Mattias Wadman 2024-03-28 14:01:03 +01:00
  • ce2638af40 jv_aux.c: replace jv_array_foreach with regular loop in jv_dels() Emanuele Torre 2024-03-28 06:37:48 +01:00
  • ea78b5a030 jv_array_indexes: remove a bunch of unnecessary copies/gets Emanuele Torre 2024-03-28 05:19:30 +01:00
  • 22a03e9e06 @base64d: fix unhandled overflow Emanuele Torre 2024-03-27 10:16:15 +01:00
  • dfe6a533da Update website gh-pages github-actions[bot] 2024-03-20 10:06:43 +00:00
  • be437ec049 Add trim/0, ltrim/0 and rtrim/0 that trims leading and trailing whitespace (#3056) Mattias Wadman 2024-03-20 11:04:17 +01:00
  • 3de1567cb7 Update website github-actions[bot] 2024-03-20 09:25:54 +00:00
  • 81f4f883ac Remove non-standard pow10 filter in favor of exp10 (#3059) itchyny 2024-03-20 18:23:08 +09:00
  • b6da71bf68 declare static arrays const where possible Emanuele Torre 2024-03-20 00:22:54 +01:00
  • bc96146825 builtin.c: jv2tm: fix UB and accept array inputs with not all the values Emanuele Torre 2024-03-19 02:01:53 +01:00
  • d69733154a Fix valgrind warning on aarch64/glibc 2.31 Colin Leroy-Mira 2024-03-18 19:42:22 +01:00
  • 10ea3c7d9f util.c: update strptime to revision 1.66 Emanuele Torre 2024-03-18 19:10:21 +01:00
  • d777b6570c util.c: fix _WIN32 port of strptime (#3071) Emanuele Torre 2024-03-18 17:22:59 +01:00
  • 1411ce63d5 strftime/1: fix validation of non-string argument with number input Emanuele Torre 2024-03-15 14:30:23 +01:00
  • 6f67bae60b EACH: fix leak when an error is triggered by non-last element of object Emanuele Torre 2024-03-15 14:30:03 +01:00
  • c95b34ff82 remove repetitive words wellweek 2024-03-08 17:43:29 +08:00
  • ce0e788ce2 improve tonumber/0 performance by parsing input as number literal itchyny 2024-03-02 00:33:17 +09:00
  • 295bda7bb4 Update website github-actions[bot] 2024-02-13 15:53:31 +00:00
  • 913b26469f docs: Update chocolatey install command in default.yml (#3042) Bhargava Mummadireddy 2024-02-13 16:50:58 +01:00
  • fc9ecd71b3 tests: run tests in C locale Emanuele Torre 2024-02-10 18:23:50 +01:00
  • 623d7a8bd6 src/jv_dtoa.c: Fix compiler error Ulrich Eckhardt 2024-02-06 19:52:41 +01:00
  • 6980cc9713 src/builtin.c: Add missing semicolon Ulrich Eckhardt 2024-02-06 19:52:26 +01:00
  • 909d358414 Update website github-actions[bot] 2024-02-08 13:55:10 +00:00
  • 92d35378ff Fix typo in documentation for map_values (#3035) J. B. Rainsberger 2024-02-08 09:52:50 -04:00
  • 54cc15c127 Add missing string color case Thalia Archibald 2024-02-07 13:38:01 -08:00
  • 48df9bce0c Clear formatting immediately after colon Thalia Archibald 2024-02-07 13:05:23 -08:00
  • 76853f6046 Fix tests and test indented printing Thalia Archibald 2024-02-06 21:47:12 -08:00
  • 3c37522aaa Consistently reset color formatting in jv_dump_term Thalia Archibald 2024-02-06 18:50:25 -08:00
  • 8a9a74dc12 License: Improve license statement. Tomas Halman 2024-02-05 11:36:33 +01:00
  • 0d08311d2e Update website github-actions[bot] 2024-01-30 18:26:45 +00:00
  • 13e02ba348 docs: rename example jq utility to total Emanuele Torre 2024-01-30 17:38:40 +01:00
  • bd3c828f98 libm.h+builtin.c: add and use LIBM_DA and LIBM_DA_NO macros Emanuele Torre 2024-01-26 11:26:57 +01:00
  • 605836b263 builtin.c: fix build with -Woverlength-strings Emanuele Torre 2024-01-26 04:42:11 +01:00
  • 7bdc9a7a63 Makefile.am: fix lines indented with tabs instead of spaces Emanuele Torre 2024-01-26 05:07:04 +01:00
  • 497bc64d98 Update website github-actions[bot] 2024-01-25 21:22:30 +00:00
  • 1daabc67ed typo contruct->construct (#3017) Jonathan Chan Kwan Yin 2024-01-26 05:21:41 +08:00
  • 0e694f4025 Update website github-actions[bot] 2024-01-24 22:36:41 +00:00
  • c95f6ce700 Fix "in the a search" typo (#3015) Mattias Wadman 2024-01-24 23:34:41 +01:00
  • 1f1e619f4e builtins: make ltrimstr and rtrimstr error for non-string inputs Emanuele Torre 2023-12-09 20:46:38 +01:00
  • f495b59d16 Update website github-actions[bot] 2024-01-16 22:08:25 +00:00
  • 71e7bcdfc1 Revert "lexer: temporarily revert #\ patch; keep CR in comment bug fix" Emanuele Torre 2023-12-13 21:24:52 +01:00
  • f954e82b14 Provide strptime implementation on all systems George Hopkins 2024-01-10 15:34:00 +01:00
  • f51e841fbc Bump jinja2 from 3.1.2 to 3.1.3 in /docs (#3009) dependabot[bot] 2024-01-13 11:24:16 +09:00
  • 2381d15d3e Bump the official-actions group with 2 updates (#2998) dependabot[bot] 2024-01-09 09:33:26 +09:00
  • c1d0fd3427 Update website github-actions[bot] 2023-12-26 06:25:02 +00:00
  • 701c880805 Add jq 1.7.1 news item (#3004) Mattias Wadman 2023-12-26 07:22:39 +01:00
  • 8595f9efd1 Update website github-actions[bot] 2023-12-24 10:25:03 +00:00
  • 0b922725b1 Fix typo (#3002) wllm-rbnt 2023-12-24 11:22:20 +01:00
  • e6302d00f0 Update website github-actions[bot] 2023-12-24 10:20:06 +00:00
  • e011f003b6 Add jq 1.7.1 to webpage (#3003) Mattias Wadman 2023-12-24 11:17:21 +01:00
  • 56828b6d04 Always build Docker image on CI, group Dependabot PRs for official actions (#2997) itchyny 2023-12-19 17:54:53 +09:00
  • 9e2695e117 Bump actions/download-artifact from 3 to 4 dependabot[bot] 2023-12-18 15:18:47 +01:00
  • 95c50a2d0d Update signatures of 1.7.1 github-actions[bot] 2023-12-13 20:52:03 +01:00
  • 71c2ab509a Merge pull request from GHSA-686w-5m7m-54vc jq-1.7.1 Emanuele Torre 2023-12-13 20:20:22 +01:00
  • c9a5156521 Merge pull request from GHSA-7hmr-442f-qc8j Emanuele Torre 2023-12-13 20:17:17 +01:00
  • c5fd64ba97 jv_parse: let decNumberFromString/strtod parse complex nans as a NaN Emanuele Torre 2023-12-13 20:14:31 +01:00
  • dcf9a8e580 NEWS.md: fix markdown syntax; mention more bug fixs; list cves (#2987) Emanuele Torre 2023-12-13 18:39:24 +01:00
  • 0d256cc36c Update website github-actions[bot] 2023-12-13 15:41:18 +00:00
  • c3b14967d3 Update NEWS.md with changes since 1.7 (#2948) Mattias Wadman 2023-12-13 16:38:59 +01:00
  • 5d95791a67 lexer: temporarily revert #\ patch; keep CR in comment bug fix Emanuele Torre 2023-12-13 16:38:18 +01:00
  • 511d50b15b ltrimstr/1+rtrimstr/1: don't leak on invalid input or arguments Emanuele Torre 2023-12-13 15:13:46 +01:00
  • 7298972551 Makefile.am: don't use -lshlwapi to build jq on WIN32 Emanuele Torre 2023-12-13 13:08:57 +01:00
  • 19453a60cf ci.yml: use sysctl -n hw.logicalcpu instead of nproc on macos Emanuele Torre 2023-12-11 22:02:42 +01:00
  • 527c5abab1 jv_mem_calloc(): always call with (nmemb, size) Emanuele Torre 2023-12-11 20:47:32 +01:00
  • c2db51eeb3 shtest+configure: remove uses of non-portable/non-standard commands Emanuele Torre 2023-12-11 20:46:54 +01:00
  • 507eb8283c shtest: fix out-of-source tests Emanuele Torre 2023-12-11 20:45:14 +01:00
  • e3146babc7 Update website github-actions[bot] 2023-12-11 11:41:22 +00:00
  • 2ccab044fe chore: Improve readability (for Alternative operator '//') Jesper Rønn-Jensen 2023-12-11 12:38:54 +01:00
  • 7e54d9646e jq.test: fix setpath PR number Emanuele Torre 2023-12-10 23:51:11 +01:00
  • 22f81401f8 Bump actions/setup-python from 4 to 5 dependabot[bot] 2023-12-11 06:46:37 +00:00
  • 6b69ffe769 jv_setpath()+setpath/2: don't leak the input after an invalid get Emanuele Torre 2023-12-10 19:40:29 +01:00
  • 80bc768c5d jq_fuzz_fixed: fix test cases that use string interpolation Emanuele Torre 2023-12-10 15:22:03 +01:00
  • 5029328d35 tests: add new fuzzer David Korczynski 2023-12-06 22:46:45 +00:00
  • 20a403e97e jq_fuzz_execute.cpp: fix false assert DavidKorczynski 2023-12-03 16:54:25 +00:00
  • 693a7261e5 jq_fuzz_execute: fix memory leak DavidKorczynski 2023-12-03 02:53:49 +00:00
  • bfb7fd570f jq_fuzz_execute: cleanup un-needed extern David Korczynski 2023-11-30 13:33:01 +00:00
  • 252ab244ce Add fuzzer targeting jq_next David Korczynski 2023-11-30 13:22:27 +00:00
  • 13353515bd jq_fuzz_compile: dump disassembly David Korczynski 2023-11-30 13:22:07 +00:00
  • a16f2acbe5 Update website github-actions[bot] 2023-11-29 08:38:17 +00:00
  • 98a206964d Convert decnum to binary64 (double) instead of decimal64 Mattias Wadman 2023-11-29 09:36:33 +01:00
  • 1617091033 website: use https URLs instead of http URLs in download page Emanuele Torre 2023-11-29 06:12:25 +01:00
  • d14393f552 Keep releasing executables with legacy names itchyny 2023-11-29 06:51:20 +09:00
  • 6b82dd3c47 libjq: extern C for C++ Tyler Rockwood 2023-11-28 15:50:25 -06:00
  • 460a5c12b4 jq_fuzz_parse_extended.c: don't jv_free() twice Emanuele Torre 2023-11-28 20:41:09 +01:00
  • 4570c23720 jv_parse: refactor jv_parse_sized David Korczynski 2023-11-28 18:18:10 +00:00
  • eb3b5654bb test: add jv_dump to extended fuzzer David Korczynski 2023-11-28 18:17:27 +00:00
  • 44300e4310 Extend fuzzing set up David Korczynski 2023-11-27 16:19:56 +00:00
  • 88f01a741c simplify paths/0 and paths/1 Andreas Heiduk 2023-11-16 21:14:58 +01:00
  • 6c035133e8 README.md: tosed => to sed (#2944) Emanuele Torre 2023-11-06 15:59:22 +01:00
  • 52d07c2b7b Update website github-actions[bot] 2023-11-03 20:54:57 +00:00
  • cca1f7d18f Comment bug fixes, and fully support Tcl-style multiline comments Emanuele Torre 2023-11-03 19:53:33 +01:00