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:
AnagGUI.java
Makefile.am
acconfig.h
anag.c
anag.h
anagram.c
configure.in
mono.c
pcre.c
regexp.c
trackword.c
util.c
wildcard.c

index ac4d279..7211c79 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-java-*-
  *
- * $Id: AnagGUI.java,v 1.6 2003/11/29 23:38:37 mdw Exp $
+ * $Id: AnagGUI.java,v 1.7 2004/04/08 01:36:18 mdw Exp $
  *
  * Front-end GUI
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: AnagGUI.java,v $
- * Revision 1.6  2003/11/29 23:38:37  mdw
- * Debianization.
- *
- * Revision 1.5  2002/08/11 12:58:09  mdw
- * Added support for regular expression matching, if supported by the C
- * library.
- *
- * Revision 1.4  2001/02/19 19:19:11  mdw
- * Add `help' button.  Lowercase input to the command.
- *
- * Revision 1.3  2001/02/16 21:46:10  mdw
- * Use a BufferedReader, not a LineNumberReader.
- *
- * Revision 1.2  2001/02/07 09:10:04  mdw
- * Add a settings panel (currently only allows the wordlist to be
- * changed).  Move the buttons down the right-hand side of the list.  Add a
- * `Run' button which passes arguments through directly.
- *
- * Revision 1.1  2001/02/04 19:53:07  mdw
- * Simple GUI front-end in Java.
- *
- */
-
 /*----- Imports -----------------------------------------------------------*/
 
 import java.lang.*;
index 9216764..a6c8e92 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.11 2003/11/30 00:58:21 mdw Exp $
+## $Id: Makefile.am,v 1.12 2004/04/08 01:36:19 mdw Exp $
 ##
 ## Makefile for Anag
 ##
 ## along with Anag; 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.11  2003/11/30 00:58:21  mdw
-## Various fixes.
-##
-## Revision 1.10  2003/11/29 23:38:37  mdw
-## Debianization.
-##
-## Revision 1.9  2003/09/15 02:48:55  mdw
-## Monoalphabetic match filter.
-##
-## Revision 1.8  2002/08/11 12:59:00  mdw
-## New Tcl/Tk interface; regular expression support.
-##
-## Revision 1.7  2001/02/19 19:19:21  mdw
-## Minor build system fixes.
-##
-## Revision 1.6  2001/02/07 09:09:20  mdw
-## Install Java files in the right place.
-##
-## Revision 1.5  2001/02/06 10:06:25  mdw
-## Find a suitable Java compiler.  If there isn't one, don't compile the
-## Java bits.
-##
-## Revision 1.4  2001/02/06 09:38:46  mdw
-## Remove redundant rule.
-##
-## Revision 1.3  2001/02/06 09:37:56  mdw
-## Clean the .jar file.
-##
-## Revision 1.2  2001/02/04 19:53:07  mdw
-## Simple GUI front-end in Java.
-##
-## Revision 1.1  2001/02/04 17:14:42  mdw
-## Initial checkin
-##
-
 AUTOMAKE_OPTIONS = foreign
 javadir = $(datadir)/java
 
index 7bce8b1..08135f1 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.2 2003/11/29 23:38:37 mdw Exp $
+ * $Id: acconfig.h,v 1.3 2004/04/08 01:36:19 mdw Exp $
  *
  * Configuration header for Anag
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: acconfig.h,v $
- * Revision 1.2  2003/11/29 23:38:37  mdw
- * Debianization.
- *
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 #ifndef ACCONFIG_H
 #define ACCONFIG_H
 
diff --git a/anag.c b/anag.c
index e15fb6d..616461c 100644 (file)
--- a/anag.c
+++ b/anag.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: anag.c,v 1.7 2003/11/29 23:38:37 mdw Exp $
+ * $Id: anag.c,v 1.8 2004/04/08 01:36:19 mdw Exp $
  *
  * Main driver for anag
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: anag.c,v $
- * Revision 1.7  2003/11/29 23:38:37  mdw
- * Debianization.
- *
- * Revision 1.6  2003/09/15 02:48:54  mdw
- * Monoalphabetic match filter.
- *
- * Revision 1.5  2002/08/11 12:58:09  mdw
- * Added support for regular expression matching, if supported by the C
- * library.
- *
- * Revision 1.4  2001/02/19 19:18:50  mdw
- * Minor big fixes to parser.
- *
- * Revision 1.3  2001/02/16 21:45:19  mdw
- * Be more helpful.  Improve full help message.  Special-case error for
- * empty command strings.
- *
- * Revision 1.2  2001/02/07 09:09:11  mdw
- * Fix spurious error when `-file' is used.
- *
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "anag.h"
diff --git a/anag.h b/anag.h
index eca5091..e233159 100644 (file)
--- a/anag.h
+++ b/anag.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: anag.h,v 1.4 2003/11/29 23:38:37 mdw Exp $
+ * $Id: anag.h,v 1.5 2004/04/08 01:36:19 mdw Exp $
  *
  * External definitions for Anag
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: anag.h,v $
- * Revision 1.4  2003/11/29 23:38:37  mdw
- * Debianization.
- *
- * Revision 1.3  2003/09/15 02:48:55  mdw
- * Monoalphabetic match filter.
- *
- * Revision 1.2  2002/08/11 12:58:09  mdw
- * Added support for regular expression matching, if supported by the C
- * library.
- *
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 #ifndef ANAG_H
 #define ANAG_H
 
index 5fc9c80..c422506 100644 (file)
--- a/anagram.c
+++ b/anagram.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: anagram.c,v 1.1 2001/02/04 17:14:42 mdw Exp $
+ * $Id: anagram.c,v 1.2 2004/04/08 01:36:19 mdw Exp $
  *
  * Matches anagrams and subgrams
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: anagram.c,v $
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "anag.h"
index 11ffc8f..f302f3c 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.5 2003/11/30 00:58:21 mdw Exp $
+dnl $Id: configure.in,v 1.6 2004/04/08 01:36:19 mdw Exp $
 dnl
 dnl Configuration script
 dnl
@@ -25,26 +25,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with Anag; 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.5  2003/11/30 00:58:21  mdw
-dnl Various fixes.
-dnl
-dnl Revision 1.4  2003/11/29 23:38:37  mdw
-dnl Debianization.
-dnl
-dnl Revision 1.3  2002/08/11 12:59:00  mdw
-dnl New Tcl/Tk interface; regular expression support.
-dnl
-dnl Revision 1.2  2001/02/06 10:06:25  mdw
-dnl Find a suitable Java compiler.  If there isn't one, don't compile the
-dnl Java bits.
-dnl
-dnl Revision 1.1  2001/02/04 17:14:42  mdw
-dnl Initial checkin
-dnl
-
 AC_INIT(anag.c)
 AM_INIT_AUTOMAKE(anag, 1.1.0)
 AM_CONFIG_HEADER(config.h)
diff --git a/mono.c b/mono.c
index 535f729..4522240 100644 (file)
--- a/mono.c
+++ b/mono.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mono.c,v 1.1 2003/09/15 02:48:54 mdw Exp $
+ * $Id: mono.c,v 1.2 2004/04/08 01:36:19 mdw Exp $
  *
  * Monoalphabetic matcher
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: mono.c,v $
- * Revision 1.1  2003/09/15 02:48:54  mdw
- * Monoalphabetic match filter.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "anag.h"
diff --git a/pcre.c b/pcre.c
index 89ae8b4..19fd85b 100644 (file)
--- a/pcre.c
+++ b/pcre.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pcre.c,v 1.1 2003/11/29 23:38:37 mdw Exp $
+ * $Id: pcre.c,v 1.2 2004/04/08 01:36:19 mdw Exp $
  *
  * Matches Perl-compatible regular expressions
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pcre.c,v $
- * Revision 1.1  2003/11/29 23:38:37  mdw
- * Debianization.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #ifdef HAVE_CONFIG_H
index 24c40e3..500c597 100644 (file)
--- a/regexp.c
+++ b/regexp.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: regexp.c,v 1.1 2002/08/11 12:58:09 mdw Exp $
+ * $Id: regexp.c,v 1.2 2004/04/08 01:36:19 mdw Exp $
  *
  * Matches regular expressions
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: regexp.c,v $
- * Revision 1.1  2002/08/11 12:58:09  mdw
- * Added support for regular expression matching, if supported by the C
- * library.
- *
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #ifdef HAVE_CONFIG_H
index 55e0710..8d85745 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: trackword.c,v 1.3 2001/02/07 09:08:44 mdw Exp $
+ * $Id: trackword.c,v 1.4 2004/04/08 01:36:19 mdw Exp $
  *
  * Matches trackwords
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: trackword.c,v $
- * Revision 1.3  2001/02/07 09:08:44  mdw
- * Optimize the graph by removing edges to non-matching cells.  Make all of
- * the graph links be contiguous so the main loop can give up earlier.
- *
- * Revision 1.2  2001/02/04 19:52:53  mdw
- * Remove debugging.
- *
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "anag.h"
diff --git a/util.c b/util.c
index 13171e3..d35f4af 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: util.c,v 1.1 2001/02/04 17:14:42 mdw Exp $
+ * $Id: util.c,v 1.2 2004/04/08 01:36:19 mdw Exp $
  *
  * Various useful utilities, stolen from mLib
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: util.c,v $
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "anag.h"
index d28720a..44c86a1 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: wildcard.c,v 1.1 2001/02/04 17:14:42 mdw Exp $
+ * $Id: wildcard.c,v 1.2 2004/04/08 01:36:19 mdw Exp $
  *
  * Matches wildcard patterns
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: wildcard.c,v $
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "anag.h"