Commit Graph

  • ffa05323d1 sync: fix exit code when fcntl failed & 2>/dev/full abort oech3 2026-03-26 20:56:52 +09:00
  • 8ed511fe1a tail: replace nix by rustix Sylvestre Ledru 2026-04-03 13:13:03 +09:00
  • c612ad8b96 pre-commit: update rust-clippy and cargo-lock-check to run without accessing the network xtqqczze 2026-04-03 00:54:53 +01:00
  • 62ad74b2a9 chore(deps): update dawidd6/action-download-artifact action to v20 renovate[bot] 2026-04-03 05:19:58 +00:00
  • 6ef882b34b chore(deps): update rust crate icu_calendar to v2.2.1 renovate[bot] 2026-04-02 17:28:45 +00:00
  • d86f792a15 uu_stdbuf_libstdbuf: add LICENSE Michel Lind 2026-03-19 15:19:55 +00:00
  • 424e74e17e tsort: replace nix by rustix Sylvestre Ledru 2026-04-02 20:25:55 +09:00
  • 8dd5f8f653 sort: replace wildcard rayon import with specific import Sylvestre Ledru 2026-04-02 11:10:43 +02:00
  • c02a8f48d0 sort: disable rayon on wasi Sylvestre Ledru 2026-04-02 11:09:05 +02:00
  • 4f39f940b8 feat_wasm: add tr, cp, and mv to the WASM-compatible utilities Sylvestre Ledru 2026-03-31 22:50:40 +02:00
  • 6bb15899d5 cp, mv: return error for symlinks on non-unix/non-windows platforms Sylvestre Ledru 2026-03-30 21:16:32 +02:00
  • dbb4d6f528 uucore: add WASI support for mode and path_ends_with_terminator Sylvestre Ledru 2026-03-30 21:16:26 +02:00
  • e510449dce cat: add WASI stub for is_unsafe_overwrite and add to feat_wasm Sylvestre Ledru 2026-03-30 20:42:26 +02:00
  • f0c23247ba feat_wasm: add head to the WASM-compatible utilities Sylvestre Ledru 2026-03-30 20:37:13 +02:00
  • e54419f352 uucore/datetime: adapt to change in icu_calendar Daniel Hofstetter 2026-04-02 09:37:36 +02:00
  • 95fe422c93 Bump icu_* crates from 2.1.1 to 2.2.0 Daniel Hofstetter 2026-04-02 07:52:55 +02:00
  • 876cecd853 cat: add bench for large size for splice oech3 2026-04-02 13:55:52 +09:00
  • 9eae6db10a cat: avoid pipe() if stdout is pipe oech3 2026-03-31 11:21:43 +09:00
  • 162abf9de4 cat: improve splice fast-path oech3 2026-03-27 13:19:27 +09:00
  • 698d468011 tty: replace nix by rustix Sylvestre Ledru 2026-04-02 14:50:32 +09:00
  • 9d6894a30f tee: simplify by clap oech3 2026-04-02 00:17:22 +09:00
  • 433db867da fix(deps): update rust crate similar to v3 renovate[bot] 2026-04-02 05:10:24 +00:00
  • 41570b724f chore(deps): update rust crate icu_provider to v2.2.0 renovate[bot] 2026-04-01 20:26:43 +00:00
  • d1f6b3b96e chore(deps): update rust crate zip to v8.5.0 renovate[bot] 2026-04-01 20:26:51 +00:00
  • 531991d344 tee: fix < . message and strip errno oech3 2026-03-25 15:40:38 +09:00
  • 1e81775caf feat_wasm: add ls to the WASM-compatible utilities Sylvestre Ledru 2026-03-30 11:39:58 +02:00
  • 38b61854d7 ls: make hostname detection return nothing on WASI target Sylvestre Ledru 2026-03-30 11:37:24 +02:00
  • d98afc0efa uucore: add WASI support for FileInformation, fs, and io modules Sylvestre Ledru 2026-03-30 11:36:06 +02:00
  • ffa088d467 tests: deduplicate locale availability checks into shared is_locale_available() Sylvestre Ledru 2026-03-21 23:09:48 +01:00
  • 1658fc8f3d sort: add locale-aware month sorting (-M) Sylvestre Ledru 2026-03-21 19:41:26 +01:00
  • 7ab8a1704e tee: remove Box and dyn oech3 2026-04-01 18:39:16 +09:00
  • aa7a88640f tests: ensure getlimits is on PATH for reused GNU builds Sylvestre Ledru 2026-03-10 15:53:42 +01:00
  • e417bd18db wc: replace nix by rustix Sylvestre Ledru 2026-04-01 13:00:47 +09:00
  • 5d7cfab9cf df: replace nix by rustix Sylvestre Ledru 2026-04-01 13:20:31 +09:00
  • 0beca7cb84 dd: catch OOM oech3 2026-03-31 23:57:32 +09:00
  • 7ec8dc1f29 cat: replace nix with rustix Sylvestre Ledru 2026-04-01 02:51:15 +09:00
  • 04b15859ee uucore: use rustix'splice & restrict to Linux Sylvestre Ledru 2026-04-01 00:56:15 +09:00
  • 3b2a09ca85 coreutils: strip errno oech3 2026-03-30 18:37:23 +09:00
  • ff890746e5 wc: fix for 32-bit Android (#11452) 夢璃酱 2026-03-31 21:03:22 +08:00
  • 6e18efb218 uucore: support realtime signals (RTMIN/RTMAX) in signal_by_name_or_value Kevin Burke 2026-03-19 21:26:38 -07:00
  • f6451c7d20 chown: warn when '.' is used as owner:group separator Eyüp Can Akman 2026-03-25 21:23:12 +03:00
  • af81585b60 pre-commit: skip cargo and cspell hooks on pre-commit.ci Sylvestre Ledru 2026-03-31 09:13:24 +02:00
  • 43cf35b19c pre-commit: fix trailing whitespace and skip cargo hooks in CI Sylvestre Ledru 2026-03-31 09:07:27 +02:00
  • f123606732 pre-commit: exclude tests/fixtures from all hooks Sylvestre Ledru 2026-03-31 08:57:38 +02:00
  • 877f656ae1 arch, uname, Cargo.toml: update outdated info (#11556) oech3 2026-03-31 15:10:45 +09:00
  • 21e3b1ea82 nice: Remove unsafe and reduce bin size (#11489) oech3 2026-03-31 15:05:59 +09:00
  • 8484c32901 chore(deps): update rust crate platform-info to v2.1.0 renovate[bot] 2026-03-30 19:32:10 +00:00
  • 236e2206ae yes: dedup the logic for buffer creation, improve assertion (#11536) oech3 2026-03-31 04:31:17 +09:00
  • 5f9f7351dc chore(deps): update rust crate blake3 to v1.8.4 (#11550) renovate[bot] 2026-03-30 21:31:02 +02:00
  • d8688183ff head: fix error message when input is a directory (#11541) Alvaro Guimaraes 2026-03-30 10:54:50 -04:00
  • f41a088522 sort: fix warnings about unused stuff on Redox (#11547) Daniel Hofstetter 2026-03-30 16:23:22 +02:00
  • aab0ddac47 pathchk: build for Windows oech3 2026-03-26 05:40:30 +09:00
  • c7710ac0b7 CICD.yml: Bump cross for NetBSD oech3 2026-03-26 06:32:05 +09:00
  • 4b2e84de2d stdbuf: use .with_capacity for Vec storing searched paths oech3 2026-03-30 20:40:48 +09:00
  • d41a16f7fd CONTRIBUTING.md: drop outdated hint, add policies and links (#11433) oech3 2026-03-30 20:02:41 +09:00
  • 02bc8e0dc3 coreutils: --list arg and no args should fail oech3 2026-03-23 06:17:06 +09:00
  • aaeb4849fc stdbuf: remove clippy::unnecessary_wraps oech3 2026-03-30 16:56:37 +09:00
  • 93157b7ebe ls: Fix error message for ls file/missing-file oech3 2026-03-15 15:01:51 +09:00
  • ad132f3b66 stdbuf: Fix cfg block for Cygwin oech3 2026-03-13 16:49:04 +09:00
  • a21177ef82 uucore(fs): make display_permissions_unix cross-platform (#11538) Jeff Bailey 2026-03-30 08:04:59 +01:00
  • 566836cde8 cat: add bench (#11525) oech3 2026-03-30 16:02:15 +09:00
  • e71e022464 pre-commit: add Cargo.lock sync check Sylvestre Ledru 2026-03-29 19:26:27 +02:00
  • 12485f2a40 ls,pr: wrap angle-bracket placeholders in backticks to fix mdbook HTML warnings Sylvestre Ledru 2026-03-27 11:10:32 +01:00
  • 319a06caa4 deny.toml: add crates to skip list Daniel Hofstetter 2026-03-28 16:50:39 +01:00
  • 042560ff87 Bump sm3 from 0.4.2 to 0.5.0 Daniel Hofstetter 2026-03-28 16:43:41 +01:00
  • 15f57d0692 chore(deps): update rust crate ctor to 0.8.0 renovate[bot] 2026-03-28 04:25:07 +00:00
  • 7c8123ff7e nohup: use LazyLock for FAILURE_CODE xtqqczze 2026-03-27 16:13:27 +00:00
  • 3b75c473a0 chore(deps): update rust crate rustc-hash to v2.1.2 renovate[bot] 2026-03-28 13:45:59 +00:00
  • 27fb7c1b36 chore(deps): update rust crate uutils_term_grid to 0.8 renovate[bot] 2026-03-13 19:00:12 +00:00
  • 9397a9c093 chore(deps): update rust crate clap_mangen to 0.3 renovate[bot] 2026-03-27 20:26:56 +00:00
  • 5aa22f1e61 wc: add bench for small file (#11526) oech3 2026-03-28 05:25:13 +09:00
  • e104fc8cf4 cksum: make sure --check raises "improperly formatted" for length-guessing related issues Dorian Péron 2026-03-26 00:18:10 +01:00
  • 812eb64c50 test(cksum): Add multiple tests on check length digest validation Dorian Péron 2026-03-25 23:16:42 +01:00
  • 97e69f0055 head: reset stale partial line state on reused buffers (#11407) Can Bölük 2026-03-27 15:05:01 +01:00
  • 32b93b6056 who: reduce range of unsafe (#11521) oech3 2026-03-27 20:54:09 +09:00
  • 2b05f2fa8c Remove duplicated features (#11510) oech3 2026-03-27 17:52:28 +09:00
  • af6c8f29c9 yes: drop unused feat deps oech3 2026-03-27 14:35:56 +09:00
  • 4d02380349 hostname: reduce range of unsafe oech3 2026-03-27 11:05:57 +09:00
  • 3dec656974 chore(deps): update codecov/codecov-action action to v6 renovate[bot] 2026-03-26 15:23:26 +00:00
  • b0d504c32e sort: fix infinite loop on --files0-from read error Vincent Whitchurch 2026-03-26 10:03:03 +00:00
  • 358063f336 tr: fix graph/print character class mapping (#11405) Can Bölük 2026-03-26 16:21:28 +01:00
  • 230e0cfd65 logname: reduce range of unsafe block oech3 2026-03-26 20:03:31 +09:00
  • 37d07e455b hostid: simplify the code (#11502) oech3 2026-03-26 18:46:33 +09:00
  • 895245282a chore(deps): update davidanson/markdownlint-cli2-action action to v23 renovate[bot] 2026-03-26 05:10:11 +00:00
  • b7d17150a7 Allow feat_os_unix on NetBSD (#11470) pin 2026-03-25 22:24:17 +01:00
  • 395830bfb2 stdbuf: detect unsupported target at build time (#11476) oech3 2026-03-26 06:23:21 +09:00
  • a0237c40ee CI: add GNU tests/rm/isatty to intermittent (#11486) Guillem L. Jara 2026-03-25 22:08:53 +01:00
  • ac72aa8354 test(cksum): Factorized sha2/sha3 tests Dorian Péron 2026-03-21 15:02:31 +01:00
  • 06bc9ad634 test(cksum): add error case checks for blake2b Dorian Péron 2026-03-21 03:51:38 +01:00
  • 7fb2bf0db4 test(cksum): add regular tests for blake3 Dorian Péron 2026-03-21 03:34:24 +01:00
  • e9447242f3 test(cksum): use rstest template to generate isolated tests for each algo... Dorian Péron 2026-03-21 03:20:19 +01:00
  • 56f77f1103 cksum: Refactor Blake length validation Dorian Péron 2026-03-20 19:20:22 +01:00
  • 572f3a2416 yes, coreutils: backport(enable) 2 GnuTests (#11480) oech3 2026-03-25 16:24:32 +09:00
  • e0f03181df tee: reduce if block oech3 2026-03-24 13:07:46 +09:00
  • 4816308881 chore(deps): update rust crate terminal_size to v0.4.4 renovate[bot] 2026-03-23 18:40:34 +00:00
  • 9943286604 refactor(base32): use filter_map xtqqczze 2026-03-23 13:06:31 +00:00
  • d62acafcc8 chore(deps): update rust crate zip to v8.4.0 renovate[bot] 2026-03-23 12:05:40 +00:00
  • b0b3ac2751 cut: use "?" instead of "match" Daniel Hofstetter 2026-03-23 11:26:09 +01:00
  • c6a57bb1e2 uucore: drop an unused function oech3 2026-03-23 16:43:21 +09:00
  • 3924d09f6a ls: inline calculate_line_len into update_dired_for_item Sylvestre Ledru 2026-03-22 22:19:19 +01:00