Commit Graph

115 Commits

Author SHA1 Message Date
Sylvestre Ledru a7f55cbedc date: fix subfmt-up1, fill-1, pct-pct, and invalid-high-bit-set tests (#10940) 2026-02-15 09:14:29 -08:00
Sylvestre Ledru c4e3ca658a date: bump parse_datetime & add test for leap-1 GNU test (#10933)
Rely on parse_datetime update

Test that adding years to Feb 29 overflows to March 1 when target
year is not a leap year (matching GNU behavior).
2026-02-14 21:53:17 +01:00
renovate[bot] 74b13c0fd0 chore(deps): update rust crate tempfile to v3.25.0 2026-02-12 10:59:14 +01:00
xtqqczze 49e35bd13a Revert "chore(deps): update rust crate libc to v0.2.181"
This reverts commit c5ca269d87.
2026-02-12 09:33:13 +01:00
renovate[bot] 7df7e7342e chore(deps): update rust crate libfuzzer-sys to v0.4.12 2026-02-11 07:05:46 +01:00
oech3 4e2da1a99a sort: Use ahash - improve performance by 13.54% (#10783) 2026-02-10 11:53:34 +01:00
renovate[bot] c5ca269d87 chore(deps): update rust crate libc to v0.2.181 2026-02-10 09:23:07 +01:00
Christopher Dryden 0e162a3ff6 fuzz: update Cargo.lock for jiff-icu 2026-01-28 17:14:57 +00:00
Dorian Peron 320c80b196 introduce checksum_common 2026-01-28 10:13:50 +01:00
Sylvestre Ledru 6124866934 date: add locale-aware calendar support for era years (#10473)
Implements era year calculation for Buddhist, Persian Solar Hijri, and Ethiopian calendars based on locale detection. The %Y format specifier now outputs era-appropriate years while maintaining Gregorian calendar for ISO-8601 and RFC-3339 formats for interoperability.
2026-01-26 09:42:26 -08:00
Sylvestre Ledru e1259d984f date: add ICU support for day/months names (#10457)
Fixes: https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2130859
2026-01-25 08:35:34 -08:00
Daniel Hofstetter 61dd826a19 Merge pull request #10289 from sylvestre/dirname-fuzz
dirname: add fuzzer to test GNU compatibility
2026-01-25 16:28:01 +01:00
xtqqczze 786a33dd2c Merge pull request #10404 from xtqqczze/cargo-shear
deps: remove unused rust deps
2026-01-21 18:29:29 +01:00
Sylvestre Ledru 7c5383dd89 dirname: add fuzzer to test GNU compatibility 2026-01-18 21:12:55 +01:00
Sylvestre Ledru f606980ddf prepare release 0.6.0 2026-01-17 23:28:04 +01:00
mattsu 6b49ff9061 sort: gnu coreutils compatibility (sort float.sh) (#9839)
* feat(sort): support international decimal separators in numeric sorting

M
2026-01-14 06:11:55 +01:00
Chris Dryden b5a49f33b5 tac: use temp file for stdin to respect TMPDIR and handle disk-full errors (#10094) 2026-01-09 20:31:46 +01:00
renovate[bot] 95195cfb75 chore(deps): update rust crate libc to v0.2.180 2026-01-08 12:33:04 +00:00
Aaron Ang 6a844812cf refactor: use jiff for safer time features 2026-01-07 22:54:18 -08:00
renovate[bot] 5c777995a1 chore(deps): update rust crate libc to v0.2.179 2026-01-06 17:11:30 +00:00
Dorian Peron 74f12d5d3b cksum: remove unneeded hex dependency 2025-12-22 14:41:41 +01:00
xtqqczze 59cd5ab011 date: remove unsafe 2025-12-18 02:39:43 +00:00
renovate[bot] 13ffdccd27 chore(deps): update rust crate console to v0.16.2 2025-12-16 15:19:56 +00:00
Sylvestre Ledru 61e0eae8fc prepare version 0.5.0 2025-12-07 16:55:01 +01:00
Christopher Dryden f90846824f Splitting parser feature into multiple subfeatures to reduce dependency bloat 2025-12-03 04:48:11 +00:00