* Makefile.am: use strutil.c, not util.c
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 4 Oct 2005 15:39:13 +0000 (15:39 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 4 Oct 2005 15:39:13 +0000 (15:39 +0000)
* libamu/strutil.c: rename from util.c to explain better purpose
of file.

* libamu/xutil.c: explain purpose of file.

ChangeLog
libamu/Makefile.am
libamu/strutil.c
libamu/xutil.c

index 55725d38662947ffcafe805c98ddc47c99804f03..466fc5fa21a701011406d54e7ee854a455608a54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-02  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * Makefile.am: use strutil.c, not util.c
+
+       * libamu/strutil.c: rename from util.c to explain better purpose
+       of file.
+
+       * libamu/xutil.c: explain purpose of file.
+
 2005-08-16  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * configure.in: sinclude([vers.m4]) version number file.
index ec198bb7b8caaada73d0dd912813b8a9a0ab8b49..991cf2ef2829b5384aa8987766be968a1bfb1dd2 100644 (file)
@@ -16,7 +16,7 @@ libamu_la_SOURCES =   \
        mount_fs.c      \
        mtab.c          \
        nfs_prot_xdr.c  \
-       util.c          \
+       strutil.c       \
        wire.c          \
        xdr_func.c      \
        xutil.c
index b03dcfd571fa92a713b8e5e60647bb1e1ec19a85..f81f6f0db58b3478a27ad3cc1153eeecdb8ba825 100644 (file)
  *
  *      %W% (Berkeley) %G%
  *
- * $Id: strutil.c,v 1.3.2.5 2005/01/03 20:56:15 ezk Exp $
+ * $Id: strutil.c,v 1.3.2.6 2005/10/04 15:39:13 ezk Exp $
  *
  */
 
 /*
- * General Utilities.
+ * String Utilities.
  */
 
 #ifdef HAVE_CONFIG_H
index 26ad011df9bd804102faef333da015817c1e102e..c89d4b04384bece3cd49aba592d568c7d291dd66 100644 (file)
  *
  *      %W% (Berkeley) %G%
  *
- * $Id: xutil.c,v 1.11.2.14 2005/01/03 20:56:15 ezk Exp $
+ * $Id: xutil.c,v 1.11.2.15 2005/10/04 15:39:13 ezk Exp $
  *
  */
 
+/*
+ * Miscellaneous Utilities: Logging, TTY, timers, signals, RPC, memory, etc.
+ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif /* HAVE_CONFIG_H */