Denys Vlasenko 58cdca3984 apply post-1.16.0 fixes, bump version to 1.16.1 14 years ago
..
libcoreutils 6331cf059c *: use "can't" instead of "cannot" 15 years ago
Config.in 5da9f96ad8 date: introduce FEATURE_DATE_COMPAT; shrink 15 years ago
Kbuild 14f6f0ad4a fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com) 15 years ago
basename.c 70e8f49f71 basename: fix error code. again. deja vu feeling... 16 years ago
cal.c 9f93d62192 libbb: better unicode width support. Hopefully fixes bug 839. 15 years ago
cat.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
catv.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
chgrp.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 years ago
chmod.c 5e34ff29bc *: mass renaming of USE_XXXX to IF_XXXX 15 years ago
chown.c 9882b34fe2 chown: -2 bytes 15 years ago
chroot.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 years ago
cksum.c 5b6fe34cee split: handle - as "use stdin". +13 bytes. Closes bug 741. 15 years ago
comm.c bb13079c8e comm: almost total rewrite; add testsuite 16 years ago
cp.c a40f0624db cp: fix -H handling 15 years ago
cut.c 573ba4e92e fix examples which used non-standard cut -b0-NNN 15 years ago
date.c 5da9f96ad8 date: introduce FEATURE_DATE_COMPAT; shrink 15 years ago
dd.c 8131eea3dc *: introduce and use ffulsh_all() 15 years ago
df.c 9f93d62192 libbb: better unicode width support. Hopefully fixes bug 839. 15 years ago
dirname.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 years ago
dos2unix.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 years ago
du.c 0bf44d00a4 libbb/human_readable.c: shrink; and reduce bss usage 15 years ago
echo.c 8131eea3dc *: introduce and use ffulsh_all() 15 years ago
env.c f4fee418ae env: don't SEGV on bare "env -" 15 years ago
expand.c 9f93d62192 libbb: better unicode width support. Hopefully fixes bug 839. 15 years ago
expr.c 043b1e5d99 more C standard compat fixes from Dan Fandrich 15 years ago
false.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
fold.c 28055028a7 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> 15 years ago
fsync.c 58cdca3984 apply post-1.16.0 fixes, bump version to 1.16.1 14 years ago
head.c 043b1e5d99 more C standard compat fixes from Dan Fandrich 15 years ago
hostid.c 2ec91aead5 *: remove some uses of argc 15 years ago
id.c 6331cf059c *: use "can't" instead of "cannot" 15 years ago
id_test.sh 34e68c8b42 id: coreutils compat by Tito + test script 16 years ago
install.c a40f0624db cp: fix -H handling 15 years ago
length.c 8131eea3dc *: introduce and use ffulsh_all() 15 years ago
ln.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 years ago
logname.c 2ec91aead5 *: remove some uses of argc 15 years ago
ls.c 6b01b71e83 randomconfig fixes 15 years ago
md5_sha1_sum.c 58cdca3984 apply post-1.16.0 fixes, bump version to 1.16.1 14 years ago
mkdir.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 years ago
mkfifo.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
mknod.c 68404f13d4 *: add -Wunused-parameter; fix resulting breakage 16 years ago
mv.c 6331cf059c *: use "can't" instead of "cannot" 15 years ago
nice.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 years ago
nohup.c 2ec91aead5 *: remove some uses of argc 15 years ago
od.c f2cbb03a37 *: optimize most of isXXXXX() macros 15 years ago
od_bloaty.c 11f3a8b7ed od: fix -tx without length spec 15 years ago
printenv.c f91f14d221 cksum, printenv: report errors via exitcode 16 years ago
printf.c 7e6034309e printf: (allegedly) fix testsuite failure 15 years ago
pwd.c 8131eea3dc *: introduce and use ffulsh_all() 15 years ago
readlink.c a99aa6e9c4 readlink: support -n, -v, -s and -q too if support for -f is requested 15 years ago
realpath.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
rm.c 6331cf059c *: use "can't" instead of "cannot" 15 years ago
rmdir.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
seq.c 8131eea3dc *: introduce and use ffulsh_all() 15 years ago
sleep.c 043b1e5d99 more C standard compat fixes from Dan Fandrich 15 years ago
sort.c aa42d13e32 sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes 15 years ago
split.c 5b6fe34cee split: handle - as "use stdin". +13 bytes. Closes bug 741. 15 years ago
stat.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 years ago
stty.c 800ff7cc75 stty: code shrink -44 bytes 15 years ago
sum.c 0939f2ebd2 fix up potential printf's with unsafe format strings 15 years ago
sync.c bb16f57e5d INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad.rr.com) 15 years ago
tac.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
tail.c 58cdca3984 apply post-1.16.0 fixes, bump version to 1.16.1 14 years ago
tee.c 61befda93b ash,hush: add TODO for rare build failure 16 years ago
test.c c541a8955d test: use index_in_strings 15 years ago
test_ptr_hack.c be002adb2f add forgotten files. I am forgetting it all the time :( 16 years ago
touch.c 58cdca3984 apply post-1.16.0 fixes, bump version to 1.16.1 14 years ago
tr.c 8684cbb5cc libbb: robustify isXXXX(). +39 bytes 15 years ago
true.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
tty.c a355da0775 *: make 2 more "int argc"'s unused; more saved if !DESKTOP 15 years ago
uname.c 043b1e5d99 more C standard compat fixes from Dan Fandrich 15 years ago
uniq.c 44f174e61b uniq: shave off whole 10 bytes off, oh my 15 years ago
usleep.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
uudecode.c 5415c856ea libbb: [x]fopen_for_{read,write} introduced and used. 16 years ago
uuencode.c 2ec91aead5 *: remove some uses of argc 15 years ago
wc.c 58cdca3984 apply post-1.16.0 fixes, bump version to 1.16.1 14 years ago
who.c 9e0a7c9c41 remove a few superfluous includes 16 years ago
whoami.c 2ec91aead5 *: remove some uses of argc 15 years ago
yes.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 years ago