chiark / gitweb /
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 ac4d279a0c05b243a6a483828a20e002ad8adec4..7211c79e4f2a0ae902f99155e7d4f5323bfc26cf 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 9216764b3b24a69c5af6a1aad63648f39f2ce7d3..a6c8e92dfd67acc15beae2ead1160c4e2e052117 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 7bce8b1569d5bda1d465bda821b0ebc0f1c2375e..08135f157eb25c5eaa248d1d23fb1575d195af78 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 e15fb6da0a59513d45250b6939787009f09880f5..616461cdf52188b7b7015e2fcf7bc8109a31d1aa 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 eca5091d610dbaa5fc873aff213991b1e8a2d339..e233159d02ef5d133539e9417f1d0b24c6ea2c45 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 5fc9c805e64de9db81377c19f917100dc421c27b..c422506535e9afb734737e699846e268f51fa626 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 11ffc8fe359f1ad30aa541fd1d49aa00897bcdde..f302f3c8d269b5889cefdb7b733a055c55fe98cf 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 535f729fedef926cd0ecb21eb8c1a0f4790e376b..45222405261528b01ad422c4b0bd753336f1caa5 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 89ae8b4f0bdbf06cb2902f5a054cd9cdd4c1c077..19fd85bd0d40b4cc44ed50cda8bf1d938d70cfa2 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 24c40e3de8057baee2f6eb0972cdd83492f37151..500c597be0e9122774fbf01b1aa782aef68ef303 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 55e0710cf3ff015d086d8d1f2ef1683e5ec99f5a..8d85745d71bbe350dc4e4b827b8d74d667a88692 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 13171e3a77621877c66f21b357689b1ba3cd1b30..d35f4af37d0696ee7b4bf36619143808f7ffb650 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 d28720a4fd6643b103b26c9b4943731350ca8642..44c86a1e3d4b1a88f458dd4abddca881d5de3eec 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"