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