Jeremie Koenig 138ce54c9c stty: sort out preprocessor conditionals 14 år sedan
..
libcoreutils d70e0e995e *: add INSERTs to *.src files where appropriate 14 år sedan
Config.src 138ce54c9c stty: sort out preprocessor conditionals 14 år sedan
Kbuild.src d70e0e995e *: add INSERTs to *.src files where appropriate 14 år sedan
basename.c 729ecb87bf bbconfig: make it independent from printf functions 14 år sedan
cal.c 19158a837d unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE 14 år sedan
cat.c 2f32bf8be6 remove defconfig. Now "make defconfig" simply uses defaults from Config.in 14 år sedan
catv.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 år sedan
chgrp.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 år sedan
chmod.c 651a2697f7 *: merge some common strings 14 år sedan
chown.c 0cd445f4d1 cosmetic fixes 14 år sedan
chroot.c 21e8e8da64 libbb: introduce and use BB_EXECVP_or_die() 14 år sedan
cksum.c 5b6fe34cee split: handle - as "use stdin". +13 bytes. Closes bug 741. 15 år sedan
comm.c bb13079c8e comm: almost total rewrite; add testsuite 16 år sedan
cp.c a40f0624db cp: fix -H handling 14 år sedan
cut.c f3ea792bad *: mass cosmetic removal of extra empty lines. no code changes 14 år sedan
date.c 1d7266d3b5 mark Linux-specific configuration options 14 år sedan
dd.c 98a4c7cf3d *: suppress ~60% of "aliased warnings" on gcc-4.4.1 14 år sedan
df.c 19158a837d unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE 14 år sedan
dirname.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 år sedan
dos2unix.c d1516c4d62 dos2unix: fix the case w/o parameters 14 år sedan
du.c 98a4c7cf3d *: suppress ~60% of "aliased warnings" on gcc-4.4.1 14 år sedan
echo.c 8131eea3dc *: introduce and use ffulsh_all() 15 år sedan
env.c 21e8e8da64 libbb: introduce and use BB_EXECVP_or_die() 14 år sedan
expand.c 19158a837d unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE 14 år sedan
expr.c f3ea792bad *: mass cosmetic removal of extra empty lines. no code changes 14 år sedan
false.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 år sedan
fold.c 28055028a7 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> 14 år sedan
fsync.c 10544a8410 compat and warning fixes 14 år sedan
head.c ea8b252cb3 *: better string sharing 14 år sedan
hostid.c 2ec91aead5 *: remove some uses of argc 14 år sedan
id.c 6331cf059c *: use "can't" instead of "cannot" 15 år sedan
id_test.sh 34e68c8b42 id: coreutils compat by Tito + test script 16 år sedan
install.c 651a2697f7 *: merge some common strings 14 år sedan
length.c 8131eea3dc *: introduce and use ffulsh_all() 15 år sedan
ln.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 år sedan
logname.c 2ec91aead5 *: remove some uses of argc 14 år sedan
ls.c f3ea792bad *: mass cosmetic removal of extra empty lines. no code changes 14 år sedan
md5_sha1_sum.c 3205c24a82 shaNNNsum: accept and ignore -b and -t 14 år sedan
mkdir.c e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. 15 år sedan
mkfifo.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 år sedan
mknod.c 68404f13d4 *: add -Wunused-parameter; fix resulting breakage 16 år sedan
mv.c 6331cf059c *: use "can't" instead of "cannot" 15 år sedan
nice.c 21e8e8da64 libbb: introduce and use BB_EXECVP_or_die() 14 år sedan
nohup.c 21e8e8da64 libbb: introduce and use BB_EXECVP_or_die() 14 år sedan
od.c f2cbb03a37 *: optimize most of isXXXXX() macros 15 år sedan
od_bloaty.c ea8b252cb3 *: better string sharing 14 år sedan
printenv.c f91f14d221 cksum, printenv: report errors via exitcode 16 år sedan
printf.c 7e6034309e printf: (allegedly) fix testsuite failure 15 år sedan
pwd.c 8131eea3dc *: introduce and use ffulsh_all() 15 år sedan
readlink.c b175462422 readlink: use xmalloc_realpath() 14 år sedan
realpath.c 8f65b0cf31 whitespace fixes 14 år sedan
rm.c 6331cf059c *: use "can't" instead of "cannot" 15 år sedan
rmdir.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 år sedan
seq.c 8131eea3dc *: introduce and use ffulsh_all() 15 år sedan
sleep.c 043b1e5d99 more C standard compat fixes from Dan Fandrich 15 år sedan
sort.c aa42d13e32 sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes 15 år sedan
split.c 5b6fe34cee split: handle - as "use stdin". +13 bytes. Closes bug 741. 15 år sedan
stat.c d2d327db6d stat: make output more similar to GNU stat 14 år sedan
stty.c 138ce54c9c stty: sort out preprocessor conditionals 14 år sedan
sum.c 0939f2ebd2 fix up potential printf's with unsafe format strings 15 år sedan
sync.c bb16f57e5d INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad.rr.com) 14 år sedan
tac.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 år sedan
tail.c ea8b252cb3 *: better string sharing 14 år sedan
tee.c 61befda93b ash,hush: add TODO for rare build failure 16 år sedan
test.c 2f32bf8be6 remove defconfig. Now "make defconfig" simply uses defaults from Config.in 14 år sedan
test_ptr_hack.c be002adb2f add forgotten files. I am forgetting it all the time :( 16 år sedan
touch.c 927e4bb644 touch: do not ignore argument of -d/-t option 14 år sedan
tr.c 2f32bf8be6 remove defconfig. Now "make defconfig" simply uses defaults from Config.in 14 år sedan
true.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 år sedan
tty.c a355da0775 *: make 2 more "int argc"'s unused; more saved if !DESKTOP 14 år sedan
uname.c 043b1e5d99 more C standard compat fixes from Dan Fandrich 15 år sedan
uniq.c 44f174e61b uniq: shave off whole 10 bytes off, oh my 15 år sedan
usleep.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 år sedan
uudecode.c 5415c856ea libbb: [x]fopen_for_{read,write} introduced and used. 16 år sedan
uuencode.c 2ec91aead5 *: remove some uses of argc 14 år sedan
wc.c 79950a6bbe wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytes 14 år sedan
who.c 37f5bef63c libbb: split update_utmp from login/getty in preparation to use it for telnetd 14 år sedan
whoami.c 2ec91aead5 *: remove some uses of argc 14 år sedan
yes.c f2177abe1d yes: this applet doesn't have options, don't lie that it does. 14 år sedan