Conversation
0826239 to
054d087
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
Highlights:
GNU Compatibility & Upstream Contributions
date,fmt,kill,ptx,numfmt,cksum, and morenum-prime, the primality testing library used byfactorPerformance Overhaul
rustc-hashinls,du,tsort,shuf,mv;foldhashinsortunexpand/expand: ASCII fast-path, buffered reads — 14%+ gain inunexpandshuf,split,sort,du: Reduced malloc allocations (+3–6% indu, +4% inshuf)nl: Optimized withitoaand direct writingtrue/false: Removedclapdependency, smaller binary, faster startupuucore: Disabled signal setup in simple utilities for binary size and startup speedRobustness: Eliminated
/dev/fullPanics/dev/fullacross 20+ utilities (echo,date,sort,expr,hostname,id,comm,pr,dircolors, and more)2>/dev/fulldo not abortSafety & Code Quality
libccalls with safenixcrate wrappers inuucore(umask,mkdirat, and more) andmknodln,tac, andinstall -Drm:--preserve-rootnow works correctly on symlinksNotable Bug Fixes
date: Extensive fixes —-u/-s/-dflags, timezone abbreviation lookup and DST, RFC-822 format,%+/%_modifiers,--debug, localedate_fmtcp: Readonly directories,-a/-zflags, special files, non-UTF-8 directory namesmv: Preserve symlinks during cross-device moves, handle FIFOs in directoriesls: Hyperlink OSC 8 format, dired reports, fd leak on deep recursion, invalid UTF-8 hidden filessort: Collator panic in worker threads, scientific notation parsingpaste: Multi-byte delimiters, GNU escape sequences, bounded bufferingprintf:%qshell quoting with control chars and quotesptx:-t/--typeset-mode, multibyte Unicode panic, GNU default behaviornumfmt:--debugflag, empty delimiter, null byte handling, error message formattingcksum: SHAKE algorithms,--binary/--text/--tagerrorscut,tac,tail,tr,uniq,od,chroot,stat,mktemp,pr,readlink,ln,kill,nproc,rm,env,sync,fmt,factor,wc: Various GNU compatibility and correctness fixesPlatform Support
tacstdin piping,test -r/-w/-x, publish static*.exebinaries*.wasmartifactsstdbuf: Supportlibstdbufin same directory as binaryContributions: This release was made possible by 23 new contributors joining our community
Call to Action:
Help us translate - Contribute translations at Weblate
Sponsor us on GitHub to accelerate development: github.com/sponsors/uutils
What's Changed
cat
cksum
checksum_commonafter installation by @RenjiSann in *sum: Fix locales fetching fromchecksum_commonafter installation uutils/coreutils#10575test_signed_checksumsby @0xMillyByte in test/cksum: implementtest_signed_checksumsuutils/coreutils#10714chroot
comm
coreutils
cp
csplit
cut
date
dd
df
dircolors
du
echo
env
--ignore-signal=PIPEby @Ecordonnier in env: fix regression of--ignore-signal=PIPEuutils/coreutils#9618expand
expr
factor
false
fmt
fold
hostname
id
install
kill
ln
ls
mktemp
mknod
mv
nl
nproc
numfmt
od
paste
pr
printf
ptx
readlink
rm
shuf
sort
split
stat
stdbuf
uninlined_format_argsby @cakebaker in stdbuf: fix warning fromuninlined_format_argsuutils/coreutils#10784stty
sync
tac
tail
test
tr
true
tsort
unexpand
uniq
uptime
vdir
wc
whoami
uucore
nix::sys::stat::umaskinuucore::mode::get_umaskby @mattsu2020 in uucore:Usenix::sys::stat::umaskinuucore::mode::get_umaskuutils/coreutils#11102CI & Build
Documentation
.rsfiles by @xtqqczze in chore: use consistent copyright header in.rsfiles uutils/coreutils#11020Code Quality & Cleanup
clippy::single_match_elseby @nyurik in chore: fixclippy::single_match_elseuutils/coreutils#10699clippy::unreadable_literalby @nyurik in chore:clippy::unreadable_literaluutils/coreutils#10717clippy::wildcard_importsby @nyurik in chore:clippy::wildcard_importsuutils/coreutils#10719clippy::unnecessary_wrapsby @nyurik in chore:clippy::unnecessary_wrapsuutils/coreutils#10722clippy::redundant_closure_for_method_callsby @nyurik in chore:clippy::redundant_closure_for_method_callsuutils/coreutils#10704struct_field_nameslint by @cakebaker in clippy: enablestruct_field_nameslint uutils/coreutils#11214View the full release notes at https://github.com/uutils/coreutils/releases/tag/0.7.0.