Expunge revision histories in files.
authormdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
committermdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
13 files changed:
Makefile.am
aclocal.glob
configure.in
findlinks.in
gpl.tex
lgpl.tex
lib-config.in
mdwopt.c
mdwopt.h
mkaclocal.in
mklinks.in
texinice.tex
txtlib.in

index 3bbec6f..c807deb 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with Automake to generate `Makefile.in'
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.7 2003/11/09 16:12:11 mdw Exp $
+## $Id: Makefile.am,v 1.8 2004/04/08 01:36:24 mdw Exp $
 ##
 ## Building the distribution
 ##
 ## along with `common'; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.7  2003/11/09 16:12:11  mdw
-## Debianization\!
-##
-## Revision 1.6  2003/09/24 22:45:57  mdw
-## Support Automake's `aclocal' scheme.  Deposit Autoconf fragments in
-## `aclocal's' repository.  Apply heinous bodging to `txtlib' and
-## `mkaclocal'.
-##
-## Revision 1.5  2003/05/15 23:39:15  mdw
-## Distribute `maninst' script
-##
-## Revision 1.4  2003/04/05 09:12:13  mdw
-## Tool for installing manpages.
-##
-## Revision 1.3  2000/08/15 21:37:06  mdw
-## New common library configuration skeleton, filled in by configure.in.
-## Replaces mLib-config etc.
-##
-## Revision 1.2  1999/05/17 20:43:49  mdw
-## Add getdate implementation.
-##
-## Revision 1.1.1.1  1999/05/05 19:23:47  mdw
-## New import.  The old CVS repository was lost in a disk disaster.
-##
-
 ## --- Options ---
 
 AUTOMAKE_OPTIONS = foreign
index b687e5c..135f075 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-                                    *@--GLOB-HEADER--@*
 dnl
-dnl $Id: aclocal.glob,v 1.17 2003/09/24 22:45:57 mdw Exp $
+dnl $Id: aclocal.glob,v 1.18 2004/04/08 01:36:24 mdw Exp $
 dnl
 dnl Common library of autoconf macros
 dnl
@@ -25,68 +25,8 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with `common'; if not, write to the Free Software Foundation,
 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-dnl----- Revision history ---------------------------------------------------
-dnl
-dnl $Log: aclocal.glob,v $
-dnl Revision 1.17  2003/09/24 22:45:57  mdw
-dnl Support Automake's `aclocal' scheme.  Deposit Autoconf fragments in
-dnl `aclocal's' repository.  Apply heinous bodging to `txtlib' and
-dnl `mkaclocal'.
-dnl
-dnl Revision 1.16  2003/04/23 12:47:22  mdw
-dnl Add mdw_MANEXT.
-dnl
-dnl Revision 1.15  2002/02/19 22:50:24  mdw
-dnl Fix spelling.  Add new macro which works out where to put TeX files.
-dnl
-dnl Revision 1.14  2002/02/03 19:15:15  mdw
-dnl Add SDL-finding equipment.  Quote some macro names which need it.  Add
-dnl long-overdue macros for expanding configured paths (and do it
-dnl properly).
-dnl
-dnl Revision 1.13  2001/02/23 09:07:24  mdw
-dnl Restore temporary variable on exit.
-dnl
-dnl Revision 1.12  2001/02/04 01:18:52  mdw
-dnl Overhaul the mLib debugging options.
-dnl
-dnl Revision 1.11  2001/01/20 12:03:08  mdw
-dnl Remove redundant stuff.
-dnl
-dnl Revision 1.10  2000/10/14 16:32:15  mdw
-dnl Fixes from upstream.
-dnl
-dnl Revision 1.9  2000/08/15 21:37:49  mdw
-dnl New initialization macro for libraries, and a new base client macro for
-dnl finding libraries with an appropriate version.
-dnl
-dnl Revision 1.8  1999/11/26 01:23:17  mdw
-dnl And support for MXD (not yet released).
-dnl
-dnl Revision 1.7  1999/11/11 20:03:58  mdw
-dnl Add support for mgLib too.
-dnl
-dnl Revision 1.6  1999/11/11 17:49:33  mdw
-dnl New macros for configuring clients of mLib and Catacomb.
-dnl
-dnl Revision 1.5  1999/07/27 18:27:37  mdw
-dnl Fix typo in header line for mdw_DECL_ENVIRON.
-dnl
-dnl Revision 1.4  1999/07/26 23:44:32  mdw
-dnl Reorder and tidy documentation.
-dnl
-dnl Revision 1.3  1999/07/17 10:27:44  mdw
-dnl More useful macros added.
-dnl
-dnl Revision 1.2  1999/05/13 22:57:23  mdw
-dnl Change `-ise' to `-ize' throughout.
-dnl
-dnl Revision 1.1.1.1  1999/05/05 19:23:47  mdw
-dnl New import.  The old CVS repository was lost in a disk disaster.
-dnl
-
 dnl *@--NOTICE--@* Common File Distribution
-dnl $Id: aclocal.glob,v 1.17 2003/09/24 22:45:57 mdw Exp $
+dnl $Id: aclocal.glob,v 1.18 2004/04/08 01:36:24 mdw Exp $
 
 dnl --- *@-mdw_REQUIRE-@* ---
 dnl
index 10b5141..d56a634 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.13 2003/11/29 23:40:17 mdw Exp $
+dnl $Id: configure.in,v 1.14 2004/04/08 01:36:24 mdw Exp $
 dnl
 dnl Configuring the Common Files Distribution
 dnl
@@ -25,30 +25,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with `common'; if not, write to the Free Software Foundation,
 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-dnl----- Revision history ---------------------------------------------------
-dnl
-dnl $Log: configure.in,v $
-dnl Revision 1.13  2003/11/29 23:40:17  mdw
-dnl Debianization.
-dnl
-dnl Revision 1.12  2003/09/24 22:45:57  mdw
-dnl Support Automake's `aclocal' scheme.  Deposit Autoconf fragments in
-dnl `aclocal's' repository.  Apply heinous bodging to `txtlib' and
-dnl `mkaclocal'.
-dnl
-dnl Revision 1.11  2003/04/05 09:12:13  mdw
-dnl Tool for installing manpages.
-dnl
-dnl Revision 1.10  2001/03/03 13:11:16  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.9  2001/01/20 12:02:38  mdw
-dnl Remove redundant stuff.
-dnl
-dnl Revision 1.1.1.1  1999/05/05 19:23:47  mdw
-dnl New import.  The old CVS repository was lost in a disk disaster.
-dnl
-
 AC_INIT(mklinks.in)
 AM_INIT_AUTOMAKE(common, 1.2.9)
 AC_CACHE_CHECK([where to stash Autoconf macros], [aclocaldir], [
index 60373f0..dc5790f 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # -*-sh-*-
 #
-# $Id: findlinks.in,v 1.2 1999/11/11 17:49:15 mdw Exp $
+# $Id: findlinks.in,v 1.3 2004/04/08 01:36:24 mdw Exp $
 #
 # Find files which could be links to the repository
 #
 # along with `common'; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#----- Revision history -----------------------------------------------------
-#
-# $Log: findlinks.in,v $
-# Revision 1.2  1999/11/11 17:49:15  mdw
-# Regular expression fixes for parsing version numbers.
-#
-# Revision 1.1.1.1  1999/05/05 19:23:47  mdw
-# New import.  The old CVS repository was lost in a disk disaster.
-#
-
 # --- Configuration variables ---
 
 prefix=@prefix@
@@ -56,7 +46,7 @@ EOF
       exit 0
       ;;
     -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
-      version=`echo '$Revision: 1.2 $' |
+      version=`echo '$Revision: 1.3 $' |
        sed -n -e 's;^.*: \([0-9.]*\) *\\$;\1;p'`
       echo "findlinks $version; Common Files Distribution version @VERSION@"
       exit 0
diff --git a/gpl.tex b/gpl.tex
index 95cc8e1..de5bd11 100644 (file)
--- a/gpl.tex
+++ b/gpl.tex
@@ -1,6 +1,6 @@
 % \iffalse <meta-comment>
 %
-% $Id: gpl.tex,v 1.1 1999/05/05 19:23:47 mdw Exp $
+% $Id: gpl.tex,v 1.2 2004/04/08 01:36:24 mdw Exp $
 %
 % The GNU General Public License as a LaTeX section
 %
@@ -8,27 +8,6 @@
 %   LaTeX markup and minor formatting changes by Mark Wooding
 %
 
-%----- Revision history -----------------------------------------------------
-%
-% $Log: gpl.tex,v $
-% Revision 1.1  1999/05/05 19:23:47  mdw
-% Initial revision
-%
-% --- Previous lives ---
-%
-% %Log: gpl.tex,v %
-% Revision 1.3  1997/07/29 19:49:51  mdw
-% Fix address of the FSF.
-%
-% Revision 1.2  1997/04/28 19:32:26  mdw
-% Fix spelling of `License' so that it's American and wrong.
-% Also use copyright symbol since I have one, and reformat the verbatim
-% text a lttle.
-%
-% Revision 1.1  1996/11/19 20:51:14  mdw
-% Initial revision
-%
-
 % --- Chapter heading ---
 %
 % We don't know whether this ought to be a section or a chapter.  Easy.
index a52b9cd..554079b 100644 (file)
--- a/lgpl.tex
+++ b/lgpl.tex
@@ -1,6 +1,6 @@
 % \iffalse <meta-comment>
 %
-% $Id: lgpl.tex,v 1.1 1999/05/05 19:23:47 mdw Exp $
+% $Id: lgpl.tex,v 1.2 2004/04/08 01:36:24 mdw Exp $
 %
 % The GNU Library General Public License as a LaTeX section
 %
@@ -8,13 +8,6 @@
 %   LaTeX markup and minor formatting changes by Mark Wooding
 %
 
-%----- Revision history -----------------------------------------------------
-%
-% $Log: lgpl.tex,v $
-% Revision 1.1  1999/05/05 19:23:47  mdw
-% Initial revision
-%
-
 % --- Chapter heading ---
 %
 % We don't know whether this ought to be a section or a chapter.  Easy.
index 6ac2ecb..b0358d6 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# $Id: lib-config.in,v 1.2 2001/01/20 12:01:09 mdw Exp $
+# $Id: lib-config.in,v 1.3 2004/04/08 01:36:24 mdw Exp $
 #
 # Provide configuration information for library clients
 #
 # along with `common'; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#----- Revision history -----------------------------------------------------
-#
-# $Log: lib-config.in,v $
-# Revision 1.2  2001/01/20 12:01:09  mdw
-# Cosmetic indentation fix.
-#
-# Revision 1.1  2000/08/15 21:37:06  mdw
-# New common library configuration skeleton, filled in by configure.in.
-# Replaces mLib-config etc.
-#
-
 #----- Configuration --------------------------------------------------------
 
 prefix=@prefix@
index 167772b..631dae6 100644 (file)
--- a/mdwopt.c
+++ b/mdwopt.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwopt.c,v 1.9 2000/10/08 09:57:31 mdw Exp $
+ * $Id: mdwopt.c,v 1.10 2004/04/08 01:36:24 mdw Exp $
  *
  * Options parsing, similar to GNU @getopt_long@
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: mdwopt.c,v $
- * Revision 1.9  2000/10/08 09:57:31  mdw
- * Use a copy of @str_qword@ for word splitting, to handle quotes
- * properly.  If building in mLib, use the real thing directly rather than
- * the copy.
- *
- * Revision 1.8  1999/08/19 18:35:27  mdw
- * Lots of reformatting.  Spurious wing comments expunged.
- *
- * Revision 1.7  1999/06/18 21:59:46  mdw
- * Fix stupid bug which only read one word from environment variables.
- *
- * Revision 1.6  1999/05/20 23:00:42  mdw
- * Little formatting things.
- *
- * Revision 1.5  1999/05/19 20:23:59  mdw
- * Change naming to match newer mLib conventions.
- *
- * Revision 1.4  1999/05/15 10:25:38  mdw
- * Fix copyright information.
- *
- * Revision 1.3  1999/05/14 18:51:42  mdw
- * Reformat the LGPL notice slightly.
- *
- * Revision 1.2  1999/05/13 22:57:23  mdw
- * Change `-ise' to `-ize' throughout.
- *
- * Revision 1.1.1.1  1999/05/05 19:23:47  mdw
- * New import.  The old CVS repository was lost in a disk disaster.
- *
- * --- Previous lives ---
- *
- * %Log: mdwopt.c,v %
- * Revision 1.7  1997/09/11 09:19:11  mdw
- * (mo__nextWord): Arrrgh.  Don't free the environment variable buffer!
- * People are still using it!
- *
- * Revision 1.6  1997/09/11 09:05:54  mdw
- * (mo__nextWord): Fix bug which returns too many words from environment
- * variables.
- *
- * Revision 1.5  1997/08/09 20:27:59  mdw
- * Fix spelling of `Licensing'.
- *
- * Revision 1.4  1997/07/29 21:11:35  mdw
- * Reformatted.  Fixed buffer overflow when dealing with environment
- * variables.  Included NT in list of daft operating systems with `\' as a
- * path separator.  Fixed address of the FSF.
- *
- * Revision 1.3  1997/02/26 00:41:10  mdw
- * Added GPL notice to the top.  Slight formatting changes.
- *
- * Revision 1.2  1996/10/28 13:12:13  mdw
- * Fixed calls to ctype.h routines.  Arguments are cast to unsigned char
- * to avoid invoking undefined behaviour caused by signedness of chars.
- *
- * Revision 1.1  1996/09/24 18:01:28  mdw
- * Initial revision
- *
- */
-
 /*----- External dependencies ---------------------------------------------*/
 
 #include <ctype.h>
index 9a67426..1cfff62 100644 (file)
--- a/mdwopt.h
+++ b/mdwopt.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwopt.h,v 1.9 2001/01/20 12:00:36 mdw Exp $
+ * $Id: mdwopt.h,v 1.10 2004/04/08 01:36:24 mdw Exp $
  *
  * Options parsing, similar to GNU @getopt_long@
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: mdwopt.h,v $
- * Revision 1.9  2001/01/20 12:00:36  mdw
- * Define flags with macros, to ensure unsignedness.
- *
- * Revision 1.8  1999/08/19 18:37:43  mdw
- * Fix stupid error.
- *
- * Revision 1.7  1999/08/19 18:35:10  mdw
- * Add a couple more flag constants.
- *
- * Revision 1.6  1999/05/20 23:00:30  mdw
- * Carry through changes to the interface properly in the documentation.
- * Other little formatting things.
- *
- * Revision 1.5  1999/05/19 20:23:59  mdw
- * Change naming to match newer mLib conventions.
- *
- * Revision 1.4  1999/05/15 10:25:38  mdw
- * Fix copyright information.
- *
- * Revision 1.3  1999/05/14 18:51:42  mdw
- * Reformat the LGPL notice slightly.
- *
- * Revision 1.2  1999/05/13 22:57:23  mdw
- * Change `-ise' to `-ize' throughout.
- *
- * Revision 1.1.1.1  1999/05/05 19:23:47  mdw
- * New import.  The old CVS repository was lost in a disk disaster.
- *
- * --- Previous lives ---
- *
- * %Log: mdwopt.h,v %
- * Revision 1.5  1997/08/09 20:27:59  mdw
- * Fix spelling of `Licensing'.
- *
- * Revision 1.4  1997/07/29 21:11:49  mdw
- * Fixed address of the FSF.
- *
- * Revision 1.3  1996/12/31 19:41:33  mdw
- * Formatting changes.
- *
- * Revision 1.2  1996/11/23 00:47:25  mdw
- * Added `MdwOpt' object from the `anagram' source code.
- *
- * Revision 1.1  1996/09/24 18:01:43  mdw
- * Initial revision
- *
- */
-
 #ifndef MDWOPT_H
 #define MDWOPT_H
 
index c425633..a511923 100755 (executable)
 # along with `common'; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#----- Revision history -----------------------------------------------------
-#
-# $Log$
-
 set -e
 
 # --- Configuration variables ---
index df5d973..d41ac83 100755 (executable)
 # along with `common'; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#----- Revision history -----------------------------------------------------
-#
-# $Log$
-
 # --- Configuration variables ---
 
 prefix=@prefix@
index 8e7be39..b31dce9 100644 (file)
@@ -1,6 +1,6 @@
 @tex % -*-tex-*-
 %
-% $Id: texinice.tex,v 1.1 1999/05/05 19:23:47 mdw Exp $
+% $Id: texinice.tex,v 1.2 2004/04/08 01:36:24 mdw Exp $
 %
 % Make Texinfo printed output look nice
 %
 % along with this file; if not, write to the Free Software Foundation,
 % Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-%----- Revision history -----------------------------------------------------
-%
-% $Log: texinice.tex,v $
-% Revision 1.1  1999/05/05 19:23:47  mdw
-% Initial revision
-%
-
 \global\parskip = 10pt
 \global\parindent = 0pt
 \global\defaultparindent = 0pt
index 4db6917..da2abcd 100755 (executable)
--- a/txtlib.in
+++ b/txtlib.in
@@ -2,7 +2,7 @@
 
 # -*-sh-*-
 #
-# $Id: txtlib.in,v 1.4 2003/09/24 22:45:57 mdw Exp $
+# $Id: txtlib.in,v 1.5 2004/04/08 01:36:24 mdw Exp $
 #
 # Manipulate simple libraries of text chunks
 #
 # along with `common'; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#----- Revision history -----------------------------------------------------
-#
-# $Log: txtlib.in,v $
-# Revision 1.4  2003/09/24 22:45:57  mdw
-# Support Automake's `aclocal' scheme.  Deposit Autoconf fragments in
-# `aclocal's' repository.  Apply heinous bodging to `txtlib' and
-# `mkaclocal'.
-#
-# Revision 1.3  2001/01/20 12:02:12  mdw
-# Honour TMPDIR environment variable.
-#
-# Revision 1.2  1999/11/11 17:49:15  mdw
-# Regular expression fixes for parsing version numbers.
-#
-# Revision 1.1.1.1  1999/05/05 19:23:47  mdw
-# New import.  The old CVS repository was lost in a disk disaster.
-#
-
 set -e
 
 # --- Handle command line arguments ---
@@ -77,7 +59,7 @@ EOF
       exit 0
       ;;
     -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
-      version=`echo '$Revision: 1.4 $' |
+      version=`echo '$Revision: 1.5 $' |
        sed -n -e 's;^.*: \([0-9.]*\) *\\$;\1;p'`
       echo "txtlib $version; Common Files Distribution version @VERSION@"
       exit 0