Commit Graph

  • 34f6a1c734 chore(deps): update rust crate onig to v6.5.3 renovate[bot] 2026-04-27 06:58:56 +00:00
  • 0ca9039fd7 tee: remove unsafe from test code oech3 2026-04-27 14:11:02 +09:00
  • 6b16cc9688 rm: fix path parsing for dot/dotdot protection (#11005) Cả thế giới là Rust 2026-04-26 16:12:21 +07:00
  • 8c7048a755 chore(deps): update rust crate zip to v8.6.0 renovate[bot] 2026-04-25 21:28:35 +00:00
  • 0a80479a55 head: remove print(ln) macros oech3 2026-04-24 15:00:49 +09:00
  • 57406ce4ae refactor(head): rename read functions to print for clarity xtqqczze 2026-04-25 00:15:33 +01:00
  • 98cc5e30dd uucore, cat: move unbounded splice code oech3 2026-04-26 15:25:54 +09:00
  • 17f1777ce1 chore(deps): update rust crate sha3 to 0.10.9 xtqqczze 2026-04-25 17:37:18 +01:00
  • c5bdff1816 numfmt: treat multibyte chars as a single character (#11992) Devel08 2026-04-25 19:51:57 +03:00
  • 020124b5a6 wc: Fix fallback when pipe() or splice() failed oech3 2026-04-25 12:40:17 +09:00
  • e348e13e77 numfmt: cap IEC precision at 3 decimals pocopepe 2026-04-23 16:32:13 +05:30
  • e50f0d07a1 pipes.rs: add debug_assert! for RAM usage oech3 2026-04-25 20:35:34 +09:00
  • 9327ffb7c7 chore(deps): update rust crate blake3 to v1.8.5 renovate[bot] 2026-04-25 01:54:44 +00:00
  • 30fd234e59 chore(deps): update rust crate data-encoding-macro to v0.1.20 renovate[bot] 2026-04-24 14:46:13 +00:00
  • 25631a70df chore(deps): update rust crate data-encoding to v2.11.0 renovate[bot] 2026-04-24 14:46:21 +00:00
  • 33b9156667 fix(renovate): do not update pinned dependencies xtqqczze 2026-04-23 23:27:49 +01:00
  • cdcbee3557 tail: improve throughput for -c +0 (#11962) oech3 2026-04-24 16:51:50 +09:00
  • 5275ffd792 od: use snake_case for macro names (#11967) xtqqczze 2026-04-24 08:30:22 +01:00
  • 76760a4b81 fix(ci): correct formatting of comment body xtqqczze 2026-04-23 23:41:25 +01:00
  • 52e1bc1f89 chore(deps): update rust crate jiff to v0.2.24 (#11964) renovate[bot] 2026-04-23 23:56:26 +02:00
  • 896c685880 dirname: get rid of needless Cow Chris Denton 2026-04-23 14:35:18 +00:00
  • d836730024 numfmt: respect --invalid mode when rejecting scientific notation (#11945) Devel08 2026-04-23 18:29:40 +03:00
  • 22bd03668a refactor(du): simplify error handling xtqqczze 2026-04-23 12:53:26 +01:00
  • 2f49d8eb02 ls: use cfg unix oech3 2026-04-23 13:31:00 +09:00
  • 25a5b3f0b9 join: use show_error instead of eprintln (#11932) Daniel Hofstetter 2026-04-23 09:41:19 +02:00
  • 3dc8794ada ci: disable credential persistence in checkout steps xtqqczze 2026-04-23 03:35:17 +01:00
  • 9978ac67f2 date: use cfg unix oech3 2026-04-23 13:09:12 +09:00
  • d3c5f4b9b6 tee: remove a var oech3 2026-04-23 01:32:45 +09:00
  • dad3249a58 GnuTests: bump GNU version to 9.11 (#11922) oech3 2026-04-23 15:38:58 +09:00
  • f7b9e24df5 chore(deps): update rust crate ctor to v0.10.1 renovate[bot] 2026-04-23 05:04:14 +00:00
  • 09f677a3b1 workspace.wordlist.txt: drop unsafe vmsplice oech3 2026-04-23 00:54:40 +09:00
  • 521c855524 chore(deps): update mozilla-actions/sccache-action action to v0.0.10 renovate[bot] 2026-04-23 05:03:06 +00:00
  • fe7e262ac1 uucore: dedup code of unbounded splice with broker oech3 2026-04-21 20:19:19 +09:00
  • b3469aeef6 numfmt: honor LC_NUMERIC for decimal separator (#11941) viju 2026-04-22 19:23:07 +05:30
  • 39c3646036 tee: restore alloc guard for small input oech3 2026-04-22 17:29:46 +09:00
  • fd781df60a ls: restore WASI ".." metadata fallback in collect_directory_entries (#11930) Sylvestre Ledru 2026-04-22 14:07:02 +02:00
  • 444e383622 tee: drop unnecessary impl oech3 2026-04-22 03:38:06 +09:00
  • b06d39ee1b chore(deps): update astral-sh/ruff-action action to v4 renovate[bot] 2026-04-22 04:46:56 +00:00
  • 8cc048b43c stty: add support for tabs/-tabs combination settings Sylvestre Ledru 2026-04-09 22:17:23 +02:00
  • f22ae8a345 refactor: rename write functions to print for consistency in cat xtqqczze 2026-04-21 13:14:55 +01:00
  • df7ae35a21 uucore: splice fast-path for head -c & preliminary for dd, tail, split (#11844) oech3 2026-04-21 18:02:28 +09:00
  • 50957e1319 uucore: simplify fallback when splice failed oech3 2026-04-21 00:26:03 +09:00
  • 29982b242d cat: avoid unnecessary alloc on Linux (#11906) oech3 2026-04-21 15:35:59 +09:00
  • 8bd888a5cb tee: remove dummy definition & unused return (#11923) oech3 2026-04-21 15:30:08 +09:00
  • 22ea466c17 fix: replace nix::libc with libc in datetime.rs rustix/uucore-migration Sylvestre Ledru 2026-04-15 09:27:52 +02:00
  • a2b5380e27 refactor: remove nix from uucore and date, complete source migration Sylvestre Ledru 2026-03-28 13:12:39 +01:00
  • 2d0e1f3a77 refactor: migrate all utilities from nix to rustix/libc Sylvestre Ledru 2026-03-28 13:03:13 +01:00
  • 01083b3702 refactor: migrate signals.rs and lib.rs from nix to csignal/rustix Sylvestre Ledru 2026-03-28 11:39:28 +01:00
  • eb25c5250f refactor: migrate safe_traversal.rs from nix to rustix Sylvestre Ledru 2026-03-28 11:27:42 +01:00
  • 1f91dbacd6 refactor: migrate uucore process.rs from nix to rustix Sylvestre Ledru 2026-03-28 11:13:24 +01:00
  • 9949abb827 refactor: migrate pipes.rs and cat splice.rs from nix to rustix Sylvestre Ledru 2026-03-28 11:05:44 +01:00
  • 2d4f7d5b2a Fix cfg attribute formatting sylvestre-patch-4 Sylvestre Ledru 2026-03-18 21:44:42 +01:00
  • 2234b47af9 tail: test_follow_name_multiple is intermittent on mac Sylvestre Ledru 2026-03-18 21:43:32 +01:00
  • 27bfad7694 deps(rustix): enable use-libc to route syscalls through glibc rustix/misc Sylvestre Ledru 2026-03-31 09:01:15 +02:00
  • 0ab7479f5f fix(env): skip uncatchable signals on OpenBSD when applying to all signals Sylvestre Ledru 2026-03-30 14:21:50 +02:00
  • 7265a11848 spell: more jargon Sylvestre Ledru 2026-03-30 13:05:56 +02:00
  • aa609896cf refresh cargo.lock Sylvestre Ledru 2026-03-30 12:02:11 +02:00
  • 6a74110c59 refactor: add libc-based signal wrappers in uucore::signals::csignal rustix/prep Sylvestre Ledru 2026-03-27 14:20:10 +01:00
  • 7ef9641eeb refactor: replace nix::libc re-exports with direct libc imports Sylvestre Ledru 2026-03-27 12:25:52 +01:00
  • f1681b0a42 deps: add rustix as workspace dependency Sylvestre Ledru 2026-03-27 12:16:11 +01:00
  • 0366d3c657 cksum: fix parsing error with tagged cheksum files (#11704) Josh French 2026-04-20 14:51:01 -07:00
  • 6e9a8b8dab [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-09 17:42:21 +00:00
  • da9513c4e0 docs: remove hashsum from compiles_table.csv venoosoo 2026-04-09 20:41:15 +03:00
  • f2f3f7b117 unexpand: rename "uflag" to "utf8" Daniel Hofstetter 2026-04-15 09:47:36 +02:00
  • 98f6b0187b tr: fix test to assert rejection of -ct with complemented class can1357 2026-04-08 03:44:55 +02:00
  • 85af4e8159 tr: fix complemented class truncation ordering can1357 2026-03-18 23:58:00 +01:00
  • c48b5fe3c9 wc: avoid pipe() if input is pipe oech3 2026-04-04 21:52:31 +09:00
  • 4011e6dae6 CI/SizeComment: enhance PR commenting logic to update existing comments xtqqczze 2026-04-13 18:02:33 +01:00
  • e5a6b519ad tests/dd: test supplying non-positive bs/ibs/cbs/obs Ibrahim Burak Yorulmaz 2026-04-06 04:08:35 +02:00
  • 4be5eb9f24 dd: exit when bs/ibs/obs/cbs isn't positive Ibrahim Burak Yorulmaz 2026-04-06 04:08:15 +02:00
  • 36265cb9ee coreutils: --help args is same with --help oech3 2026-03-17 22:35:34 +09:00
  • ef5243ea21 stty: add two missing baud rates (#11865) Daniel Hofstetter 2026-04-20 22:42:41 +02:00
  • e4987f0dbd pr: exit with code 1 if --column argument is zero (#11750) Devel08 2026-04-20 23:41:53 +03:00
  • ab786f50ef wc: introduce IS_POSIXLY_CORRECT static (#11853) xtqqczze 2026-04-20 21:40:15 +01:00
  • dc18b54fb7 cat: call pipe() once with multiple input (#11699) oech3 2026-04-21 05:36:15 +09:00
  • 6133ef5176 du: Allow command-line argument that appears more than once (#11897) Aleksandar Janicijevic 2026-04-20 16:34:11 -04:00
  • bd76e84ea2 refactor(tee): implement Copy for OutputErrorMode xtqqczze 2026-04-20 12:15:35 +01:00
  • a78f017cc4 tee: merge logic of flush into write xtqqczze 2026-04-20 12:13:42 +01:00
  • 5aa6c642d2 fix(tee): rename Error parameter in process_error xtqqczze 2026-04-20 11:59:21 +01:00
  • 34fd4beac3 uucore: remove returned and unused usize oech3 2026-04-20 23:11:31 +09:00
  • 0a0f222447 mv: use question_mark xtqqczze 2026-04-20 14:24:53 +01:00
  • c8813c8331 ls: simplify extraction of indices xtqqczze 2026-04-20 14:24:32 +01:00
  • 742e8ca27f cp, uucore: remove unused returned u64 oech3 2026-04-15 22:07:00 +09:00
  • e50ddecd08 du: make du -a -s error oech3 2026-04-20 21:00:14 +09:00
  • 53384016c1 tee: reduce line of code oech3 2026-04-19 02:34:47 +09:00
  • 7254f8dfc9 tee: remove duplicated flush() oech3 2026-04-20 12:12:55 +09:00
  • ec1fcdb4ac ls, stty: reduce cfg by target_vendor (#11910) oech3 2026-04-20 15:36:32 +09:00
  • ab378e831f nohup: simplify cfg & use compile_error! oech3 2026-04-20 14:00:27 +09:00
  • 4704caee08 clippy: lower array-size-threshold to ~64 KiB xtqqczze 2026-04-16 22:05:14 +01:00
  • 40070cadfc clippy: warn for large_stack_arrays lint xtqqczze 2026-04-16 21:24:29 +01:00
  • e829cfb26c tee: move fn copy to MultiWriter & simplify oech3 2026-04-19 15:20:15 +09:00
  • d5e84b4212 uniq: remove a collapsible_if oech3 2026-04-19 13:33:32 +09:00
  • fbefc2bd99 tail: fix panic on write error in bounded_tail (#11886) Lorenzo Rossi 2026-04-19 13:39:40 +02:00
  • 09587d3706 realpath: remove collapsible_if oech3 2026-04-19 13:49:06 +09:00
  • d3870d0989 rmdir: remove collapsible_if oech3 2026-04-19 14:02:21 +09:00
  • e006be06d2 od: remove collapsible_if oech3 2026-04-19 16:12:57 +09:00
  • f835fc484e join: remove collapsible_if oech3 2026-04-19 16:42:27 +09:00
  • 01b7177f0b fix(sort): explicitly clean up temp directory in TmpDirWrapper::Drop mattsu 2026-04-18 08:05:58 +09:00
  • c1631da43f fix(sort): always install SIGINT handler to ensure temp dir cleanup mattsu 2026-04-18 08:45:43 +09:00
  • 47c17df8b7 dd: remove collapsible_if oech3 2026-04-18 03:11:59 +09:00