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)
Makefile.am
checkpath.c
checkpath.h
chkpath.c
configure.in
tmpdir.c

index 166e2c61c0777b6a49b5af89f135d0e2d0a08d29..0a6813dd01cc6df7412859aa76aac22ab908b036 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.5 2003/11/10 10:02:02 mdw Exp $
+## $Id: Makefile.am,v 1.6 2004/04/08 01:36:22 mdw Exp $
 ##
 ## Makefile for chkpath
 ##
 ## along with chkpath; 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.5  2003/11/10 10:02:02  mdw
-## Debianization\!
-##
-## Revision 1.4  2003/01/25 23:58:44  mdw
-## Make guts into official library.
-##
-## Revision 1.3  1999/11/11 19:10:52  mdw
-## Build separately from mLib.
-##
-## Revision 1.2  1999/04/07 21:11:01  mdw
-## Make sure path.h and the manpages get distributed.
-##
-## Revision 1.1.1.1  1999/04/06 20:12:07  mdw
-## Import new project.
-##
-
 AUTOMAKE_OPTIONS = foreign
 
 lib_LTLIBRARIES = libcheckpath.la
index 993cce2df222b7a2826a8ad5ab74fd55e4c91f75..b6ee94e4bcb13549ddd63e69a63e2f2b23d62c91 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: checkpath.c,v 1.5 2003/01/25 23:58:44 mdw Exp $
+ * $Id: checkpath.c,v 1.6 2004/04/08 01:36:22 mdw Exp $
  *
  * Check a path for safety
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: checkpath.c,v $
- * Revision 1.5  2003/01/25 23:58:44  mdw
- * Make guts into official library.
- *
- * Revision 1.4  2001/01/25 22:16:02  mdw
- * Make flags be unsigned.
- *
- * Revision 1.3  1999/05/21 22:07:20  mdw
- * Take advantage of new dynamic string macros.
- *
- * Revision 1.2  1999/05/18 20:49:12  mdw
- * Use a dynamic string for reading symlinks.
- *
- * Revision 1.1.1.1  1999/04/06 20:12:07  mdw
- * Import new project.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
index 726f9f824058a498c074541eb6d75c3dc9a557f5..5a7e35e47fa8ec32e4136a9b426dbbeacf8fe4be 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: checkpath.h,v 1.3 2003/01/25 23:58:44 mdw Exp $
+ * $Id: checkpath.h,v 1.4 2004/04/08 01:36:22 mdw Exp $
  *
  * Check a path for safety
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: checkpath.h,v $
- * Revision 1.3  2003/01/25 23:58:44  mdw
- * Make guts into official library.
- *
- * Revision 1.2  2001/01/25 22:16:02  mdw
- * Make flags be unsigned.
- *
- * Revision 1.1.1.1  1999/04/06 20:12:07  mdw
- * Import new project.
- *
- */
-
 #ifndef CHECKPATH_H
 #define CHECKPATH_H
 
index cf86c7fba4ea0b6b3fcff3dab369e7c42308bb89..5d7e01dc522077f9da8fc4eb2367704128b01c48 100644 (file)
--- a/chkpath.c
+++ b/chkpath.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: chkpath.c,v 1.3 2003/01/25 23:58:44 mdw Exp $
+ * $Id: chkpath.c,v 1.4 2004/04/08 01:36:22 mdw Exp $
  *
  * Check a user's file search path
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: chkpath.c,v $
- * Revision 1.3  2003/01/25 23:58:44  mdw
- * Make guts into official library.
- *
- * Revision 1.2  2001/01/25 22:16:02  mdw
- * Make flags be unsigned.
- *
- * Revision 1.1.1.1  1999/04/06 20:12:07  mdw
- * Import new project.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
index 0cdfb67c6dcdba4e9d67f252ef2b23754d3edf51..f1c51c3db02fc2dc0adad5bb0fa2a693a61d05fd 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.4 2003/11/29 23:39:59 mdw Exp $
+dnl $Id: configure.in,v 1.5 2004/04/08 01:36:22 mdw Exp $
 dnl
 dnl Configurator for chkpath
 dnl
@@ -25,22 +25,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with chkpath; 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.4  2003/11/29 23:39:59  mdw
-dnl Debianization.
-dnl
-dnl Revision 1.3  2003/01/25 23:58:44  mdw
-dnl Make guts into official library.
-dnl
-dnl Revision 1.2  1999/11/11 19:10:52  mdw
-dnl Build separately from mLib.
-dnl
-dnl Revision 1.1.1.1  1999/04/06 20:12:08  mdw
-dnl Import new project.
-dnl
-
 AC_INIT(chkpath.c)
 mdw_INIT_LIB(checkpath, checkpath, 1.1.0, chkpath)
 AC_PROG_CC
index 943c4d45396a3750a008ea401d7b199ee7e9143c..0920341358ad6c14dd5fc3ffd5e0d8c822c19214 100644 (file)
--- a/tmpdir.c
+++ b/tmpdir.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: tmpdir.c,v 1.4 2003/01/25 23:58:44 mdw Exp $
+ * $Id: tmpdir.c,v 1.5 2004/04/08 01:36:22 mdw Exp $
  *
  * Choose and check temporary directories
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: tmpdir.c,v $
- * Revision 1.4  2003/01/25 23:58:44  mdw
- * Make guts into official library.
- *
- * Revision 1.3  1999/05/21 22:07:20  mdw
- * Take advantage of new dynamic string macros.
- *
- * Revision 1.2  1999/05/19 20:37:28  mdw
- * Track gratuitous change in mdwopt interface.
- *
- * Revision 1.1.1.1  1999/04/06 20:12:07  mdw
- * Import new project.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>