diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
commit | cb81e6484d1f50ec2761f6294722407b14add525 (patch) | |
tree | 81fb6290ef50af3488a5ee0f97150b6503df6a3f /shell/hush.c | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2 busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip |
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/shell/hush.c b/shell/hush.c index 94b29c03d..84818ffa3 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -9,14 +9,16 @@ | |||
9 | * | 9 | * |
10 | * Credits: | 10 | * Credits: |
11 | * The parser routines proper are all original material, first | 11 | * The parser routines proper are all original material, first |
12 | * written Dec 2000 and Jan 2001 by Larry Doolittle. | 12 | * written Dec 2000 and Jan 2001 by Larry Doolittle. The |
13 | * The execution engine, the builtins, and much of the underlying | 13 | * execution engine, the builtins, and much of the underlying |
14 | * support has been adapted from busybox-0.49pre's lash, | 14 | * support has been adapted from busybox-0.49pre's lash, which is |
15 | * which is Copyright (C) 2000 by Lineo, Inc., and | 15 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
16 | * written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>. | 16 | * written by Erik Andersen <andersen@codepoet.org>. That, in turn, |
17 | * That, in turn, is based in part on ladsh.c, by Michael K. Johnson and | 17 | * is based in part on ladsh.c, by Michael K. Johnson and Erik W. |
18 | * Erik W. Troan, which they placed in the public domain. I don't know | 18 | * Troan, which they placed in the public domain. I don't know |
19 | * how much of the Johnson/Troan code has survived the repeated rewrites. | 19 | * how much of the Johnson/Troan code has survived the repeated |
20 | * rewrites. | ||
21 | * | ||
20 | * Other credits: | 22 | * Other credits: |
21 | * simple_itoa() was lifted from boa-0.93.15 | 23 | * simple_itoa() was lifted from boa-0.93.15 |
22 | * b_addchr() derived from similar w_addchar function in glibc-2.2 | 24 | * b_addchr() derived from similar w_addchar function in glibc-2.2 |