Commit Graph

  • 0fd635203b who: hardcode idle current/unknown placeholders Sylvestre Ledru 2026-04-05 21:11:44 +02:00
  • 170f0122f5 tail: hardcode no-such-file and became-inaccessible status messages Sylvestre Ledru 2026-04-05 21:11:41 +02:00
  • 114a97975f install: hardcode verbose copy message Sylvestre Ledru 2026-04-05 21:11:37 +02:00
  • c10b6a4dfc cp: hardcode verbose copy/created-directory message Sylvestre Ledru 2026-04-05 21:11:34 +02:00
  • c501a2074f env: hardcode config file error message Sylvestre Ledru 2026-04-05 21:11:30 +02:00
  • 5adc8f389f fr-FR: fix anglicisms (supporté→pris en charge, drapeau→option, removed→supprimé) Sylvestre Ledru 2026-04-05 21:16:31 +02:00
  • 12cdba237e df: source SI/IEC bases from uucore::parser::parse_size Sylvestre Ledru 2026-04-05 10:36:01 +02:00
  • 9fd39f2f5c dd: source SI/IEC bases from uucore::parser::parse_size Sylvestre Ledru 2026-04-05 10:34:45 +02:00
  • 1d925e08d7 numfmt: source SI/IEC bases from uucore::parser::parse_size Sylvestre Ledru 2026-04-05 10:33:50 +02:00
  • a47a05fb8e uucore: expose SI_BASES and IEC_BASES constants Sylvestre Ledru 2026-04-05 10:31:15 +02:00
  • 4218f55bf7 numfmt: simplify parse_unit_size_suffix Sylvestre Ledru 2026-04-05 10:28:01 +02:00
  • 1a7206459e numfmt: avoid String allocation in parse_unit_size Sylvestre Ledru 2026-04-05 10:26:57 +02:00
  • 79d29d2662 numfmt: simplify remove_suffix with base index lookup Sylvestre Ledru 2026-04-05 10:26:04 +02:00
  • 05f75f9194 numfmt: dedupe parse_suffix match via RawSuffix::try_from Sylvestre Ledru 2026-04-05 10:25:06 +02:00
  • bf7936b3fc numfmt: simplify DisplayableSuffix with indexed char table Sylvestre Ledru 2026-04-05 10:22:40 +02:00
  • b21636771c gate uucore::pipes::pipe to test oech3 2026-04-05 22:47:06 +09:00
  • a7939c72ce date: replace nix by rustix Sylvestre Ledru 2026-04-05 20:52:10 +09:00
  • 7ade5c1a76 touch: replace nix by rustix Sylvestre Ledru 2026-04-05 21:34:35 +09:00
  • c5cff82164 tee: split cli part of tee.rs oech3 2026-04-05 03:09:07 +09:00
  • 5d6d5cb21e cat: don't lock stdout before splice() oech3 2026-04-05 14:58:09 +09:00
  • 9ebeacb84d Modify spell-checker ignore comments Sylvestre Ledru 2026-04-04 22:28:01 +02:00
  • dbdd2ddfda date: extract try_alloc_padded helper and add large-width test Sylvestre Ledru 2026-04-04 13:23:25 +02:00
  • c81e9d00b9 fix: improve error handling for format modifier width parsing mattsu 2026-02-23 10:29:12 +09:00
  • 12b30cbca1 fix(date): add error handling for format modifier width overflow mattsu 2026-02-23 10:20:34 +09:00
  • 23bec54e64 refactor: replace repeat().take() with repeat_n() for better performance mattsu 2026-02-21 15:26:23 +09:00
  • 136b1841b3 fix(date): handle width overflow in format modifiers mattsu 2026-02-21 13:44:32 +09:00
  • 2333e411c7 uudoc: drop legacy FA4 fa class from platform icons Sylvestre Ledru 2026-04-04 23:21:02 +02:00
  • b6c5dd1325 coreutils: Protect against env -a for security (#10773) oech3 2026-04-05 07:45:42 +09:00
  • 4552c0f9fd numfmt: use repeat_n for padding and simplify suffix validation Sylvestre Ledru 2026-04-03 18:53:18 +02:00
  • 8e5412b89a numfmt: address review feedback - rename valid_part, fix dot check, fix +/- error message Sylvestre Ledru 2026-04-03 18:15:33 +02:00
  • 32a58cc7fd numfmt: add unit tests for detailed_error_message, parse_number_part, and apply_grouping Sylvestre Ledru 2026-03-20 08:14:08 +01:00
  • 8d03a6aaf9 numfmt: add GNU test patch for devdebug, help-1, and field-range errors Sylvestre Ledru 2026-03-19 22:04:25 +01:00
  • 813192ccc2 numfmt: fix error message with unit separator and trailing garbage Sylvestre Ledru 2026-03-19 22:03:53 +01:00
  • 3546ea12a2 numfmt: fix panic on large format widths Sylvestre Ledru 2026-03-19 22:01:57 +01:00
  • 7fddb87f86 numfmt: fix clippy errors, remove ---debug alias, rename write_line to format_and_write Sylvestre Ledru 2026-03-19 19:26:37 +01:00
  • d1998b2401 numfmt: adjust the import Sylvestre Ledru 2026-03-19 08:55:12 +01:00
  • b4494c5d80 numfmt: use consistent debug warning format Sylvestre Ledru 2026-03-19 08:39:36 +01:00
  • ec04b3d8b0 numfmt: simplify write_line buffering logic Sylvestre Ledru 2026-03-19 08:39:10 +01:00
  • 22f5bc5f5d numfmt: deduplicate suffix validation in split_mergeable_suffix Sylvestre Ledru 2026-03-19 08:38:48 +01:00
  • d43ded075a numfmt: inline next_field_index into split_next_field Sylvestre Ledru 2026-03-19 08:38:32 +01:00
  • 45af2375a3 numfmt: replace double-reverse with forward pass in apply_grouping Sylvestre Ledru 2026-03-19 08:38:17 +01:00
  • 864e95a253 numfmt: buffer output in non-abort invalid modes and re-enable GNU tests Sylvestre Ledru 2026-03-10 17:21:20 +01:00
  • d68ff519b5 numfmt: add --grouping flag, debug diagnostics, and stricter number validation Sylvestre Ledru 2026-03-10 17:21:10 +01:00
  • a39921e206 tests: skip unsupported GNU numfmt cases and force symlink refresh Sylvestre Ledru 2026-03-10 16:07:19 +01:00
  • 64a003040a numfmt: support explicit --unit-separator for suffix parsing Sylvestre Ledru 2026-03-10 16:04:47 +01:00
  • dfcb521347 add 0.7.0 release notes in tree Sylvestre Ledru 2026-04-04 22:38:00 +02:00
  • 4c0c72cfb9 wc: drop #[allow(clippy::question_mark)] oech3 2026-04-05 01:34:38 +09:00
  • a1371a83ea uucore: use embedded locale bundles on WASI for l10n support Sylvestre Ledru 2026-04-04 11:10:04 +02:00
  • c63a8f9f61 uucore: add create_wasi_bundle_from_embedded for any locale Sylvestre Ledru 2026-04-04 11:09:03 +02:00
  • 774431672a build: embed all locale files when targeting WASI Sylvestre Ledru 2026-04-04 10:40:32 +02:00
  • 8c100daa66 ls: fall back to "." metadata for ".." on WASI (#11633) Sylvestre Ledru 2026-04-04 22:21:07 +02:00
  • 79209719f9 feat(timeout): add benchmarking support with divan (#9733) mattsu 2026-04-05 05:02:21 +09:00
  • ea903d45a1 date: fix "unused variable" warning (#11637) Daniel Hofstetter 2026-04-04 21:49:13 +02:00
  • cfa92db47d cat: fallback with pipe() failure oech3 2026-04-04 20:00:31 +09:00
  • e170b9afeb protect names against binary name (#11378) oech3 2026-04-04 20:06:30 +09:00
  • 13fb3bede8 tee: increase buf size for large input oech3 2026-03-24 18:25:26 +09:00
  • 60d448be48 uucore: add missing fs feature to rustix oech3 2026-04-04 18:31:46 +09:00
  • e406cef5bb uutests: add LICENSE Michel Lind 2026-03-16 22:21:14 +00:00
  • 49e7a6b532 perf(uucore): call rt_sigaction once not 62 times Daniel Tang 2026-03-16 13:32:18 -04:00
  • 0260f21974 libstdbuf: remove eprintln! causing 2>/dev/full abort oech3 2026-03-06 17:42:33 +09:00
  • cd50566f16 Add expand/bounded-memory to ignore list Sylvestre Ledru 2026-04-04 10:08:54 +02:00
  • 4ceb880a87 uucore: add a function returning /dev/null to use splice() for wc,dd,tail oech3 2026-04-03 02:43:23 +09:00
  • 5ca5e01d3a cat: simplify splice & fix comment oech3 2026-04-04 08:27:31 +09:00
  • 7712f42519 CI/WASI: test all compiling utilities instead of just 3 Sylvestre Ledru 2026-04-03 21:53:08 +02:00
  • bb6751150a sort: split ext_sort into platform modules and enable WASI CI Sylvestre Ledru 2026-04-03 21:01:05 +02:00
  • b8fecc00f5 sort: add WASI single-threaded sort path Sylvestre Ledru 2026-04-03 20:51:34 +02:00
  • 78a09986d7 uucore: pipes.rs replace != with > oech3 2026-04-04 09:48:06 +09:00
  • a905cb33d0 chore(deps): update rust crate libredox to 0.1.15 xtqqczze 2026-04-03 20:45:29 +01:00
  • 8e050539a2 od: default -t f to double precision can1357 2026-03-18 23:23:58 +01:00
  • 3626477223 wc: remove unnecessary cfg Sylvestre Ledru 2026-04-03 17:57:02 +02:00
  • 8ffb33f1da adjust the spell-checker ignores Sylvestre Ledru 2026-04-03 13:32:16 +02:00
  • a58892c500 ignore some CI words Sylvestre Ledru 2026-04-03 13:26:44 +02:00
  • 8b1cb42fbb date: fix build without i18n-datetime feature Sylvestre Ledru 2026-04-03 13:19:41 +02:00
  • ba82558d8b split: fix wasi platform stub to accept OsStr filename Sylvestre Ledru 2026-04-03 13:19:24 +02:00
  • 8b98d18e22 tail: fix clippy warnings on wasi target Sylvestre Ledru 2026-04-03 13:19:05 +02:00
  • f39c08fc24 CI: fix feat_wasm feature flag in wasi workflow Sylvestre Ledru 2026-04-03 13:18:14 +02:00
  • 62e060731a mv: fix clippy warning on wasi target Sylvestre Ledru 2026-04-03 12:45:46 +02:00
  • a948d816e4 cp: fix clippy warnings on wasi target Sylvestre Ledru 2026-04-03 12:45:09 +02:00
  • 91e2a96a60 sort: fix clippy warnings on wasi target Sylvestre Ledru 2026-04-03 12:44:25 +02:00
  • c1849bf862 sort: exclude ctrlc dependency and signal handler on wasi Sylvestre Ledru 2026-04-03 12:43:31 +02:00
  • da8c7a1a63 wasi: fix warnings Daniel Hofstetter 2026-04-02 14:54:20 +02:00
  • aabb1b493f CI: add WASI test workflow with wasmtime Sylvestre Ledru 2026-04-02 21:37:12 +02:00
  • 2b3b9365db echo: add multibyte unicode test cases Sylvestre Ledru 2026-04-02 21:36:57 +02:00
  • 3f227adc61 uucore: use wasi OsStrExt/OsStringExt for byte-level access on wasm Sylvestre Ledru 2026-04-02 21:36:07 +02:00
  • 778e5c78a9 Remove 'expr' from dependencies in Cargo.toml (needs a c compiler) Sylvestre Ledru 2026-04-03 12:16:30 +02:00
  • 9aeaa68d27 wasm: add 22 more utilities to feat_wasm and add WASI platform stubs Sylvestre Ledru 2026-03-31 23:03:41 +02:00
  • cad160f9f3 Revert "pre-commit: update rust-clippy and cargo-lock-check to run without ac…" (#11621) Sylvestre Ledru 2026-04-03 18:44:06 +02:00
  • d2b9550fe8 split: preserve non-UTF-8 bytes in output filename generation (#11397) Can Bölük 2026-04-03 12:20:47 +02:00
  • 9ccd9ada9a github action: move the clippy management into a script Sylvestre Ledru 2026-04-02 11:30:42 +02:00
  • 65596fe0ac wc: split WordCountable trait to exclude inner_file on wasi Sylvestre Ledru 2026-04-02 11:18:25 +02:00
  • 409eb11d75 uucore/fsext: fix unused imports and split read_fs_list for wasm target Sylvestre Ledru 2026-04-02 11:18:12 +02:00
  • c515cf2d19 uucore/fs: fix unnecessary qualifications for wasm target Sylvestre Ledru 2026-04-02 11:14:04 +02:00
  • d8a439c312 CI: run clippy on wasm32-wasip1 target with feat_wasm Sylvestre Ledru 2026-04-02 11:02:55 +02:00
  • 681c0eca37 uucore: add WASI support for FileInformation and io module (#11568) Sylvestre Ledru 2026-04-03 12:15:13 +02:00
  • ab37e41a96 tail: add WASI support by disabling notify and pid features (#11569) Sylvestre Ledru 2026-04-03 12:14:59 +02:00
  • 76b2f7877f expr: fix eager evaluation of parenthesized dead branches (#11395) Can Bölük 2026-04-03 12:13:24 +02:00
  • 90c7896d23 sync: fall back to full sync when --file-system has no operands (#11393) Can Bölük 2026-04-03 11:07:58 +02:00
  • dd2bcea76d timeout: return timed-out status after kill grace period (#11392) Can Bölük 2026-04-03 11:06:43 +02:00
  • dfc08b2115 dd: avoid 0-filling buf at read_and_discard (#11583) oech3 2026-04-03 16:15:37 +09:00
  • bd69fe9363 wc: improve wc -c perf - 1.67X faster (#11591) oech3 2026-04-03 16:15:00 +09:00