svn commit: trunk/busybox: archival archival/libunarchive coreutil etc...
vda at busybox.net
vda at busybox.net
Fri Sep 21 06:16:34 PDT 2007
Author: vda
Date: 2007-09-21 06:16:32 -0700 (Fri, 21 Sep 2007)
New Revision: 19926
Log:
update Glenn McGrath's email address
Modified:
trunk/busybox/AUTHORS
trunk/busybox/archival/ar.c
trunk/busybox/archival/bbunzip.c
trunk/busybox/archival/libunarchive/decompress_unzip.c
trunk/busybox/archival/tar.c
trunk/busybox/coreutils/fold.c
trunk/busybox/coreutils/install.c
trunk/busybox/coreutils/uudecode.c
trunk/busybox/editors/patch.c
trunk/busybox/editors/sed.c
trunk/busybox/networking/ftpgetput.c
trunk/busybox/networking/ifupdown.c
trunk/busybox/networking/nameif.c
trunk/busybox/testsuite/tar/tar-extracts-multiple-files
trunk/busybox/testsuite/unzip.tests
Changeset:
Modified: trunk/busybox/AUTHORS
===================================================================
--- trunk/busybox/AUTHORS 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/AUTHORS 2007-09-21 13:16:32 UTC (rev 19926)
@@ -95,7 +95,7 @@
John Lombardo <john at deltanet.com>
tr
-Glenn McGrath <bug1 at iinet.net.au>
+Glenn McGrath <glenn.l.mcgrath at gmail.com>
Common unarchiving code and unarchiving applets, ifupdown, ftpgetput,
nameif, sed, patch, fold, install, uudecode.
Various bugfixes, review and apply numerous patches.
Modified: trunk/busybox/archival/ar.c
===================================================================
--- trunk/busybox/archival/ar.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/archival/ar.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -3,7 +3,6 @@
* Mini ar implementation for busybox
*
* Copyright (C) 2000 by Glenn McGrath
- * Written by Glenn McGrath <bug1 at iinet.net.au> 1 June 2000
*
* Based in part on BusyBox tar, Debian dpkg-deb and GNU ar.
*
Modified: trunk/busybox/archival/bbunzip.c
===================================================================
--- trunk/busybox/archival/bbunzip.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/archival/bbunzip.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -138,7 +138,7 @@
/*
- * Modified for busybox by Glenn McGrath <bug1 at iinet.net.au>
+ * Modified for busybox by Glenn McGrath
* Added support output to stdout by Thomas Lundquist <thomasez at zelow.no>
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
@@ -185,7 +185,7 @@
* handling.
*
* General cleanup to better adhere to the style guide and make use of standard
- * busybox functions by Glenn McGrath <bug1 at iinet.net.au>
+ * busybox functions by Glenn McGrath
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*
Modified: trunk/busybox/archival/libunarchive/decompress_unzip.c
===================================================================
--- trunk/busybox/archival/libunarchive/decompress_unzip.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/archival/libunarchive/decompress_unzip.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -12,7 +12,7 @@
* command line handling.
*
* General cleanup to better adhere to the style guide and make use of standard
- * busybox functions by Glenn McGrath <bug1 at iinet.net.au>
+ * busybox functions by Glenn McGrath
*
* read_gz interface + associated hacking by Laurence Anderson
*
Modified: trunk/busybox/archival/tar.c
===================================================================
--- trunk/busybox/archival/tar.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/archival/tar.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -3,7 +3,7 @@
* Mini tar implementation for busybox
*
* Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg
- * Glenn McGrath <bug1 at iinet.net.au>
+ * by Glenn McGrath
*
* Note, that as of BusyBox-0.43, tar has been completely rewritten from the
* ground up. It still has remnants of the old code lying about, but it is
Modified: trunk/busybox/coreutils/fold.c
===================================================================
--- trunk/busybox/coreutils/fold.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/coreutils/fold.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -5,7 +5,7 @@
Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
Modified for busybox based on coreutils v 5.0
- Copyright (C) 2003 Glenn McGrath <bug1 at iinet.net.au>
+ Copyright (C) 2003 Glenn McGrath
Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/
Modified: trunk/busybox/coreutils/install.c
===================================================================
--- trunk/busybox/coreutils/install.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/coreutils/install.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * Copyright (C) 2003 by Glenn McGrath <bug1 at iinet.net.au>
+ * Copyright (C) 2003 by Glenn McGrath
* SELinux support: by Yuichi Nakamura <ynakam at hitachisoft.jp>
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
Modified: trunk/busybox/coreutils/uudecode.c
===================================================================
--- trunk/busybox/coreutils/uudecode.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/coreutils/uudecode.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * Copyright 2003, Glenn McGrath <bug1 at iinet.net.au>
+ * Copyright 2003, Glenn McGrath
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*
Modified: trunk/busybox/editors/patch.c
===================================================================
--- trunk/busybox/editors/patch.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/editors/patch.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -1,7 +1,7 @@
/* vi: set sw=4 ts=4: */
/*
* busybox patch applet to handle the unified diff format.
- * Copyright (C) 2003 Glenn McGrath <bug1 at iinet.net.au>
+ * Copyright (C) 2003 Glenn McGrath
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*
Modified: trunk/busybox/editors/sed.c
===================================================================
--- trunk/busybox/editors/sed.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/editors/sed.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -5,7 +5,7 @@
* Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley
* Copyright (C) 1999,2000,2001 by Mark Whitley <markw at codepoet.org>
* Copyright (C) 2002 Matt Kraai
- * Copyright (C) 2003 by Glenn McGrath <bug1 at iinet.net.au>
+ * Copyright (C) 2003 by Glenn McGrath
* Copyright (C) 2003,2004 by Rob Landley <rob at landley.net>
*
* MAINTAINER: Rob Landley <rob at landley.net>
Modified: trunk/busybox/networking/ftpgetput.c
===================================================================
--- trunk/busybox/networking/ftpgetput.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/networking/ftpgetput.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -5,7 +5,7 @@
* Mini implementation of FTP to retrieve a remote file.
*
* Copyright (C) 2002 Jeff Angielski, The PTR Group <jeff at theptrgroup.com>
- * Copyright (C) 2002 Glenn McGrath <bug1 at iinet.net.au>
+ * Copyright (C) 2002 Glenn McGrath
*
* Based on wget.c by Chip Rosenthal Covad Communications
* <chip at laserlink.net>
Modified: trunk/busybox/networking/ifupdown.c
===================================================================
--- trunk/busybox/networking/ifupdown.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/networking/ifupdown.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -1,7 +1,7 @@
/* vi: set sw=4 ts=4: */
/*
* ifupdown for busybox
- * Copyright (c) 2002 Glenn McGrath <bug1 at iinet.net.au>
+ * Copyright (c) 2002 Glenn McGrath
* Copyright (c) 2003-2004 Erik Andersen <andersen at codepoet.org>
*
* Based on ifupdown v 0.6.4 by Anthony Towns
Modified: trunk/busybox/networking/nameif.c
===================================================================
--- trunk/busybox/networking/nameif.c 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/networking/nameif.c 2007-09-21 13:16:32 UTC (rev 19926)
@@ -4,7 +4,7 @@
*
* Written 2000 by Andi Kleen.
* Busybox port 2002 by Nick Fedchik <nick at fedchik.org.ua>
- * Glenn McGrath <bug1 at iinet.net.au>
+ * Glenn McGrath
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/
Modified: trunk/busybox/testsuite/tar/tar-extracts-multiple-files
===================================================================
--- trunk/busybox/testsuite/tar/tar-extracts-multiple-files 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/testsuite/tar/tar-extracts-multiple-files 2007-09-21 13:16:32 UTC (rev 19926)
@@ -1,5 +1,5 @@
touch foo bar
-busybox tar cf foo.tar foo bar
+tar cf foo.tar foo bar
rm foo bar
busybox tar -xf foo.tar
test -f foo
Modified: trunk/busybox/testsuite/unzip.tests
===================================================================
--- trunk/busybox/testsuite/unzip.tests 2007-09-21 09:45:13 UTC (rev 19925)
+++ trunk/busybox/testsuite/unzip.tests 2007-09-21 13:16:32 UTC (rev 19926)
@@ -2,7 +2,7 @@
# Tests for unzip.
# Copyright 2006 Rob Landley <rob at landley.net>
-# Copyright 2006 Glenn McGrath <bug1 at ihug.co.nz>
+# Copyright 2006 Glenn McGrath
# Licensed under GPL v2, see file LICENSE for details.
. testing.sh
More information about the busybox-cvs
mailing list