chiark / gitweb /
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 c0c7cfbb2b99f994590bea647621da352f3a31d6..196c8a2a662b9fa90d7840b2c20f9f3730604f9c 100644 (file)
--- a/align.h
+++ b/align.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: align.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Pointer alignment hack
  *
  *
  * Pointer alignment hack
  *
diff --git a/alloc.c b/alloc.c
index c04b2203f3dab122716818a3cffc0fb9aaad4972..e71ead40c73b56652711932e9367346995033b9b 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: alloc.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Memory allocation functions
  *
  *
  * Memory allocation functions
  *
diff --git a/alloc.h b/alloc.h
index f55f6e856caf3b812368745994b203582e2a2667..234918148e49413d2a501a75bbefc1ce24a75513 100644 (file)
--- a/alloc.h
+++ b/alloc.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: alloc.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Memory allocation functions
  *
  *
  * Memory allocation functions
  *
diff --git a/arena.c b/arena.c
index 7604823c8f27186713c98e003d0dfe4efaabcf04..3259dc8426756564a2a620e087deb284cdacd945 100644 (file)
--- a/arena.c
+++ b/arena.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: arena.c,v 1.5 2004/04/08 01:36:11 mdw Exp $
  *
  * Abstraction for memory allocation arenas
  *
  *
  * Abstraction for memory allocation arenas
  *
diff --git a/arena.h b/arena.h
index 3cca9ecc38312d8f933f4b542b00ab5ba3e37f76..82f6cd6c1a20c994cabc4d37ebdd19de9e7fda7b 100644 (file)
--- a/arena.h
+++ b/arena.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Abstraction for memory allocation arenas
  *
  *
  * Abstraction for memory allocation arenas
  *
diff --git a/assoc.c b/assoc.c
index 05f27370e7a291f03f4ef61421c668417c85e6ee..9aef172835283a719ce30cc6dfbc2431c21b2fd4 100644 (file)
--- a/assoc.c
+++ b/assoc.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: assoc.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Assocation tables
  *
  *
  * Assocation tables
  *
diff --git a/assoc.h b/assoc.h
index b5c0dd8f45143e7c4d10ba683b77f3c260a1f64e..5fd1f294f5715fda2a26b465937922487a26bab6 100644 (file)
--- a/assoc.h
+++ b/assoc.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: assoc.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Assocation tables
  *
  *
  * Assocation tables
  *
diff --git a/atom.c b/atom.c
index b11fb3946733bc8090750d7a13830514888aea82..c91022db92aed84656a37af65f4841234d10e017 100644 (file)
--- a/atom.c
+++ b/atom.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Atom management
  *
  *
  * Atom management
  *
diff --git a/atom.h b/atom.h
index a5d6261cd74ea3afcc3a377f2ab48f5ce9f60629..430f23b90507fc6c5449863f98274b9638ec4242 100644 (file)
--- a/atom.h
+++ b/atom.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: atom.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Atom management
  *
  *
  * Atom management
  *
index f2454092229d8df7f903b9692daf7360ea4b2395..bbf6974b91b154b2bde632066e8cb6dfd042d622 100644 (file)
--- a/base32.c
+++ b/base32.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Base32 encoding and decoding.
  *
  *
  * Base32 encoding and decoding.
  *
index bedbae1c35c664dfef51f369ddd9264cb4e00ea2..34517783bc7685e0be54cd12e9eb0aca5d3f2b25 100644 (file)
--- a/base32.h
+++ b/base32.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Base32 encoding and decoding
  *
  *
  * Base32 encoding and decoding
  *
index 8fda2b5ec7ae912a355f05d18ad18c7ba8fb74c7..ae3c98713ee94c0b5b040601088c14482d863695 100644 (file)
--- a/base64.c
+++ b/base64.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: base64.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Base64 encoding and decoding.
  *
  *
  * Base64 encoding and decoding.
  *
index 12174a7cf9947c7f7f1eac74bb43035907569be5..22a8318a108e5a548de15f1cd9776d38d302c251 100644 (file)
--- a/base64.h
+++ b/base64.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: base64.h,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Base64 encoding and decoding
  *
  *
  * Base64 encoding and decoding
  *
diff --git a/bits.c b/bits.c
index b02c60317c13c8271a02c0be37af68b9d7c185d2..db983313c49db3d74859c1eb87056df072ec9a80 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: bits.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Test rig for bits header
  *
  *
  * Test rig for bits header
  *
diff --git a/bits.h b/bits.h
index 1b9f4856a03b67c204477db1def486b027f6d0d3..f3fe08f1f907f259f16008b4055aae506e425403 100644 (file)
--- a/bits.h
+++ b/bits.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Portable bit-level manipulation macros
  *
  *
  * Portable bit-level manipulation macros
  *
index 039ca69f9f045de25f9ff9c6d779139fdf5ef7d9..0d93ab0ed1af6468d1f3ea70a90926b110f30264 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Background reverse name resolution (ADNS version)
  *
  *
  * Background reverse name resolution (ADNS version)
  *
diff --git a/bres.c b/bres.c
index 4efea3c1902d0cf3d12837d5863b4c57c150a74f..3a308b37641613264fead9d1d6e469eb328e447a 100644 (file)
--- a/bres.c
+++ b/bres.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: bres.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Background reverse name resolution
  *
  *
  * Background reverse name resolution
  *
diff --git a/bres.h b/bres.h
index c391644265c6a74ce863c76756529b560d0d9369..df14fd650f8739d186ac8f81bab377907c6c8c36 100644 (file)
--- a/bres.h
+++ b/bres.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: bres.h,v 1.5 2004/04/08 01:36:11 mdw Exp $
  *
  * Background reverse name resolution
  *
  *
  * Background reverse name resolution
  *
index 71964b75515256f5f9c302c8389fd85ebd9265cf..2d91b42ed92aa1ebbf550f6c4d1e9b261752e612 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Buffers and dynamic strings
  *
  *
  * Buffers and dynamic strings
  *
diff --git a/buf.c b/buf.c
index 8893adc1b8a133822140bc6a6b89d577eacfd61e..1ac6bb9581740d9da7d2ff6258ad3e40c1689b34 100644 (file)
--- a/buf.c
+++ b/buf.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Buffer handling
  *
  *
  * Buffer handling
  *
diff --git a/buf.h b/buf.h
index 718ba50d8166c22d91f5ad57a97a71eb2dbde2f2..b96a886d5a84aaffcf320c95a5a96c1972b7aac4 100644 (file)
--- a/buf.h
+++ b/buf.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Reading and writing packet buffers
  *
  *
  * Reading and writing packet buffers
  *
diff --git a/conn.c b/conn.c
index 7de477b0a4bbb532b6182705f22ac0af45d9a796..a60653a1b015371f2a60abf967cdaa6749dae9a4 100644 (file)
--- a/conn.c
+++ b/conn.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: conn.c,v 1.10 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking connect handling
  *
  *
  * Nonblocking connect handling
  *
diff --git a/conn.h b/conn.h
index bee4fce129f4054d70ddc769757d5f49f6374eb5..53f43212a4da1a19bfca1169038289fb9621c739 100644 (file)
--- a/conn.h
+++ b/conn.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: conn.h,v 1.8 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking connect handling
  *
  *
  * Nonblocking connect handling
  *
index 200ed327ef1c384079f0765b5485ba14ffaeff95..d6f41498dbc6180f08cbd3f20def4f49fda629d7 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: crc-mktab.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Build CRC tables
  *
  *
  * Build CRC tables
  *
diff --git a/crc32.c b/crc32.c
index 8eddec9f8481a4f8573507487c545dcba1eb0baf..f27ceeb60ad21fc91dd320a9909290e8caad2ef9 100644 (file)
--- a/crc32.c
+++ b/crc32.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: crc32.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
diff --git a/crc32.h b/crc32.h
index 5209f3e43514b91f65e5ae52868467adfeec6747..7482dc4773a6518e1523d6804f5d2c483aab6ad6 100644 (file)
--- a/crc32.h
+++ b/crc32.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: crc32.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
index 4f0e100dda9ba144fdb8d7390e2bc664ddd85abb..4b1e966f2ca4a01d5673e2cf770a823e2040793b 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Become a daemon, detaching from terminals
  *
  *
  * Become a daemon, detaching from terminals
  *
index eaa0772540a659305cb41b8af477838887834467..afe0afbac5ccc9ea2e1a9d7190016aac40a22556 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Become a daemon, detaching from terminals
  *
  *
  * Become a daemon, detaching from terminals
  *
index 05ba81e44857aeac7e8d1679ced700b24a57a5ed..aa7e4a29ac933ffeca80ebd8af7b49691d65367a 100644 (file)
--- a/darray.c
+++ b/darray.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: darray.c,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Dynamically growing dense arrays
  *
  *
  * Dynamically growing dense arrays
  *
index 067a696ac2b3dca6749ed6d20240eeca4c2696d1..9e079292008ce377406ee74da56554a07b07c8e1 100644 (file)
--- a/darray.h
+++ b/darray.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: darray.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Dynamically growing dense arrays
  *
  *
  * Dynamically growing dense arrays
  *
diff --git a/dputf.c b/dputf.c
index 2c29aad0d8fb814b6c4cb025dadfeba9e289a9d8..38eb8f6d1c1580c921220b6ecab7184a3df2b348 100644 (file)
--- a/dputf.c
+++ b/dputf.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * `printf'-style formatting for dynamic strings
  *
  *
  * `printf'-style formatting for dynamic strings
  *
index 2a3e4be337bb3394d09cf56f282c833781353979..53e2032db3c016c90233a212031b1e34de01eded 100644 (file)
--- a/dspool.c
+++ b/dspool.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: dspool.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Provide pools of strings
  *
  *
  * Provide pools of strings
  *
index 0650e5e0a68746e92741e5e14571719c2311a76a..b7f64f577227a5238cfc72efc475a6719339d5dc 100644 (file)
--- a/dspool.h
+++ b/dspool.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: dspool.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Provide pools of strings
  *
  *
  * Provide pools of strings
  *
diff --git a/dstr.c b/dstr.c
index cda48a23411b1718eeb280f859d40cce7364baa6..3072c5756fc334de6732fcca7c74fa4c9ab069a7 100644 (file)
--- a/dstr.c
+++ b/dstr.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: dstr.c,v 1.16 2004/04/08 01:36:11 mdw Exp $
  *
  * Handle dynamically growing strings
  *
  *
  * Handle dynamically growing strings
  *
diff --git a/dstr.h b/dstr.h
index 019758a198222e481efd312e1dab2be00e8909cc..3ef3051f4ad960629bdf463455655c334a4b89ef 100644 (file)
--- a/dstr.h
+++ b/dstr.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: dstr.h,v 1.13 2004/04/08 01:36:11 mdw Exp $
  *
  * Handle dynamically growing strings
  *
  *
  * Handle dynamically growing strings
  *
diff --git a/env.c b/env.c
index d3467b86d3d8db95bdff3b96b6b7336b598f4db2..1e3d3d1fe68851e338506cb82c2d4454c8e93885 100644 (file)
--- a/env.c
+++ b/env.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: env.c,v 1.5 2004/04/08 01:36:11 mdw Exp $
  *
  * Fiddling with environment variables
  *
  *
  * Fiddling with environment variables
  *
diff --git a/env.h b/env.h
index e04f1a3894ff7584a688831e3358d2f33cb811a5..60012429492aa449b8166ebfbee0e8b4426055ce 100644 (file)
--- a/env.h
+++ b/env.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: env.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Fiddling with environment variables
  *
  *
  * Fiddling with environment variables
  *
diff --git a/exc.c b/exc.c
index 8f506967ea8f7279f74b45c7d99cca5413e9b7f0..9cc03060164d02b02865e40e4fe2872c2e94a560 100644 (file)
--- a/exc.c
+++ b/exc.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: exc.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Structured exception handling in C
  *
  *
  * Structured exception handling in C
  *
diff --git a/exc.h b/exc.h
index 1db4a370a34d6ab3d440d72b8a5e8e6e717dbd74..cd3f1c51089fd4996dabe12c49359877a37caad9 100644 (file)
--- a/exc.h
+++ b/exc.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: exc.h,v 1.7 2004/04/08 01:36:11 mdw Exp $
  *
  * Structured exception handling in C
  *
  *
  * Structured exception handling in C
  *
index af8663f3e68bafeb942ef150b8818009c44b1a88..02469ada76de2c8ebe2f24de59a4ae150b27f783 100644 (file)
--- a/fdflags.c
+++ b/fdflags.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Manipulates flags on file descriptors
  *
  *
  * Manipulates flags on file descriptors
  *
index 8cff1ac7a0eaa70508edc2d75ef2ff4823d80344..bccc43304fc934b464b3fa12ca9fcf1b7ff9027a 100644 (file)
--- a/fdflags.h
+++ b/fdflags.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: fdflags.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Manipulates flags on file descriptors
  *
  *
  * Manipulates flags on file descriptors
  *
index 8a33c2b366a8a3ab276b4372ddde6715a9a7840a..e860ec360594731353560d4e1460827ef4010a0f 100644 (file)
--- a/fdpass.c
+++ b/fdpass.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * File descriptor passing
  *
  *
  * File descriptor passing
  *
index 8b79c0ef7b06ef0713c01c42d97223f2971f0074..3fb8f746c62e44c960fa2d69dca3b3e8b48a8df2 100644 (file)
--- a/fdpass.h
+++ b/fdpass.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: fdpass.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * File descriptor passing
  *
  *
  * File descriptor passing
  *
index cf7191cd371068cd9b7f1a90546d4625bd4af844..69f5498a411ed1f0a0f78fd4f3be1deed894a8dd 100644 (file)
--- a/fwatch.c
+++ b/fwatch.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: fwatch.c,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Watch a file for changes
  *
  *
  * Watch a file for changes
  *
index 6c2f2b013db92f2525f18ad083205e3cd03dc23c..f05532cb74baca588e3d3ac494f033d4fddc5328 100644 (file)
--- a/fwatch.h
+++ b/fwatch.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: fwatch.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Watch a file for changes
  *
  *
  * Watch a file for changes
  *
diff --git a/hash.c b/hash.c
index 51d0eedd68c6291d1a33e2dfd4e974d68a866387..d4df9b7ce074882b2a1b45e5bcdf2496d210c174 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: hash.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * General hashtable infrastructure
  *
  *
  * General hashtable infrastructure
  *
diff --git a/hash.h b/hash.h
index 3cfd1cabf92a32a3356dd167849e2b4b0eb46b2f..b0aea23e4629689730106a2eb38e0773789b2787 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: hash.h,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * General hashtable infrastructure
  *
  *
  * General hashtable infrastructure
  *
diff --git a/hex.c b/hex.c
index dd9d93f1178b546b0acf9a6a6c25d2763702176c..2fcb61ec2224bddb7b19f4b02935775d2556555d 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: hex.c,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Hexadecimal encoding and decoding.
  *
  *
  * Hexadecimal encoding and decoding.
  *
diff --git a/hex.h b/hex.h
index 6369ed8b89bf4bb166530ce8d2c1919b3fdcfe78..c6b8fe3f025aee98eb7a439eacfce437bbed94ec 100644 (file)
--- a/hex.h
+++ b/hex.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: hex.h,v 1.2 2004/04/08 01:36:11 mdw Exp $
  *
  * Hexadecimal encoding and decoding
  *
  *
  * Hexadecimal encoding and decoding
  *
diff --git a/ident.c b/ident.c
index c015331b1008d2a4c288c2884773a477ca94a80c..bff6ea26fde954acb0bc48548a7b0573c8f68f68 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: ident.c,v 1.6 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking RFC931 client
  *
  *
  * Nonblocking RFC931 client
  *
diff --git a/ident.h b/ident.h
index e64d86c3301b09a2e4eaa6b4648cb197a2042352..97e979f8b2af53a2b68f5bcc6b20bbb2895cc81b 100644 (file)
--- a/ident.h
+++ b/ident.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: ident.h,v 1.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking RFC931 client
  *
  *
  * Nonblocking RFC931 client
  *
diff --git a/lbuf.c b/lbuf.c
index b9571a42dcee9a5848d3a1ee94340cda3d312e9d..0cd391c61b92ed4c3b892e06839953f421196b9c 100644 (file)
--- a/lbuf.c
+++ b/lbuf.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: lbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Block-to-line buffering
  *
  *
  * Block-to-line buffering
  *
diff --git a/lbuf.h b/lbuf.h
index 1e2a9641ae93f81b01d7f7e6ab5c19e487f9fb16..c18fea00fa171b8fc9f87bf3360a699a2d3895f3 100644 (file)
--- a/lbuf.h
+++ b/lbuf.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: lbuf.h,v 1.8 2004/04/08 01:36:13 mdw Exp $
  *
  * Block-to-line buffering
  *
  *
  * Block-to-line buffering
  *
diff --git a/lock.c b/lock.c
index 19392a8e7a1ea63c2639ce7f1bb17247df501a3a..02d5d7a2b5167e311363b814cbfe82c4f113aef4 100644 (file)
--- a/lock.c
+++ b/lock.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: lock.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Simplified POSIX locking interface
  *
  *
  * Simplified POSIX locking interface
  *
diff --git a/lock.h b/lock.h
index bd89b0de51586c86e0ab591d5ece96cc026663d4..83c5b2754d8433e74a86b40eac667e23caf5890c 100644 (file)
--- a/lock.h
+++ b/lock.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: lock.h,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Simplified POSIX locking interface
  *
  *
  * Simplified POSIX locking interface
  *
index eb1099b248cbc42434ea397fdf3595e03a53cbbe..41f2d67312f5bcf70a95fa6eddaa80f44827c352 100644 (file)
--- a/macros.h
+++ b/macros.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Handy macros
  *
  *
  * Handy macros
  *
diff --git a/pkbuf.c b/pkbuf.c
index 341c985d1ab8eebba995ba8d420c3bcd47a5c6be..6adbecf14b5f8a6771790496425b105f32869efe 100644 (file)
--- a/pkbuf.c
+++ b/pkbuf.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: pkbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple packet buffering
  *
  *
  * Simple packet buffering
  *
diff --git a/pkbuf.h b/pkbuf.h
index d55ae504e99968df16856b9edb8efead3d2a13fc..1a8c3258b773109c7c90d0c366c04aca90c87c26 100644 (file)
--- a/pkbuf.h
+++ b/pkbuf.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: pkbuf.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple packet buffering
  *
  *
  * Simple packet buffering
  *
index 23c8e6928467d1222e15466f9d425dae8e2cf5cf..037d6fea0cf6b438bf2eaa8911f2770f9f683961 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: pool-file.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * File handles in resource pools
  *
  *
  * File handles in resource pools
  *
index ebf0e879be4dc35a56f4dfc77767897f1f26bc7d..f7459608d3abe3bb6e156ecb1e5916843b24c16d 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: pool-sub.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Subarenas in resource pools
  *
  *
  * Subarenas in resource pools
  *
diff --git a/pool.c b/pool.c
index d89bab2555a75a265733850d400a94d07774eec9..69e852d6b264d7e88dd9b61627d40fc7e652514a 100644 (file)
--- a/pool.c
+++ b/pool.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Resource pool handling
  *
  *
  * Resource pool handling
  *
diff --git a/pool.h b/pool.h
index 72dbe9c102655d0ba0129b60f42bed5f22fcb16f..5a843ab582e9415678a16ad24761ac898242dc8b 100644 (file)
--- a/pool.h
+++ b/pool.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: pool.h,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Resource pool handling
  *
  *
  * Resource pool handling
  *
diff --git a/pquis.c b/pquis.c
index 02a0414b2b415f5de8960bd4bbd2c4ecaca94a98..00b738e60c9c2a2185980cebb8e0dcf7580a133e 100644 (file)
--- a/pquis.c
+++ b/pquis.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: pquis.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Print strings, substituting the program name
  *
  *
  * Print strings, substituting the program name
  *
diff --git a/quis.c b/quis.c
index c305047304df146534c15928d2cdb5b48e0391e3..c3d189b515de43f9d26c4950ad18e5c82b529c46 100644 (file)
--- a/quis.c
+++ b/quis.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: quis.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Setting the program name
  *
  *
  * Setting the program name
  *
diff --git a/quis.h b/quis.h
index 17fbb3626bad8726ce1c73f8ddc7227a4d30c19f..652a9f4de7d27c58b7607847c2299c836a5ce7b4 100644 (file)
--- a/quis.h
+++ b/quis.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: quis.h,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Setting the program name
  *
  *
  * Setting the program name
  *
index b903d630c0d2362555aa0ed359c94872c867f33f..84a0f8dd6f738883d751aa5865ab8d0bbd843d4d 100644 (file)
--- a/report.c
+++ b/report.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: report.c,v 1.4 2004/04/08 01:36:13 mdw Exp $
  *
  * Reporting errors and things
  *
  *
  * Reporting errors and things
  *
index 8b3b91e1eb2b976b10f12246fb9fa9315a0820b8..90128fb247f9c52e7736153ac643f377b4022d3c 100644 (file)
--- a/report.h
+++ b/report.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: report.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Reporting errors and things
  *
  *
  * Reporting errors and things
  *
diff --git a/sel.c b/sel.c
index c174b9a457dc14673bcab4d4da954bacc8f5b67c..434a74e9ea31eb1b4b361e1aac561a51f331f891 100644 (file)
--- a/sel.c
+++ b/sel.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: sel.c,v 1.13 2004/04/08 01:36:13 mdw Exp $
  *
  * I/O multiplexing support
  *
  *
  * I/O multiplexing support
  *
diff --git a/sel.h b/sel.h
index 58dab4fd0b114537f323743eb424c590213f06f7..b1534be9e25f2db50c9622d45f6409839029c2dc 100644 (file)
--- a/sel.h
+++ b/sel.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: sel.h,v 1.10 2004/04/08 01:36:13 mdw Exp $
  *
  * I/O multiplexing support
  *
  *
  * I/O multiplexing support
  *
index 05aec77796621d1271113a43c39f6d06b569544a..b572f4b937d39b8e798c66888e54d4049a115735 100644 (file)
--- a/selbuf.c
+++ b/selbuf.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: selbuf.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Line-buffering select handler
  *
  *
  * Line-buffering select handler
  *
index 1ce4a758f6af30ccc85cb5293340b6425aee95ad..08dcfd179e314b76973bf6b9814e7e90facfb20b 100644 (file)
--- a/selbuf.h
+++ b/selbuf.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: selbuf.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Line-buffering select handler
  *
  *
  * Line-buffering select handler
  *
diff --git a/selpk.c b/selpk.c
index f035dd610297d688aa7acf2ad293d40fddd1ad51..450e08b2ac090809c4b37a6010045caca105f175 100644 (file)
--- a/selpk.c
+++ b/selpk.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: selpk.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Packet-buffering select handler
  *
  *
  * Packet-buffering select handler
  *
diff --git a/selpk.h b/selpk.h
index 01543658adb00b0ec2709bde5a628100740f51fd..c43d8ada29153c3a6d490889d98384614e061de2 100644 (file)
--- a/selpk.h
+++ b/selpk.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: selpk.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
  *
  * Packet-buffering select handler
  *
  *
  * Packet-buffering select handler
  *
diff --git a/sig.c b/sig.c
index ee4f46cd4db238bd551c42e0057915995e302691..87dbb3334890ef23fe610d97394dfcc7072d04c6 100644 (file)
--- a/sig.c
+++ b/sig.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: sig.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Signal handling
  *
  *
  * Signal handling
  *
diff --git a/sig.h b/sig.h
index 29250fe5555846e28c86140af715b9ac1e1c92af..75a8eac96dc8d7a956a43dc5bcacf13c9fbbf073 100644 (file)
--- a/sig.h
+++ b/sig.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: sig.h,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Signal handling
  *
  *
  * Signal handling
  *
diff --git a/str.c b/str.c
index 8e3f43ab1eb5a12d29e44d27deebdf4f0d2b0f12..51ca3236d5af3a63dee27fac3f8f45d2960d9a6a 100644 (file)
--- a/str.c
+++ b/str.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: str.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Functions for hacking with strings
  *
  *
  * Functions for hacking with strings
  *
diff --git a/str.h b/str.h
index 9d3192e1064cd99edf698bcccf6a47bb82b0940b..facdba66f9e2f582d8f944c26c0314a2747791e3 100644 (file)
--- a/str.h
+++ b/str.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: str.h,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Functions for hacking with strings
  *
  *
  * Functions for hacking with strings
  *
diff --git a/sub.c b/sub.c
index 06570b609b0e629e68198faf04b6aaeefa99ff75..1abfeddcdfeebe1aa64804270b670540a5b98ae3 100644 (file)
--- a/sub.c
+++ b/sub.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: sub.c,v 1.9 2004/04/08 01:36:13 mdw Exp $
  *
  * Allocation of known-size blocks
  *
  *
  * Allocation of known-size blocks
  *
diff --git a/sub.h b/sub.h
index 78e646e153000327f59b70f12b512a9adf2b8b83..b48e835a8d972e53f4565aaa276cff5805c18d3d 100644 (file)
--- a/sub.h
+++ b/sub.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: sub.h,v 1.8 2004/04/08 01:36:13 mdw Exp $
  *
  * Allocation of known-size blocks
  *
  *
  * Allocation of known-size blocks
  *
diff --git a/sym.c b/sym.c
index 7eb4626f744ef18f70cb5a667034797521e47d27..4543811676af87d303f88dbe0f3fd0e0a1fedf6c 100644 (file)
--- a/sym.c
+++ b/sym.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: sym.c,v 1.15 2004/04/08 01:36:13 mdw Exp $
  *
  * Symbol table management
  *
  *
  * Symbol table management
  *
diff --git a/sym.h b/sym.h
index 7a40b7401eebb734ff1e4f087eb99e7a3c0451d1..9e191eb58383d8aed437be658433714ed5d786f5 100644 (file)
--- a/sym.h
+++ b/sym.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: sym.h,v 1.14 2004/04/08 01:36:13 mdw Exp $
  *
  * Symbol table management
  *
  *
  * Symbol table management
  *
index b24ab33b7ff253066b611344442d0e670b08658a..c85276f330dd7210f91512de8327b69df04475ad 100644 (file)
--- a/testrig.c
+++ b/testrig.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: testrig.c,v 1.10 2004/04/08 01:36:13 mdw Exp $
  *
  * Generic test driver
  *
  *
  * Generic test driver
  *
index c63edb18d0f90bedb53d7991e9b4fffa89d644d8..37297940884a9905460718c968a64d3c66a0d7e2 100644 (file)
--- a/testrig.h
+++ b/testrig.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: testrig.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Generic test driver
  *
  *
  * Generic test driver
  *
diff --git a/trace.c b/trace.c
index e618956ed90739267bb8590e87cc7d8f298381de..2681cd32e456c6f621f96862ea1fac993f21d324 100644 (file)
--- a/trace.c
+++ b/trace.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: trace.c,v 1.8 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  *
  * Tracing functions for debugging
  *
diff --git a/trace.h b/trace.h
index 9f61fc157b5f0e20c5adc981c68f09f636e5c27a..77e5ed4989450d239f38223d57e2a41f0b74c9a7 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: trace.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  *
  * Tracing functions for debugging
  *
index 2d1594fa2e9ed07e8668be3587f47285e13c1cc9..78d82bdbe04f80808967ac142ad51a15dcd90623 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: traceopt.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Parsing tracing options
  *
  *
  * Parsing tracing options
  *
diff --git a/track.c b/track.c
index f790fc1d25a98b1fb5c3b2b7cc4681b3cb1fd40e..15ed7fa21659887c067475479e0fdcc059da26fb 100644 (file)
--- a/track.c
+++ b/track.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: track.c,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  *
  * Tracing functions for debugging
  *
diff --git a/track.h b/track.h
index afeebcc0f5970cda3d79fdb7196f8aa655a3b13c..84a46112b75595093ca3f93941854101543ec7ed 100644 (file)
--- a/track.h
+++ b/track.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: track.h,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Tracing functions for debugging
  *
  *
  * Tracing functions for debugging
  *
diff --git a/tv.c b/tv.c
index 69a18d9873bddc8d1e7825458cd4702e2a6bdb87..dca58cc2cf6e8bfa48ab6868abc1ab97c092f4bc 100644 (file)
--- a/tv.c
+++ b/tv.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: tv.c,v 1.6 2004/04/08 01:36:13 mdw Exp $
  *
  * Manipulation of timeval structures
  *
  *
  * Manipulation of timeval structures
  *
diff --git a/tv.h b/tv.h
index d93e28185eb9d8e0db38f4aab67320c7d6601035..61f0a99461217f9d34d1f6fe22f99874a97c67cf 100644 (file)
--- a/tv.h
+++ b/tv.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: tv.h,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Manipulation of timeval structures
  *
  *
  * Manipulation of timeval structures
  *
index f1682279d891bd8bd0a3eab8870c76d3f6fd6eeb..dd69f45da60142b0f142ef7a319f1cabc42a81b6 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: unihash-mkstatic.c,v 1.2 2004/04/08 01:36:13 mdw Exp $
  *
  * Build static universal hash tables
  *
  *
  * Build static universal hash tables
  *
index 9f9719bffbd0dbf7243f2627a75f302a4fedc97e..2997e4fac50ec9f1364d1a4de852d0c2834c3806 100644 (file)
--- a/unihash.c
+++ b/unihash.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: unihash.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple and efficient universal hashing for hashtables
  *
  *
  * Simple and efficient universal hashing for hashtables
  *
index 22cecf9b2f0b2dbb9fbd2ac36150cd1cda780425..7ea30b10da24c2c2df977d3c17d955286acbdb8b 100644 (file)
--- a/unihash.h
+++ b/unihash.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: unihash.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple and efficient universal hashing for hashtables
  *
  *
  * Simple and efficient universal hashing for hashtables
  *
diff --git a/url.c b/url.c
index 797c5364926abe66a00aa4eaa3f3f3ded0f80d33..f502f7cbde1e23d6a8de6a4c1a9d9ecf5305ae9f 100644 (file)
--- a/url.c
+++ b/url.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: url.c,v 1.5 2004/04/08 01:36:13 mdw Exp $
  *
  * Parsing and construction of url-encoded name/value pairs
  *
  *
  * Parsing and construction of url-encoded name/value pairs
  *
diff --git a/url.h b/url.h
index e0906ceb8fa84c58197f83a04e9be69a56140636..0e9e951222b8766308f6821b1b7cbd207acc33e1 100644 (file)
--- a/url.h
+++ b/url.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id: url.h,v 1.4 2004/04/08 01:36:13 mdw Exp $
  *
  * Parsing and construction of url-encoded name/value pairs
  *
  *
  * Parsing and construction of url-encoded name/value pairs
  *
index 7b67dc21446cf6ed916cc1eb6881429172171329..3556916be2f7f8ea4833eaa2e4ac092c40d525bd 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Compare version numbers using the Debian algorithm
  *
  *
  * Compare version numbers using the Debian algorithm
  *
index 78db39befbf6d3887c64cd49f85658a5304002c1..efcb322130f560d32d152451d255b889f43d9891 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
 /* -*-c-*-
- *
- * $Id$
  *
  * Compare version numbers using the Debian algorithm
  *
  *
  * Compare version numbers using the Debian algorithm
  *