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