From c6e0eaf00cd09a4e5237e70d8351049ec91d7653 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 10 Dec 1999 23:42:04 +0000 Subject: [PATCH] Change header file guard names. Organization: Straylight/Edgeware From: mdw --- alloc.h | 9 ++++++--- base64.h | 9 ++++++--- bits.h | 9 ++++++--- bres.h | 9 ++++++--- conn.h | 11 +++++++---- crc32.h | 9 ++++++--- darray.h | 13 ++++++++----- dspool.h | 9 ++++++--- dstr.c | 7 +++++-- dstr.h | 11 +++++++---- env.h | 11 +++++++---- exc.h | 9 ++++++--- fdflags.h | 9 ++++++--- hash.h | 11 +++++++---- ident.h | 15 +++++++++------ lbuf.h | 9 ++++++--- lock.h | 9 ++++++--- quis.h | 9 ++++++--- report.h | 9 ++++++--- sel.h | 9 ++++++--- selbuf.h | 13 ++++++++----- sig.h | 9 ++++++--- str.h | 9 ++++++--- sub.h | 11 +++++++---- sym.c | 7 +++++-- sym.h | 15 +++++++++------ trace.h | 9 ++++++--- track.h | 9 ++++++--- tv.h | 9 ++++++--- url.h | 11 +++++++---- 30 files changed, 194 insertions(+), 104 deletions(-) diff --git a/alloc.h b/alloc.h index ab7fa9c..49e66d7 100644 --- a/alloc.h +++ b/alloc.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: alloc.h,v 1.3 1999/05/06 19:51:35 mdw Exp $ + * $Id: alloc.h,v 1.4 1999/12/10 23:42:04 mdw Exp $ * * Memory allocation functions * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: alloc.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. * @@ -41,8 +44,8 @@ * */ -#ifndef ALLOC_H -#define ALLOC_H +#ifndef MLIB_ALLOC_H +#define MLIB_ALLOC_H #ifdef __cplusplus extern "C" { diff --git a/base64.h b/base64.h index 09bca75..18a1314 100644 --- a/base64.h +++ b/base64.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: base64.h,v 1.2 1999/05/18 21:45:27 mdw Exp $ + * $Id: base64.h,v 1.3 1999/12/10 23:42:04 mdw Exp $ * * Base64 encoding and decoding * @@ -30,6 +30,9 @@ /*----- 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. * @@ -38,8 +41,8 @@ * */ -#ifndef BASE64_H -#define BASE64_H +#ifndef MLIB_BASE64_H +#define MLIB_BASE64_H #ifdef __cplusplus extern "C" { diff --git a/bits.h b/bits.h index cc4d516..21abb59 100644 --- a/bits.h +++ b/bits.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bits.h,v 1.3 1999/06/20 23:31:52 mdw Exp $ + * $Id: bits.h,v 1.4 1999/12/10 23:42:04 mdw Exp $ * * Portable bit-level manipulation macros * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: bits.h,v $ + * 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. * @@ -41,8 +44,8 @@ * */ -#ifndef BITS_H -#define BITS_H +#ifndef MLIB_BITS_H +#define MLIB_BITS_H #ifdef __cplusplus extern "C" { diff --git a/bres.h b/bres.h index 435af26..51ed0f2 100644 --- a/bres.h +++ b/bres.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bres.h,v 1.2 1999/10/30 11:56:21 mdw Exp $ + * $Id: bres.h,v 1.3 1999/12/10 23:42:04 mdw Exp $ * * Background reverse name resolution * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: bres.h,v $ + * 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. * @@ -38,8 +41,8 @@ * */ -#ifndef RES_H -#define RES_H +#ifndef MLIB_RES_H +#define MLIB_RES_H #ifdef __cplusplus extern "C" { diff --git a/conn.h b/conn.h index 5298ac0..58a96a8 100644 --- a/conn.h +++ b/conn.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: conn.h,v 1.4 1999/05/26 21:08:01 mdw Exp $ + * $Id: conn.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ * * Nonblocking connect handling * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: conn.h,v $ + * 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. * @@ -45,8 +48,8 @@ * */ -#ifndef CONN_H -#define CONN_H +#ifndef MLIB_CONN_H +#define MLIB_CONN_H #ifdef __cplusplus extern "C" { @@ -57,7 +60,7 @@ #include #include -#ifndef SEL_H +#ifndef MLIB_SEL_H # include "sel.h" #endif diff --git a/crc32.h b/crc32.h index 57899f8..2ecbdc0 100644 --- a/crc32.h +++ b/crc32.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: crc32.h,v 1.4 1999/06/01 09:47:22 mdw Exp $ + * $Id: crc32.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ * * Calculating cyclic redundancy values (non-cryptographic!) * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: crc32.h,v $ + * 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'. * @@ -44,7 +47,7 @@ * */ -#ifndef CRC32_H +#ifndef MLIB_CRC32_H #define CRC32_h #ifdef __cplusplus @@ -53,7 +56,7 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef BITS_H +#ifndef MLIB_BITS_H # include "bits.h" #endif diff --git a/darray.h b/darray.h index f2ebe1f..065c507 100644 --- a/darray.h +++ b/darray.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: darray.h,v 1.3 1999/11/05 14:32:43 mdw Exp $ + * $Id: darray.h,v 1.4 1999/12/10 23:42:04 mdw Exp $ * * Dynamically growing dense arrays * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: darray.h,v $ + * 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. * @@ -41,8 +44,8 @@ * */ -#ifndef DARRAY_H -#define DARRAY_H +#ifndef MLIB_DARRAY_H +#define MLIB_DARRAY_H #ifdef __cplusplus extern "C" { @@ -54,11 +57,11 @@ #include #include -#ifndef ALLOC_H +#ifndef MLIB_ALLOC_H # include "alloc.h" #endif -#ifndef EXC_H +#ifndef MLIB_EXC_H # include "exc.h" #endif diff --git a/dspool.h b/dspool.h index cc4f97f..93547af 100644 --- a/dspool.h +++ b/dspool.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dspool.h,v 1.1 1999/05/21 22:15:26 mdw Exp $ + * $Id: dspool.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * Provide pools of strings * @@ -29,14 +29,17 @@ /*----- 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 DSPOOL_H -#define DSPOOL_H +#ifndef MLIB_DSPOOL_H +#define MLIB_DSPOOL_H #ifdef __cplusplus extern "C" { diff --git a/dstr.c b/dstr.c index 7c03a3c..d15fba8 100644 --- a/dstr.c +++ b/dstr.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dstr.c,v 1.11 1999/10/28 22:05:29 mdw Exp $ + * $Id: dstr.c,v 1.12 1999/12/10 23:42:04 mdw Exp $ * * Handle dynamically growing strings * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: dstr.c,v $ + * 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. * @@ -111,7 +114,7 @@ void dstr_destroy(dstr *d) { DDESTROY(d); } /* --- @dstr_reset@ --- * * - * Arguments: @dstr *d@ = pointer to a dynaimc string block + * Arguments: @dstr *d@ = pointer to a dynamic string block * * Returns: --- * diff --git a/dstr.h b/dstr.h index 3ef27ea..cde6b6f 100644 --- a/dstr.h +++ b/dstr.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dstr.h,v 1.8 1999/07/14 19:45:24 mdw Exp $ + * $Id: dstr.h,v 1.9 1999/12/10 23:42:04 mdw Exp $ * * Handle dynamically growing strings * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: dstr.h,v $ + * 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. * @@ -57,8 +60,8 @@ * */ -#ifndef DSTR_H -#define DSTR_H +#ifndef MLIB_DSTR_H +#define MLIB_DSTR_H #ifdef __cplusplus extern "C" { @@ -130,7 +133,7 @@ extern void dstr_destroy(dstr */*d*/); /* --- @dstr_reset@ --- * * - * Arguments: @dstr *d@ = pointer to a dynaimc string block + * Arguments: @dstr *d@ = pointer to a dynamic string block * * Returns: --- * diff --git a/env.h b/env.h index efe4052..342c81b 100644 --- a/env.h +++ b/env.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: env.h,v 1.1 1999/07/26 23:15:57 mdw Exp $ + * $Id: env.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * Fiddling with environment variables * @@ -30,13 +30,16 @@ /*----- 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 ENV_H -#define ENV_H +#ifndef MLIB_ENV_H +#define MLIB_ENV_H #ifdef __cplusplus extern "C" { @@ -44,7 +47,7 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef SYM_H +#ifndef MLIB_SYM_H # include "sym.h" #endif diff --git a/exc.h b/exc.h index f5d1dc9..2792713 100644 --- a/exc.h +++ b/exc.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: exc.h,v 1.4 1999/10/22 22:39:18 mdw Exp $ + * $Id: exc.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ * * Structured exception handling in C * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: exc.h,v $ + * 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. * @@ -44,8 +47,8 @@ * */ -#ifndef EXC_H -#define EXC_H +#ifndef MLIB_EXC_H +#define MLIB_EXC_H #ifdef __cplusplus extern "C" { diff --git a/fdflags.h b/fdflags.h index 411fb2d..381c636 100644 --- a/fdflags.h +++ b/fdflags.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: fdflags.h,v 1.1 1999/07/26 23:16:59 mdw Exp $ + * $Id: fdflags.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * Manipulates flags on file descriptors * @@ -30,13 +30,16 @@ /*----- 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 FDFLAGS_H -#define FDFLAGS_H +#ifndef MLIB_FDFLAGS_H +#define MLIB_FDFLAGS_H #ifdef __cplusplus extern "C" { diff --git a/hash.h b/hash.h index 6d739a7..a7dd705 100644 --- a/hash.h +++ b/hash.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: hash.h,v 1.1 1999/08/02 14:45:48 mdw Exp $ + * $Id: hash.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * General hashtable infrastructure * @@ -30,13 +30,16 @@ /*----- Revision history --------------------------------------------------* * * $Log: hash.h,v $ + * 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 HASH_H -#define HASH_H +#ifndef MLIB_HASH_H +#define MLIB_HASH_H #ifdef __cplusplus extern "C" { @@ -53,7 +56,7 @@ #include -#ifndef BITS_H +#ifndef MLIB_BITS_H # include "bits.h" #endif diff --git a/ident.h b/ident.h index 073855b..4cf13dc 100644 --- a/ident.h +++ b/ident.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: ident.h,v 1.1 1999/10/04 21:41:58 mdw Exp $ + * $Id: ident.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * Nonblocking RFC931 client * @@ -30,13 +30,16 @@ /*----- 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 IDENT_H -#define IDENT_H +#ifndef MLIB_IDENT_H +#define MLIB_IDENT_H #ifdef __cplusplus extern "C" { @@ -49,15 +52,15 @@ #include #include -#ifndef CONN_H +#ifndef MLIB_CONN_H # include "conn.h" #endif -#ifndef SEL_H +#ifndef MLIB_SEL_H # include "sel.h" #endif -#ifndef SELBUF_H +#ifndef MLIB_SELBUF_H # include "selbuf.h" #endif diff --git a/lbuf.h b/lbuf.h index 9543d08..21968e2 100644 --- a/lbuf.h +++ b/lbuf.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: lbuf.h,v 1.2 1999/05/17 20:36:08 mdw Exp $ + * $Id: lbuf.h,v 1.3 1999/12/10 23:42:04 mdw Exp $ * * Block-to-line buffering * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: lbuf.h,v $ + * 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. * @@ -38,8 +41,8 @@ * */ -#ifndef LBUF_H -#define LBUF_H +#ifndef MLIB_LBUF_H +#define MLIB_LBUF_H #ifdef __cplusplus extern "C" { diff --git a/lock.h b/lock.h index 3c8bed8..804bf50 100644 --- a/lock.h +++ b/lock.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: lock.h,v 1.1 1999/05/15 10:33:53 mdw Exp $ + * $Id: lock.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * Simplified POSIX locking interface * @@ -30,13 +30,16 @@ /*----- 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 LOCK_H -#define LOCK_H +#ifndef MLIB_LOCK_H +#define MLIB_LOCK_H #ifdef __cplusplus extern "C" { diff --git a/quis.h b/quis.h index e2ba2ee..508e0a0 100644 --- a/quis.h +++ b/quis.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: quis.h,v 1.4 1999/10/04 21:43:29 mdw Exp $ + * $Id: quis.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ * * Setting the program name * @@ -30,6 +30,9 @@ /*----- 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'. * @@ -44,8 +47,8 @@ * */ -#ifndef PROGNAME_H -#define PROGNAME_H +#ifndef MLIB_PROGNAME_H +#define MLIB_PROGNAME_H #ifdef __cplusplus extern "C" { diff --git a/report.h b/report.h index 94a8ec0..ac0b354 100644 --- a/report.h +++ b/report.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: report.h,v 1.3 1999/05/06 19:51:35 mdw Exp $ + * $Id: report.h,v 1.4 1999/12/10 23:42:04 mdw Exp $ * * Reporting errors and things * @@ -30,6 +30,9 @@ /*----- 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. * @@ -41,8 +44,8 @@ * */ -#ifndef REPORT_H -#define REPORT_H +#ifndef MLIB_REPORT_H +#define MLIB_REPORT_H #ifdef __cplusplus extern "C" { diff --git a/sel.h b/sel.h index 391fe29..9749a7a 100644 --- a/sel.h +++ b/sel.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sel.h,v 1.6 1999/08/31 17:42:22 mdw Exp $ + * $Id: sel.h,v 1.7 1999/12/10 23:42:04 mdw Exp $ * * I/O multiplexing support * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: sel.h,v $ + * 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'. * @@ -52,8 +55,8 @@ * */ -#ifndef SEL_H -#define SEL_H +#ifndef MLIB_SEL_H +#define MLIB_SEL_H #ifdef __cplusplus extern "C" { diff --git a/selbuf.h b/selbuf.h index 689d3f7..571dd8f 100644 --- a/selbuf.h +++ b/selbuf.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: selbuf.h,v 1.1 1999/05/14 21:01:15 mdw Exp $ + * $Id: selbuf.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * Line-buffering select handler * @@ -30,13 +30,16 @@ /*----- Revision history --------------------------------------------------* * * $Log: selbuf.h,v $ + * 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 SELBUF_H -#define SELBUF_H +#ifndef MLIB_SELBUF_H +#define MLIB_SELBUF_H #ifdef __cplusplus extern "C" { @@ -44,11 +47,11 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef LBUF_H +#ifndef MLIB_LBUF_H # include "lbuf.h" #endif -#ifndef SEL_H +#ifndef MLIB_SEL_H # include "sel.h" #endif diff --git a/sig.h b/sig.h index 4aba789..8f648a8 100644 --- a/sig.h +++ b/sig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sig.h,v 1.1 1999/07/26 23:16:26 mdw Exp $ + * $Id: sig.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * Signal handling * @@ -30,13 +30,16 @@ /*----- 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 SIG_H -#define SIG_H +#ifndef MLIB_SIG_H +#define MLIB_SIG_H #ifdef __cplusplus extern "C" { diff --git a/str.h b/str.h index 9854a1b..1581e50 100644 --- a/str.h +++ b/str.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: str.h,v 1.2 1999/05/26 20:52:57 mdw Exp $ + * $Id: str.h,v 1.3 1999/12/10 23:42:04 mdw Exp $ * * Functions for hacking with strings * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: str.h,v $ + * 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'. * @@ -38,8 +41,8 @@ * */ -#ifndef STR_H -#define STR_H +#ifndef MLIB_STR_H +#define MLIB_STR_H #ifdef __cplusplus extern "C" { diff --git a/sub.h b/sub.h index 954e91e..ffb708c 100644 --- a/sub.h +++ b/sub.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sub.h,v 1.4 1999/05/13 22:48:55 mdw Exp $ + * $Id: sub.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ * * Allocation of known-size blocks * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: sub.h,v $ + * 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. * @@ -44,8 +47,8 @@ * */ -#ifndef SUB_H -#define SUB_H +#ifndef MLIB_SUB_H +#define MLIB_SUB_H #ifdef __cplusplus extern "C" { @@ -55,7 +58,7 @@ #include -#ifndef ALLOC_H +#ifndef MLIB_ALLOC_H # include "alloc.h" #endif diff --git a/sym.c b/sym.c index 3bf52f3..a4445de 100644 --- a/sym.c +++ b/sym.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sym.c,v 1.9 1999/10/22 22:36:37 mdw Exp $ + * $Id: sym.c,v 1.10 1999/12/10 23:42:04 mdw Exp $ * * Symbol table management * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: sym.c,v $ + * 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. * @@ -269,7 +272,7 @@ void *sym_find(sym_table *t, const char *n, long l, size_t sz, unsigned *f) /* --- @sym_remove@ --- * * - * Arguments: @sym_table *i@ = pointer to a symbol table object + * Arguments: @sym_table *t@ = pointer to a symbol table object * @void *p@ = pointer to symbol table entry * * Returns: --- diff --git a/sym.h b/sym.h index 1de62f1..7dd9217 100644 --- a/sym.h +++ b/sym.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sym.h,v 1.9 1999/08/02 16:53:48 mdw Exp $ + * $Id: sym.h,v 1.10 1999/12/10 23:42:04 mdw Exp $ * * Symbol table management * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: sym.h,v $ + * 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. * @@ -60,8 +63,8 @@ * */ -#ifndef SYM_H -#define SYM_H +#ifndef MLIB_SYM_H +#define MLIB_SYM_H #ifdef __cplusplus extern "C" { @@ -71,11 +74,11 @@ #include -#ifndef BITS_H +#ifndef MLIB_BITS_H # include "bits.h" #endif -#ifndef HASH_H +#ifndef MLIB_HASH_H # include "hash.h" #endif @@ -186,7 +189,7 @@ extern void *sym_find(sym_table */*t*/, const char */*n*/, long /*l*/, /* --- @sym_remove@ --- * * - * Arguments: @sym_table *i@ = pointer to a symbol table object + * Arguments: @sym_table *t@ = pointer to a symbol table object * @void *b@ = pointer to symbol table entry * * Returns: --- diff --git a/trace.h b/trace.h index 1e02a26..6ebc064 100644 --- a/trace.h +++ b/trace.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: trace.h,v 1.4 1999/10/22 22:39:52 mdw Exp $ + * $Id: trace.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ * * Tracing functions for debugging * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: trace.h,v $ + * 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. * @@ -44,8 +47,8 @@ * */ -#ifndef TRACE_H -#define TRACE_H +#ifndef MLIB_TRACE_H +#define MLIB_TRACE_H #ifdef __cplusplus extern "C" { diff --git a/track.h b/track.h index 3928be7..be9ce49 100644 --- a/track.h +++ b/track.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: track.h,v 1.4 1999/10/22 22:40:25 mdw Exp $ + * $Id: track.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ * * Tracing functions for debugging * @@ -30,6 +30,9 @@ /*----- 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. * @@ -44,8 +47,8 @@ * */ -#ifndef TRACK_H -#define TRACK_H +#ifndef MLIB_TRACK_H +#define MLIB_TRACK_H #ifdef __cplusplus extern "C" { diff --git a/tv.h b/tv.h index a963e17..40e49e7 100644 --- a/tv.h +++ b/tv.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: tv.h,v 1.5 1999/05/21 22:13:12 mdw Exp $ + * $Id: tv.h,v 1.6 1999/12/10 23:42:04 mdw Exp $ * * Manipulation of timeval structures * @@ -30,6 +30,9 @@ /*----- 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. @@ -48,8 +51,8 @@ * */ -#ifndef TV_H -#define TV_H +#ifndef MLIB_TV_H +#define MLIB_TV_H #ifdef __cplusplus extern "C" { diff --git a/url.h b/url.h index 3ccc49a..55e443d 100644 --- a/url.h +++ b/url.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: url.h,v 1.1 1999/06/01 09:49:48 mdw Exp $ + * $Id: url.h,v 1.2 1999/12/10 23:42:04 mdw Exp $ * * Parsing and construction of url-encoded name/value pairs * @@ -30,13 +30,16 @@ /*----- Revision history --------------------------------------------------* * * $Log: url.h,v $ + * 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 URL_H -#define URL_H +#ifndef MLIB_URL_H +#define MLIB_URL_H #ifdef __cplusplus extern "C" { @@ -44,7 +47,7 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef DSTR_H +#ifndef MLIB_DSTR_H # include "dstr.h" #endif -- [mdw]