hurdextras-commit
[Top][All Lists]
Advanced

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

mboxfs ./ChangeLog ./README ./TODO ./backend.h ...


From: Manuel Menal
Subject: mboxfs ./ChangeLog ./README ./TODO ./backend.h ...
Date: Wed, 12 Apr 2006 11:31:43 +0000

CVSROOT:        /sources/hurdextras
Module name:    mboxfs
Branch:         
Changes by:     Manuel Menal <address@hidden>   06/04/12 11:31:42

Modified files:
        .              : ChangeLog README TODO backend.h debug.c debug.h 
                         fs.c fs.h fsutils.c fsutils.h main.c mboxfs.c 
                         mboxfs.h mboxfs_defs.h netfs.c samplefs.c 
                         samplefs.h 
        mutt           : Makefile 

Log message:
        Fixed headers (new email), ChangeLog and TODO.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/ChangeLog.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/README.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/TODO.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/backend.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/debug.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/debug.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/fs.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/fs.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/fsutils.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/fsutils.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/main.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/mboxfs.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/mboxfs.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/mboxfs_defs.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/netfs.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/samplefs.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/samplefs.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/mboxfs/mutt/Makefile.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: mboxfs/ChangeLog
diff -u mboxfs/ChangeLog:1.1 mboxfs/ChangeLog:1.2
--- mboxfs/ChangeLog:1.1        Tue Apr 11 13:12:45 2006
+++ mboxfs/ChangeLog    Wed Apr 12 11:31:42 2006
@@ -1,3 +1,5 @@
+Ludovic Courtès <address@hidden> made these changes:
+
 2003-01-21
 
        * fs.[ch]: Updated from tarfs (fixes the symlink access problem
@@ -167,7 +169,7 @@
        * Works with date/MmmYYYY/from and date/MmmYYYY/to . :)
        * Uses get_path*(), in path.[ch].
 
-2002-04-15 Ludovic Courtès <address@hidden>
+2002-04-15 Ludovic Courtès <address@hidden>
 
        * Added read_link to struct fs_backend.
        * Wrote mboxfs_read_link():
Index: mboxfs/README
diff -u mboxfs/README:1.1 mboxfs/README:1.2
--- mboxfs/README:1.1   Tue Apr 11 13:12:45 2006
+++ mboxfs/README       Wed Apr 12 11:31:42 2006
@@ -61,6 +61,5 @@
 as the ones in fsutils.c .
 
 
-<address@hidden>                         http://people.type-z.org/ludo/hurd/
-<address@hidden>
+<address@hidden>                 http://ludo.humanoidz.org/hurd/index.html
 vim:wrap:
Index: mboxfs/TODO
diff -u mboxfs/TODO:1.1 mboxfs/TODO:1.2
--- mboxfs/TODO:1.1     Tue Apr 11 13:12:45 2006
+++ mboxfs/TODO Wed Apr 12 11:31:42 2006
@@ -11,5 +11,3 @@
 
 - musicfs
   (using libid3 and libogg)
-
-- tarfs (readonly)
Index: mboxfs/backend.h
diff -u mboxfs/backend.h:1.1 mboxfs/backend.h:1.2
--- mboxfs/backend.h:1.1        Tue Apr 11 13:12:45 2006
+++ mboxfs/backend.h    Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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: mboxfs/debug.c
diff -u mboxfs/debug.c:1.1 mboxfs/debug.c:1.2
--- mboxfs/debug.c:1.1  Tue Apr 11 13:12:45 2006
+++ mboxfs/debug.c      Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
-/* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+/* mboxfs - Creates a filesystem based on the contents of a mailbox.
+   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: mboxfs/debug.h
diff -u mboxfs/debug.h:1.1 mboxfs/debug.h:1.2
--- mboxfs/debug.h:1.1  Tue Apr 11 13:12:45 2006
+++ mboxfs/debug.h      Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
-/* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+/* mboxfs - Creates a filesystem based on the contents of a mailbox.
+   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: mboxfs/fs.c
diff -u mboxfs/fs.c:1.1 mboxfs/fs.c:1.2
--- mboxfs/fs.c:1.1     Tue Apr 11 13:12:45 2006
+++ mboxfs/fs.c Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
-/* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+/* mboxfs - Creates a filesystem based on the contents of a mailbox.
+   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: mboxfs/fs.h
diff -u mboxfs/fs.h:1.1 mboxfs/fs.h:1.2
--- mboxfs/fs.h:1.1     Tue Apr 11 13:12:45 2006
+++ mboxfs/fs.h Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
-/* tarfs - A GNU tar filesystem for the Hurd.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+/* mboxfs - Creates a filesystem based on the contents of a mailbox.
+   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: mboxfs/fsutils.c
diff -u mboxfs/fsutils.c:1.1 mboxfs/fsutils.c:1.2
--- mboxfs/fsutils.c:1.1        Tue Apr 11 13:12:45 2006
+++ mboxfs/fsutils.c    Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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: mboxfs/fsutils.h
diff -u mboxfs/fsutils.h:1.1 mboxfs/fsutils.h:1.2
--- mboxfs/fsutils.h:1.1        Tue Apr 11 13:12:45 2006
+++ mboxfs/fsutils.h    Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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: mboxfs/main.c
diff -u mboxfs/main.c:1.1 mboxfs/main.c:1.2
--- mboxfs/main.c:1.1   Tue Apr 11 13:12:45 2006
+++ mboxfs/main.c       Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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: mboxfs/mboxfs.c
diff -u mboxfs/mboxfs.c:1.1 mboxfs/mboxfs.c:1.2
--- mboxfs/mboxfs.c:1.1 Tue Apr 11 13:12:45 2006
+++ mboxfs/mboxfs.c     Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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
@@ -40,7 +40,7 @@
 const char *argp_program_version = "mboxfs for the GNU Hurd"
    " (compiled: " __DATE__ ")";
 
-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 = "MAILBOX";
 const char *doc = "Hurd mailbox translator: parses a mailbox and creates a 
corresponding"
        "\ndirectory hierarchy with sorted emails and attachments.";
Index: mboxfs/mboxfs.h
diff -u mboxfs/mboxfs.h:1.1 mboxfs/mboxfs.h:1.2
--- mboxfs/mboxfs.h:1.1 Tue Apr 11 13:12:45 2006
+++ mboxfs/mboxfs.h     Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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: mboxfs/mboxfs_defs.h
diff -u mboxfs/mboxfs_defs.h:1.1 mboxfs/mboxfs_defs.h:1.2
--- mboxfs/mboxfs_defs.h:1.1    Tue Apr 11 13:12:45 2006
+++ mboxfs/mboxfs_defs.h        Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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: mboxfs/mutt/Makefile
diff -u mboxfs/mutt/Makefile:1.1 mboxfs/mutt/Makefile:1.2
--- mboxfs/mutt/Makefile:1.1    Tue Apr 11 13:12:45 2006
+++ mboxfs/mutt/Makefile        Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 # Makefile for libmutt
-# 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: mboxfs/netfs.c
diff -u mboxfs/netfs.c:1.1 mboxfs/netfs.c:1.2
--- mboxfs/netfs.c:1.1  Tue Apr 11 13:12:45 2006
+++ mboxfs/netfs.c      Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
-/* tarfs interface to libnetfs.
-   Copyright (C) 2002, Ludovic Courtès <address@hidden>
+/* mboxfs interface to libnetfs.
+   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: mboxfs/samplefs.c
diff -u mboxfs/samplefs.c:1.1 mboxfs/samplefs.c:1.2
--- mboxfs/samplefs.c:1.1       Tue Apr 11 13:12:45 2006
+++ mboxfs/samplefs.c   Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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: mboxfs/samplefs.h
diff -u mboxfs/samplefs.h:1.1 mboxfs/samplefs.h:1.2
--- mboxfs/samplefs.h:1.1       Tue Apr 11 13:12:45 2006
+++ mboxfs/samplefs.h   Wed Apr 12 11:31:42 2006
@@ -1,5 +1,5 @@
 /* mboxfs - Creates a filesystem based on the contents of a mailbox.
-   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




reply via email to

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