hurdextras-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tarfs Makefile README backend.h cache.c cache.h...


From: Ludovic Courtes
Subject: tarfs Makefile README backend.h cache.c cache.h...
Date: Wed, 08 Mar 2006 08:12:44 +0000

CVSROOT:        /sources/hurdextras
Module name:    tarfs
Branch:         
Changes by:     Ludovic Courtes <address@hidden>        06/03/08 08:12:44

Modified files:
        .              : Makefile README backend.h cache.c cache.h 
                         debug.c debug.h fs.c fs.h main.c netfs.c 
                         store-bzip2.c store-gzip.c tarfs.c tarfs.h 
                         tarlist.c zipstores.c zipstores.h 

Log message:
        Updated my email address (Ludovic).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/Makefile.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/README.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/backend.h.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/cache.c.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/cache.h.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/debug.c.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/debug.h.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/fs.c.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/fs.h.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/main.c.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/netfs.c.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/store-bzip2.c.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/store-gzip.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/tarfs.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/tarfs.h.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/tarlist.c.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/zipstores.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/tarfs/zipstores.h.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: tarfs/Makefile
diff -u tarfs/Makefile:1.1.1.1 tarfs/Makefile:1.2
--- tarfs/Makefile:1.1.1.1      Fri Jan 31 18:37:41 2003
+++ tarfs/Makefile      Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 # Makefile for the Hurd Tarfs translator.
-# Copyright (C) 2002, 2003  Ludovic Courtès <address@hidden>
+# Copyright (C) 2002, 2003  Ludovic Courtès <address@hidden>
 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
Index: tarfs/README
diff -u tarfs/README:1.1.1.1 tarfs/README:1.2
--- tarfs/README:1.1.1.1        Fri Jan 31 18:40:20 2003
+++ tarfs/README        Wed Mar  8 08:12:44 2006
@@ -63,5 +63,6 @@
 of effective user ids). :)
 
 
-<address@hidden>                         http://people.type-z.org/ludo/hurd/
-<address@hidden>
+Ludovic Courtès.
+<address@hidden> <address@hidden>
+
Index: tarfs/backend.h
diff -u tarfs/backend.h:1.1.1.1 tarfs/backend.h:1.2
--- tarfs/backend.h:1.1.1.1     Fri Jan 31 18:38:09 2003
+++ tarfs/backend.h     Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/cache.c
diff -u tarfs/cache.c:1.1.1.1 tarfs/cache.c:1.2
--- tarfs/cache.c:1.1.1.1       Fri Jan 31 18:39:43 2003
+++ tarfs/cache.c       Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/cache.h
diff -u tarfs/cache.h:1.1.1.1 tarfs/cache.h:1.2
--- tarfs/cache.h:1.1.1.1       Fri Jan 31 18:39:36 2003
+++ tarfs/cache.h       Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/debug.c
diff -u tarfs/debug.c:1.1.1.1 tarfs/debug.c:1.2
--- tarfs/debug.c:1.1.1.1       Fri Jan 31 18:41:20 2003
+++ tarfs/debug.c       Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/debug.h
diff -u tarfs/debug.h:1.1.1.1 tarfs/debug.h:1.2
--- tarfs/debug.h:1.1.1.1       Fri Jan 31 18:41:20 2003
+++ tarfs/debug.h       Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/fs.c
diff -u tarfs/fs.c:1.1.1.1 tarfs/fs.c:1.2
--- tarfs/fs.c:1.1.1.1  Fri Jan 31 18:38:32 2003
+++ tarfs/fs.c  Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/fs.h
diff -u tarfs/fs.h:1.1.1.1 tarfs/fs.h:1.2
--- tarfs/fs.h:1.1.1.1  Fri Jan 31 18:37:53 2003
+++ tarfs/fs.h  Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/main.c
diff -u tarfs/main.c:1.1.1.1 tarfs/main.c:1.2
--- tarfs/main.c:1.1.1.1        Fri Jan 31 18:39:36 2003
+++ tarfs/main.c        Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/netfs.c
diff -u tarfs/netfs.c:1.1.1.1 tarfs/netfs.c:1.2
--- tarfs/netfs.c:1.1.1.1       Fri Jan 31 18:38:50 2003
+++ tarfs/netfs.c       Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs interface to libnetfs.
-   Copyright (C) 2002 Ludovic Courtès <address@hidden>
+   Copyright (C) 2002 Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/store-bzip2.c
diff -u tarfs/store-bzip2.c:1.1.1.1 tarfs/store-bzip2.c:1.2
--- tarfs/store-bzip2.c:1.1.1.1 Fri Jan 31 18:40:10 2003
+++ tarfs/store-bzip2.c Wed Mar  8 08:12:44 2006
@@ -1,7 +1,7 @@
 /* Gzip store backend.
 
    Copyright (C) 1995,96,97,99,2000,01, 02 Free Software Foundation, Inc.
-   Written by Ludovic Courtes <address@hidden>
+   Written by Ludovic Courtes <address@hidden>
    This file is part of the GNU Hurd.
 
    The GNU Hurd is free software; you can redistribute it and/or
Index: tarfs/store-gzip.c
diff -u tarfs/store-gzip.c:1.2 tarfs/store-gzip.c:1.3
--- tarfs/store-gzip.c:1.2      Wed Mar  8 08:06:46 2006
+++ tarfs/store-gzip.c  Wed Mar  8 08:12:44 2006
@@ -1,7 +1,7 @@
 /* Gzip store backend.
 
    Copyright (C) 1995,96,97,99,2000,01, 02 Free Software Foundation, Inc.
-   Written by Ludovic Courtes <address@hidden>
+   Written by Ludovic Courtes <address@hidden>
    This file is part of the GNU Hurd.
 
    The GNU Hurd is free software; you can redistribute it and/or
Index: tarfs/tarfs.c
diff -u tarfs/tarfs.c:1.2 tarfs/tarfs.c:1.3
--- tarfs/tarfs.c:1.2   Wed Mar  8 08:06:46 2006
+++ tarfs/tarfs.c       Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, 2003  Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, 2003  Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -47,7 +47,7 @@
   "tarfs(rw-alpha) for the GNU Hurd (compiled: " __DATE__ ")";
 
 /* Argp data */
-const char *argp_program_bug_address = "Ludovic Courtès <address@hidden>";
+const char *argp_program_bug_address = "Ludovic Courtès <address@hidden>";
 const char *args_doc = "ARCHIVE";
 const char *doc = "Hurd tar filesystem:\n"
    "parses a tar archive and creates the corresponding filesystem\n";
Index: tarfs/tarfs.h
diff -u tarfs/tarfs.h:1.1.1.1 tarfs/tarfs.h:1.2
--- tarfs/tarfs.h:1.1.1.1       Fri Jan 31 18:38:09 2003
+++ tarfs/tarfs.h       Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, 2003  Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, 2003  Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/tarlist.c
diff -u tarfs/tarlist.c:1.1.1.1 tarfs/tarlist.c:1.2
--- tarfs/tarlist.c:1.1.1.1     Fri Jan 31 18:41:20 2003
+++ tarfs/tarlist.c     Wed Mar  8 08:12:44 2006
@@ -1,5 +1,5 @@
 /* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+   Copyright (C) 2002, Ludovic Courtès <address@hidden>
  
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
Index: tarfs/zipstores.c
diff -u tarfs/zipstores.c:1.2 tarfs/zipstores.c:1.3
--- tarfs/zipstores.c:1.2       Wed Mar  8 08:06:46 2006
+++ tarfs/zipstores.c   Wed Mar  8 08:12:44 2006
@@ -1,7 +1,7 @@
 /* Compression store backend.
 
    Copyright (C) 1995,96,97,99,2000,01, 02 Free Software Foundation, Inc.
-   Written by Ludovic Courtes <address@hidden>
+   Written by Ludovic Courtes <address@hidden>
    This file is part of the GNU Hurd.
 
    The GNU Hurd is free software; you can redistribute it and/or
Index: tarfs/zipstores.h
diff -u tarfs/zipstores.h:1.1.1.1 tarfs/zipstores.h:1.2
--- tarfs/zipstores.h:1.1.1.1   Fri Jan 31 18:41:20 2003
+++ tarfs/zipstores.h   Wed Mar  8 08:12:44 2006
@@ -1,7 +1,7 @@
 /* Gzip/Bzip2 store backends.
 
    Copyright (C) 1995,96,97,99,2000,01, 02 Free Software Foundation, Inc.
-   Written by Ludovic Courtes <address@hidden>
+   Written by Ludovic Courtes <address@hidden>
    This file is part of the GNU Hurd.
 
    The GNU Hurd is free software; you can redistribute it and/or




reply via email to

[Prev in Thread] Current Thread [Next in Thread]