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)
91 files changed:
Makefile.am
align.h
alloc.c
alloc.h
arena.c
arena.h
assoc.c
assoc.h
atom.c
atom.h
base64.c
base64.h
bits.c
bits.h
bres-adns.c
bres.c
bres.h
configure.in
conn.c
conn.h
crc-mktab.c
crc32.c
crc32.h
darray.c
darray.h
dputf.c
dspool.c
dspool.h
dstr.c
dstr.h
env.c
env.h
exc.c
exc.h
fdflags.c
fdflags.h
fdpass.c
fdpass.h
fwatch.c
fwatch.h
hash.c
hash.h
hex.c
hex.h
ident.c
ident.h
lbuf.c
lbuf.h
lock.c
lock.h
macros.h
man/Makefile.am
pkbuf.c
pkbuf.h
pool-file.c
pool-sub.c
pool.c
pool.h
pquis.c
quis.c
quis.h
report.c
report.h
sel.c
sel.h
selbuf.c
selbuf.h
selpk.c
selpk.h
sig.c
sig.h
str.c
str.h
sub.c
sub.h
sym.c
sym.h
testrig.c
testrig.h
trace.c
trace.h
traceopt.c
track.c
track.h
tv.c
tv.h
unihash-mkstatic.c
unihash.c
unihash.h
url.c
url.h

index 32ef3491d93a0ca101d6aea33ca30f7b9796ce05..db7de366aaf41b6c1c5c8e3a563f72cb9933cb14 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.45 2003/12/15 20:53:08 mdw Exp $
+## $Id: Makefile.am,v 1.46 2004/04/08 01:36:11 mdw Exp $
 ##
 ## Building the distribution
 ##
 ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ## MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.45  2003/12/15 20:53:08  mdw
-## New program to make fixed tables for universal hashing.
-##
-## Revision 1.44  2003/12/14 14:56:57  mdw
-## Fix distribution.
-##
-## Revision 1.43  2003/12/14 14:45:30  mdw
-## Test universal hashing and fix bugs.
-##
-## Revision 1.42  2003/12/13 20:37:59  mdw
-## Add adns support in background resolver.
-##
-## Revision 1.41  2003/11/29 11:59:17  mdw
-## Various stuff.
-##
-## Revision 1.40  2003/11/10 10:01:14  mdw
-## Various Debian fixes.
-##
-## Revision 1.39  2003/11/09 13:48:43  mdw
-## Debianization\!
-##
-## Revision 1.38  2003/10/12 14:54:18  mdw
-## Version bump.
-##
-## Revision 1.37  2003/10/12 14:44:46  mdw
-## Various fixes.
-##
-## Revision 1.36  2003/05/18 15:17:04  mdw
-## Version bump.
-##
-## Revision 1.35  2003/05/16 00:22:57  mdw
-## Test base64 and hex encoding.
-##
-## Revision 1.34  2003/04/23 12:51:03  mdw
-## New manpage installer.
-##
-## Revision 1.33  2002/01/13 13:26:59  mdw
-## New hex encoding stuff.  Rename test programs.
-##
-## Revision 1.32  2001/03/03 12:20:23  mdw
-## New macros @DA_FIRST@ and @DA_LAST@ for stack/queue peeking.
-##
-## Revision 1.31  2001/02/03 18:43:56  mdw
-## New feature: watch a file for changes.
-##
-## Revision 1.30  2001/01/25 21:11:41  mdw
-## Use `$(MAKE)' in the `install-man' rule, so that the jobserver doesn't
-## whinge.
-##
-## Revision 1.29  2001/01/21 19:05:21  mdw
-## Add test driver for associations.
-##
-## Revision 1.28  2001/01/20 12:07:04  mdw
-## Put `bres' in a different place.
-##
-## Revision 1.27  2001/01/20 11:46:49  mdw
-## Add new files.
-##
-## Revision 1.26  2000/10/14 16:46:44  mdw
-## Make sure that the bits testcase gets its test vector from the source
-## directory.
-##
-## Revision 1.25  2000/10/08 11:20:57  mdw
-## Clean some more files.
-##
-## Revision 1.24  2000/10/08 11:08:25  mdw
-## (crc-mktab): now requires str.c.
-##
-## Revision 1.23  2000/07/29 10:06:10  mdw
-## Support `make -j' building.
-##
-## Revision 1.22  2000/07/21 19:01:33  mdw
-## Generate the CRC table rather than hardcoding it.
-##
-## Revision 1.21  2000/07/16 18:57:52  mdw
-## New files.  Test cases for `bits.h'.
-##
-## Revision 1.20  2000/06/17 10:39:43  mdw
-## Various new source files.
-##
-## Revision 1.17  1999/11/11 18:47:33  mdw
-## Use `libtool' to generate a shared library.
-##
-## Revision 1.16  1999/11/11 17:48:28  mdw
-## New configuration system for library clients.
-##
-## Revision 1.15  1999/10/22 22:40:49  mdw
-## New source files.  New testing system for sym and dynarray.
-##
-## Revision 1.11  1999/07/06 19:36:05  mdw
-## Various minor bugfixes.
-##
-## Revision 1.10  1999/07/06 19:18:47  mdw
-## Handle new manual page directory.
-##
-## Revision 1.8  1999/05/21 22:16:08  mdw
-## Reorder the source files again, in an attempt to make them slightly
-## logical.  It hasn't really succeeded, although it is an improvement.
-##
-## Revision 1.6  1999/05/15 10:33:53  mdw
-## Add simplified locking code.
-##
-## Revision 1.5  1999/05/14 21:01:28  mdw
-## Integrated `select' handling bits from the background resolver project.
-##
-## Revision 1.2  1998/11/25 23:30:30  mdw
-## Add `tv.c'and `tv.h' to the list.
-##
-## Revision 1.1.1.1  1998/06/17 23:44:42  mdw
-## Initial version of mLib
-##
-## Revision 1.5  1997/08/13 17:55:43  mdw
-## Add big GPL header.  General tidying up.
-##
-
 ## --- Options ---
 
 AUTOMAKE_OPTIONS = foreign
diff --git a/align.h b/align.h
index 386ed473b69bded0958c799e627668e0e5feda53..70ca83d7bd2249c23b70da24637f8c256eced8dd 100644 (file)
--- a/align.h
+++ b/align.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: align.h,v 1.1 2003/10/12 14:44:26 mdw Exp $
+ * $Id: align.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Pointer alignment hack
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: align.h,v $
- * Revision 1.1  2003/10/12 14:44:26  mdw
- * General alignment assumptions and tweaks.
- *
- */
-
 #ifndef MLIB_ALIGN_H
 #define MLIB_ALIGN_H
 
diff --git a/alloc.c b/alloc.c
index 9bc536e78a0f1fa11d2a8e96dda7577552023768..e82f4352e2d216e41f974444541696a949152364 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: alloc.c,v 1.5 2000/07/16 12:29:16 mdw Exp $
+ * $Id: alloc.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Memory allocation functions
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: alloc.c,v $
- * Revision 1.5  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.4  2000/06/17 10:35:51  mdw
- * Major overhaul for arena support.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */
diff --git a/alloc.h b/alloc.h
index feed0bfe3621dba82087a4ff0d36bd95ae987996..e06fb006795e259831fd1883e9e72f80e8b2b174 100644 (file)
--- a/alloc.h
+++ b/alloc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: alloc.h,v 1.6 2000/07/16 12:29:16 mdw Exp $
+ * $Id: alloc.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Memory allocation functions
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: alloc.h,v $
- * Revision 1.6  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.5  2000/06/17 10:35:51  mdw
- * Major overhaul for arena support.
- *
- * Revision 1.4  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_ALLOC_H
 #define MLIB_ALLOC_H
 
diff --git a/arena.c b/arena.c
index 30df2ee2d625dc7a641f49e38f0606378b94bf6c..961658734bb8defc85d59efd141637d729528598 100644 (file)
--- a/arena.c
+++ b/arena.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: arena.c,v 1.4 2001/06/22 19:32:59 mdw Exp $
+ * $Id: arena.c,v 1.5 2004/04/08 01:36:11 mdw Exp $
  *
  * Abstraction for memory allocation arenas
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: arena.c,v $
- * Revision 1.4  2001/06/22 19:32:59  mdw
- * Remove a space.
- *
- * Revision 1.3  2000/08/06 11:00:18  mdw
- * Daft bug fix.  Include <string.h>.
- *
- * Revision 1.2  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.1  2000/06/17 10:37:53  mdw
- * Basic arena management.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdlib.h>
diff --git a/arena.h b/arena.h
index 4b1dffe6ffd0c70231486f20183c13ce13e12632..4b89bd6f177e94f786d8cbbf92c220a4db20ba8c 100644 (file)
--- a/arena.h
+++ b/arena.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: arena.h,v 1.2 2000/07/16 12:29:16 mdw Exp $
+ * $Id: arena.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Abstraction for memory allocation arenas
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: arena.h,v $
- * Revision 1.2  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.1  2000/06/17 10:37:53  mdw
- * Basic arena management.
- *
- */
-
 #ifndef MLIB_ARENA_H
 #define MLIB_ARENA_H
 
diff --git a/assoc.c b/assoc.c
index b8f5df02ae17d932cb17b6f34f0ffc1bc7d93475..764a820d261171720c2368a6c88c8fa23348fd23 100644 (file)
--- a/assoc.c
+++ b/assoc.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: assoc.c,v 1.3 2001/01/25 21:12:38 mdw Exp $
+ * $Id: assoc.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Assocation tables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: assoc.c,v $
- * Revision 1.3  2001/01/25 21:12:38  mdw
- * Use @ATOM_HASH@ rather than digging in the @atom@ structure.
- *
- * Revision 1.2  2001/01/21 19:04:59  mdw
- * Fix bugs.
- *
- * Revision 1.1  2001/01/20 11:50:58  mdw
- * Hash tables indexed by atoms, to avoid expense of hashing keys on each
- * lookup, and to reduce storage used by key texts.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "alloc.h"
diff --git a/assoc.h b/assoc.h
index 68590a454df40912024d642811ffba66c4973634..efc3f0cb408393e2ee34e78f24701a2c2e87356d 100644 (file)
--- a/assoc.h
+++ b/assoc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: assoc.h,v 1.2 2001/01/25 21:12:22 mdw Exp $
+ * $Id: assoc.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Assocation tables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: assoc.h,v $
- * Revision 1.2  2001/01/25 21:12:22  mdw
- * Add new macro to find an association's atom key.
- *
- * Revision 1.1  2001/01/20 11:50:58  mdw
- * Hash tables indexed by atoms, to avoid expense of hashing keys on each
- * lookup, and to reduce storage used by key texts.
- *
- */
-
 #ifndef MLIB_ASSOC_H
 #define MLIB_ASSOC_H
 
diff --git a/atom.c b/atom.c
index 768d229a6bcd9a388a64583c05f603071147367d..0d74478a962cc6ad9e7c4e06c289641a9f37980c 100644 (file)
--- a/atom.c
+++ b/atom.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: atom.c,v 1.4 2003/12/15 20:53:47 mdw Exp $
+ * $Id: atom.c,v 1.5 2004/04/08 01:36:11 mdw Exp $
  *
  * Atom management
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: atom.c,v $
- * Revision 1.4  2003/12/15 20:53:47  mdw
- * Add global unihash table; use universal hashing instead of CRC.
- *
- * Revision 1.3  2001/01/25 21:13:15  mdw
- * New function allowing an atom's length to be specified at intern time.
- *
- * Revision 1.2  2001/01/21 19:04:51  mdw
- * Include `crc32.h' for @CRC32@ macro.
- *
- * Revision 1.1  2001/01/20 11:50:16  mdw
- * Implementation of atom tables (for example, as found in X11).
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/atom.h b/atom.h
index dac91d5f0edf715469bc88ce14878b56836f1d07..0f5233f0b430dfd9988695cdde10827ea7609941 100644 (file)
--- a/atom.h
+++ b/atom.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: atom.h,v 1.2 2001/01/25 21:13:40 mdw Exp $
+ * $Id: atom.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Atom management
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: atom.h,v $
- * Revision 1.2  2001/01/25 21:13:40  mdw
- * New function allowing an atom's length to be specified at intern time.
- * Add @ATOM_HASH@ macro so that assoc doesn't have to dig in the @atom@
- * structure.
- *
- * Revision 1.1  2001/01/20 11:50:16  mdw
- * Implementation of atom tables (for example, as found in X11).
- *
- */
-
 #ifndef MLIB_ATOM_H
 #define MLIB_ATOM_H
 
index 0af744c218634393c48710380ef28b98f23b5651..60bb040ae3a74383c38df2ea1d7469a075e62560 100644 (file)
--- a/base64.c
+++ b/base64.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: base64.c,v 1.6 2003/05/16 00:22:58 mdw Exp $
+ * $Id: base64.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Base64 encoding and decoding.
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: base64.c,v $
- * Revision 1.6  2003/05/16 00:22:58  mdw
- * Test base64 and hex encoding.
- *
- * Revision 1.5  2002/01/13 13:26:16  mdw
- * Change names for internal tables.
- *
- * Revision 1.4  1999/10/15 21:08:46  mdw
- * Change support for erroneous Base64 streams with length 1 mod 4.
- *
- * Revision 1.3  1999/05/21 22:14:30  mdw
- * Take advantage of the new dynamic string macros.
- *
- * Revision 1.2  1999/05/18 21:45:27  mdw
- * Allow Base64 encode and decode of arbitrary rubbish.
- *
- * Revision 1.1  1999/05/17 20:35:00  mdw
- * Base64 encoding and decoding support.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
index 18a1314b19b3b245b43645c1454599ab18a6db6c..dbf53b143a3406b3dc33da33c71b86cd1da8363d 100644 (file)
--- a/base64.h
+++ b/base64.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: base64.h,v 1.3 1999/12/10 23:42:04 mdw Exp $
+ * $Id: base64.h,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Base64 encoding and decoding
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: base64.h,v $
- * Revision 1.3  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.2  1999/05/18 21:45:27  mdw
- * Allow Base64 encode and decode of arbitrary rubbish.
- *
- * Revision 1.1  1999/05/17 20:35:00  mdw
- * Base64 encoding and decoding support.
- *
- */
-
 #ifndef MLIB_BASE64_H
 #define MLIB_BASE64_H
 
diff --git a/bits.c b/bits.c
index 52242b2db3d18d4836e6630551c15200f0af3cfe..27b68fd2703252b3c9e04e6e111c35788b67e40d 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bits.c,v 1.3 2003/12/14 14:46:11 mdw Exp $
+ * $Id: bits.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Test rig for bits header
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: bits.c,v $
- * Revision 1.3  2003/12/14 14:46:11  mdw
- * Use right test vector file name.
- *
- * Revision 1.2  2000/10/14 16:46:44  mdw
- * Make sure that the bits testcase gets its test vector from the source
- * directory.
- *
- * Revision 1.1  2000/07/16 12:28:00  mdw
- * Test equipment for the 64-bit arithmetic in `bits.h'.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "bits.h"
diff --git a/bits.h b/bits.h
index 4f8b582cf8775273decb53f2224f9863b01e21a7..175e927a8dde7d1b92df9c7eb16c2243ad0309cc 100644 (file)
--- a/bits.h
+++ b/bits.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bits.h,v 1.9 2001/01/20 12:05:20 mdw Exp $
+ * $Id: bits.h,v 1.10 2004/04/08 01:36:11 mdw Exp $
  *
  * Portable bit-level manipulation macros
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: bits.h,v $
- * Revision 1.9  2001/01/20 12:05:20  mdw
- * New hack for storing 64-bit numbers in tables.
- *
- * Revision 1.8  2000/10/08 11:06:30  mdw
- * Shut later versions of GCC up about use of @long long@.
- *
- * Revision 1.7  2000/07/22 09:48:26  mdw
- * Added macros for reading 64-bit values.
- *
- * Revision 1.6  2000/07/16 12:28:28  mdw
- * Add 64-bit support, with faked arithmetic on 32-bit hosts.
- *
- * Revision 1.5  2000/06/17 10:36:06  mdw
- * Support for 24-bit types.
- *
- * Revision 1.4  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.3  1999/06/20 23:31:52  mdw
- * More portability enhancements.
- *
- * Revision 1.2  1999/06/17 00:12:46  mdw
- * Improve portability for shift and rotate macros.
- *
- * Revision 1.1  1999/06/01 09:46:19  mdw
- * New addition: bit manipulation macros.
- *
- */
-
 #ifndef MLIB_BITS_H
 #define MLIB_BITS_H
 
index 34372a9cda03fbae818548a15b394f172e984162..8a943ef0f8ed05c83c057236870e2c41d1e42db3 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bres-adns.c,v 1.3 2004/04/03 03:28:54 mdw Exp $
+ * $Id: bres-adns.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Background reverse name resolution (ADNS version)
  *
  * must be licensed under the full GPL.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: bres-adns.c,v $
- * Revision 1.3  2004/04/03 03:28:54  mdw
- * Make ADNS wait for the event loop before collecting replies.
- *
- * Revision 1.2  2003/12/14 14:46:38  mdw
- * Qualify name given to @bres_byname@.
- *
- * Revision 1.1  2003/12/13 20:37:59  mdw
- * Add adns support in background resolver.
- *
- */
-
 #ifndef HAVE_ADNS
 #  error "You need the ADNS library to compile this file."
 #endif
diff --git a/bres.c b/bres.c
index 2a928e4e250f9d91e9274cf4009a3e02bccf3e29..1f27f02bd7895bc40e832fbfafd637f44bc0341d 100644 (file)
--- a/bres.c
+++ b/bres.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bres.c,v 1.6 2001/06/22 19:33:38 mdw Exp $
+ * $Id: bres.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Background reverse name resolution
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: bres.c,v $
- * Revision 1.6  2001/06/22 19:33:38  mdw
- * Hack if there is no @_SC_OPEN_MAX@ or @OPEN_MAX@.
- *
- * Revision 1.5  2001/02/03 16:21:08  mdw
- * Bug fixes: restore signals to their default dispositions, and set up the
- * addresses properly when unpacking @hostent@ structures.
- *
- * Revision 1.4  2000/08/15 17:35:02  mdw
- * (gethost, and others): Since @gethost@ actually uses @malloc@ rather
- * than @xmalloc@, it's wrong to use @xfree@ on the result.  Fixed the code
- * to use the right freeing function on the right data.
- *
- * Revision 1.3  2000/06/17 10:38:35  mdw
- * Track changes to selbuf interface.
- *
- * Revision 1.2  1999/10/30 11:28:39  mdw
- * Fix include error, pointed out by Chris Rutter.
- *
- * Revision 1.1  1999/10/04 21:40:42  mdw
- * Added background resolver from `fw'.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
diff --git a/bres.h b/bres.h
index fa533d0550d182d6fd3ae9643dd667dab5c49822..96e1884b0490c0a11a07391697253f54052b352a 100644 (file)
--- a/bres.h
+++ b/bres.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bres.h,v 1.4 2003/12/13 20:37:59 mdw Exp $
+ * $Id: bres.h,v 1.5 2004/04/08 01:36:11 mdw Exp $
  *
  * Background reverse name resolution
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: bres.h,v $
- * Revision 1.4  2003/12/13 20:37:59  mdw
- * Add adns support in background resolver.
- *
- * Revision 1.3  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.2  1999/10/30 11:56:21  mdw
- * Fix include error, pointed out by Chris Rutter.
- *
- * Revision 1.1  1999/10/04 21:40:42  mdw
- * Added background resolver from `fw'.
- *
- */
-
 #ifndef MLIB_RES_H
 #define MLIB_RES_H
 
index eb39a81ece7f0e172e0546b2d5c84beffb65ce1d..f618c32a48f3e553070a1dbe0f7341bef9fa8432 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.37 2003/12/13 20:37:59 mdw Exp $
+dnl $Id: configure.in,v 1.38 2004/04/08 01:36:11 mdw Exp $
 dnl
 dnl Configuration script for mLib
 dnl
@@ -26,79 +26,6 @@ dnl License along with mLib; if not, write to the Free
 dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 dnl MA 02111-1307, USA.
 
-dnl ----- Revision history --------------------------------------------------
-dnl
-dnl $Log: configure.in,v $
-dnl Revision 1.37  2003/12/13 20:37:59  mdw
-dnl Add adns support in background resolver.
-dnl
-dnl Revision 1.36  2003/11/29 20:38:38  mdw
-dnl Debianization fixes.
-dnl
-dnl Revision 1.35  2003/11/29 11:59:17  mdw
-dnl Various stuff.
-dnl
-dnl Revision 1.34  2003/10/12 14:54:18  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.33  2003/05/18 15:17:04  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.32  2003/05/16 00:26:22  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.30  2003/04/23 12:50:30  mdw
-dnl New manpage installer.
-dnl
-dnl Revision 1.29  2001/06/22 19:34:07  mdw
-dnl Find out whether @<float.h>@ exists (hack for uC-Linux).
-dnl
-dnl Revision 1.28  2000/10/08 11:07:55  mdw
-dnl Define a constant to tell @mdwopt@ that @str_qword@ is available.
-dnl Reinstate the `-pedantic' option to GCC.
-dnl
-dnl Revision 1.27  2000/08/15 21:39:13  mdw
-dnl New library configuration stuff from `common'.
-dnl
-dnl Revision 1.25  2000/07/16 18:57:42  mdw
-dnl Version bump.  Change compiler flags.
-dnl
-dnl Revision 1.19  1999/11/11 18:47:33  mdw
-dnl Use `libtool' to generate a shared library.
-dnl
-dnl Revision 1.18  1999/11/11 17:48:28  mdw
-dnl New configuration system for library clients.
-dnl
-dnl Revision 1.17  1999/10/04 21:48:50  mdw
-dnl Find libraries for standalone name resolver server.
-dnl
-dnl Revision 1.14  1999/07/06 19:18:47  mdw
-dnl Handle new manual page directory.
-dnl
-dnl Revision 1.11  1999/05/21 22:11:20  mdw
-dnl Omitted version number changes from change log.  Changed version
-dnl number. ;-)
-dnl
-dnl Revision 1.8  1999/05/14 21:08:56  mdw
-dnl Bump version number to 1.3, to celebrate adding in the `select'
-dnl routines.
-dnl
-dnl Revision 1.6  1999/05/06 19:51:35  mdw
-dnl Reformatted the LGPL notice a little bit.
-dnl
-dnl Revision 1.5  1999/05/05 18:50:31  mdw
-dnl Change licensing conditions to LGPL.
-dnl
-dnl Revision 1.4  1999/03/24 22:22:57  mdw
-dnl Remove redundant call to AC_PROG_INSTALL.
-dnl
-dnl Revision 1.3  1998/12/15 23:52:42  mdw
-dnl Reordered and tidied.
-dnl
-dnl Revision 1.1.1.1  1998/06/17 23:44:42  mdw
-dnl Initial version of mLib
-dnl
-
 AC_INIT(exc.c)
 mdw_INIT_LIB(mLib, mLib, 2.0.3)
 
diff --git a/conn.c b/conn.c
index 1478fade1edc4178059286cfcd03eb5da8d487c6..7312bcb729c3bb47acce44d7afbfd3c67b4c86d4 100644 (file)
--- a/conn.c
+++ b/conn.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: conn.c,v 1.9 2003/10/12 14:54:00 mdw Exp $
+ * $Id: conn.c,v 1.10 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking connect handling
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: conn.c,v $
- * Revision 1.9  2003/10/12 14:54:00  mdw
- * Finish the work.
- *
- * Revision 1.8  2003/10/12 14:47:10  mdw
- * New interface for messing with preconnected sockets.
- *
- * Revision 1.7  2002/01/13 13:28:44  mdw
- * Rearrange @conn_init@ to be a bit more comprehensible.
- *
- * Revision 1.6  2001/06/22 19:35:20  mdw
- * Interface change to @conn_init@ -- return error rather than calling the
- * function.  This reduces the number of different environments the
- * callback has to cope with, and the old behaviour is easily simulatable
- * with the new, while simulating the new behaviour was awkward and
- * painful.
- *
- * Revision 1.5  2000/10/08 11:17:26  mdw
- * (conn_connect): Change sizes to be @size_t@.
- *
- * Revision 1.4  1999/07/26 23:21:02  mdw
- * Bug fix: remove the selector before doing the callback, in case client
- * adds a writer for the connected socket.
- *
- * Revision 1.3  1999/05/23 12:12:37  mdw
- * Interface change to make the `conn' selector useful for generic stream
- * sockets rather than just IPv4 ones.
- *
- * Revision 1.2  1999/05/15 10:33:32  mdw
- * Fix copyright notices.
- *
- * Revision 1.1  1999/05/14 21:01:14  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
diff --git a/conn.h b/conn.h
index d381850030ecbeb20a59143e123eb1bc7f26f584..81f381e1d1967ffba9b4ba5efdaa1df23f5ed5b8 100644 (file)
--- a/conn.h
+++ b/conn.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: conn.h,v 1.7 2003/11/29 19:10:53 mdw Exp $
+ * $Id: conn.h,v 1.8 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking connect handling
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: conn.h,v $
- * Revision 1.7  2003/11/29 19:10:53  mdw
- * Declare and document @conn_fd@.
- *
- * Revision 1.6  2001/06/22 19:35:20  mdw
- * Interface change to @conn_init@ -- return error rather than calling the
- * function.  This reduces the number of different environments the
- * callback has to cope with, and the old behaviour is easily simulatable
- * with the new, while simulating the new behaviour was awkward and
- * painful.
- *
- * Revision 1.5  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.4  1999/05/26 21:08:01  mdw
- * Remove redundant structure member.
- *
- * Revision 1.3  1999/05/23 12:12:46  mdw
- * Interface change to make the `conn' selector useful for generic stream
- * sockets rather than just IPv4 ones.
- *
- * Revision 1.2  1999/05/15 10:33:32  mdw
- * Fix copyright notices.
- *
- * Revision 1.1  1999/05/14 21:01:14  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 #ifndef MLIB_CONN_H
 #define MLIB_CONN_H
 
index 1833e0e2402fa28cc2bb64e2c2cd841f77300df3..9b61ac88ef69357d12b746dbe676e61f83dfbcf2 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: crc-mktab.c,v 1.5 2003/12/15 20:53:47 mdw Exp $
+ * $Id: crc-mktab.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Build CRC tables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: crc-mktab.c,v $
- * Revision 1.5  2003/12/15 20:53:47  mdw
- * Add global unihash table; use universal hashing instead of CRC.
- *
- * Revision 1.4  2001/03/10 10:59:21  mdw
- * Fix generating tables where the chunk size is longer than the
- * polynomial.  Also fix output formatting when there aren't enough entries
- * to fill a line.
- *
- * Revision 1.3  2001/01/20 12:06:01  mdw
- * Define flags with macros, to ensure unsignedness.
- *
- * Revision 1.2  2000/10/08 11:07:21  mdw
- * With no arguments, give an error rather than spewing a big table at the
- * user.
- *
- * Revision 1.1  2000/07/21 19:01:33  mdw
- * Generate the CRC table rather than hardcoding it.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
diff --git a/crc32.c b/crc32.c
index a24c9093f9f64b98c3f19210dbf7bee62d14dd91..1eff5ac2cf4b917a02cdae5be79c85988078e511 100644 (file)
--- a/crc32.c
+++ b/crc32.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: crc32.c,v 1.5 2000/07/21 19:01:33 mdw Exp $
+ * $Id: crc32.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: crc32.c,v $
- * Revision 1.5  2000/07/21 19:01:33  mdw
- * Generate the CRC table rather than hardcoding it.
- *
- * Revision 1.4  1999/06/01 09:47:22  mdw
- * Make the return type of `crc32' a `uint32' now that we have `bits.h'.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */
diff --git a/crc32.h b/crc32.h
index 2b36e5f4f27df965e0d9949095fcc41592eef81c..e6f7d10fa112a3b9ee15ab41cf0116e6217ee1e4 100644 (file)
--- a/crc32.h
+++ b/crc32.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: crc32.h,v 1.6 2000/07/02 22:20:42 mdw Exp $
+ * $Id: crc32.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: crc32.h,v $
- * Revision 1.6  2000/07/02 22:20:42  mdw
- * Fix constant name.
- *
- * Revision 1.5  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.4  1999/06/01 09:47:22  mdw
- * Make the return type of `crc32' a `uint32' now that we have `bits.h'.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_CRC32_H
 #define MLIB_CRC32_H
 
index c1ee606e3aef0e08d0472d7672db09810ab8b1fe..f376ee57ef72eb1bf5f7401e096f7e84023ea99f 100644 (file)
--- a/darray.c
+++ b/darray.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: darray.c,v 1.6 2000/07/16 12:29:16 mdw Exp $
+ * $Id: darray.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Dynamically growing dense arrays
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: darray.c,v $
- * Revision 1.6  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.5  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.4  1999/11/06 12:40:45  mdw
- * Minor changes to allocation strategy.
- *
- * Revision 1.3  1999/10/29 22:59:22  mdw
- * New array adjustment macros for unsigned arguments.
- *
- * Revision 1.2  1999/10/28 22:05:28  mdw
- * Modify and debug allocation routines.
- *
- * Revision 1.1  1999/10/22 22:37:26  mdw
- * New dynamic array implementation replaces `dynarray.h'.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
index 003c6d7aa5d4aeaeaa2b12126f8bcef088ac5510..a768c1dd7694e400d8f0654b986f088138583ad2 100644 (file)
--- a/darray.h
+++ b/darray.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: darray.h,v 1.6 2001/03/03 12:20:23 mdw Exp $
+ * $Id: darray.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Dynamically growing dense arrays
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: darray.h,v $
- * Revision 1.6  2001/03/03 12:20:23  mdw
- * New macros @DA_FIRST@ and @DA_LAST@ for stack/queue peeking.
- *
- * Revision 1.5  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.4  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.3  1999/11/05 14:32:43  mdw
- * Minor change in argument naming.
- *
- * Revision 1.2  1999/10/29 22:59:22  mdw
- * New array adjustment macros for unsigned arguments.
- *
- * Revision 1.1  1999/10/22 22:37:26  mdw
- * New dynamic array implementation replaces `dynarray.h'.
- *
- */
-
 #ifndef MLIB_DARRAY_H
 #define MLIB_DARRAY_H
 
diff --git a/dputf.c b/dputf.c
index ba23d9869dc73bc7abfb71dfeb20bd71029548ae..85b6c65eabe17aac8ec61b42c38539dc82eeabc3 100644 (file)
--- a/dputf.c
+++ b/dputf.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dputf.c,v 1.5 2002/01/13 13:30:48 mdw Exp $
+ * $Id: dputf.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * `printf'-style formatting for dynamic strings
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: dputf.c,v $
- * Revision 1.5  2002/01/13 13:30:48  mdw
- * Change interface for @dstr_vputf@.
- *
- * Revision 1.4  2001/06/22 19:35:29  mdw
- * Find out whether @<float.h>@ exists (hack for uC-Linux).
- *
- * Revision 1.3  2001/01/20 12:06:01  mdw
- * Define flags with macros, to ensure unsignedness.
- *
- * Revision 1.2  2000/08/15 21:26:45  mdw
- * (dstr_vputf): Don't try calling @va_arg@ on things @char@-sized.
- *
- * Revision 1.1  1999/10/04 21:44:47  mdw
- * Move `dstr_putf' and `dstr_vputf' into a separate source file.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
index e28cdd0693dc91fe15233ed9e6e2d7ceb2d69f95..d5f9af0ecb716c696e71abaae1980482792939da 100644 (file)
--- a/dspool.c
+++ b/dspool.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dspool.c,v 1.1 1999/05/21 22:15:26 mdw Exp $
+ * $Id: dspool.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Provide pools of strings
  *
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: dspool.c,v $
- * Revision 1.1  1999/05/21 22:15:26  mdw
- * Dynamic string pool system, based on an idea from the `sw-tools'
- * project.  Could do with more work to make it really good.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
index 93547afe2fbb73638055c93ba0b7b56f7e2a3f8f..c36ac250eb5d3ab37fc3dea8646e2236186948e8 100644 (file)
--- a/dspool.h
+++ b/dspool.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dspool.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
+ * $Id: dspool.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Provide pools of strings
  *
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: dspool.h,v $
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/05/21 22:15:26  mdw
- * Dynamic string pool system, based on an idea from the `sw-tools'
- * project.  Could do with more work to make it really good.
- *
- */
-
 #ifndef MLIB_DSPOOL_H
 #define MLIB_DSPOOL_H
 
diff --git a/dstr.c b/dstr.c
index 273c53acebe51229361e11d22d23f872986392d3..5c0fc05f8f6347981f0e1a2f2171e525901dd879 100644 (file)
--- a/dstr.c
+++ b/dstr.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dstr.c,v 1.15 2000/07/16 12:29:16 mdw Exp $
+ * $Id: dstr.c,v 1.16 2004/04/08 01:36:11 mdw Exp $
  *
  * Handle dynamically growing strings
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: dstr.c,v $
- * Revision 1.15  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.14  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.13  1999/12/22 15:39:28  mdw
- * Fix overflow in dstr_putline.
- *
- * Revision 1.12  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.11  1999/10/28 22:05:29  mdw
- * Modify and debug allocation routines.
- *
- * Revision 1.10  1999/10/04 21:44:47  mdw
- * Move `dstr_putf' and `dstr_vputf' into a separate source file.
- *
- * Revision 1.9  1999/07/06 19:16:06  mdw
- * Simplify buffer-growing algorithm.  Just double it each time.
- *
- * Revision 1.8  1999/06/01 09:47:52  mdw
- * Fix nasty bugs in `dstr_vputf'.
- *
- * Revision 1.7  1999/05/21 22:14:30  mdw
- * Take advantage of the new dynamic string macros.
- *
- * Revision 1.6  1999/05/21 08:38:33  mdw
- * Implement some more functions in terms of macros.
- *
- * Revision 1.5  1999/05/13 22:47:57  mdw
- * Misc documentation fixes.  Change `-ise' to `-ize' throughout.
- *
- * Revision 1.4  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.3  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.2  1998/12/15 23:53:22  mdw
- * New functions `dstr_putf' and `dstr_vputf' which do `printf'-style
- * formatting in a safe way.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/dstr.h b/dstr.h
index 4272dd90d8c74964bdbe8ee30f0dee197260a676..d30a4f9262553abcc15da7842f19d95b14f3695a 100644 (file)
--- a/dstr.h
+++ b/dstr.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: dstr.h,v 1.12 2002/01/13 13:30:48 mdw Exp $
+ * $Id: dstr.h,v 1.13 2004/04/08 01:36:11 mdw Exp $
  *
  * Handle dynamically growing strings
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: dstr.h,v $
- * Revision 1.12  2002/01/13 13:30:48  mdw
- * Change interface for @dstr_vputf@.
- *
- * Revision 1.11  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.10  1999/12/22 15:39:51  mdw
- * Fix argument reuse in DPUTS.
- *
- * Revision 1.9  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.8  1999/07/14 19:45:24  mdw
- * Prevent some macros from re-evaluating their arguments.
- *
- * Revision 1.7  1999/05/21 22:12:12  mdw
- * Fix the bugs in the new macros.  (Whoops.)
- *
- * Revision 1.6  1999/05/21 08:38:14  mdw
- * Add some more macros, particularly for creation and destruction.
- *
- * Revision 1.5  1999/05/13 22:47:57  mdw
- * Misc documentation fixes.  Change `-ise' to `-ize' throughout.
- *
- * Revision 1.4  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.3  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.2  1998/12/15 23:53:23  mdw
- * New functions `dstr_putf' and `dstr_vputf' which do `printf'-style
- * formatting in a safe way.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_DSTR_H
 #define MLIB_DSTR_H
 
diff --git a/env.c b/env.c
index 985dc526b79991ef7e53f0aafc1ab534c2b83108..57d029a522971e7cc5ee48a8caadf2d893eda222 100644 (file)
--- a/env.c
+++ b/env.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: env.c,v 1.4 2001/01/25 21:14:26 mdw Exp $
+ * $Id: env.c,v 1.5 2004/04/08 01:36:11 mdw Exp $
  *
  * Fiddling with environment variables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: env.c,v $
- * Revision 1.4  2001/01/25 21:14:26  mdw
- * Nowadays, @SYM_LEN@ doesn't include the terminating null, so revise the
- * buffer-usage calculation.
- *
- * Revision 1.3  2001/01/20 11:48:10  mdw
- * Use new @SYM_LEN@ macro for name lengths.
- *
- * Revision 1.2  2000/06/17 10:39:00  mdw
- * Add support for arena management.
- *
- * Revision 1.1  1999/07/26 23:15:57  mdw
- * Fiddling with environment variables.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/env.h b/env.h
index 342c81b0c6d531e81fb42c0536789251dd030ede..1a7e08ba43585471b679a513ab8aaffd368aa441 100644 (file)
--- a/env.h
+++ b/env.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: env.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
+ * $Id: env.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Fiddling with environment variables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: env.h,v $
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/07/26 23:15:57  mdw
- * Fiddling with environment variables.
- *
- */
-
 #ifndef MLIB_ENV_H
 #define MLIB_ENV_H
 
diff --git a/exc.c b/exc.c
index 0b5cf3ed87f4fdb1560da2f17f78742fc9536829..28618b3238d7c49d1307057e4b4ac0c9371f1e4a 100644 (file)
--- a/exc.c
+++ b/exc.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: exc.c,v 1.5 1999/05/19 20:27:11 mdw Exp $
+ * $Id: exc.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Structured exception handling in C
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: exc.c,v $
- * Revision 1.5  1999/05/19 20:27:11  mdw
- * Change naming to match newer mLib conventions.
- *
- * Revision 1.4  1999/05/17 20:35:30  mdw
- * Output uncaught exception types in hex, because they're easier to
- * translate that way.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/exc.h b/exc.h
index 42bba1a52ee6849eabef8f6a09dbb4ef55eabd18..6b8ecd1fbccd6e5deda1da01b9b81b8c3f22ca34 100644 (file)
--- a/exc.h
+++ b/exc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: exc.h,v 1.6 2000/08/07 19:50:18 mdw Exp $
+ * $Id: exc.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Structured exception handling in C
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: exc.h,v $
- * Revision 1.6  2000/08/07 19:50:18  mdw
- * Fix typo in comment.
- *
- * Revision 1.5  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.4  1999/10/22 22:39:18  mdw
- * Add an exception group for mLib.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_EXC_H
 #define MLIB_EXC_H
 
index 85ef67c32684e9b83757df350cf346866a14cf8a..ae9cf6a23a63ed5b14bd8709432aa4e7c882e66e 100644 (file)
--- a/fdflags.c
+++ b/fdflags.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fdflags.c,v 1.1 1999/07/26 23:16:59 mdw Exp $
+ * $Id: fdflags.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Manipulates flags on file descriptors
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fdflags.c,v $
- * Revision 1.1  1999/07/26 23:16:59  mdw
- * Manipulate file descriptor flags.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
index 381c636dc52c66f65d710a93d6d8781dd43c92ac..84cbef3beb40d10999ef5af3bf8aaf2027205bdd 100644 (file)
--- a/fdflags.h
+++ b/fdflags.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fdflags.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
+ * $Id: fdflags.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Manipulates flags on file descriptors
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fdflags.h,v $
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/07/26 23:16:59  mdw
- * Manipulate file descriptor flags.
- *
- */
-
 #ifndef MLIB_FDFLAGS_H
 #define MLIB_FDFLAGS_H
 
index 95685e7b35f12bcf75678debef2c74bcec47bec3..30808b4f7fd79cf88ab65a1ebf1c4e02ebfa0ede 100644 (file)
--- a/fdpass.c
+++ b/fdpass.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fdpass.c,v 1.1 2003/11/29 11:58:49 mdw Exp $
+ * $Id: fdpass.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * File descriptor passing
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fdpass.c,v $
- * Revision 1.1  2003/11/29 11:58:49  mdw
- * File descriptor passing.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
index 0e140789766e71004d675cf54982292f728ae088..ddffc06ab83531158cf77b1828fc855b0fde5f79 100644 (file)
--- a/fdpass.h
+++ b/fdpass.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fdpass.h,v 1.1 2003/11/29 11:58:49 mdw Exp $
+ * $Id: fdpass.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * File descriptor passing
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fdpass.h,v $
- * Revision 1.1  2003/11/29 11:58:49  mdw
- * File descriptor passing.
- *
- */
-
 #ifndef MLIB_FDPASS_H
 #define MLIB_FDPASS_H
 
index ecf945a2c5efce109a202a3a4ca51c7527e33fd5..6dee8b52cb61c230d1c2e480214b494040cd4b12 100644 (file)
--- a/fwatch.c
+++ b/fwatch.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fwatch.c,v 1.1 2001/02/03 18:43:56 mdw Exp $
+ * $Id: fwatch.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Watch a file for changes
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fwatch.c,v $
- * Revision 1.1  2001/02/03 18:43:56  mdw
- * New feature: watch a file for changes.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
index 1a0898a693ffca85eac0239f835b1aa52a2aa834..2e020a56fbb7f0b48e8fd57d10289b3f172fbf61 100644 (file)
--- a/fwatch.h
+++ b/fwatch.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fwatch.h,v 1.1 2001/02/03 18:43:56 mdw Exp $
+ * $Id: fwatch.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Watch a file for changes
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fwatch.h,v $
- * Revision 1.1  2001/02/03 18:43:56  mdw
- * New feature: watch a file for changes.
- *
- */
-
 #ifndef MLIB_FWATCH_H
 #define MLIB_FWATCH_H
 
diff --git a/hash.c b/hash.c
index 9483e103d57349aec352a0928a74ffa2c83823b8..d18cc003bcebf60bd2344530748b7964e1ca4c0e 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: hash.c,v 1.3 2000/07/16 12:29:16 mdw Exp $
+ * $Id: hash.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * General hashtable infrastructure
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: hash.c,v $
- * Revision 1.3  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.2  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.1  1999/08/02 14:45:48  mdw
- * Break low-level hashtable code out from sym.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/hash.h b/hash.h
index c76c6a186b1cbd887c279d45f56d2839bc89efc7..b7ad04de45eb6dcb647242daf19be78ecc3e25ef 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: hash.h,v 1.3 2000/06/17 10:37:39 mdw Exp $
+ * $Id: hash.h,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * General hashtable infrastructure
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: hash.h,v $
- * Revision 1.3  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/08/02 14:45:48  mdw
- * Break low-level hashtable code out from sym.
- *
- */
-
 #ifndef MLIB_HASH_H
 #define MLIB_HASH_H
 
diff --git a/hex.c b/hex.c
index 45b4f3353c1aec15bb82e3cd5698a68982419edd..63426fcaca81c32ce66938d454846dc87dae4834 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: hex.c,v 1.2 2003/05/16 00:22:58 mdw Exp $
+ * $Id: hex.c,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Hexadecimal encoding and decoding.
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: hex.c,v $
- * Revision 1.2  2003/05/16 00:22:58  mdw
- * Test base64 and hex encoding.
- *
- * Revision 1.1  2002/01/13 13:26:30  mdw
- * New hex encoding stuff.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/hex.h b/hex.h
index 6d5a8d6807cc16753a5bb44285cbbb4083fa24ad..7471f12091a1968229339f7a96993bcf22c8e8ab 100644 (file)
--- a/hex.h
+++ b/hex.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: hex.h,v 1.1 2002/01/13 13:26:30 mdw Exp $
+ * $Id: hex.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Hexadecimal encoding and decoding
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: hex.h,v $
- * Revision 1.1  2002/01/13 13:26:30  mdw
- * New hex encoding stuff.
- *
- */
-
 #ifndef MLIB_HEX_H
 #define MLIB_HEX_H
 
diff --git a/ident.c b/ident.c
index 2d2f9b956e5035a4bfc9a95d7725f54b6f0c4224..52d4542a4edce1ae082a4b9921804a3127b3d72f 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: ident.c,v 1.5 2002/01/13 13:33:15 mdw Exp $
+ * $Id: ident.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking RFC931 client
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: ident.c,v $
- * Revision 1.5  2002/01/13 13:33:15  mdw
- * Track interface change for @lbuf@.
- *
- * Revision 1.4  2001/06/22 19:35:39  mdw
- * New @conn_init@ interface.
- *
- * Revision 1.3  2000/10/08 11:17:45  mdw
- * (ident_socket): change sizes to be @size_t@.
- *
- * Revision 1.2  2000/06/17 10:38:35  mdw
- * Track changes to selbuf interface.
- *
- * Revision 1.1  1999/10/04 21:41:58  mdw
- * Added ident client from `fw'.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
diff --git a/ident.h b/ident.h
index 4cf13dce0efe0aa6a3bd58635449c84fe4a70bbd..c13646399255a0356a618e18a52f4df82d7a4911 100644 (file)
--- a/ident.h
+++ b/ident.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: ident.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
+ * $Id: ident.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking RFC931 client
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: ident.h,v $
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/10/04 21:41:58  mdw
- * Added ident client from `fw'.
- *
- */
-
 #ifndef MLIB_IDENT_H
 #define MLIB_IDENT_H
 
diff --git a/lbuf.c b/lbuf.c
index ba186789f74198299efc4b273115623a58e73f72..7b28ddab5719db49303d5f1087899827f58903bc 100644 (file)
--- a/lbuf.c
+++ b/lbuf.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lbuf.c,v 1.6 2002/01/13 13:32:52 mdw Exp $
+ * $Id: lbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Block-to-line buffering
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: lbuf.c,v $
- * Revision 1.6  2002/01/13 13:32:52  mdw
- * Pass line length to line handler function.  Provide a @typedef@ for
- * handler functions.  Allow run-time configuration of line delimiters.
- *
- * Revision 1.5  2001/02/03 16:23:33  mdw
- * Bug fix: handle a disable during a close-induced flush without dumping
- * core.
- *
- * Revision 1.4  2000/06/17 10:38:14  mdw
- * Add support for variable buffer sizes.
- *
- * Revision 1.3  1999/05/22 13:38:50  mdw
- * Fix bug which discarded initial portions of incomplete lines.
- *
- * Revision 1.2  1999/05/17 20:36:08  mdw
- * Make the magical constants for the buffer flags uppercase.
- *
- * Revision 1.1  1999/05/14 21:01:14  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <assert.h>
diff --git a/lbuf.h b/lbuf.h
index df8fdffd29fd72991b0c3c4766d02cd83c40def5..a9c72a08a23d48951affc3024e99b88dfd027f5d 100644 (file)
--- a/lbuf.h
+++ b/lbuf.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lbuf.h,v 1.7 2002/01/13 13:32:52 mdw Exp $
+ * $Id: lbuf.h,v 1.8 2004/04/08 01:36:13 mdw Exp $
  *
  * Block-to-line buffering
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: lbuf.h,v $
- * Revision 1.7  2002/01/13 13:32:52  mdw
- * Pass line length to line handler function.  Provide a @typedef@ for
- * handler functions.  Allow run-time configuration of line delimiters.
- *
- * Revision 1.6  2001/02/03 16:23:33  mdw
- * Bug fix: handle a disable during a close-induced flush without dumping
- * core.
- *
- * Revision 1.5  2001/01/20 12:06:01  mdw
- * Define flags with macros, to ensure unsignedness.
- *
- * Revision 1.4  2000/06/17 10:38:14  mdw
- * Add support for variable buffer sizes.
- *
- * Revision 1.3  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.2  1999/05/17 20:36:08  mdw
- * Make the magical constants for the buffer flags uppercase.
- *
- * Revision 1.1  1999/05/14 21:01:14  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 #ifndef MLIB_LBUF_H
 #define MLIB_LBUF_H
 
diff --git a/lock.c b/lock.c
index 335c3ac5fc7a4343329d7b5182cb35b001e27746..437ad10a3e23170f47ed383a649545a99ac12891 100644 (file)
--- a/lock.c
+++ b/lock.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lock.c,v 1.5 1999/06/19 20:35:45 mdw Exp $
+ * $Id: lock.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Simplified POSIX locking interface
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: lock.c,v $
- * Revision 1.5  1999/06/19 20:35:45  mdw
- * Whoops.  I'd left the type of the jump buffer as `sigjmp_buf'.
- *
- * Revision 1.4  1999/06/19 20:33:16  mdw
- * More sophisticated and excessive signal and alarm handling.
- *
- * Revision 1.3  1999/06/06 01:23:00  mdw
- * Fix signal handling.
- *
- * Revision 1.2  1999/05/26 20:53:40  mdw
- * Fixes for stupid bugs.
- *
- * Revision 1.1  1999/05/15 10:33:53  mdw
- * Add simplified locking code.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
diff --git a/lock.h b/lock.h
index 804bf50958318aba9e4b73e72638e73bd3476052..3828c6c75e3516ff07f8d2cbe1408d2b87ee2825 100644 (file)
--- a/lock.h
+++ b/lock.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lock.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
+ * $Id: lock.h,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Simplified POSIX locking interface
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: lock.h,v $
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/05/15 10:33:53  mdw
- * Add simplified locking code.
- *
- */
-
 #ifndef MLIB_LOCK_H
 #define MLIB_LOCK_H
 
index b8ea4dfbb118215e1a449450a8e545322c5d4fdb..6af623f1c1f3bbb8604f0f4029ea14cce3ad8ffd 100644 (file)
--- a/macros.h
+++ b/macros.h
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: macros.h,v $
- * Revision 1.1  2003/12/13 20:37:59  mdw
- * Add adns support in background resolver.
- *
- */
-
 #ifndef MLIB_MACROS_H
 #define MLIB_MACROS_H
 
index 1927f4b32c3a107a72fee69849128e5caa0b94e7..b0e27196572204de89c4d582000dfd91a43fa034 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.8 2003/12/15 20:53:08 mdw Exp $
+## $Id: Makefile.am,v 1.9 2004/04/08 01:36:13 mdw Exp $
 ##
 ## Makefile for mLib's manual pages
 ##
 ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ## MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.8  2003/12/15 20:53:08  mdw
-## New program to make fixed tables for universal hashing.
-##
-## Revision 1.7  2003/12/14 14:57:35  mdw
-## Distribute unihash manpage.
-##
-## Revision 1.6  2003/12/13 20:37:59  mdw
-## Add adns support in background resolver.
-##
-## Revision 1.5  2003/11/29 11:59:17  mdw
-## Various stuff.
-##
-## Revision 1.4  2003/11/09 13:48:32  mdw
-## Ooops.  Fix distribution.
-##
-## Revision 1.3  2003/11/09 13:13:49  mdw
-## Document crc-mktab a little.
-##
-## Revision 1.2  2003/05/16 00:24:05  mdw
-## maninst isn't shipped here.
-##
-## Revision 1.1  2003/04/23 12:48:19  mdw
-## New manpage installer.
-##
-## Revision 1.2  1999/07/06 19:36:05  mdw
-## Various minor bugfixes.
-##
-## Revision 1.1  1999/07/06 19:14:22  mdw
-## Makefile for manual page installation.  Subtle and complicated.
-##
-
 AUTOMAKE_OPTIONS = foreign
 
 manext = @manext@
diff --git a/pkbuf.c b/pkbuf.c
index 5c3d58d116a4300d7471bd9781c0d0fe3c308824..a35c6125f57158bbd861d713f1f97b23265b120b 100644 (file)
--- a/pkbuf.c
+++ b/pkbuf.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pkbuf.c,v 1.6 2003/04/23 12:47:44 mdw Exp $
+ * $Id: pkbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple packet buffering
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pkbuf.c,v $
- * Revision 1.6  2003/04/23 12:47:44  mdw
- * Various bugfixes.
- *
- * Revision 1.5  2002/01/13 13:33:51  mdw
- * Packet handler functions now have a @typedef@ name.
- *
- * Revision 1.4  2001/02/03 16:23:33  mdw
- * Bug fix: handle a disable during a close-induced flush without dumping
- * core.
- *
- * Revision 1.3  2000/07/16 18:55:45  mdw
- * Remove some stray debugging code.
- *
- * Revision 1.2  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.1  2000/06/17 10:39:19  mdw
- * Experimental new support for packet buffering.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/pkbuf.h b/pkbuf.h
index 3305992683e5d2e2d8ae5d7374a4c1613b5e2e7d..59af65f3d940c60d868ba2ef200b113792c15531 100644 (file)
--- a/pkbuf.h
+++ b/pkbuf.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pkbuf.h,v 1.4 2002/01/13 13:33:51 mdw Exp $
+ * $Id: pkbuf.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple packet buffering
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pkbuf.h,v $
- * Revision 1.4  2002/01/13 13:33:51  mdw
- * Packet handler functions now have a @typedef@ name.
- *
- * Revision 1.3  2001/02/03 16:23:33  mdw
- * Bug fix: handle a disable during a close-induced flush without dumping
- * core.
- *
- * Revision 1.2  2001/01/20 12:06:01  mdw
- * Define flags with macros, to ensure unsignedness.
- *
- * Revision 1.1  2000/06/17 10:39:19  mdw
- * Experimental new support for packet buffering.
- *
- */
-
 #ifndef MLIB_PKBUF_H
 #define MLIB_PKBUF_H
 
index 304fa3be53414853261c30e031195e70ecd00a74..e89f9d638c29f6a5d045f6ce9d7b132272057a7e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pool-file.c,v 1.1 2000/07/16 12:28:48 mdw Exp $
+ * $Id: pool-file.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * File handles in resource pools
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pool-file.c,v $
- * Revision 1.1  2000/07/16 12:28:48  mdw
- * Support for resource pools, based on the Apache model.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
index 1ebd5b6f2c07faa84761a41c69826c64ea9f6487..fc85f4e75343981001ca7ef51d3aee0f15286b66 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pool-sub.c,v 1.1 2000/07/16 12:28:48 mdw Exp $
+ * $Id: pool-sub.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Subarenas in resource pools
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pool-sub.c,v $
- * Revision 1.1  2000/07/16 12:28:48  mdw
- * Support for resource pools, based on the Apache model.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "pool.h"
diff --git a/pool.c b/pool.c
index 161186273b20d5d5b67b46c62677e5d41cdd72a7..f197acebebce2d18264d6fb4f6eab3b60254898f 100644 (file)
--- a/pool.c
+++ b/pool.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pool.c,v 1.2 2003/10/12 14:44:46 mdw Exp $
+ * $Id: pool.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Resource pool handling
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pool.c,v $
- * Revision 1.2  2003/10/12 14:44:46  mdw
- * Various fixes.
- *
- * Revision 1.1  2000/07/16 12:28:48  mdw
- * Support for resource pools, based on the Apache model.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "align.h"
diff --git a/pool.h b/pool.h
index 973a4fc56273f9c34ea6d11ff325e2baed22198b..ba7fe2cc1396e21fc4e1003ec632f246ba37584a 100644 (file)
--- a/pool.h
+++ b/pool.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pool.h,v 1.1 2000/07/16 12:28:48 mdw Exp $
+ * $Id: pool.h,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Resource pool handling
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pool.h,v $
- * Revision 1.1  2000/07/16 12:28:48  mdw
- * Support for resource pools, based on the Apache model.
- *
- */
-
 #ifndef MLIB_POOL_H
 #define MLIB_POOL_H
 
diff --git a/pquis.c b/pquis.c
index bbd16cd706211b876a126e0d0e6eb796054f778d..856e43e104814ef14cc17cc77405d8c6390c88c6 100644 (file)
--- a/pquis.c
+++ b/pquis.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pquis.c,v 1.1 1999/10/04 21:43:29 mdw Exp $
+ * $Id: pquis.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Print strings, substituting the program name
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pquis.c,v $
- * Revision 1.1  1999/10/04 21:43:29  mdw
- * New function `pquis'.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/quis.c b/quis.c
index a43833d182292899a5a444b6766bb7dc95d55d7c..28c5615eb374a77194d7b5eb799846bbd22e6c58 100644 (file)
--- a/quis.c
+++ b/quis.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: quis.c,v 1.5 1999/10/04 21:44:06 mdw Exp $
+ * $Id: quis.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Setting the program name
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: quis.c,v $
- * Revision 1.5  1999/10/04 21:44:06  mdw
- * Undefine PATHSEP when finished with.
- *
- * Revision 1.4  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.3  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.2  1999/02/28 15:16:29  mdw
- * quis: remove the leading `-' from the name, in case we're invoked as a
- * login shell.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdarg.h>
diff --git a/quis.h b/quis.h
index 508e0a065e72466b411c26dc3c67ac06463739bd..d683a45364b1377a12ddf4d05acb34e4eb5cb9a5 100644 (file)
--- a/quis.h
+++ b/quis.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: quis.h,v 1.5 1999/12/10 23:42:04 mdw Exp $
+ * $Id: quis.h,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Setting the program name
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: quis.h,v $
- * Revision 1.5  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.4  1999/10/04 21:43:29  mdw
- * New function `pquis'.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_PROGNAME_H
 #define MLIB_PROGNAME_H
 
index aedbf9a2b3c45ab4b1d650e670338471ba674dc5..7ff9e109e0df34f9ca2b9c8fb3d2b0a3b2100ebb 100644 (file)
--- a/report.c
+++ b/report.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: report.c,v 1.3 1999/05/06 19:51:35 mdw Exp $
+ * $Id: report.c,v 1.4 2004/04/08 01:36:13 mdw Exp $
  *
  * Reporting errors and things
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: report.c,v $
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdarg.h>
index ac0b35450e7fbaa62060a45b6160a08fac635b55..e16b70af5267913806abde9d61eb210807b50638 100644 (file)
--- a/report.h
+++ b/report.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: report.h,v 1.4 1999/12/10 23:42:04 mdw Exp $
+ * $Id: report.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Reporting errors and things
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: report.h,v $
- * Revision 1.4  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_REPORT_H
 #define MLIB_REPORT_H
 
diff --git a/sel.c b/sel.c
index 9babc8426871d86449cfa4a4d1422c4ccc8e8a5e..5dede9bb268060df86787326e01221faac4c391f 100644 (file)
--- a/sel.c
+++ b/sel.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sel.c,v 1.12 2003/05/18 15:10:29 mdw Exp $
+ * $Id: sel.c,v 1.13 2004/04/08 01:36:13 mdw Exp $
  *
  * I/O multiplexing support
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: sel.c,v $
- * Revision 1.12  2003/05/18 15:10:29  mdw
- * Remove memory leak.
- *
- * Revision 1.11  2003/05/17 10:34:04  mdw
- *  Tidying and bugfixing.
- *
- * Revision 1.10  2001/06/22 19:35:58  mdw
- * Fix a large number of bugs.
- *
- * Revision 1.9  2001/02/03 19:07:08  mdw
- * Ensure that timers set to go off in the past don't case a problem.
- *
- * Revision 1.8  2000/03/23 20:42:08  mdw
- * Rearrange timeout handling to avoid list corruptions.
- *
- * Revision 1.7  1999/12/11 11:12:17  mdw
- * Fix comment formatting error.
- *
- * Revision 1.6  1999/09/26 14:28:11  mdw
- * (sel_select): Almost pointless efficiency tweak.
- *
- * Revision 1.5  1999/08/31 17:42:22  mdw
- * New function `sel_force' to force a descriptor to be `selected'.
- *
- * Revision 1.4  1999/08/19 18:30:26  mdw
- * Implement hooks for foreign select-using systems (currently not well
- * tested).
- *
- * Revision 1.3  1999/05/21 22:13:59  mdw
- * Use new `tv' macros.  Fix ordering bug for timeout selectors.
- *
- * Revision 1.2  1999/05/15 10:33:32  mdw
- * Fix copyright notices.
- *
- * Revision 1.1  1999/05/14 21:01:14  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <assert.h>
diff --git a/sel.h b/sel.h
index bd767d648935cde9148f26022608931b567f95ba..fe7e2c1bd326bb2083d2d266f887b77f2aab552d 100644 (file)
--- a/sel.h
+++ b/sel.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sel.h,v 1.9 2003/05/17 10:34:04 mdw Exp $
+ * $Id: sel.h,v 1.10 2004/04/08 01:36:13 mdw Exp $
  *
  * I/O multiplexing support
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: sel.h,v $
- * Revision 1.9  2003/05/17 10:34:04  mdw
- *  Tidying and bugfixing.
- *
- * Revision 1.8  2001/06/22 19:35:58  mdw
- * Fix a large number of bugs.
- *
- * Revision 1.7  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.6  1999/08/31 17:42:22  mdw
- * New function `sel_force' to force a descriptor to be `selected'.
- *
- * Revision 1.5  1999/08/19 18:30:26  mdw
- * Implement hooks for foreign select-using systems (currently not well
- * tested).
- *
- * Revision 1.4  1999/05/22 13:39:15  mdw
- * Change spelling of `multiplexor'. ;-)
- *
- * Revision 1.3  1999/05/17 20:36:36  mdw
- * Make the selector type symbols an enumeration rather than a bunch of
- * #defines.
- *
- * Revision 1.2  1999/05/15 10:33:32  mdw
- * Fix copyright notices.
- *
- * Revision 1.1  1999/05/14 21:01:15  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 #ifndef MLIB_SEL_H
 #define MLIB_SEL_H
 
index 96fb72f0afb1d4f46505be67590bc62134e1c447..6fe97eef1c7407af0cb106d4832ed1c25eba2822 100644 (file)
--- a/selbuf.c
+++ b/selbuf.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: selbuf.c,v 1.5 2002/01/13 13:33:15 mdw Exp $
+ * $Id: selbuf.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Line-buffering select handler
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: selbuf.c,v $
- * Revision 1.5  2002/01/13 13:33:15  mdw
- * Track interface change for @lbuf@.
- *
- * Revision 1.4  2000/06/17 10:38:14  mdw
- * Add support for variable buffer sizes.
- *
- * Revision 1.3  1999/05/22 13:41:00  mdw
- * Fix end-of-file detection and error handling.
- *
- * Revision 1.2  1999/05/17 20:36:50  mdw
- * Make the magical constants for the buffer flags uppercase.
- *
- * Revision 1.1  1999/05/14 21:01:15  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
index 36cf51d8f8ef52f9da0065e9a2faed3d3c20f9bf..d5e19738e205c9964736366d76d2faa591400736 100644 (file)
--- a/selbuf.h
+++ b/selbuf.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: selbuf.h,v 1.4 2002/01/13 13:33:15 mdw Exp $
+ * $Id: selbuf.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Line-buffering select handler
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: selbuf.h,v $
- * Revision 1.4  2002/01/13 13:33:15  mdw
- * Track interface change for @lbuf@.
- *
- * Revision 1.3  2000/06/17 10:38:14  mdw
- * Add support for variable buffer sizes.
- *
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/05/14 21:01:15  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 #ifndef MLIB_SELBUF_H
 #define MLIB_SELBUF_H
 
diff --git a/selpk.c b/selpk.c
index 4d1b5eb7daa474e441d7d7d1387e36e61bae4273..23e0c52edcd20c15df4035217d9c3baaf3108b2d 100644 (file)
--- a/selpk.c
+++ b/selpk.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: selpk.c,v 1.2 2002/01/13 13:33:51 mdw Exp $
+ * $Id: selpk.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Packet-buffering select handler
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: selpk.c,v $
- * Revision 1.2  2002/01/13 13:33:51  mdw
- * Packet handler functions now have a @typedef@ name.
- *
- * Revision 1.1  2000/06/17 10:39:19  mdw
- * Experimental new support for packet buffering.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
diff --git a/selpk.h b/selpk.h
index 4f840481371771088e097dc1e8204104cf692ce6..d2eeeba0e382f24e00e774cd8d02e0c5df2c027e 100644 (file)
--- a/selpk.h
+++ b/selpk.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: selpk.h,v 1.3 2002/01/13 13:33:51 mdw Exp $
+ * $Id: selpk.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
  *
  * Packet-buffering select handler
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: selpk.h,v $
- * Revision 1.3  2002/01/13 13:33:51  mdw
- * Packet handler functions now have a @typedef@ name.
- *
- * Revision 1.2  2000/07/16 18:56:00  mdw
- * Fix a function declaration which slipped through the net.
- *
- * Revision 1.1  2000/06/17 10:39:19  mdw
- * Experimental new support for packet buffering.
- *
- */
-
 #ifndef MLIB_SELPK_H
 #define MLIB_SELPK_H
 
diff --git a/sig.c b/sig.c
index 555a2a9a723f928f7e5e793616f296321fb2f14a..05642b4da0fba38ac1e905f7a9ef23231cfaa8ac 100644 (file)
--- a/sig.c
+++ b/sig.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sig.c,v 1.2 1999/08/19 18:31:04 mdw Exp $
+ * $Id: sig.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Signal handling
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: sig.c,v $
- * Revision 1.2  1999/08/19 18:31:04  mdw
- * Improve signal handling to prevent signals from being lost.
- *
- * Revision 1.1  1999/07/26 23:16:26  mdw
- * Signal handling integrated into I/O system.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
diff --git a/sig.h b/sig.h
index 8f648a85e67eab8b100ac31e4a4f663d1432c024..a76408dd760d5c2eebbb1207e46a983639fb524f 100644 (file)
--- a/sig.h
+++ b/sig.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sig.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
+ * $Id: sig.h,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Signal handling
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: sig.h,v $
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/07/26 23:16:26  mdw
- * Signal handling integrated into I/O system.
- *
- */
-
 #ifndef MLIB_SIG_H
 #define MLIB_SIG_H
 
diff --git a/str.c b/str.c
index 9b5fc63cde88641de2b238f099fd3603a678ce28..6423a4f79ce570abfce8556fc671b2e685b4df54 100644 (file)
--- a/str.c
+++ b/str.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: str.c,v 1.5 2000/10/08 09:50:11 mdw Exp $
+ * $Id: str.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Functions for hacking with strings
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: str.c,v $
- * Revision 1.5  2000/10/08 09:50:11  mdw
- * (str_qword): Remove redundant definition of @STRF_QUOTE@.
- *
- * Revision 1.4  2000/10/08 09:43:34  mdw
- * New quoted string handling and simple pattern matching.
- *
- * Revision 1.3  1999/12/22 15:41:14  mdw
- * Skip past trailing whitespace in str_getword.
- *
- * Revision 1.2  1999/05/26 20:52:57  mdw
- * Add new `rest' argument for `str_split'.
- *
- * Revision 1.1  1999/05/17 20:37:01  mdw
- * Some trivial string hacks.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
diff --git a/str.h b/str.h
index 5c5d300246d0b393ccb22d156c8f6366cbe61ae0..c7bd87b1950e88438354fe7bc082d2522b2898d5 100644 (file)
--- a/str.h
+++ b/str.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: str.h,v 1.4 2000/10/08 09:43:34 mdw Exp $
+ * $Id: str.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Functions for hacking with strings
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: str.h,v $
- * Revision 1.4  2000/10/08 09:43:34  mdw
- * New quoted string handling and simple pattern matching.
- *
- * Revision 1.3  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.2  1999/05/26 20:52:57  mdw
- * Add new `rest' argument for `str_split'.
- *
- * Revision 1.1  1999/05/17 20:37:01  mdw
- * Some trivial string hacks.
- *
- */
-
 #ifndef MLIB_STR_H
 #define MLIB_STR_H
 
diff --git a/sub.c b/sub.c
index f065f9d0e2bab4dd68fc9de0d841473017f098ce..a0d49818f241454932b5bfd54c5476ede11aa814 100644 (file)
--- a/sub.c
+++ b/sub.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sub.c,v 1.8 2003/10/12 14:44:46 mdw Exp $
+ * $Id: sub.c,v 1.9 2004/04/08 01:36:13 mdw Exp $
  *
  * Allocation of known-size blocks
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: sub.c,v $
- * Revision 1.8  2003/10/12 14:44:46  mdw
- * Various fixes.
- *
- * Revision 1.7  2003/05/18 15:10:20  mdw
- * Add debugging mode which just uses the underlying arena.
- *
- * Revision 1.6  2000/06/17 10:35:51  mdw
- * Major overhaul for arena support.
- *
- * Revision 1.5  1999/05/19 20:27:11  mdw
- * Change naming to match newer mLib conventions.
- *
- * Revision 1.4  1999/05/13 22:48:55  mdw
- * Change `-ise' to `-ize' throughout.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- The big idea ------------------------------------------------------*
  *
  * This file provides an extra layer over @malloc@.  It provides fast
diff --git a/sub.h b/sub.h
index 87085abee250ab842a4698afd5a031fdfe7e5e0a..0731027fdad88f3e5987e9094e3ecb067974dc0a 100644 (file)
--- a/sub.h
+++ b/sub.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sub.h,v 1.7 2003/10/12 14:44:46 mdw Exp $
+ * $Id: sub.h,v 1.8 2004/04/08 01:36:13 mdw Exp $
  *
  * Allocation of known-size blocks
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: sub.h,v $
- * Revision 1.7  2003/10/12 14:44:46  mdw
- * Various fixes.
- *
- * Revision 1.6  2000/06/17 10:35:51  mdw
- * Major overhaul for arena support.
- *
- * Revision 1.5  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.4  1999/05/13 22:48:55  mdw
- * Change `-ise' to `-ize' throughout.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_SUB_H
 #define MLIB_SUB_H
 
diff --git a/sym.c b/sym.c
index a3c9b864b143bff47dafe5ecce3df4a32d6d135d..a5cec57b576a602e4917adfe5170322f8e294323 100644 (file)
--- a/sym.c
+++ b/sym.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sym.c,v 1.14 2003/12/15 20:53:47 mdw Exp $
+ * $Id: sym.c,v 1.15 2004/04/08 01:36:13 mdw Exp $
  *
  * Symbol table management
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: sym.c,v $
- * Revision 1.14  2003/12/15 20:53:47  mdw
- * Add global unihash table; use universal hashing instead of CRC.
- *
- * Revision 1.13  2001/01/25 21:14:49  mdw
- * Always add a terminating null, and don't count it in the length.
- *
- * Revision 1.12  2001/01/20 11:49:37  mdw
- * Export tuning parameters from header file, for the benefit of other
- * hashtable implementations.  Change the storage of symbol names: store
- * the name after the allocated symbol block in all cases.  This replaces
- * the previous complicated and slightly wasteful arrangement.
- *
- * Revision 1.11  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.10  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.9  1999/10/22 22:36:37  mdw
- * New test structure for symbol tables.
- *
- * Revision 1.8  1999/08/02 14:45:48  mdw
- * Break low-level hashtable code out from sym.
- *
- * Revision 1.7  1999/06/01 09:49:08  mdw
- * Allow things to be looked up by just their caller-supplied hashes.  This
- * actually needs to be thought through better.
- *
- * Revision 1.6  1999/05/26 21:08:31  mdw
- * Rename symbols in line with newer conventions.
- *
- * Revision 1.5  1999/05/13 22:48:37  mdw
- * Twiddle the extension threshold.  Change `-ise' to `-ize' throughout.
- *
- * Revision 1.4  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.3  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.2  1998/11/26 19:27:33  mdw
- * Move SYM_NAME into the header file.  Fix bugs.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */
diff --git a/sym.h b/sym.h
index 46e84f5e5f2467b207c2b6b91d724fe19afe8874..fd5d777f5efdbc1d226ab7af9924b3a6ae28e5fd 100644 (file)
--- a/sym.h
+++ b/sym.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sym.h,v 1.13 2003/12/15 20:53:47 mdw Exp $
+ * $Id: sym.h,v 1.14 2004/04/08 01:36:13 mdw Exp $
  *
  * Symbol table management
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: sym.h,v $
- * Revision 1.13  2003/12/15 20:53:47  mdw
- * Add global unihash table; use universal hashing instead of CRC.
- *
- * Revision 1.12  2001/01/20 11:49:37  mdw
- * Export tuning parameters from header file, for the benefit of other
- * hashtable implementations.  Change the storage of symbol names: store
- * the name after the allocated symbol block in all cases.  This replaces
- * the previous complicated and slightly wasteful arrangement.
- *
- * Revision 1.11  2000/06/17 10:37:39  mdw
- * Add support for arena management.
- *
- * Revision 1.10  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.9  1999/08/02 16:53:48  mdw
- * Improve type safety for sym_iter objects.
- *
- * Revision 1.8  1999/08/02 14:45:48  mdw
- * Break low-level hashtable code out from sym.
- *
- * Revision 1.7  1999/06/01 09:49:33  mdw
- * Allow things to be looked up by just their caller-supplied hashes.  This
- * actually needs to be thought through better.
- *
- * Revision 1.6  1999/05/26 21:08:31  mdw
- * Rename symbols in line with newer conventions.
- *
- * Revision 1.5  1999/05/13 22:48:37  mdw
- * Change `-ise' to `-ize' throughout.
- *
- * Revision 1.4  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.3  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.2  1998/11/26 19:27:34  mdw
- * Move SYM_NAME into the header file.  Fix bugs.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_SYM_H
 #define MLIB_SYM_H
 
index 5ac5414cf80b2d618a37bb1a751da39e090be3b3..4b6980192d7785ec0c6728c3568ceadc8f1ea086 100644 (file)
--- a/testrig.c
+++ b/testrig.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: testrig.c,v 1.9 2000/06/17 10:35:07 mdw Exp $
+ * $Id: testrig.c,v 1.10 2004/04/08 01:36:13 mdw Exp $
  *
  * Generic test driver
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: testrig.c,v $
- * Revision 1.9  2000/06/17 10:35:07  mdw
- * Initialize the token buffer properly.
- *
- * Revision 1.8  1999/12/10 23:41:37  mdw
- * Support for different sizes and types of integers.
- *
- * Revision 1.7  1999/11/21 13:01:39  mdw
- * Allow more characters to start words in test vector files.
- *
- * Revision 1.6  1999/11/16 15:03:23  mdw
- * Mark test types as constant.
- *
- * Revision 1.5  1999/05/21 22:14:30  mdw
- * Take advantage of the new dynamic string macros.
- *
- * Revision 1.4  1999/05/19 19:02:17  mdw
- * Aesthetic changes: fix spelling of `initialize'; use uppercase token
- * constants; abandon old double-underscore convention for internal
- * functions and variables.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
index e0e471c644cb9643711019ae80f42a6f12f93f2b..69b2868c96c19e0cb3f5b1b58f4f513a24652e01 100644 (file)
--- a/testrig.h
+++ b/testrig.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: testrig.h,v 1.6 1999/12/10 23:41:37 mdw Exp $
+ * $Id: testrig.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Generic test driver
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: testrig.h,v $
- * Revision 1.6  1999/12/10 23:41:37  mdw
- * Support for different sizes and types of integers.
- *
- * Revision 1.5  1999/11/16 15:03:31  mdw
- * Mark test types as constant.
- *
- * Revision 1.4  1999/07/06 19:15:28  mdw
- * Comment out argument in structure definition.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_TESTER_H
 #define MLIB_TESTER_H
 
diff --git a/trace.c b/trace.c
index b1ba32f8d8eb4b4db422c6ce4c10db1c8cecf2ca..f7ef7674b93319053b7b8b8c677708ac615e9dc6 100644 (file)
--- a/trace.c
+++ b/trace.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: trace.c,v 1.7 2002/01/13 13:34:32 mdw Exp $
+ * $Id: trace.c,v 1.8 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: trace.c,v $
- * Revision 1.7  2002/01/13 13:34:32  mdw
- * Track @dstr_vputf@ interface change.
- *
- * Revision 1.6  2001/02/03 16:23:55  mdw
- * New custom trace output interface.
- *
- * Revision 1.5  1999/10/22 22:39:52  mdw
- * New documented interface for tracing.
- *
- * Revision 1.4  1999/05/19 20:27:11  mdw
- * Change naming to match newer mLib conventions.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */
diff --git a/trace.h b/trace.h
index c78ba8ff06396b129967eed6e564e2c303623c6a..98e49249d81c8f9992e1dd084681d56b8be0e4a4 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: trace.h,v 1.6 2001/02/03 16:23:55 mdw Exp $
+ * $Id: trace.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: trace.h,v $
- * Revision 1.6  2001/02/03 16:23:55  mdw
- * New custom trace output interface.
- *
- * Revision 1.5  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.4  1999/10/22 22:39:52  mdw
- * New documented interface for tracing.
- *
- * Revision 1.3  1999/05/06 19:51:35  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_TRACE_H
 #define MLIB_TRACE_H
 
index e1c26241b3537080951c82f23c9020f2542f6e07..776c70817b4a2234487789f23d3dd86679a551d7 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: traceopt.c,v 1.2 2001/02/03 16:25:43 mdw Exp $
+ * $Id: traceopt.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Parsing tracing options
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: traceopt.c,v $
- * Revision 1.2  2001/02/03 16:25:43  mdw
- * Various bug fixes: understand requests for help properly, and fix the
- * logic for flag letters with `bad' flags.
- *
- * Revision 1.1  1999/10/22 22:40:08  mdw
- * Separate function for parsing user trace specs.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/track.c b/track.c
index 10da09bd7474fd89367c136ec2207a86a10fa12d..7723362dca2c3a452970aa659a52434a6701daff 100644 (file)
--- a/track.c
+++ b/track.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: track.c,v 1.4 1999/05/19 20:27:11 mdw Exp $
+ * $Id: track.c,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: track.c,v $
- * Revision 1.4  1999/05/19 20:27:11  mdw
- * Change naming to match newer mLib conventions.
- *
- * Revision 1.3  1999/05/06 19:51:36  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */
diff --git a/track.h b/track.h
index be9ce492f116ee787ea645ff262a0d59d77ecb3b..1792f2b40ce267ec96cf26435a810f7cb30d998b 100644 (file)
--- a/track.h
+++ b/track.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: track.h,v 1.5 1999/12/10 23:42:04 mdw Exp $
+ * $Id: track.h,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: track.h,v $
- * Revision 1.5  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.4  1999/10/22 22:40:25  mdw
- * Change naming slightly.  Still not documented, though.
- *
- * Revision 1.3  1999/05/06 19:51:36  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1.1.1  1998/06/17 23:44:42  mdw
- * Initial version of mLib
- *
- */
-
 #ifndef MLIB_TRACK_H
 #define MLIB_TRACK_H
 
diff --git a/tv.c b/tv.c
index 8f41a2f604bf8389d89ddcda24642b9984cc7d49..618930cd363a314aa912c8abc2e0dd777780dbca 100644 (file)
--- a/tv.c
+++ b/tv.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: tv.c,v 1.5 1999/05/21 22:13:12 mdw Exp $
+ * $Id: tv.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Manipulation of timeval structures
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: tv.c,v $
- * Revision 1.5  1999/05/21 22:13:12  mdw
- * Moved most of the code into exported macros.  The main functions now
- * implemented using the macros.
- *
- * Revision 1.4  1999/05/17 20:37:52  mdw
- * New function `tv_addl' to add a literal to a time value.  Use magical
- * `MILLION' constant in place of 1000000 for ease of reading.
- *
- * Revision 1.3  1999/05/06 19:51:36  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1  1998/11/25 23:30:01  mdw
- * New file.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <sys/time.h>
diff --git a/tv.h b/tv.h
index 40e49e7fa7885d67047038b16e295addcfeab3cc..42750df863cd37d3d46b3025ed868df5c58ed649 100644 (file)
--- a/tv.h
+++ b/tv.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: tv.h,v 1.6 1999/12/10 23:42:04 mdw Exp $
+ * $Id: tv.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Manipulation of timeval structures
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: tv.h,v $
- * Revision 1.6  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.5  1999/05/21 22:13:12  mdw
- * Moved most of the code into exported macros.  The main functions now
- * implemented using the macros.
- *
- * Revision 1.4  1999/05/17 20:37:25  mdw
- * New function `tv_addl' to add a literal to a time value.
- *
- * Revision 1.3  1999/05/06 19:51:36  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:50:31  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1  1998/11/25 23:30:01  mdw
- * New file.
- *
- */
-
 #ifndef MLIB_TV_H
 #define MLIB_TV_H
 
index ba074e6783e6eaa090e8b3439723245fa2bcb54a..6b735527b7a5217322021876eb9dce6af575b589 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: unihash-mkstatic.c,v 1.1 2003/12/15 20:52:56 mdw Exp $
+ * $Id: unihash-mkstatic.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Build static universal hash tables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: unihash-mkstatic.c,v $
- * Revision 1.1  2003/12/15 20:52:56  mdw
- * New program to make fixed tables for universal hashing.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
index e2093b9a9c429fca98ecdb7f6cf94c90503898eb..ad6e52d04f187921b4fc13ecbea9bdc89949a61c 100644 (file)
--- a/unihash.c
+++ b/unihash.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: unihash.c,v 1.2 2003/12/14 14:45:30 mdw Exp $
+ * $Id: unihash.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple and efficient universal hashing for hashtables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: unihash.c,v $
- * Revision 1.2  2003/12/14 14:45:30  mdw
- * Test universal hashing and fix bugs.
- *
- * Revision 1.1  2003/10/12 14:43:24  mdw
- * Universal hashing.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <assert.h>
index 15adb908bd072b095e2424408aa853727feba596..f6c19b1991ac0fe5492dac81de89e44d55c1c349 100644 (file)
--- a/unihash.h
+++ b/unihash.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: unihash.h,v 1.3 2003/12/15 20:53:47 mdw Exp $
+ * $Id: unihash.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple and efficient universal hashing for hashtables
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: unihash.h,v $
- * Revision 1.3  2003/12/15 20:53:47  mdw
- * Add global unihash table; use universal hashing instead of CRC.
- *
- * Revision 1.2  2003/12/14 14:45:30  mdw
- * Test universal hashing and fix bugs.
- *
- * Revision 1.1  2003/10/12 14:43:24  mdw
- * Universal hashing.
- *
- */
-
 #ifndef MLIB_UNIHASH_H
 #define MLIB_UNIHASH_H
 
diff --git a/url.c b/url.c
index 532a052c37f947ef19ef7e7d89f700b9e1cf3219..5943841dea965ebced83a35875395eff80ea19dc 100644 (file)
--- a/url.c
+++ b/url.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: url.c,v 1.4 2001/06/22 19:36:18 mdw Exp $
+ * $Id: url.c,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Parsing and construction of url-encoded name/value pairs
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: url.c,v $
- * Revision 1.4  2001/06/22 19:36:18  mdw
- * Include @<ctype.h>@.
- *
- * Revision 1.3  2001/01/20 12:06:21  mdw
- * Be more conservative in base-64 encoding.
- *
- * Revision 1.2  1999/09/03 08:02:05  mdw
- * Make `#' a special character which needs escaping.
- *
- * Revision 1.1  1999/06/01 09:49:48  mdw
- * New files for url-encoding and decoding.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
diff --git a/url.h b/url.h
index 90b649a745ecaf15c875dcb9594a98aa416b70f9..c351343f4b7ea9d388eb60e46e09d8975fb4937c 100644 (file)
--- a/url.h
+++ b/url.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: url.h,v 1.3 2001/01/20 12:06:01 mdw Exp $
+ * $Id: url.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
  *
  * Parsing and construction of url-encoded name/value pairs
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: url.h,v $
- * Revision 1.3  2001/01/20 12:06:01  mdw
- * Define flags with macros, to ensure unsignedness.
- *
- * Revision 1.2  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.1  1999/06/01 09:49:48  mdw
- * New files for url-encoding and decoding.
- *
- */
-
 #ifndef MLIB_URL_H
 #define MLIB_URL_H