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