Denys Vlasenko 877dedb825 cp: add -u/--update and --remove-destination il y a 8 ans
..
libcoreutils 5711a2a4ad libbb: more compact API for bb_parse_mode() il y a 9 ans
Config.src ace833028f stat: make -f optional. This allows to build stat for non-linux systems il y a 9 ans
Kbuild.src 35ae2ccb40 sync: add support for -d -f FILE il y a 9 ans
basename.c 86031a5ffd trim extra newlines in help texts il y a 9 ans
cal.c 327f550669 Use unsigned printf/scanf conversion where more appropriate il y a 11 ans
cat.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
catv.c 9de2e5a222 *: hopefully all setup_common_bufsiz() are in place il y a 8 ans
chgrp.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
chmod.c 5711a2a4ad libbb: more compact API for bb_parse_mode() il y a 9 ans
chown.c 3d0805e9e7 libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 il y a 9 ans
chroot.c 0687a5b496 libbb: make xchroot do a chdir("/") after chroot il y a 12 ans
cksum.c 9de2e5a222 *: hopefully all setup_common_bufsiz() are in place il y a 8 ans
comm.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
cp.c 877dedb825 cp: add -u/--update and --remove-destination il y a 8 ans
cut.c 6967578728 whitespace fixes. no code changes il y a 12 ans
date.c 9de2e5a222 *: hopefully all setup_common_bufsiz() are in place il y a 8 ans
dd.c 47cfbf32fd *: add most of the required setup_common_bufsiz() calls il y a 8 ans
df.c fbdc167f27 df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 il y a 10 ans
dirname.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
dos2unix.c c7e47cf627 dos2unix: try to preserve ownership. closes 8311 il y a 8 ans
du.c 47cfbf32fd *: add most of the required setup_common_bufsiz() calls il y a 8 ans
echo.c 670c3f7822 echo: make escape sequences depend on fancy mode il y a 9 ans
env.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
expand.c 22bb81fa85 expand: use printable_string instead of hard-coding implementation il y a 11 ans
expr.c 47cfbf32fd *: add most of the required setup_common_bufsiz() calls il y a 8 ans
false.c de5edadee2 special-case {true,false,test} --help il y a 9 ans
fold.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
fsync.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
head.c c72b43c2f0 Commonalize typical [b,]k,m suffix struct il y a 11 ans
hostid.c 9bbf6b98c4 hostid: do not output sign-extended host id. Closes 6056 il y a 11 ans
id.c 445e7543e8 platform: use KERNEL_VERSION to simplify uClibc version checking il y a 11 ans
id_test.sh 34e68c8b42 id: coreutils compat by Tito + test script il y a 16 ans
install.c 5711a2a4ad libbb: more compact API for bb_parse_mode() il y a 9 ans
length.c.disabled 6a3e01d5a9 move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c il y a 13 ans
ln.c 97f2f7ca7f Removes stray empty line from code il y a 9 ans
logname.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
ls.c 47cfbf32fd *: add most of the required setup_common_bufsiz() calls il y a 8 ans
md5_sha1_sum.c 4f9fc1e5f5 foo*sum: Correct syntax error il y a 11 ans
mkdir.c 5711a2a4ad libbb: more compact API for bb_parse_mode() il y a 9 ans
mkfifo.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
mknod.c 60cb48ca50 whitespace cleanup. no code changes il y a 12 ans
mv.c 17f8418ea7 Add conditional support for -v / --verbose il y a 10 ans
nice.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
nohup.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
od.c 5c10fa5c24 od: code shrink, fix "od --traditional FILE" il y a 13 ans
od_bloaty.c 47cfbf32fd *: add most of the required setup_common_bufsiz() calls il y a 8 ans
printenv.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
printf.c 4a79224cfc printf: short-circuit output when argument to %b includes \c il y a 8 ans
pwd.c 73d249e704 whitespace fixes il y a 13 ans
readlink.c 1b49c25e0a readlink: note that our -f is really -e il y a 11 ans
realpath.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
rm.c 17f8418ea7 Add conditional support for -v / --verbose il y a 10 ans
rmdir.c 17f8418ea7 Add conditional support for -v / --verbose il y a 10 ans
seq.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
shuf.c 7db312ad26 fix whitespaces il y a 9 ans
sleep.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
sort.c b14374a5ba sort: "-o FILE", not "-o", is the syntax il y a 8 ans
split.c 9de2e5a222 *: hopefully all setup_common_bufsiz() are in place il y a 8 ans
stat.c 9de2e5a222 *: hopefully all setup_common_bufsiz() are in place il y a 8 ans
stty.c 3e134ebf6a *: slap on a few ALIGN1/2s where appropriate il y a 8 ans
sum.c 9de2e5a222 *: hopefully all setup_common_bufsiz() are in place il y a 8 ans
sync.c 35ae2ccb40 sync: add support for -d -f FILE il y a 9 ans
tac.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
tail.c 47cfbf32fd *: add most of the required setup_common_bufsiz() calls il y a 8 ans
tee.c 9de2e5a222 *: hopefully all setup_common_bufsiz() are in place il y a 8 ans
test.c de5edadee2 special-case {true,false,test} --help il y a 9 ans
test_ptr_hack.c 0ef64bdb40 *: make GNU licensing statement forms more regular il y a 14 ans
touch.c b5352078a7 touch: add conditional support for -h il y a 11 ans
tr.c d683c5c2f1 tr: support octal ranges il y a 9 ans
true.c de5edadee2 special-case {true,false,test} --help il y a 9 ans
truncate.c 6a70db85cf truncate: use O_WRONLY|O_NONBLOCK il y a 8 ans
tty.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
uname.c 64ed5f0d3c uname: make OS name configurable il y a 9 ans
uniq.c d60752f8c9 build system: -fno-builtin-printf il y a 9 ans
unlink.c ea23c25e96 unlink: new applet il y a 10 ans
usleep.c acff3733ba usleep: do not check for usleep error, it should never fail il y a 13 ans
uudecode.c 2b48c38be6 uudecode: tolerate text input with CR+LF line ends il y a 9 ans
uuencode.c fa737cebe7 uuencode: tweak help text il y a 12 ans
wc.c 66426760be *: remove "Options:" string from help texts il y a 13 ans
who.c d60752f8c9 build system: -fno-builtin-printf il y a 9 ans
whoami.c 34425389e0 move help text from include/usage.src.h to coreutils/*.c il y a 13 ans
yes.c 0ef64bdb40 *: make GNU licensing statement forms more regular il y a 14 ans