[BusyBox-cvs] busybox/archival ar.c, 1.48, 1.49 bunzip2.c, 1.18, 1.19 gunzip.c, 1.80, 1.81 tar.c, 1.190, 1.191
Glenn McGrath
bug1 at busybox.net
Sun Apr 25 05:11:15 UTC 2004
Update of /var/cvs/busybox/archival
In directory nail:/tmp/cvs-serv26441/archival
Modified Files:
ar.c bunzip2.c gunzip.c tar.c
Log Message:
Update my email address, document some of my tasks in the AUTHORS file
Index: ar.c
===================================================================
RCS file: /var/cvs/busybox/archival/ar.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- a/ar.c 15 Mar 2004 08:28:16 -0000 1.48
+++ b/ar.c 25 Apr 2004 05:11:13 -0000 1.49
@@ -3,7 +3,7 @@
* Mini ar implementation for busybox
*
* Copyright (C) 2000 by Glenn McGrath
- * Written by Glenn McGrath <bug1 at optushome.com.au> 1 June 2000
+ * Written by Glenn McGrath <bug1 at iinet.net.au> 1 June 2000
*
* Based in part on BusyBox tar, Debian dpkg-deb and GNU ar.
*
Index: bunzip2.c
===================================================================
RCS file: /var/cvs/busybox/archival/bunzip2.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- a/bunzip2.c 27 Mar 2004 10:02:41 -0000 1.18
+++ b/bunzip2.c 25 Apr 2004 05:11:13 -0000 1.19
@@ -1,5 +1,5 @@
/*
- * Modified for busybox by Glenn McGrath <bug1 at optushome.com.au>
+ * Modified for busybox by Glenn McGrath <bug1 at iinet.net.au>
* Added support output to stdout by Thomas Lundquist <thomasez at zelow.no>
*
* This program is free software; you can redistribute it and/or modify
Index: tar.c
===================================================================
RCS file: /var/cvs/busybox/archival/tar.c,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- a/tar.c 14 Apr 2004 17:51:08 -0000 1.190
+++ b/tar.c 25 Apr 2004 05:11:13 -0000 1.191
@@ -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 optushome.com.au>
+ * Glenn McGrath <bug1 at iinet.net.au>
*
* 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
Index: gunzip.c
===================================================================
RCS file: /var/cvs/busybox/archival/gunzip.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- a/gunzip.c 27 Mar 2004 10:02:41 -0000 1.80
+++ b/gunzip.c 25 Apr 2004 05:11:13 -0000 1.81
@@ -12,7 +12,7 @@
* handling.
*
* General cleanup to better adhere to the style guide and make use of standard
- * busybox functions by Glenn McGrath <bug1 at optushome.com.au>
+ * busybox functions by Glenn McGrath <bug1 at iinet.net.au>
*
* 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