-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Insights: uutils/coreutils
Overview
Could not load contribution data
Please try again later
21 Pull requests merged by 14 people
-
printf: use non-zero indexes
#7855 merged
Apr 30, 2025 -
Cargo.toml: Add profiling profile
#7862 merged
Apr 30, 2025 -
ls: update chrono crate version and switch to
new_lenient
use#7858 merged
Apr 29, 2025 -
CICD: Disable windows-latest/x86_64-pc-windows-gnu for now
#7859 merged
Apr 29, 2025 -
date: add
%q
test, support%#z
properly#7854 merged
Apr 29, 2025 -
chore(deps): update rust crate clap_complete to v4.5.48
#7856 merged
Apr 29, 2025 -
cp: refuse to copy symlink over itself
#7729 merged
Apr 28, 2025 -
rm: skip prompt when stdin is not interactive; Fix #7326
#7492 merged
Apr 27, 2025 -
expr: Escape anchor characters within pattern
#7842 merged
Apr 27, 2025 -
fixed link to repo on uutests docs
#7848 merged
Apr 27, 2025 -
shred: document simplified (better?) number of random passes
#7847 merged
Apr 26, 2025 -
printf: Add indexing to format strings
#7837 merged
Apr 25, 2025 -
date: add tests for relative weekdays
#7843 merged
Apr 25, 2025 -
install: fixes issue #7795
#7838 merged
Apr 25, 2025 -
update parse_datetime to 0.9.0
#7839 merged
Apr 25, 2025 -
mkfifo: implement selinux support
#7831 merged
Apr 25, 2025 -
printf: improve support of printing multi-byte values of characters
#7208 merged
Apr 24, 2025 -
shred: remove obsolete test
#7833 merged
Apr 24, 2025 -
id: adapt error message to match the one from GNU
id
#7836 merged
Apr 24, 2025 -
shred: fix random passes*
#7830 merged
Apr 24, 2025 -
mknod: remove duplicate test
#7828 merged
Apr 24, 2025
11 Pull requests opened by 10 people
-
mv: use `RENAME_NOREPLACE` when we can
#7832 opened
Apr 24, 2025 -
Allow compiling `uucore` with `wasm32-unknown-unknown`
#7840 opened
Apr 25, 2025 -
Add example to manpage
#7841 opened
Apr 25, 2025 -
Tail macos stdin ran from script fix
#7844 opened
Apr 25, 2025 -
set_selinux_security_context should return an Error, not String
#7845 opened
Apr 26, 2025 -
expr: Fix regex anchor matching behavior with `REGEX_OPTION_SINGLELINE`
#7846 opened
Apr 26, 2025 -
Use system timezone database when available
#7849 opened
Apr 27, 2025 -
date: move file header to top & merge some imports
#7857 opened
Apr 29, 2025 -
chore(deps): update rust crate nix to 0.30
#7861 opened
Apr 29, 2025 -
chcon: link to libfts on musl targets
#7863 opened
Apr 30, 2025 -
chore(deps): update rust crate sha2 to v0.10.9
#7864 opened
Apr 30, 2025
11 Issues closed by 4 people
-
How will we handle tests requiring special environment
#7819 closed
Apr 30, 2025 -
`instrument-coverage` doesn't quite work
#3452 closed
Apr 29, 2025 -
ls: Do not crash on unknown format specifier (e.g. `+%Y %0`)
#7802 closed
Apr 29, 2025 -
cp: copying symlink over itself is broken
#6589 closed
Apr 28, 2025 -
rm: shouldn't prompt when stdin is not interactive
#7326 closed
Apr 27, 2025 -
expr: fails to match string to regular expression with ^
#7663 closed
Apr 27, 2025 -
shred: number of random passes is wrong
#7823 closed
Apr 26, 2025 -
install can accidently delete file
#7795 closed
Apr 25, 2025 -
date: fails to parse "next monday"
#7662 closed
Apr 25, 2025 -
id: the tests `test_id_default_format` & `test_id_zero` fail
#7835 closed
Apr 24, 2025 -
shred: should use all internal overwrite patterns in 25 passes
#7809 closed
Apr 24, 2025
4 Issues opened by 3 people
-
the new_ucmd! macro drops environment variables, causing mktemp test failure on windows.
#7853 opened
Apr 28, 2025 -
Consider switching from `chrono` to `jiff`
#7852 opened
Apr 28, 2025 -
`uptime`: uucore/get_uptime should return a `Duration`
#7851 opened
Apr 28, 2025 -
Fault-Message: "GetSystemTimePreciseAsFileTime"
#7850 opened
Apr 28, 2025
22 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
uucore: handle situation using numberic username
#7788 commented on
Apr 28, 2025 • 1 new comment -
Fix for #7455: cp -r <directory> -T <target> throws a StripPrefixError
#7465 commented on
Apr 28, 2025 • 1 new comment -
parser: add binary support to determine_number_system and parse_size
#7829 commented on
Apr 26, 2025 • 0 new comments -
id: Fix incorrect human-readable output
#7814 commented on
Apr 24, 2025 • 0 new comments -
csplit: rewrite with one function per pattern type
#7806 commented on
Apr 27, 2025 • 0 new comments -
fix the install_root_combined test failure when there's no user whth uid 2
#7789 commented on
Apr 30, 2025 • 0 new comments -
more: constant memory initialization overhead
#7765 commented on
Apr 24, 2025 • 0 new comments -
shuf: Add `--random-seed`, make `--random-source` GNU-compatible, report write failures, optimize
#7585 commented on
Apr 30, 2025 • 0 new comments -
Test main for failure seen in #7378 for Y2038 bug
#7399 commented on
Apr 28, 2025 • 0 new comments -
dd: should terminate with error if skip argument is too large
#7275 commented on
Apr 28, 2025 • 0 new comments -
printf: accept non-UTF-8 input in FORMAT and ARGUMENT arguments
#7209 commented on
Apr 30, 2025 • 0 new comments -
Dependency Dashboard
#4598 commented on
Apr 30, 2025 • 0 new comments -
Starting with localization
#3997 commented on
Apr 30, 2025 • 0 new comments -
Run all workspace tests in CI (Windows)
#7397 commented on
Apr 30, 2025 • 0 new comments -
Implement `shred --random-source`
#5711 commented on
Apr 29, 2025 • 0 new comments -
`ptx`: Do not use regex when -W options is not provided
#3142 commented on
Apr 29, 2025 • 0 new comments -
date: `--date` always results in invalid date
#2685 commented on
Apr 27, 2025 • 0 new comments -
`test_tail::test_retry9` is failing intermittently
#3929 commented on
Apr 27, 2025 • 0 new comments -
Install doesn't include all binaries
#6491 commented on
Apr 27, 2025 • 0 new comments -
code coverage is broken - details of the error
#6857 commented on
Apr 26, 2025 • 0 new comments -
Docs: "Improving the GNU compatibility" section links in Contributing are broken
#7201 commented on
Apr 25, 2025 • 0 new comments -
tee: GNU test failing in CI
#7805 commented on
Apr 24, 2025 • 0 new comments