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