chiark / gitweb /
Change header file guard names.
authormdw <mdw>
Fri, 10 Dec 1999 23:42:04 +0000 (23:42 +0000)
committermdw <mdw>
Fri, 10 Dec 1999 23:42:04 +0000 (23:42 +0000)
30 files changed:
alloc.h
base64.h
bits.h
bres.h
conn.h
crc32.h
darray.h
dspool.h
dstr.c
dstr.h
env.h
exc.h
fdflags.h
hash.h
ident.h
lbuf.h
lock.h
quis.h
report.h
sel.h
selbuf.h
sig.h
str.h
sub.h
sym.c
sym.h
trace.h
track.h
tv.h
url.h

diff --git a/alloc.h b/alloc.h
index ab7fa9c528426afbf68bb21c6cb2a1eaf4e64759..49e66d76beb16d9ef12117202df54b3043da4958 100644 (file)
--- 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" {
index 09bca75d59c1af6efc7810b6ffba78d9f6e11f6a..18a1314b19b3b245b43645c1454599ab18a6db6c 100644 (file)
--- 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 cc4d5165183d585ccc1a4832d8fab1615317dc27..21abb592385015ffc88f8be5a048df4a5e41f83a 100644 (file)
--- 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 435af26c9014a4675718804c5c00add0b5067737..51ed0f2721672baaf948066352580440fa56c099 100644 (file)
--- 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 5298ac0fe36e81c0b1523f07fee8aba8852d6158..58a96a8e185315ef6009f08b38fac632948bb674 100644 (file)
--- 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 <sys/types.h>
 #include <sys/socket.h>
 
-#ifndef SEL_H
+#ifndef MLIB_SEL_H
 #  include "sel.h"
 #endif
 
diff --git a/crc32.h b/crc32.h
index 57899f8b442a1ec5a755c2adabeb34ce65eb73d7..2ecbdc07daa32f6784ee70cc0fe93cf1b481dce3 100644 (file)
--- 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
 
index f2ebe1f7f01ff6258b0737cc5a79db95128a816b..065c5071edced675cf76332c9b8eed9e98e089b6 100644 (file)
--- 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" {
 #include <stdlib.h>
 #include <string.h>
 
-#ifndef ALLOC_H
+#ifndef MLIB_ALLOC_H
 #  include "alloc.h"
 #endif
 
-#ifndef EXC_H
+#ifndef MLIB_EXC_H
 #  include "exc.h"
 #endif
 
index cc4f97f85c40b8d6e9ec244fee26d46056ef9bc8..93547afe2fbb73638055c93ba0b7b56f7e2a3f8f 100644 (file)
--- 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
  *
 /*----- 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 7c03a3c5496346e77d92cce48bfbfb9065d4b04e..d15fba8355780f1f54cb3aa82cacdc2f17a6bc5d 100644 (file)
--- 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 3ef27ea01df2de0de709f4f99c678b89a0d4f1d1..cde6b6f3f2a2301c7365b2fb69c49b4ae4ceeafa 100644 (file)
--- 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 efe4052dba78631e58c903f985243bfe4b344770..342c81b0c6d531e81fb42c0536789251dd030ede 100644 (file)
--- 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
  *
 /*----- 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 f5d1dc930cd5105fbfb8a7df486eceb5e3009416..2792713de5c67b326b39e2b42f7b81dd9db1602d 100644 (file)
--- 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" {
index 411fb2d888859acd83c07bc687794d798c9fe1f8..381c636dc52c66f65d710a93d6d8781dd43c92ac 100644 (file)
--- 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
  *
 /*----- 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 6d739a7f62664eb2f433383a7e30413e14fef446..a7dd70542d7c10ca08acf12d00314ea81c8eefc4 100644 (file)
--- 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
  *
 /*----- 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 <stddef.h>
 
-#ifndef BITS_H
+#ifndef MLIB_BITS_H
 #  include "bits.h"
 #endif
 
diff --git a/ident.h b/ident.h
index 073855bae0df699a170ea7cb393105b6131992b0..4cf13dce0efe0aa6a3bd58635449c84fe4a70bbd 100644 (file)
--- 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
  *
 /*----- 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" {
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-#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 9543d08241c5c020156577ea2f566e60d2161047..21968e28fd6e371bedf4f73a98cf60da7c9bcb46 100644 (file)
--- 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 3c8bed8347d3ce556f6edff66a6852272885f7a6..804bf50958318aba9e4b73e72638e73bd3476052 100644 (file)
--- 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
  *
 /*----- 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 e2ba2eeb18414ec08c16cc69385cf4d1a3547467..508e0a065e72466b411c26dc3c67ac06463739bd 100644 (file)
--- 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" {
index 94a8ec0ada9fb1c13b397a3c4568096dfb137413..ac0b35450e7fbaa62060a45b6160a08fac635b55 100644 (file)
--- 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 391fe2969468010eccf5bba63fd5b37aa4b5326b..9749a7a90b8ad6d664e09c32c359cdf90ce681d2 100644 (file)
--- 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" {
index 689d3f78fe39f583ccc1df78e2dbe46aca2f876a..571dd8f58377da136212a78ae83caf4969599bdc 100644 (file)
--- 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
  *
 /*----- 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" {
 
 /*----- 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 4aba789ce1fc8e85ce57217d2b40a778bf37715d..8f648a85e67eab8b100ac31e4a4f663d1432c024 100644 (file)
--- 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
  *
 /*----- 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 9854a1b8651f27ee2bca31c9735fca3340268f4f..1581e500111aef150acf758a14b3b41d90d50a53 100644 (file)
--- 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 954e91e06e13249dc7591a76424190af5f917804..ffb708c3137c733a27f0b146e1da2b6a39b67f57 100644 (file)
--- 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 <stdlib.h>
 
-#ifndef ALLOC_H
+#ifndef MLIB_ALLOC_H
 #  include "alloc.h"
 #endif
 
diff --git a/sym.c b/sym.c
index 3bf52f3acdddd2d0eda2963bb984214503c79299..a4445de528cd0947824e7180e9f968e4b73b40a8 100644 (file)
--- 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 1de62f1c7700419338daa5a55be326ba59b28bc7..7dd9217c38e532cd06a2f9da8a336a3f20beda11 100644 (file)
--- 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" {
 
 #include <stddef.h>
 
-#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 1e02a269fc06074f24c08eef600fdd4395b47e58..6ebc0648d8136c301cb95e04b76d81b785a62df6 100644 (file)
--- 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 3928be7bf49d35db60aaab2387bbedc957d3bd24..be9ce492f116ee787ea645ff262a0d59d77ecb3b 100644 (file)
--- 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 a963e173dc5744225511207878677b6659f69ae6..40e49e7fa7885d67047038b16e295addcfeab3cc 100644 (file)
--- 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 3ccc49a8a77eb2038d23af59c95a30d06678e386..55e443dacb11b3513a2ac60d695d83ce6b7d2818 100644 (file)
--- 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
  *
 /*----- 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