- 06 Aug, 2021 7 commits
-
-
Sylvestre Ledru authored
sort: delete temporary files when sort is terminated
-
Michael Debertol authored
When hitting Ctrl+C sort now deletes any temporary files. To make this easier I created a new struct `TmpDirWrapper` that handles the creation of new temporary files and the registration of the signal handler.
-
Sylvestre Ledru authored
chcon: added implementation and integration tests
-
Sylvestre Ledru authored
-
Sylvestre Ledru authored
basenc: add utility
-
Sylvestre Ledru authored
chown: fix unit test
-
Koutheir Attouchi authored
The ToDo list was updated to mark `chcon` as done. Building and testing `chcon` requires enabling the `feat_selinux` feature. If `make` is used for building, then please specify `SELINUX_ENABLED=1` if building and testing on a system where SELinux is not enabled.
-
- 05 Aug, 2021 4 commits
-
-
Michael Debertol authored
basenc is a brand-new gnu core utility (added less than 3 years ago!), which enables some more encodings.
-
Michael Debertol authored
-
Sylvestre Ledru authored
migrate `cat` code to UResult #2464
-
Sylvestre Ledru authored
maint: enable gnu test for arch
-
- 04 Aug, 2021 8 commits
-
-
Michael Debertol authored
Gnu checks before testing a utility whether that utility was actually built. It thinks `arch` was not built, even though it was. This patch does not convince gnu that `arch` was built (I wasn't able to figure that out), but instead comments out the check in `init.cfg` when running `build-gnu.sh`.
-
Sylvestre Ledru authored
-
backwaterred authored
-
Tyler authored
-
Sylvestre Ledru authored
base32/64: make the gnu test pass
-
Tyler authored
-
https://github.com/uutils/coreutilsTyler authored
-
Tyler authored
-
- 03 Aug, 2021 6 commits
-
-
Tyler authored
-
Michael Debertol authored
When decoding an invalid base32/64 string, gnu writes everything it was able to decode until it hit the decode error, while we don't write anything if the input is invalid.
-
Michael Debertol authored
-
Michael Debertol authored
Only one operand is allowed, so when there are multiple arguments we should print the second argument in the error.
-
Sylvestre Ledru authored
tac: support null separator (-s "")
-
Sylvestre Ledru authored
tests: better arg names in link helper functions
-
- 02 Aug, 2021 6 commits
-
-
Sylvestre Ledru authored
-
Sylvestre Ledru authored
id: add support for showing SELinux context (--context/-Z)
-
Jan Scheer authored
* Bump MSRV from 1.43 to 1.47 in order to be able to compile `selinux` crate 0.1.3 * Bump MSRV for clippy to 1.47 * Add "selinuxlib" to spell-checker
-
Jan Scheer authored
-
Sylvestre Ledru authored
sort: use UResult
-
Felipe Lema authored
-
- 01 Aug, 2021 9 commits
-
-
Jeffrey Finkelstein authored
Change the argument names in * `AtPath::hard_link()`, * `AtPath::symlink_file()`, and * `AtPath::symlink_dir()`, from `src` and `dest` to `original` and `link` to match the arguments of the corresponding functions from the Rust standard library. For example, see `std::os::unix::fs::symlink()`.
-
Jeffrey Finkelstein authored
-
Sylvestre Ledru authored
tail: handle `-` as an alias for stdin
-
Michael Debertol authored
-
Thomas Queiroz authored
-
Thomas Queiroz authored
-
Thomas Queiroz authored
-
Sylvestre Ledru authored
sort: handle cases where the output file is also an input file
-
Michael Debertol authored
For multi-threaded programs like sort it is necessary to be able to send errors between threads.
-