busybox/coreutils
John Beppu 5a728cfdfe + in the interest of robustness, I added
utility.c :: cstring_alloc()
  utility.c :: cstring_lineFromFile()	/* they're at the bottom */
  so that I could read in lines of arbitrary length from FILE*s
  (instead of using fgets(huge_ass_buffer,...)).
+ I tested it out on sort, and it seems to be fine.
2000-04-17 04:22:09 +00:00
..
basename.c More doc updates for BusyBox, with fixes to apps for bugs revealed 2000-04-13 18:49:43 +00:00
cat.c
chroot.c
date.c
dd.c
df.c
dirname.c More doc updates for BusyBox, with fixes to apps for bugs revealed 2000-04-13 18:49:43 +00:00
du.c
echo.c More doc updates for BusyBox, with fixes to apps for bugs revealed 2000-04-13 18:49:43 +00:00
head.c
hostid.c
length.c
ln.c
logname.c
ls.c More doc updates for BusyBox, with fixes to apps for bugs revealed 2000-04-13 18:49:43 +00:00
mkdir.c
mkfifo.c More documentation updates, and minor fixes to make things sync 2000-04-15 16:34:54 +00:00
mknod.c More documentation updates, and minor fixes to make things sync 2000-04-15 16:34:54 +00:00
printf.c More documentation updates, and minor fixes to make things sync 2000-04-15 16:34:54 +00:00
pwd.c
rm.c
rmdir.c
sleep.c
sort.c + in the interest of robustness, I added 2000-04-17 04:22:09 +00:00
sync.c
tail.c
tee.c
test.c More documentation updates, and minor fixes to make things sync 2000-04-15 16:34:54 +00:00
touch.c
tr.c More documentation updates, and minor fixes to make things sync 2000-04-15 16:34:54 +00:00
tty.c
uname.c
uniq.c
usleep.c
wc.c
whoami.c
yes.c