Conversation
a0eaf79 to
6bd8b73
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created with
brew bump-formula-pr.Details
release notes
Major GNU Compatibility Leap
sort,ls,date,cksum,tail, and many moreSafety & Code Quality
date,sort,locale.rs, and other utilitieslibccalls with safenixcrate equivalents throughout/dev/fullwrites across many utilitiesLocale & Internationalization
datesortjoinPerformance Improvements
base32/base64/basenc: Optimized with reduced memset operationsshuf: Optimized numeric output and added--random-seedoptiondate: Wrapped stdout in BufWriter for batch processinguniq: Optimized memory usage for ignore-case comparisontsort: Avoid reading entire input into memory, intern stringsdf: Performance improvements with better filesystem handlingPlatform Support Expansion
ls,id,mkdir,mkfifo,mknodNotable Utility Improvements
cksum/hashsum: Merged common logic, removed deprecatedhashsumbinarytail: Added--debugflag, fixed-Fsymlink tracking, fixed--pidwith FIFOtimeout: Added comprehensive signal handling and--verboseimprovementssort: Legacy+POS/-POShandling, locale-aware collation, debug key annotationspr: Multiple fixes for headers, form feeds, and pagination optionschmod: Fixed recursive handling and--preserve-rootoptionrm: Fixed error reporting and symlink handlingContributions: This release was made possible by 41 new contributors joining our community
GNU Test Suite Compatibility:
Call to Action:
Help us translate - Contribute translations at Weblate
Sponsor us on GitHub to accelerate development: github.com/sponsors/uutils
What's Changed
arch
base64
basename
cat
chgrp
chmod
chroot
cksum
comm
cp
csplit
date
dd
df
dir
dirname
du
echo
env
expand
expr
fmt
fold
groups
hashsum
--bitsflag by @RenjiSann in hashsum: Drop non-GNU--bitsflag uutils/coreutils#9773head
hostid
id
install
join
kill
ln
logname
ls
mkdir
mkfifo
mknod
mktemp
more
mv
nice
nl
nohup
nproc
numfmt
pr
printenv
printf
ptx
readlink
rm
rmdir
runcon
Command::exec()instead oflibc::execvp()by @Ecordonnier in runcon: useCommand::exec()instead oflibc::execvp()uutils/coreutils#9611seq
shred
shuf
--random-seed, make--random-sourceGNU-compatible, report write failures, optimize by @blyxxyz in shuf: Add--random-seed, make--random-sourceGNU-compatible, report write failures, optimize uutils/coreutils#7585sort
split
stat
stdbuf
stty
sync
tac
tail
tail -n0in follow mode by @AnandajithS in tail: fix behaviour oftail -n0in follow mode uutils/coreutils#9114tee
test
timeout
touch
truncate
tsort
uname
unexpand
uniq
keys_differtokeys_are_equalby @cakebaker in uniq: renamekeys_differtokeys_are_equaluutils/coreutils#10070uptime
users
wc
View the full release notes at https://github.com/uutils/coreutils/releases/tag/0.6.0.