1
0
mirror of https://github.com/jqlang/jq.git synced 2025-09-22 11:20:55 +03:00

Commit Graph

  • c8017bf079 Fix localization test for time formatting functions (fix #3368) (#3409) master itchyny 2025-09-15 07:48:02 +09:00
  • a4d9d54010 Fix expected value assertion for NaN value (fix #3393) (#3408) itchyny 2025-09-15 07:47:51 +09:00
  • 695830c453 Fix year 2038 problem on 32-bit platforms (fix #3369) (#3407) itchyny 2025-09-15 07:46:29 +09:00
  • cd3a4c3d31 Remove extra space from die func output (#3391) Kartik Shah 2025-09-15 04:13:10 +05:30
  • 63c5f4e196 build(deps): bump the official-actions group with 2 updates (#3405) dependabot[bot] 2025-09-09 11:57:01 +00:00
  • 755ac61755 build(deps): bump jsonschema from 4.25.0 to 4.25.1 in /docs (#3404) dependabot[bot] 2025-09-05 12:02:28 +00:00
  • 68f9e0a7e1 build(deps): bump lxml from 6.0.0 to 6.0.1 in /docs (#3403) dependabot[bot] 2025-09-05 12:01:56 +00:00
  • 21471c5e3b build(deps): bump the official-actions group across 1 directory with 3 updates (#3401) dependabot[bot] 2025-08-27 03:05:20 +00:00
  • a8115e5bc9 build(deps): bump jsonschema from 4.24.0 to 4.25.0 in /docs (#3382) dependabot[bot] 2025-08-04 21:12:16 +09:00
  • 0ff997f7c4 Update GPG signing key (fix #3381) itchyny 2025-07-31 23:00:24 +09:00
  • 4357b6154e CI: add builds for Windows arm64 (#3376) Dennis Ameling 2025-07-27 01:23:57 +02:00
  • 3c5ceac8e7 jq.test: drop non-portable %F test (#3365) Alyssa Ross 2025-07-04 18:25:28 +02:00
  • b9e19de76e Update jq documentation for jq 1.8.1 release itchyny 2025-07-01 20:54:28 +09:00
  • 3db7b519bf Update signatures of 1.8.1 (#3364) github-actions[bot] 2025-07-01 20:50:42 +09:00
  • 4467af7068 Update NEWS.md and AUTHORS for 1.8.1 (#3353) jq-1.8.1 itchyny 2025-07-01 19:36:14 +09:00
  • 98a1176cff build(deps): bump pyyaml from 6.0.1 to 6.0.2 in /docs (#3363) dependabot[bot] 2025-07-01 19:29:37 +09:00
  • 205b3a2d75 build(deps): bump lxml from 5.4.0 to 6.0.0 in /docs (#3362) dependabot[bot] 2025-07-01 17:31:54 +09:00
  • d21e506d52 build(deps): bump markdown from 3.8 to 3.8.2 in /docs (#3361) dependabot[bot] 2025-07-01 17:19:03 +09:00
  • 11f43e9d93 Fixed minor typo in docs (#3359) TheOdd 2025-06-29 22:31:28 +00:00
  • 2e6987967e Use jv_mem_alloc to allocate dtoa_context in tsd_dtoa_context_get (#3356) 엄태용 2025-06-30 07:27:24 +09:00
  • 0b1ef46973 Add oniguruma library path to link jq program itchyny 2025-06-24 23:49:32 +09:00
  • 5e159b34b1 Fix GHSA-f946-j5j2-4w5m stack-overflow by limit regex parse depth Mattias Wadman 2025-06-24 15:39:40 +02:00
  • 499c91bca9 Fixes CVE-2025-49014 which was introduced in 1.8.0 Mattias Wadman 2025-06-19 00:11:01 +02:00
  • edbc1da809 Revert "fix: reduce/foreach state variable should not be reset each iteration" (#3349) itchyny 2025-06-17 15:29:46 +09:00
  • a587ddc5a3 Fix syntax error assertion failure (fix #3348) (#3350) itchyny 2025-06-17 15:25:46 +09:00
  • 78045d8aa9 Add LICENSE notice of NetBSD's strptime() to COPYING (#3344) itchyny 2025-06-14 08:01:10 +09:00
  • 7cc202aa6e Fix portability of strptime especially for Windows (#3342) itchyny 2025-06-14 08:00:55 +09:00
  • 859a8073ee build(deps): bump jsonschema from 4.23.0 to 4.24.0 in /docs (#3332) dependabot[bot] 2025-06-03 06:24:14 +09:00
  • 023f274ee9 Fix build on old Macs (#3336) Binbin Qian 2025-06-03 05:22:20 +08:00
  • 62cafa2367 Update jq documentation for jq 1.8.0 release (#3333) itchyny 2025-06-01 16:38:16 +09:00
  • 89d657e3fa Update signatures of 1.8.0 (#3331) github-actions[bot] 2025-06-01 15:05:24 +09:00
  • d23a7b9db9 Update NEWS.md and AUTHORS for 1.8.0 (#3330) jq-1.8.0 itchyny 2025-06-01 14:51:21 +09:00
  • d3cf5caf72 Add more test cases for JQ_COLORS support (ref #3288) itchyny 2025-05-31 16:29:02 +09:00
  • aa977aa716 Dynamically allocate JQ_COLORS escapes for truecolor support (#3282) SArpnt 2025-05-31 06:49:17 +00:00
  • c6e041699d Fix heap buffer overflow when formatting an empty string itchyny 2025-05-31 11:46:40 +09:00
  • 3b00981acd Fix quotes in 1.7 manual for ease of taking diff between versions (#3329) itchyny 2025-05-31 11:31:54 +09:00
  • f28720f699 Increase the maximum parsing depth for parsing JSON to 10000 (#3328) itchyny 2025-05-30 20:19:34 +09:00
  • 9ac6ddae22 Fix whitespace in number parsing (#3195) Thalia Archibald 2025-05-28 12:11:00 -07:00
  • aaace5432a Fix parser to allow binary operators for binding syntax (#3326) itchyny 2025-05-23 21:25:30 +09:00
  • 4e3088f188 Fix behavior of --slurp --stream when input has no trailing newline character (#3279) itchyny 2025-05-22 08:04:05 +09:00
  • 7d8c096e48 Add trimstr/1 function (#3319) Gabriel Marin 2025-05-21 12:46:04 +03:00
  • de21386681 Fix signed integer overflow in jvp_array_write and jvp_object_rehash itchyny 2025-05-21 07:45:00 +09:00
  • 4e2ccc4c9b Fix and refactor scan-build workflow to run on the master branch (#3325) itchyny 2025-05-20 20:00:53 +09:00
  • b733dfaee7 Improve error messages to show problematic position in the filter (#3292) itchyny 2025-05-18 16:36:32 +09:00
  • c350566001 Adds "toboolean" builtin function for converting strings to booleans (#2098) Brahm Lower 2025-05-18 00:31:10 -07:00
  • 92daac90f6 Fix unary operator precedence, allow some expressions as object values (#3053) itchyny 2025-05-18 16:13:55 +09:00
  • b088e83a82 Refactor splits/2 using foreach syntax (remove private filter _nwise) (#3260) itchyny 2025-05-18 08:27:44 +09:00
  • 96d19ca2ee Fix use of uninitialized value in check_literal (fix #3316) (#3324) itchyny 2025-05-18 08:06:54 +09:00
  • ecea2d29bd Update CI runners to Ubuntu 24.04 and macOS Sonoma (#3208) itchyny 2025-05-18 08:06:16 +09:00
  • eff9caf6c7 Disable shared libraries on macOS to avoid conflict with -all-static (#3261) itchyny 2025-05-17 04:57:17 +09:00
  • 77d23e9a5f Test daylight time for strflocaltime (#3323) Steven Ihde 2025-05-14 15:16:25 -07:00
  • 931a362f8b docs: Use a better input example in the streaming section (#3322) Thomas Sibley 2025-05-14 04:46:31 -07:00
  • a8f27cc4db Fix warning: a function definition without a prototype is deprecated (#3259) itchyny 2025-05-07 21:25:32 +09:00
  • 9f6bcdc321 build(deps): bump lxml from 5.3.1 to 5.4.0 in /docs (#3311) dependabot[bot] 2025-05-07 11:01:19 +00:00
  • 622e2d1d7f build(deps): bump markdown from 3.7 to 3.8 in /docs (#3312) dependabot[bot] 2025-05-07 11:01:11 +00:00
  • 43506372b5 Update builtin oniguruma to 6.9.10 to suppress clang warnings (#3258) itchyny 2025-05-07 19:50:42 +09:00
  • abde27d0f5 Revert "Move closer to the standard autotools idiom. (#3187)" (#3255) itchyny 2025-05-07 17:26:19 +09:00
  • aea8efaf0b jv_unique: don't leak non-unique elements that are not returned (#3304) Emanuele Torre 2025-03-28 23:16:46 +01:00
  • 947fcbbb1f build(deps): bump jsonschema from 4.18.4 to 4.23.0 in /docs (#3302) dependabot[bot] 2025-03-28 09:57:51 +09:00
  • 1e22960cf5 build(deps): bump lxml from 4.9.3 to 5.3.1 in /docs (#3301) dependabot[bot] 2025-03-28 09:56:51 +09:00
  • 0b2bda8108 build(deps): bump markdown from 3.4.3 to 3.7 in /docs (#3300) dependabot[bot] 2025-03-28 09:55:39 +09:00
  • 5f7b1aed16 fix usage in help to use jq not the invoked command path (#3299) itchyny 2025-03-28 08:43:06 +09:00
  • 8819eb8fb4 Enable dependabot PR to update Pipenv dependencies (#3270) itchyny 2025-03-28 08:42:44 +09:00
  • 313b0e3735 build(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs (#3298) dependabot[bot] 2025-03-27 21:33:55 +09:00
  • 4b84a6e2f6 Include column number in parser and compiler error messages (#3257) liviubobocu 2025-03-10 15:17:49 +02:00
  • 668871bdfa Fix warning: sign-compare in @base64d format (#3287) itchyny 2025-03-06 17:07:54 +09:00
  • 94fd973ebb Fix calloc error on @base64d format (ref #3280) (#3286) itchyny 2025-03-06 04:30:46 +09:00
  • c70ae1ada4 fix: foreach should not break init backtracking with DUPN (#3266) Nicole Wren 2025-03-05 08:01:48 -05:00
  • f65d088b75 Enable IBM z/OS support (#3277) sachint 2025-03-05 13:51:05 +05:30
  • 7e5cad359a Add autotools temporary files to .gitignore (#3285) itchyny 2025-03-05 16:57:11 +09:00
  • 9d6efec198 fix: unset environment variables before shtests (#3283) SArpnt 2025-03-04 22:59:46 +00:00
  • a09a4dfd55 Reject NaN with payload while parsing JSON itchyny 2025-03-05 07:43:54 +09:00
  • a8ce2ff09a Avoid zero-length calloc (#3280) itchyny 2025-03-04 22:33:51 +09:00
  • 4003202ccf Fix segmentation fault on strftime/1 and strflocaltime/1 (#3271) itchyny 2025-03-04 22:28:09 +09:00
  • dc849e9bb7 Improve performance of repeating strings (#3272) itchyny 2025-03-04 22:13:55 +09:00
  • 5df471fa5b Disable Valgrind by default during testing (#3269) itchyny 2025-03-04 22:12:25 +09:00
  • c4e1fb08fb Support CRLF line breaks in filters (#3274) itchyny 2025-03-04 22:11:40 +09:00
  • b7a1201b72 Preserve numerical precision on length/0 (#3275) itchyny 2025-03-04 22:09:33 +09:00
  • 17be97a8ad Define _BSD_SOURCE in builtin.c for OpenBSD support (#3278) itchyny 2025-03-04 21:39:52 +09:00
  • 95ee663b28 improve performance of unique and unique_by (#3254) itchyny 2025-03-04 19:59:41 +09:00
  • 8ba03f788f Replace jqplay.org with play.jqlang.org (#3265) Owen Ou 2025-02-17 15:22:05 -08:00
  • f3d4c1165d fix: copy the string returned by getenv (#3264) Marcin Serwin 2025-02-17 23:54:13 +01:00
  • 70e72abea3 Fix compiler warning type-limits in found_string (ref #2911) (#3263) itchyny 2025-02-18 07:52:58 +09:00
  • 6d8e9f98ae fix: populate timezone data when formatting time (#3203) Marcin Serwin 2025-02-17 13:41:01 +01:00
  • b86ff49f46 fix: jv_number_value should cache the double value of literal numbers (#3245) itchyny 2025-02-16 22:08:36 +09:00
  • 64bd8ba374 fix: jv_dump_string_trunc should not break unicode characters (#3249) itchyny 2025-02-16 21:40:18 +09:00
  • fa6a2ff688 website: remove unused root path on building website (#3248) itchyny 2025-02-06 22:42:27 +09:00
  • e33578a53e Add opengraph meta tags (#3247) Mattias Wadman 2025-02-06 14:14:29 +01:00
  • 6ce3bdf382 fix: preserve numerical precision on unary negation (#3242) itchyny 2025-02-06 07:50:21 +09:00
  • 972772153f Move oniguruma and decNumber to vendor directory (#3234) itchyny 2025-02-06 07:49:56 +09:00
  • 2755664a8e Non-matched optional capture group should be null and offset -1 (#3238) Mattias Wadman 2025-02-04 19:18:58 +01:00
  • d0adcbfebb Fix --indent 0 implicitly enabling compact-output (#3232) itchyny 2025-02-01 15:09:30 +09:00
  • 07af9c11b7 build: fix insecure RUNPATH (#3212) orbea 2025-01-31 22:07:54 -08:00
  • 0d1e371e63 website: switch to custom domain jqlang.org (#3243) itchyny 2025-02-01 11:54:32 +09:00
  • dea5e61cde docs: fix example links to jqplay.org (#3241) itchyny 2025-01-28 22:15:19 +09:00
  • ce54621904 docs: mention the behavior of scan using regex with capturing groups (#3240) itchyny 2025-01-28 11:41:17 +09:00
  • 39eea145b4 website: deploy website from GitHub Actions (#3237) itchyny 2025-01-28 11:40:55 +09:00
  • da28628edd Fix redundant subexpression in Generators and iterators example in doc (#3239) Han Jiang 2025-01-27 23:45:27 +13:00
  • 31dac287cc tests: quote .[] in shtest which can break syntax highlight (#3235) itchyny 2025-01-26 08:08:31 +09:00
  • 562ffec869 refactor: move bsearch function to C-code (#2945) Eloy Coto 2025-01-25 14:09:43 +01:00