diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-08-02 00:19:29 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-08-02 00:19:29 +0000 |
commit | 461c279ac176a28dec40d1e40ebaffe4f0ac688d (patch) | |
tree | 1ddee8d5049a137939c7be6462c1c3af0e0fe599 | |
parent | b1d5b741ac310cda14c6b9c49a9853e82fe6654f (diff) | |
download | busybox-w32-461c279ac176a28dec40d1e40ebaffe4f0ac688d.tar.gz busybox-w32-461c279ac176a28dec40d1e40ebaffe4f0ac688d.tar.bz2 busybox-w32-461c279ac176a28dec40d1e40ebaffe4f0ac688d.zip |
Might as well get my name in AUTHORS before 1.0...
-rw-r--r-- | AUTHORS | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -22,16 +22,16 @@ Jeff Angielski <jeff@theptrgroup.com> | |||
22 | ftpput, ftpget | 22 | ftpput, ftpget |
23 | 23 | ||
24 | Edward Betts <edward@debian.org> | 24 | Edward Betts <edward@debian.org> |
25 | expr, hostid, logname, tty, wc, whoami, yes | 25 | expr, hostid, logname, whoami |
26 | 26 | ||
27 | John Beppu <beppu@codepoet.org> | 27 | John Beppu <beppu@codepoet.org> |
28 | du, head, nslookup, sort, tee, uniq | 28 | du, nslookup, sort |
29 | 29 | ||
30 | Brian Candler <B.Candler@pobox.com> | 30 | Brian Candler <B.Candler@pobox.com> |
31 | tiny-ls(ls) | 31 | tiny-ls(ls) |
32 | 32 | ||
33 | Randolph Chung <tausq@debian.org> | 33 | Randolph Chung <tausq@debian.org> |
34 | fbset, ping, hostname, and mkfifo | 34 | fbset, ping, hostname |
35 | 35 | ||
36 | Dave Cinege <dcinege@psychosis.com> | 36 | Dave Cinege <dcinege@psychosis.com> |
37 | more(v2), makedevs, dutmp, modularization, auto links file, | 37 | more(v2), makedevs, dutmp, modularization, auto links file, |
@@ -67,11 +67,21 @@ Stephan Linz <linz@li-pro.net> | |||
67 | ipcalc, Red Hat equivalence | 67 | ipcalc, Red Hat equivalence |
68 | 68 | ||
69 | John Lombardo <john@deltanet.com> | 69 | John Lombardo <john@deltanet.com> |
70 | dirname, tr | 70 | tr |
71 | 71 | ||
72 | Glenn McGrath <bug1@optushome.com.au> | 72 | Glenn McGrath <bug1@optushome.com.au> |
73 | ar, dpkg, dpkg-deb | 73 | ar, dpkg, dpkg-deb |
74 | 74 | ||
75 | Manuel Novoa III <mjn3@codepoet.org> | ||
76 | cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes, | ||
77 | mesg, vconfig, make_directory, parse_mode, dirname, mode_string, | ||
78 | get_last_path_component, simplify_path, and a number trivial libbb routines | ||
79 | |||
80 | also bug fixes, partial rewrites, and size optimizations in | ||
81 | ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir, | ||
82 | mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable, | ||
83 | interface, dutmp, ifconfig | ||
84 | |||
75 | Vladimir Oleynik <dzo@simtreas.ru> | 85 | Vladimir Oleynik <dzo@simtreas.ru> |
76 | cmdedit; xargs(current), httpd(current); | 86 | cmdedit; xargs(current), httpd(current); |
77 | ports: ash, crond, fdisk, inetd, stty, traceroute, top; | 87 | ports: ash, crond, fdisk, inetd, stty, traceroute, top; |