Infrastructure: Strip away crufty CVS $Id$ tags.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 May 2009 00:40:24 +0000 (01:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 20 Oct 2012 11:37:44 +0000 (12:37 +0100)
97 files changed:
align.h
alloc.c
alloc.h
arena.c
arena.h
assoc.c
assoc.h
atom.c
atom.h
base32.c
base32.h
base64.c
base64.h
bits.c
bits.h
bres-adns.c
bres.c
bres.h
buf-dstr.c
buf.c
buf.h
conn.c
conn.h
crc-mktab.c
crc32.c
crc32.h
daemonize.c
daemonize.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
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
versioncmp.c
versioncmp.h

diff --git a/align.h b/align.h
index c0c7cfb..196c8a2 100644 (file)
--- a/align.h
+++ b/align.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: align.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
- *
  * Pointer alignment hack
  *
  * (c) 2003 Straylight/Edgeware
diff --git a/alloc.c b/alloc.c
index c04b220..e71ead4 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: alloc.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
- *
  * Memory allocation functions
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/alloc.h b/alloc.h
index f55f6e8..2349181 100644 (file)
--- a/alloc.h
+++ b/alloc.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: alloc.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
- *
  * Memory allocation functions
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/arena.c b/arena.c
index 7604823..3259dc8 100644 (file)
--- a/arena.c
+++ b/arena.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: arena.c,v 1.5 2004/04/08 01:36:11 mdw Exp $
- *
  * Abstraction for memory allocation arenas
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/arena.h b/arena.h
index 3cca9ec..82f6cd6 100644 (file)
--- a/arena.h
+++ b/arena.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Abstraction for memory allocation arenas
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/assoc.c b/assoc.c
index 05f2737..9aef172 100644 (file)
--- a/assoc.c
+++ b/assoc.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: assoc.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
- *
  * Assocation tables
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/assoc.h b/assoc.h
index b5c0dd8..5fd1f29 100644 (file)
--- a/assoc.h
+++ b/assoc.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: assoc.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
- *
  * Assocation tables
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/atom.c b/atom.c
index b11fb39..c91022d 100644 (file)
--- a/atom.c
+++ b/atom.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Atom management
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/atom.h b/atom.h
index a5d6261..430f23b 100644 (file)
--- a/atom.h
+++ b/atom.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: atom.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
- *
  * Atom management
  *
  * (c) 2000 Straylight/Edgeware
index f245409..bbf6974 100644 (file)
--- a/base32.c
+++ b/base32.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Base32 encoding and decoding.
  *
  * (c) 1997 Straylight/Edgeware
index bedbae1..3451778 100644 (file)
--- a/base32.h
+++ b/base32.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Base32 encoding and decoding
  *
  * (c) 1997 Straylight/Edgeware
index 8fda2b5..ae3c987 100644 (file)
--- a/base64.c
+++ b/base64.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: base64.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
- *
  * Base64 encoding and decoding.
  *
  * (c) 1997 Straylight/Edgeware
index 12174a7..22a8318 100644 (file)
--- a/base64.h
+++ b/base64.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: base64.h,v 1.4 2004/04/08 01:36:11 mdw Exp $
- *
  * Base64 encoding and decoding
  *
  * (c) 1997 Straylight/Edgeware
diff --git a/bits.c b/bits.c
index b02c603..db98331 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: bits.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
- *
  * Test rig for bits header
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/bits.h b/bits.h
index 1b9f485..f3fe08f 100644 (file)
--- a/bits.h
+++ b/bits.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Portable bit-level manipulation macros
  *
  * (c) 1998 Straylight/Edgeware
index 039ca69..0d93ab0 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Background reverse name resolution (ADNS version)
  *
  * (c) 2003 Straylight/Edgeware
diff --git a/bres.c b/bres.c
index 4efea3c..3a308b3 100644 (file)
--- a/bres.c
+++ b/bres.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: bres.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
- *
  * Background reverse name resolution
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/bres.h b/bres.h
index c391644..df14fd6 100644 (file)
--- a/bres.h
+++ b/bres.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: bres.h,v 1.5 2004/04/08 01:36:11 mdw Exp $
- *
  * Background reverse name resolution
  *
  * (c) 1999 Straylight/Edgeware
index 71964b7..2d91b42 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Buffers and dynamic strings
  *
  * (c) 2005 Straylight/Edgeware
diff --git a/buf.c b/buf.c
index 8893adc..1ac6bb9 100644 (file)
--- a/buf.c
+++ b/buf.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Buffer handling
  *
  * (c) 2001 Straylight/Edgeware
diff --git a/buf.h b/buf.h
index 718ba50..b96a886 100644 (file)
--- a/buf.h
+++ b/buf.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Reading and writing packet buffers
  *
  * (c) 2001 Straylight/Edgeware
diff --git a/conn.c b/conn.c
index 7de477b..a60653a 100644 (file)
--- a/conn.c
+++ b/conn.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: conn.c,v 1.10 2004/04/08 01:36:11 mdw Exp $
- *
  * Nonblocking connect handling
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/conn.h b/conn.h
index bee4fce..53f4321 100644 (file)
--- a/conn.h
+++ b/conn.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: conn.h,v 1.8 2004/04/08 01:36:11 mdw Exp $
- *
  * Nonblocking connect handling
  *
  * (c) 1999 Straylight/Edgeware
index 200ed32..d6f4149 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: crc-mktab.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
- *
  * Build CRC tables
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/crc32.c b/crc32.c
index 8eddec9..f27ceeb 100644 (file)
--- a/crc32.c
+++ b/crc32.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: crc32.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
- *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/crc32.h b/crc32.h
index 5209f3e..7482dc4 100644 (file)
--- a/crc32.h
+++ b/crc32.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: crc32.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
- *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  * (c) 1998 Straylight/Edgeware
index 4f0e100..4b1e966 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Become a daemon, detaching from terminals
  *
  * (c) 2007 Straylight/Edgeware
index eaa0772..afe0afb 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Become a daemon, detaching from terminals
  *
  * (c) 2007 Straylight/Edgeware
index 05ba81e..aa7e4a2 100644 (file)
--- a/darray.c
+++ b/darray.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: darray.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
- *
  * Dynamically growing dense arrays
  *
  * (c) 1999 Straylight/Edgeware
index 067a696..9e07929 100644 (file)
--- a/darray.h
+++ b/darray.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: darray.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
- *
  * Dynamically growing dense arrays
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/dputf.c b/dputf.c
index 2c29aad..38eb8f6 100644 (file)
--- a/dputf.c
+++ b/dputf.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * `printf'-style formatting for dynamic strings
  *
  * (c) 1999 Straylight/Edgeware
index 2a3e4be..53e2032 100644 (file)
--- a/dspool.c
+++ b/dspool.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: dspool.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
- *
  * Provide pools of strings
  *
  * (c) 1999 Straylight/Edgeware
index 0650e5e..b7f64f5 100644 (file)
--- a/dspool.h
+++ b/dspool.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: dspool.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
- *
  * Provide pools of strings
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/dstr.c b/dstr.c
index cda48a2..3072c57 100644 (file)
--- a/dstr.c
+++ b/dstr.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: dstr.c,v 1.16 2004/04/08 01:36:11 mdw Exp $
- *
  * Handle dynamically growing strings
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/dstr.h b/dstr.h
index 019758a..3ef3051 100644 (file)
--- a/dstr.h
+++ b/dstr.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: dstr.h,v 1.13 2004/04/08 01:36:11 mdw Exp $
- *
  * Handle dynamically growing strings
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/env.c b/env.c
index d3467b8..1e3d3d1 100644 (file)
--- a/env.c
+++ b/env.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: env.c,v 1.5 2004/04/08 01:36:11 mdw Exp $
- *
  * Fiddling with environment variables
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/env.h b/env.h
index e04f1a3..6001242 100644 (file)
--- a/env.h
+++ b/env.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: env.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
- *
  * Fiddling with environment variables
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/exc.c b/exc.c
index 8f50696..9cc0306 100644 (file)
--- a/exc.c
+++ b/exc.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: exc.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
- *
  * Structured exception handling in C
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/exc.h b/exc.h
index 1db4a37..cd3f1c5 100644 (file)
--- a/exc.h
+++ b/exc.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: exc.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
- *
  * Structured exception handling in C
  *
  * (c) 1998 Straylight/Edgeware
index af8663f..02469ad 100644 (file)
--- a/fdflags.c
+++ b/fdflags.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Manipulates flags on file descriptors
  *
  * (c) 1999 Straylight/Edgeware
index 8cff1ac..bccc433 100644 (file)
--- a/fdflags.h
+++ b/fdflags.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: fdflags.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
- *
  * Manipulates flags on file descriptors
  *
  * (c) 1999 Straylight/Edgeware
index 8a33c2b..e860ec3 100644 (file)
--- a/fdpass.c
+++ b/fdpass.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * File descriptor passing
  *
  * (c) 2003 Straylight/Edgeware
index 8b79c0e..3fb8f74 100644 (file)
--- a/fdpass.h
+++ b/fdpass.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: fdpass.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
- *
  * File descriptor passing
  *
  * (c) 2003 Straylight/Edgeware
index cf7191c..69f5498 100644 (file)
--- a/fwatch.c
+++ b/fwatch.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: fwatch.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
- *
  * Watch a file for changes
  *
  * (c) 2001 Straylight/Edgeware
index 6c2f2b0..f05532c 100644 (file)
--- a/fwatch.h
+++ b/fwatch.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: fwatch.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
- *
  * Watch a file for changes
  *
  * (c) 2001 Straylight/Edgeware
diff --git a/hash.c b/hash.c
index 51d0eed..d4df9b7 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: hash.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
- *
  * General hashtable infrastructure
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/hash.h b/hash.h
index 3cfd1ca..b0aea23 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: hash.h,v 1.4 2004/04/08 01:36:11 mdw Exp $
- *
  * General hashtable infrastructure
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/hex.c b/hex.c
index dd9d93f..2fcb61e 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: hex.c,v 1.3 2004/04/08 01:36:11 mdw Exp $
- *
  * Hexadecimal encoding and decoding.
  *
  * (c) 2001 Straylight/Edgeware
diff --git a/hex.h b/hex.h
index 6369ed8..c6b8fe3 100644 (file)
--- a/hex.h
+++ b/hex.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: hex.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
- *
  * Hexadecimal encoding and decoding
  *
  * (c) 2001 Straylight/Edgeware
diff --git a/ident.c b/ident.c
index c015331..bff6ea2 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: ident.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
- *
  * Nonblocking RFC931 client
  *
  * (c) 1999 Mark Wooding
diff --git a/ident.h b/ident.h
index e64d86c..97e979f 100644 (file)
--- a/ident.h
+++ b/ident.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: ident.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
- *
  * Nonblocking RFC931 client
  *
  * (c) 1999 Mark Wooding
diff --git a/lbuf.c b/lbuf.c
index b9571a4..0cd391c 100644 (file)
--- a/lbuf.c
+++ b/lbuf.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: lbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $
- *
  * Block-to-line buffering
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/lbuf.h b/lbuf.h
index 1e2a964..c18fea0 100644 (file)
--- a/lbuf.h
+++ b/lbuf.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: lbuf.h,v 1.8 2004/04/08 01:36:13 mdw Exp $
- *
  * Block-to-line buffering
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/lock.c b/lock.c
index 19392a8..02d5d7a 100644 (file)
--- a/lock.c
+++ b/lock.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: lock.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
- *
  * Simplified POSIX locking interface
  *
  * (c) 1997 Straylight/Edgeware
diff --git a/lock.h b/lock.h
index bd89b0d..83c5b27 100644 (file)
--- a/lock.h
+++ b/lock.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: lock.h,v 1.3 2004/04/08 01:36:13 mdw Exp $
- *
  * Simplified POSIX locking interface
  *
  * (c) 1999 Straylight/Edgeware
index eb1099b..41f2d67 100644 (file)
--- a/macros.h
+++ b/macros.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Handy macros
  *
  * (c) 2003 Straylight/Edgeware
diff --git a/pkbuf.c b/pkbuf.c
index 341c985..6adbecf 100644 (file)
--- a/pkbuf.c
+++ b/pkbuf.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: pkbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $
- *
  * Simple packet buffering
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/pkbuf.h b/pkbuf.h
index d55ae50..1a8c325 100644 (file)
--- a/pkbuf.h
+++ b/pkbuf.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: pkbuf.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
- *
  * Simple packet buffering
  *
  * (c) 2000 Straylight/Edgeware
index 23c8e69..037d6fe 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: pool-file.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
- *
  * File handles in resource pools
  *
  * (c) 2000 Straylight/Edgeware
index ebf0e87..f745960 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: pool-sub.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
- *
  * Subarenas in resource pools
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/pool.c b/pool.c
index d89bab2..69e852d 100644 (file)
--- a/pool.c
+++ b/pool.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Resource pool handling
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/pool.h b/pool.h
index 72dbe9c..5a843ab 100644 (file)
--- a/pool.h
+++ b/pool.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: pool.h,v 1.2 2004/04/08 01:36:13 mdw Exp $
- *
  * Resource pool handling
  *
  * (c) 2000 Straylight/Edgeware
diff --git a/pquis.c b/pquis.c
index 02a0414..00b738e 100644 (file)
--- a/pquis.c
+++ b/pquis.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: pquis.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
- *
  * Print strings, substituting the program name
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/quis.c b/quis.c
index c305047..c3d189b 100644 (file)
--- a/quis.c
+++ b/quis.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: quis.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
- *
  * Setting the program name
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/quis.h b/quis.h
index 17fbb36..652a9f4 100644 (file)
--- a/quis.h
+++ b/quis.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: quis.h,v 1.6 2004/04/08 01:36:13 mdw Exp $
- *
  * Setting the program name
  *
  * (c) 1998 Straylight/Edgeware
index b903d63..84a0f8d 100644 (file)
--- a/report.c
+++ b/report.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: report.c,v 1.4 2004/04/08 01:36:13 mdw Exp $
- *
  * Reporting errors and things
  *
  * (c) 1998 Straylight/Edgeware
index 8b3b91e..90128fb 100644 (file)
--- a/report.h
+++ b/report.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: report.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
- *
  * Reporting errors and things
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/sel.c b/sel.c
index c174b9a..434a74e 100644 (file)
--- a/sel.c
+++ b/sel.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: sel.c,v 1.13 2004/04/08 01:36:13 mdw Exp $
- *
  * I/O multiplexing support
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/sel.h b/sel.h
index 58dab4f..b1534be 100644 (file)
--- a/sel.h
+++ b/sel.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: sel.h,v 1.10 2004/04/08 01:36:13 mdw Exp $
- *
  * I/O multiplexing support
  *
  * (c) 1999 Straylight/Edgeware
index 05aec77..b572f4b 100644 (file)
--- a/selbuf.c
+++ b/selbuf.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: selbuf.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
- *
  * Line-buffering select handler
  *
  * (c) 1999 Straylight/Edgeware
index 1ce4a75..08dcfd1 100644 (file)
--- a/selbuf.h
+++ b/selbuf.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: selbuf.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
- *
  * Line-buffering select handler
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/selpk.c b/selpk.c
index f035dd6..450e08b 100644 (file)
--- a/selpk.c
+++ b/selpk.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: selpk.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
- *
  * Packet-buffering select handler
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/selpk.h b/selpk.h
index 0154365..c43d8ad 100644 (file)
--- a/selpk.h
+++ b/selpk.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: selpk.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
- *
  * Packet-buffering select handler
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/sig.c b/sig.c
index ee4f46c..87dbb33 100644 (file)
--- a/sig.c
+++ b/sig.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: sig.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
- *
  * Signal handling
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/sig.h b/sig.h
index 29250fe..75a8eac 100644 (file)
--- a/sig.h
+++ b/sig.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: sig.h,v 1.3 2004/04/08 01:36:13 mdw Exp $
- *
  * Signal handling
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/str.c b/str.c
index 8e3f43a..51ca323 100644 (file)
--- a/str.c
+++ b/str.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: str.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
- *
  * Functions for hacking with strings
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/str.h b/str.h
index 9d3192e..facdba6 100644 (file)
--- a/str.h
+++ b/str.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: str.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
- *
  * Functions for hacking with strings
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/sub.c b/sub.c
index 06570b6..1abfedd 100644 (file)
--- a/sub.c
+++ b/sub.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: sub.c,v 1.9 2004/04/08 01:36:13 mdw Exp $
- *
  * Allocation of known-size blocks
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/sub.h b/sub.h
index 78e646e..b48e835 100644 (file)
--- a/sub.h
+++ b/sub.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: sub.h,v 1.8 2004/04/08 01:36:13 mdw Exp $
- *
  * Allocation of known-size blocks
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/sym.c b/sym.c
index 7eb4626..4543811 100644 (file)
--- a/sym.c
+++ b/sym.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: sym.c,v 1.15 2004/04/08 01:36:13 mdw Exp $
- *
  * Symbol table management
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/sym.h b/sym.h
index 7a40b74..9e191eb 100644 (file)
--- a/sym.h
+++ b/sym.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: sym.h,v 1.14 2004/04/08 01:36:13 mdw Exp $
- *
  * Symbol table management
  *
  * (c) 1998 Straylight/Edgeware
index b24ab33..c85276f 100644 (file)
--- a/testrig.c
+++ b/testrig.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: testrig.c,v 1.10 2004/04/08 01:36:13 mdw Exp $
- *
  * Generic test driver
  *
  * (c) 1998 Straylight/Edgeware
index c63edb1..3729794 100644 (file)
--- a/testrig.h
+++ b/testrig.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: testrig.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
- *
  * Generic test driver
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/trace.c b/trace.c
index e618956..2681cd3 100644 (file)
--- a/trace.c
+++ b/trace.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: trace.c,v 1.8 2004/04/08 01:36:13 mdw Exp $
- *
  * Tracing functions for debugging
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/trace.h b/trace.h
index 9f61fc1..77e5ed4 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: trace.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
- *
  * Tracing functions for debugging
  *
  * (c) 1998 Straylight/Edgeware
index 2d1594f..78d82bd 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: traceopt.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
- *
  * Parsing tracing options
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/track.c b/track.c
index f790fc1..15ed7fa 100644 (file)
--- a/track.c
+++ b/track.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: track.c,v 1.5 2004/04/08 01:36:13 mdw Exp $
- *
  * Tracing functions for debugging
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/track.h b/track.h
index afeebcc..84a4611 100644 (file)
--- a/track.h
+++ b/track.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: track.h,v 1.6 2004/04/08 01:36:13 mdw Exp $
- *
  * Tracing functions for debugging
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/tv.c b/tv.c
index 69a18d9..dca58cc 100644 (file)
--- a/tv.c
+++ b/tv.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: tv.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
- *
  * Manipulation of timeval structures
  *
  * (c) 1998 Straylight/Edgeware
diff --git a/tv.h b/tv.h
index d93e281..61f0a99 100644 (file)
--- a/tv.h
+++ b/tv.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: tv.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
- *
  * Manipulation of timeval structures
  *
  * (c) 1998 Straylight/Edgeware
index f168227..dd69f45 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: unihash-mkstatic.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
- *
  * Build static universal hash tables
  *
  * (c) 2003 Straylight/Edgeware
index 9f9719b..2997e4f 100644 (file)
--- a/unihash.c
+++ b/unihash.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: unihash.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
- *
  * Simple and efficient universal hashing for hashtables
  *
  * (c) 2003 Straylight/Edgeware
index 22cecf9..7ea30b1 100644 (file)
--- a/unihash.h
+++ b/unihash.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: unihash.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
- *
  * Simple and efficient universal hashing for hashtables
  *
  * (c) 2003 Straylight/Edgeware
diff --git a/url.c b/url.c
index 797c536..f502f7c 100644 (file)
--- a/url.c
+++ b/url.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: url.c,v 1.5 2004/04/08 01:36:13 mdw Exp $
- *
  * Parsing and construction of url-encoded name/value pairs
  *
  * (c) 1999 Straylight/Edgeware
diff --git a/url.h b/url.h
index e0906ce..0e9e951 100644 (file)
--- a/url.h
+++ b/url.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: url.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
- *
  * Parsing and construction of url-encoded name/value pairs
  *
  * (c) 1999 Straylight/Edgeware
index 7b67dc2..3556916 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Compare version numbers using the Debian algorithm
  *
  * (c) 2007 Straylight/Edgeware
index 78db39b..efcb322 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Compare version numbers using the Debian algorithm
  *
  * (c) 2007 Straylight/Edgeware