Denis Vlasenko 8f0c89e05a apply post-1.13.3 fixes, bump version to 1.13.4 15 年 前
..
libcoreutils 34e8f6a7ac *: add FAST_FUNC markers 16 年 前
Config.in 53f219ebbe setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) 16 年 前
Kbuild cd2663f15e ash: optional printf builtin. +25 bytes if off, +35 if on. 16 年 前
basename.c 70e8f49f71 basename: fix error code. again. deja vu feeling... 16 年 前
cal.c a5254032f5 cal: remove lone static data variable. -4 bytes. coreutils 16 年 前
cat.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
catv.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
chgrp.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年 前
chmod.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
chown.c 08d120e6e1 chown: do not use static data 16 年 前
chroot.c 394eebed66 lpd: spool mode added by Vladimir 17 年 前
cksum.c 8f0e342803 cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case. 16 年 前
comm.c bb13079c8e comm: almost total rewrite; add testsuite 16 年 前
cp.c c0431ed455 cp: fix "cp -RL" to create regular files even if src is a symlink 16 年 前
cut.c 6c4dadefb6 - update my name. No obj-code changes ;) 16 年 前
date.c 6c4dadefb6 - update my name. No obj-code changes ;) 16 年 前
dd.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
df.c e0bcba18eb df: unsigned long needs %lu 16 年 前
dirname.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年 前
dos2unix.c 5415c856ea libbb: [x]fopen_for_{read,write} introduced and used. 16 年 前
du.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
echo.c 6a0ad25061 ash: dont allow e.g. exec <&10 to attach to stript's fd! 16 年 前
env.c b730474bda ash: fix NOEXEC mode - we were forgetting to pass environment! 16 年 前
expand.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
expr.c a7f4e4bbd8 expr: fix comparisons 'a < b' where we were overflowing a-b 16 年 前
false.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
fold.c 62a90cdd74 *: shrink by using [f]open_or_warn_stdin where appropriate 17 年 前
head.c 62a90cdd74 *: shrink by using [f]open_or_warn_stdin where appropriate 17 年 前
hostid.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
id.c ab310e1b1c apply post-1.13.0 patches 16 年 前
id_test.sh 34e68c8b42 id: coreutils compat by Tito + test script 16 年 前
install.c 9f9c1935fa install: shrink -D code. By Bernhard. 16 年 前
length.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年 前
ln.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年 前
logname.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
ls.c 51f1b6c0e0 ls: fix a bug where we may use uninintialized variable 16 年 前
md5_sha1_sum.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
mkdir.c c93b162248 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) 17 年 前
mkfifo.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
mknod.c 68404f13d4 *: add -Wunused-parameter; fix resulting breakage 17 年 前
mv.c 13afb2acda mv: fix a case when we move dangling symlink 16 年 前
nice.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年 前
nohup.c 6c4dadefb6 - update my name. No obj-code changes ;) 16 年 前
od.c 55f7912dda libbb: get rid of statics in dump.c; code shrinks a lot too 16 年 前
od_bloaty.c deeed59de0 libbb: introduce and use xrealloc_vector 16 年 前
printenv.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
printf.c dadf7907b2 printf: fix breakage in handling '*' 16 年 前
pwd.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
readlink.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
realpath.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
rm.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
rmdir.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
seq.c 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年 前
sleep.c 97faf531c8 sleep: make fractional seconds separately selectable in .config 16 年 前
sort.c 5415c856ea libbb: [x]fopen_for_{read,write} introduced and used. 16 年 前
split.c 6c4dadefb6 - update my name. No obj-code changes ;) 16 年 前
stat.c b75fe798bb stat: pointers are not 0L, they are NULL 16 年 前
stty.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
sum.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
sync.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
tac.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
tail.c 8f0c89e05a apply post-1.13.3 fixes, bump version to 1.13.4 15 年 前
tee.c 8ddb6410ed tee: fix infinite looping on open error (echo asd | tee "") 16 年 前
test.c 6c4dadefb6 - update my name. No obj-code changes ;) 16 年 前
test_ptr_hack.c be002adb2f add forgotten files. I am forgetting it all the time :( 16 年 前
touch.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
tr.c 20be63fe71 tr: fix yet another access past the end of a string (bug 4374) 16 年 前
true.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
tty.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
uname.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
uniq.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
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 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年 前
wc.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
who.c f62ab2d774 libbb: use improved xmalloc_read() from modprobe-small 16 年 前
whoami.c a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 年 前
yes.c 62a90cdd74 *: shrink by using [f]open_or_warn_stdin where appropriate 17 年 前