summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
3 daysMerge pull request #6597 from Krysztal112233/fix_proc_infomainSylvestre Ledru
uucore: Fix return value of `ProcessInfomation::tty`
3 daysuucore: Remove `mut` of `ProcessInformation::tty`Krysztal Huang
3 daysuucore: Refactor `ProcessInformation::tty`Krysztal Huang
3 daysuucore: Fix `proc-info` feature's dependency.Krysztal Huang
3 daysMerge pull request #6596 from uutils/renovate/selinux-0.x-lockfileSylvestre Ledru
chore(deps): update rust crate selinux to v0.4.5
3 dayschore(deps): update rust crate selinux to v0.4.5renovate[bot]
5 daysMerge pull request #6588 from matrixhead/part-symlinkSylvestre Ledru
cp: gnu test case `part-symlink` compatibility
5 daysMerge pull request #6593 from Krysztal112233/add_ttySylvestre Ledru
uucore: Split `tty` from `proc_info`
5 daysMerge pull request #6594 from uutils/renovate/bstr-1.x-lockfileDaniel Hofstetter
chore(deps): update rust crate bstr to v1.10.0
5 dayschore(deps): update rust crate bstr to v1.10.0renovate[bot]
6 dayscp: fix cp throwing error when dest is symlink and options backup and --rem ↵mhead
is given
6 daysuucore: Move tests for `Teletype`to `tty.rs`Krysztal Huang
6 daysuucore: Split `tty` from `proc_info`Krysztal Huang
And renamed `TerminalType` to `Teletype` for better naming because of Terminal contains graphic terminal but the current implementation only support `Teletype`.
6 daysMerge pull request #6497 from cakebaker/cargo_cfg_fuzzingSylvestre Ledru
Cargo.toml: allow "fuzzing" as `cfg` condition name
6 daysMerge pull request #6592 from cakebaker/clippy_fix_warningsSylvestre Ledru
clippy: fix warnings introduced by Rust 1.80
6 daysclippy: fix warnings introduced by Rust 1.80Daniel Hofstetter
8 daysseq: allow "fuzzing" as cfg condition nameDaniel Hofstetter
in Cargo.toml
8 daysMerge pull request #6584 from howjmay/checksum-no-checkDaniel Hofstetter
hashsum: Return err when only --strict or --quiet is given
12 daysmv: use read_to_string and write when testing inter-partition copying (#6583)sreehari prasad
* mv: inter partition copying test code cleanup * mv: inter partition copying use of read_to_string and write * Update tests/by-util/test_mv.rs Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de> --------- Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
12 dayshashsum: Return err when only --strict or --quiet is givenYang Hau
13 daysMerge pull request #6581 from BenWiederhake/dev-nightly-clippyDaniel Hofstetter
Fix nightly clippy
13 daystest: fix indentation that fails clippy nightlyBen Wiederhake
See also https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
13 daysclippy: simplify code according to nightly 'manual_unwrap_or_default' lintBen Wiederhake
https://rust-lang.github.io/rust-clippy/master/index.html#/manual_unwrap_or_default
13 daysclippy: simplify code according to nightly ↵Ben Wiederhake
'needless_borrows_for_generic_args' lint https://rust-lang.github.io/rust-clippy/master/index.html#/needless_borrows_for_generic_args
13 daysuucore: add missing importBen Wiederhake
No idea why this is only caught by clippy nightly. See also https://github.com/uutils/coreutils/pull/6483
13 daysclippy: simplify code according to nightly 'byte_char_slices' lintBen Wiederhake
https://rust-lang.github.io/rust-clippy/master/index.html#/byte_char_slices
13 daysproper error message when inter-partition copying fails with testmhead
13 daysmv: gnu test case `to-symlink` fixmhead
13 daystr: accept non utf8 arguments for setsDorian Péron
13 dayscut: move os_string_as_bytes utility to uucoreDorian Péron
13 daysFix Android CI (#6580)Justin Tracey
* android CI: get termux user from emulator * stat: fix android builds
13 daysMerge pull request #6579 from uutils/renovate/thiserror-1.x-lockfileDaniel Hofstetter
chore(deps): update rust crate thiserror to v1.0.63
14 dayschore(deps): update rust crate thiserror to v1.0.63renovate[bot]
2024-07-16Merge pull request #6568 from uutils/renovate/redox_syscall-0.x-lockfileDaniel Hofstetter
chore(deps): update rust crate redox_syscall to v0.5.3
2024-07-15Merge pull request #6571 from BenWiederhake/dev-fix-mac-ciSylvestre Ledru
uptime: relax error message due to different errno on MacOS
2024-07-15uptime: relax error message due to different errno on MacOSBen Wiederhake
Fixes #6569.
2024-07-15tr: Raise error if set2 is too big on complemented classDorian Péron
2024-07-15chore(deps): update rust crate redox_syscall to v0.5.3renovate[bot]
2024-07-15Merge pull request #6567 from uutils/renovate/blake3-1.x-lockfileDaniel Hofstetter
chore(deps): update rust crate blake3 to v1.5.3
2024-07-15chore(deps): update rust crate blake3 to v1.5.3renovate[bot]
2024-07-13printf: Fix extra padding (#6548)kf zheng
2024-07-13Merge pull request #6565 from uutils/renovate/blake3-1.x-lockfileDaniel Hofstetter
chore(deps): update rust crate blake3 to v1.5.2
2024-07-12chore(deps): update rust crate blake3 to v1.5.2renovate[bot]
2024-07-12Merge pull request #6553 from ↵Daniel Hofstetter
uutils/renovate/reactivecircus-android-emulator-runner-2.x chore(deps): update reactivecircus/android-emulator-runner action to v2.32.0
2024-07-12Merge pull request #6562 from uutils/renovate/thiserror-1.x-lockfileDaniel Hofstetter
chore(deps): update rust crate thiserror to v1.0.62
2024-07-12chore(deps): update rust crate thiserror to v1.0.62renovate[bot]
2024-07-11Merge pull request #6561 from cakebaker/uucore_add_words_to_spell_checker_ignoreSylvestre Ledru
uucore/proc_info: ignore spelling of some words
2024-07-11uucore/proc_info: ignore spelling of some wordsDaniel Hofstetter
2024-07-11Merge pull request #6471 from RenjiSann/mainDaniel Hofstetter
tests(date): Add tests for #6392
2024-07-10tests(date): Add tests for #6392Dorian Péron
These tests check that days and month with a single digit are correctly handled.