X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/fd2edfa6df57ea12b2a23b87a2c1a3d38022e6a5..345f33ea7a273e3196075b07fcc0bc28714793a5:/anag.c diff --git a/anag.c b/anag.c index e15fb6d..616461c 100644 --- 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 * @@ -26,34 +26,6 @@ * 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"