Denis Vlasenko 9b8f810d38 Apply post 1.12.3 fixes, bump to 1.12.4 hace 16 años
..
libcoreutils 34e8f6a7ac *: add FAST_FUNC markers hace 16 años
Config.in 3e8669f359 - wrap overlong lines (Cristian Ionescu-Idbohrn) hace 16 años
Kbuild cd2663f15e ash: optional printf builtin. +25 bytes if off, +35 if on. hace 16 años
basename.c 84641942e5 apply post-1.12.1 patches, bump version to 1.12.2 hace 16 años
cal.c a5254032f5 cal: remove lone static data variable. -4 bytes. coreutils hace 16 años
cat.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 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 17 años
chmod.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
chown.c 08d120e6e1 chown: do not use static data hace 16 años
chroot.c 394eebed66 lpd: spool mode added by Vladimir hace 17 años
cksum.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
comm.c bb13079c8e comm: almost total rewrite; add testsuite hace 16 años
cp.c c0431ed455 cp: fix "cp -RL" to create regular files even if src is a symlink hace 16 años
cut.c 8334db13c3 cut: fix buffer overflow (bug 4544). hace 16 años
date.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
dd.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
df.c 6d38dc3af4 df: add -a hace 17 años
dirname.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions hace 17 años
dos2unix.c 5415c856ea libbb: [x]fopen_for_{read,write} introduced and used. hace 16 años
du.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
echo.c 6a0ad25061 ash: dont allow e.g. exec <&10 to attach to stript's fd! hace 16 años
env.c 84641942e5 apply post-1.12.1 patches, bump version to 1.12.2 hace 16 años
expand.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
expr.c a7f4e4bbd8 expr: fix comparisons 'a < b' where we were overflowing a-b hace 16 años
false.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
fold.c 62a90cdd74 *: shrink by using [f]open_or_warn_stdin where appropriate hace 17 años
head.c 62a90cdd74 *: shrink by using [f]open_or_warn_stdin where appropriate hace 17 años
hostid.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
id.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
install.c c80191c1d9 install: fix long option not taking params (bug 4584) hace 16 años
length.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions hace 17 años
ln.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions hace 17 años
logname.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
ls.c 51f1b6c0e0 ls: fix a bug where we may use uninintialized variable hace 16 años
md5_sha1_sum.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
mkdir.c c93b162248 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) hace 17 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 17 años
mv.c 13afb2acda mv: fix a case when we move dangling symlink hace 16 años
nice.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions hace 17 años
nohup.c f8157cafcb nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> hace 17 años
od.c 55f7912dda libbb: get rid of statics in dump.c; code shrinks a lot too hace 16 años
od_bloaty.c deeed59de0 libbb: introduce and use xrealloc_vector hace 16 años
printenv.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
printf.c 9b8f810d38 Apply post 1.12.3 fixes, bump to 1.12.4 hace 16 años
pwd.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
readlink.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
realpath.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
rm.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
rmdir.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
seq.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions hace 17 años
sleep.c 97faf531c8 sleep: make fractional seconds separately selectable in .config hace 16 años
sort.c 5415c856ea libbb: [x]fopen_for_{read,write} introduced and used. hace 16 años
split.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
stat.c b75fe798bb stat: pointers are not 0L, they are NULL hace 16 años
stty.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
sum.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
sync.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
tac.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
tail.c 77ad97f199 more -Wall warning fixes from Cristian Ionescu-Idbohrn. hace 16 años
tee.c 8ddb6410ed tee: fix infinite looping on open error (echo asd | tee "") hace 16 años
test.c bd28f6bf7f test: fix parser to prefer binop over unop, as coreutils does. hace 16 años
test_ptr_hack.c be002adb2f add forgotten files. I am forgetting it all the time :( hace 16 años
touch.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
tr.c 20be63fe71 tr: fix yet another access past the end of a string (bug 4374) hace 16 años
true.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
tty.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
uname.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
uniq.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 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 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions hace 17 años
wc.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
who.c f62ab2d774 libbb: use improved xmalloc_read() from modprobe-small hace 16 años
whoami.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. hace 16 años
yes.c 62a90cdd74 *: shrink by using [f]open_or_warn_stdin where appropriate hace 17 años