coreutils/src/uu
mattsu 7ca5f66fa1 feat(truncate): allow negative size values for truncation
- Enable hyphen values in size argument to support negative sizes (e.g., "-1")
- Add test case verifying truncation to empty file with negative size "-1"
2025-11-03 21:20:42 +09:00
..
arch clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
base32 basenc: implement --base58 encoding option (#8751) 2025-10-05 14:03:45 +02:00
base64 Add benchmark for base64 2025-09-30 10:20:40 +02:00
basename clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
basenc basenc: implement --base58 encoding option (#8751) 2025-10-05 14:03:45 +02:00
cat Fix EINTR handling in cat, od, and comm (#8946) 2025-10-26 13:59:47 +01:00
chcon fix: Gate SELinux to Linux and add cross-platform CI tests (#8795) 2025-10-05 14:23:59 +02:00
chgrp clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
chmod chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
chown safe traversal: adjust chmod & chgrp to use it (#8632) 2025-09-23 09:28:15 +02:00
chroot chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
cksum fix(cksum): correct CRC32B implementation to match GNU cksum 2025-11-03 10:51:09 +01:00
comm comm: hold the stdin lock for the whole duration of the program 2025-10-29 18:26:29 -07:00
cp cp: display symlink creation with --verbose 2025-10-15 22:30:27 +01:00
csplit Merge pull request #9097 from cakebaker/rustdoc_fix_link 2025-11-02 14:03:23 +01:00
cut cut,touch: show ignored args (#9040) 2025-10-27 08:32:01 +01:00
date date: sort deps in Cargo.toml alphabetically 2025-10-27 21:41:28 +01:00
dd fix(dd): handle O_DIRECT partial block writes 2025-10-26 07:09:04 +07:00
df df: treat env var with zero block size as invalid 2025-10-17 09:32:37 -04:00
dir clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
dircolors clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
dirname Merge pull request #8911 from naoNao89/fix-dirname-trailing-dot 2025-10-15 20:19:14 -04:00
du du: ignore env zero blocksize 2025-10-20 07:26:32 -04:00
echo
env clippy: move use_self lint to workspace lints 2025-10-07 14:49:39 +02:00
expand expand: improve the performances - 1.80 faster than GNU 2025-10-05 10:27:46 +02:00
expr expr: fix some multibyte issues and refactor a bit 2025-09-14 01:12:57 +02:00
factor clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
false
fmt clippy: fix warnings from nightly (#8991) 2025-10-24 11:44:11 +02:00
fold Merge pull request #8804 from sylvestre/fold-perf 2025-10-04 15:18:53 +02:00
groups clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
hashsum util(cksum): Add support for sha2 and sha3 2025-10-26 20:18:14 +01:00
head chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
hostid clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
hostname hostname: fix -d flag (#8657) 2025-10-15 22:07:54 -04:00
id id: added '-a' argument (#8733) 2025-09-24 21:14:51 +02:00
install Install: implement -Z 2025-10-21 23:27:06 +02:00
join clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
kill clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
link clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
ln Fix ln -f handling when source and destination are the same entry (#8838) 2025-10-10 13:28:10 +02:00
logname clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
ls ls: use file path for ACL check 2025-10-27 20:18:46 +01:00
mkdir Merge pull request #8947 from naoNao89/fix/mkdir-stack-overflow 2025-11-01 08:55:12 +01:00
mkfifo clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
mknod clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
mktemp clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
more clippy: move use_self lint to workspace lints 2025-10-07 14:49:39 +02:00
mv mv: improve the verbose mode to make tests/mv/mv-special-1.sh pass 2025-10-24 00:00:21 +02:00
nice clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
nl nl: improve the performances 2025-10-04 17:00:04 +02:00
nohup clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
nproc clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
numfmt chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
od Fix EINTR handling in cat, od, and comm (#8946) 2025-10-26 13:59:47 +01:00
paste clippy: move use_self lint to workspace lints 2025-10-07 14:49:39 +02:00
pathchk clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
pinky pinky: move unit test away from integration tests 2025-09-19 17:13:43 +02:00
pr chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
printenv clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
printf clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
ptx chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
pwd clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
readlink clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
realpath realpath: implement -E 2025-09-28 10:34:56 +02:00
rm rm: add the --progress option like with cp & mv 2025-10-22 00:27:49 +02:00
rmdir clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
runcon fix: Gate SELinux to Linux and add cross-platform CI tests (#8795) 2025-10-05 14:23:59 +02:00
seq chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
shred chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
shuf clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
sleep clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
sort bench: remove 'sort_random_strings' 2025-10-26 13:53:28 +01:00
split Merge pull request #9097 from cakebaker/rustdoc_fix_link 2025-11-02 14:03:23 +01:00
stat Merge pull request #8900 from Alonely0/clippy 2025-10-14 10:45:47 +02:00
stdbuf prepare version 0.3.0 (#8890) 2025-10-12 13:31:16 +02:00
stty Avoid panic in stty 2025-09-05 14:07:56 +02:00
sum clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
sync clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
tac clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
tail Merge pull request #9097 from cakebaker/rustdoc_fix_link 2025-11-02 14:03:23 +01:00
tee clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
test clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
timeout clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
touch cut,touch: show ignored args (#9040) 2025-10-27 08:32:01 +01:00
tr clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
true
truncate feat(truncate): allow negative size values for truncation 2025-11-03 21:20:42 +09:00
tsort bench: tsort_input_parsing_heavy reduce the input side. 2025-10-28 12:15:00 +01:00
tty clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
uname clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
unexpand unexpand: add support for non-utf8 filenames 2025-10-07 07:32:52 +02:00
uniq Refactor uniq field skipping to avoid allocations (#8703) 2025-09-29 21:38:20 +02:00
unlink clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
uptime clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
users clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
vdir clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
wc bench: increase some run times 2025-09-28 17:18:58 +02:00
who clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
whoami clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
yes clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00