From 8656dc507aee9c5dcb3a6ad876565f5fcac425ae Mon Sep 17 00:00:00 2001 Message-Id: <8656dc507aee9c5dcb3a6ad876565f5fcac425ae.1714752450.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 8 Apr 2004 01:36:29 +0000 Subject: [PATCH] Expunge revision histories in files. Organization: Straylight/Edgeware From: mdw --- Makefile.am | 120 +-------------------------------------------- align.h | 10 +--- alloc.c | 22 +-------- alloc.h | 25 +--------- arena.c | 19 +------ arena.h | 13 +---- assoc.c | 17 +------ assoc.h | 14 +----- atom.c | 19 +------ atom.h | 15 +----- base64.c | 25 +--------- base64.h | 16 +----- bits.c | 17 +------ bits.h | 34 +------------ bres-adns.c | 16 +----- bres.c | 28 +---------- bres.h | 19 +------ configure.in | 75 +--------------------------- conn.c | 40 +-------------- conn.h | 33 +------------ crc-mktab.c | 25 +--------- crc32.c | 22 +-------- crc32.h | 25 +--------- darray.c | 25 +--------- darray.h | 25 +--------- dputf.c | 22 +-------- dspool.c | 11 +---- dspool.h | 14 +----- dstr.c | 53 +------------------- dstr.h | 44 +---------------- env.c | 20 +------- env.h | 13 +---- exc.c | 23 +-------- exc.h | 25 +--------- fdflags.c | 10 +--- fdflags.h | 13 +---- fdpass.c | 10 +--- fdpass.h | 10 +--- fwatch.c | 10 +--- fwatch.h | 10 +--- hash.c | 16 +----- hash.h | 16 +----- hex.c | 13 +---- hex.h | 10 +--- ident.c | 22 +-------- ident.h | 13 +---- lbuf.c | 27 +--------- lbuf.h | 30 +----------- lock.c | 22 +-------- lock.h | 13 +---- macros.h | 8 --- man/Makefile.am | 36 +------------- pkbuf.c | 26 +--------- pkbuf.h | 20 +------- pool-file.c | 10 +--- pool-sub.c | 10 +--- pool.c | 13 +---- pool.h | 10 +--- pquis.c | 10 +--- quis.c | 23 +-------- quis.h | 22 +-------- report.c | 16 +----- report.h | 19 +------ sel.c | 44 +---------------- sel.h | 36 +------------- selbuf.c | 22 +-------- selbuf.h | 19 +------ selpk.c | 13 +---- selpk.h | 16 +----- sig.c | 13 +---- sig.h | 13 +---- str.c | 22 +-------- str.h | 19 +------ sub.c | 31 +----------- sub.h | 28 +---------- sym.c | 53 +------------------- sym.h | 50 +------------------ testrig.c | 36 +------------- testrig.h | 25 +--------- trace.c | 28 +---------- trace.h | 25 +--------- traceopt.c | 14 +----- track.c | 19 +------ track.h | 22 +-------- tv.c | 24 +-------- tv.h | 26 +--------- unihash-mkstatic.c | 10 +--- unihash.c | 13 +---- unihash.h | 16 +----- url.c | 19 +------ url.h | 16 +----- 91 files changed, 90 insertions(+), 1974 deletions(-) diff --git a/Makefile.am b/Makefile.am index 32ef349..db7de36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ## @@ -26,124 +26,6 @@ ## 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 386ed47..70ca83d 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 9bc536e..e82f435 100644 --- 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 * @@ -27,26 +27,6 @@ * 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 feed0bf..e06fb00 100644 --- 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 * @@ -27,29 +27,6 @@ * 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 30df2ee..9616587 100644 --- 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 * @@ -27,23 +27,6 @@ * 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 . - * - * 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 diff --git a/arena.h b/arena.h index 4b1dffe..4b89bd6 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 b8f5df0..764a820 100644 --- 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 * @@ -27,21 +27,6 @@ * 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 68590a4..efc3f0c 100644 --- 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 * @@ -27,18 +27,6 @@ * 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 768d229..0d74478 100644 --- 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 * @@ -27,23 +27,6 @@ * 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 diff --git a/atom.h b/atom.h index dac91d5..0f5233f 100644 --- 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 * @@ -27,19 +27,6 @@ * 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 diff --git a/base64.c b/base64.c index 0af744c..60bb040 100644 --- 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. * @@ -27,29 +27,6 @@ * 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 diff --git a/base64.h b/base64.h index 18a1314..dbf53b1 100644 --- 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 * @@ -27,20 +27,6 @@ * 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 52242b2..27b68fd 100644 --- 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 * @@ -27,21 +27,6 @@ * 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 4f8b582..175e927 100644 --- 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 * @@ -27,38 +27,6 @@ * 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 diff --git a/bres-adns.c b/bres-adns.c index 34372a9..8a943ef 100644 --- a/bres-adns.c +++ b/bres-adns.c @@ -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) * @@ -39,20 +39,6 @@ * 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 2a928e4..1f27f02 100644 --- 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 * @@ -27,32 +27,6 @@ * 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 diff --git a/bres.h b/bres.h index fa533d0..96e1884 100644 --- 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 * @@ -27,23 +27,6 @@ * 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 diff --git a/configure.in b/configure.in index eb39a81..f618c32 100644 --- a/configure.in +++ b/configure.in @@ -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 @@ 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 1478fad..7312bcb 100644 --- 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 * @@ -27,44 +27,6 @@ * 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 diff --git a/conn.h b/conn.h index d381850..81f381e 100644 --- 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 * @@ -27,37 +27,6 @@ * 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 diff --git a/crc-mktab.c b/crc-mktab.c index 1833e0e..9b61ac8 100644 --- a/crc-mktab.c +++ b/crc-mktab.c @@ -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 * @@ -27,29 +27,6 @@ * 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 diff --git a/crc32.c b/crc32.c index a24c909..1eff5ac 100644 --- 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!) * @@ -27,26 +27,6 @@ * 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 2b36e5f..e6f7d10 100644 --- 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!) * @@ -27,29 +27,6 @@ * 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 diff --git a/darray.c b/darray.c index c1ee606..f376ee5 100644 --- 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 * @@ -27,29 +27,6 @@ * 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 diff --git a/darray.h b/darray.h index 003c6d7..a768c1d 100644 --- 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 * @@ -27,29 +27,6 @@ * 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 ba23d98..85b6c65 100644 --- 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 * @@ -27,26 +27,6 @@ * 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 @@ 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 diff --git a/dspool.c b/dspool.c index e28cdd0..d5f9af0 100644 --- 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 * @@ -26,15 +26,6 @@ * 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 diff --git a/dspool.h b/dspool.h index 93547af..c36ac25 100644 --- 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 * @@ -26,18 +26,6 @@ * 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 273c53a..5c0fc05 100644 --- 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 * @@ -27,57 +27,6 @@ * 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 diff --git a/dstr.h b/dstr.h index 4272dd9..d30a4f9 100644 --- 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 * @@ -27,48 +27,6 @@ * 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 985dc52..57d029a 100644 --- 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 * @@ -27,24 +27,6 @@ * 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 diff --git a/env.h b/env.h index 342c81b..1a7e08b 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 0b5cf3e..28618b3 100644 --- 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 * @@ -27,27 +27,6 @@ * 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 #include #include diff --git a/exc.h b/exc.h index 42bba1a..6b8ecd1 100644 --- 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 * @@ -27,29 +27,6 @@ * 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 diff --git a/fdflags.c b/fdflags.c index 85ef67c..ae9cf6a 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 diff --git a/fdflags.h b/fdflags.h index 381c636..84cbef3 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 diff --git a/fdpass.c b/fdpass.c index 95685e7..30808b4 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 diff --git a/fdpass.h b/fdpass.h index 0e14078..ddffc06 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 diff --git a/fwatch.c b/fwatch.c index ecf945a..6dee8b5 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 diff --git a/fwatch.h b/fwatch.h index 1a0898a..2e020a5 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 9483e10..d18cc00 100644 --- 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 * @@ -27,20 +27,6 @@ * 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 diff --git a/hash.h b/hash.h index c76c6a1..b7ad04d 100644 --- 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 * @@ -27,20 +27,6 @@ * 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 45b4f33..63426fc 100644 --- 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. * @@ -27,17 +27,6 @@ * 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 diff --git a/hex.h b/hex.h index 6d5a8d6..7471f12 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 2d2f9b9..52d4542 100644 --- 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 * @@ -27,26 +27,6 @@ * 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 diff --git a/ident.h b/ident.h index 4cf13dc..c136463 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 ba18678..7b28dda 100644 --- 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 * @@ -27,31 +27,6 @@ * 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 diff --git a/lbuf.h b/lbuf.h index df8fdff..a9c72a0 100644 --- 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 * @@ -27,34 +27,6 @@ * 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 335c3ac..437ad10 100644 --- 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 * @@ -27,26 +27,6 @@ * 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 diff --git a/lock.h b/lock.h index 804bf50..3828c6c 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 diff --git a/macros.h b/macros.h index b8ea4df..6af623f 100644 --- a/macros.h +++ b/macros.h @@ -24,14 +24,6 @@ * 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 diff --git a/man/Makefile.am b/man/Makefile.am index 1927f4b..b0e2719 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -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 ## @@ -26,40 +26,6 @@ ## 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 5c3d58d..a35c612 100644 --- 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 * @@ -27,30 +27,6 @@ * 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 diff --git a/pkbuf.h b/pkbuf.h index 3305992..59af65f 100644 --- 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 * @@ -27,24 +27,6 @@ * 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 diff --git a/pool-file.c b/pool-file.c index 304fa3b..e89f9d6 100644 --- a/pool-file.c +++ b/pool-file.c @@ -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 * @@ -27,14 +27,6 @@ * 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 diff --git a/pool-sub.c b/pool-sub.c index 1ebd5b6..fc85f4e 100644 --- a/pool-sub.c +++ b/pool-sub.c @@ -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 * @@ -27,14 +27,6 @@ * 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 1611862..f197ace 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 973a4fc..ba7fe2c 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 bbd16cd..856e43e 100644 --- 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 * @@ -27,14 +27,6 @@ * 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 diff --git a/quis.c b/quis.c index a43833d..28c5615 100644 --- 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 * @@ -27,27 +27,6 @@ * 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 diff --git a/quis.h b/quis.h index 508e0a0..d683a45 100644 --- 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 * @@ -27,26 +27,6 @@ * 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 diff --git a/report.c b/report.c index aedbf9a..7ff9e10 100644 --- 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 * @@ -27,20 +27,6 @@ * 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 diff --git a/report.h b/report.h index ac0b354..e16b70a 100644 --- 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 * @@ -27,23 +27,6 @@ * 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 9babc84..5dede9b 100644 --- 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 * @@ -27,48 +27,6 @@ * 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 diff --git a/sel.h b/sel.h index bd767d6..fe7e2c1 100644 --- 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 * @@ -27,40 +27,6 @@ * 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 diff --git a/selbuf.c b/selbuf.c index 96fb72f..6fe97ee 100644 --- 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 * @@ -27,26 +27,6 @@ * 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 diff --git a/selbuf.h b/selbuf.h index 36cf51d..d5e1973 100644 --- 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 * @@ -27,23 +27,6 @@ * 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 4d1b5eb..23e0c52 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 diff --git a/selpk.h b/selpk.h index 4f84048..d2eeeba 100644 --- 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 * @@ -27,20 +27,6 @@ * 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 555a2a9..05642b4 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 diff --git a/sig.h b/sig.h index 8f648a8..a76408d 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 9b5fc63..6423a4f 100644 --- 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 * @@ -27,26 +27,6 @@ * 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 diff --git a/str.h b/str.h index 5c5d300..c7bd87b 100644 --- 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 * @@ -27,23 +27,6 @@ * 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 f065f9d..a0d4981 100644 --- 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 * @@ -27,35 +27,6 @@ * 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 87085ab..0731027 100644 --- 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 * @@ -27,32 +27,6 @@ * 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 a3c9b86..a5cec57 100644 --- 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 * @@ -27,57 +27,6 @@ * 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 46e84f5..fd5d777 100644 --- 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 * @@ -27,54 +27,6 @@ * 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 diff --git a/testrig.c b/testrig.c index 5ac5414..4b69801 100644 --- 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 * @@ -27,40 +27,6 @@ * 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 diff --git a/testrig.h b/testrig.h index e0e471c..69b2868 100644 --- 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 * @@ -27,29 +27,6 @@ * 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 b1ba32f..f7ef767 100644 --- 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 * @@ -27,32 +27,6 @@ * 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 c78ba8f..98e4924 100644 --- 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 * @@ -27,29 +27,6 @@ * 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 diff --git a/traceopt.c b/traceopt.c index e1c2624..776c708 100644 --- a/traceopt.c +++ b/traceopt.c @@ -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 * @@ -27,18 +27,6 @@ * 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 diff --git a/track.c b/track.c index 10da09b..7723362 100644 --- 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 * @@ -27,23 +27,6 @@ * 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 be9ce49..1792f2b 100644 --- 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 * @@ -27,26 +27,6 @@ * 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 8f41a2f..618930c 100644 --- 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 * @@ -27,28 +27,6 @@ * 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 diff --git a/tv.h b/tv.h index 40e49e7..42750df 100644 --- 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 * @@ -27,30 +27,6 @@ * 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 diff --git a/unihash-mkstatic.c b/unihash-mkstatic.c index ba074e6..6b73552 100644 --- a/unihash-mkstatic.c +++ b/unihash-mkstatic.c @@ -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 * @@ -27,14 +27,6 @@ * 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 diff --git a/unihash.c b/unihash.c index e2093b9..ad6e52d 100644 --- 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 * @@ -27,17 +27,6 @@ * 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 diff --git a/unihash.h b/unihash.h index 15adb90..f6c19b1 100644 --- 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 * @@ -27,20 +27,6 @@ * 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 532a052..5943841 100644 --- 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 * @@ -27,23 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: url.c,v $ - * Revision 1.4 2001/06/22 19:36:18 mdw - * Include @@. - * - * 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 diff --git a/url.h b/url.h index 90b649a..c351343 100644 --- 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 * @@ -27,20 +27,6 @@ * 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 -- [mdw]