coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
``` > uu-stty thread 'main' panicked at /tmp/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/sys/termios.rs:767:70: called `Result::unwrap()` on an `Err` value: EINVAL note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` This was not happening...
From the `README.md`, it is currently not clear as to how to report security vulnerabilities. Would it be possible to clarify this, perhaps by adding a `SECURITY.md` file?
# stat: mount point output should preserve non-UTF8 bytes ## Problem The `stat` implementation in Rust currently converts mount points to a `String` using `.to_string_lossy()`. This behavior **does not match...
This PR adds support for locale-aware month-sorting. > Note: There is a known discrepancy between `icu` and GNU locale regarding the french abbreviated month name of april in french (`avril`...
Discussed in #8263. Only l10n that are configured for the build get their l10n files copied to the ```target/release``` directory. CLI works as intended in **release**.
**Issue:** -- It seems 0.10 coreutils head/tail doesn't gracefully handle outputting UTF-16 content in Windows console. This is somewhat annoying since in PowerShell (versions prior to PowerShell 6.0), the redirection...
So far cp only checked if the metadata of the destination file indicates read-only permissions. In order to handle the case where the destination file is in use, we try...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [selinux](https://codeberg.org/koutheir/selinux.git) | workspace.dependencies | patch | `=0.5.2` -> `=0.5.3` | --- ### Release...
Fixes issue #7509 According to the C/C++ reference, "if both the value and precision are 0, the conversion results in no characters. " This PR also includes code to handle...