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