[BusyBox-cvs] busybox/shell Makefile, 1.2, 1.3 Makefile.in, 1.1, 1.2 ash.c, 1.69, 1.70 cmdedit.c, 1.78, 1.79 hush.c, 1.62, 1.63 lash.c, 1.150, 1.151 msh.c, 1.13, 1.14

Erik Andersen andersen at busybox.net
Mon Jul 14 21:21:33 UTC 2003


Update of /var/cvs/busybox/shell
In directory winder:/tmp/cvs-serv17764/shell

Modified Files:
	Makefile Makefile.in ash.c cmdedit.c hush.c lash.c msh.c 
Log Message:
Update a bunch of docs.  Run a script to update my email addr.


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/shell/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	12 Apr 2002 12:05:50 -0000	1.2
+++ Makefile	14 Jul 2003 21:21:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/shell/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.in	12 Apr 2002 12:05:50 -0000	1.1
+++ Makefile.in	14 Jul 2003 21:21:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 by Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: ash.c
===================================================================
RCS file: /var/cvs/busybox/shell/ash.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- ash.c	19 Mar 2003 09:12:52 -0000	1.69
+++ ash.c	14 Jul 2003 21:21:05 -0000	1.70
@@ -25,7 +25,7 @@
  * This version of ash is adapted from the source in Debian's ash 0.3.8-5
  * package.
  *
- * Modified by Erik Andersen <andersee at debian.org> and
+ * Modified by Erik Andersen <andersen at codepoet.org> and
  * Vladimir Oleynik <dzo at simtreas.ru> to be used in busybox
  *
  *

Index: cmdedit.c
===================================================================
RCS file: /var/cvs/busybox/shell/cmdedit.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- cmdedit.c	19 Mar 2003 09:12:52 -0000	1.78
+++ cmdedit.c	14 Jul 2003 21:21:05 -0000	1.79
@@ -9,7 +9,7 @@
  *      Adam Rogoyski    <rogoyski at cs.utexas.edu>
  *      Dave Cinege      <dcinege at psychosis.com>
  *      Jakub Jelinek (c) 1995
- *      Erik Andersen    <andersee at debian.org> (Majorly adjusted for busybox)
+ *      Erik Andersen    <andersen at codepoet.org> (Majorly adjusted for busybox)
  *
  * This code is 'as is' with no warranty.
  *

Index: hush.c
===================================================================
RCS file: /var/cvs/busybox/shell/hush.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- hush.c	19 Mar 2003 09:12:53 -0000	1.62
+++ hush.c	14 Jul 2003 21:21:05 -0000	1.63
@@ -9,14 +9,16 @@
  *
  * Credits:
  *      The parser routines proper are all original material, first
- *      written Dec 2000 and Jan 2001 by Larry Doolittle.
- *      The execution engine, the builtins, and much of the underlying
- *      support has been adapted from busybox-0.49pre's lash,
- *      which is Copyright (C) 2000 by Lineo, Inc., and
- *      written by Erik Andersen <andersen at lineo.com>, <andersee at debian.org>.
- *      That, in turn, is based in part on ladsh.c, by Michael K. Johnson and
- *      Erik W. Troan, which they placed in the public domain.  I don't know
- *      how much of the Johnson/Troan code has survived the repeated rewrites.
+ *      written Dec 2000 and Jan 2001 by Larry Doolittle.  The
+ *      execution engine, the builtins, and much of the underlying
+ *      support has been adapted from busybox-0.49pre's lash, which is
+ *      Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
+ *      written by Erik Andersen <andersen at codepoet.org>.  That, in turn,
+ *      is based in part on ladsh.c, by Michael K. Johnson and Erik W.
+ *      Troan, which they placed in the public domain.  I don't know
+ *      how much of the Johnson/Troan code has survived the repeated
+ *      rewrites.
+ *
  * Other credits:
  *      simple_itoa() was lifted from boa-0.93.15
  *      b_addchr() derived from similar w_addchar function in glibc-2.2

Index: lash.c
===================================================================
RCS file: /var/cvs/busybox/shell/lash.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- lash.c	19 Mar 2003 09:12:53 -0000	1.150
+++ lash.c	14 Jul 2003 21:21:05 -0000	1.151
@@ -2,8 +2,7 @@
 /*
  * lash -- the BusyBox Lame-Ass SHell
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is
  * under the following liberal license: "We have placed this source code in the

Index: msh.c
===================================================================
RCS file: /var/cvs/busybox/shell/msh.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- msh.c	19 Mar 2003 09:12:53 -0000	1.13
+++ msh.c	14 Jul 2003 21:21:06 -0000	1.14
@@ -3,12 +3,12 @@
  * Minix shell port for busybox
  *
  * This version of the Minix shell was adapted for use in busybox
- * by Erik Andersen <andersee at debian.org>
+ * by Erik Andersen <andersen at codepoet.org>
  *
  * - backtick expansion did not work properly
  *   Jonas Holmberg <jonas.holmberg at axis.com>
  *   Robert Schwebel <r.schwebel at pengutronix.de>
- *   Erik Andersen <andersee at debian.org>
+ *   Erik Andersen <andersen at codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by




More information about the busybox-cvs mailing list