* include/am_utils.h: extern for xvsnprintf(). before-xstr-61
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 3 Oct 2005 01:00:52 +0000 (01:00 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 3 Oct 2005 01:00:52 +0000 (01:00 +0000)
commitb82468243538f8c992ced23112579889eff06606
treec78b40e3cf9579dd09ff91f1935213062ad2f74f
parent618c11720ddd6c104c2a8bafef6a54b4b586384e
* include/am_utils.h: extern for xvsnprintf().

* amd/autil.c: move strsplit() to libamu/strutil.c.

* libamu/Makefile.am: use strutil.c, not util.c.

* libamu/strutil.c: rename from util.c to explain better purpose
of file.  Move xvsnprintf and xsnprintf from xutil.c to this
file.  Sync up with 6.2 version of file.

* libamu/xutil.c: explain purpose of file.  Move mkdirs/rmdirs
code from old util.c.
ChangeLog
amd/autil.c
include/am_utils.h
libamu/Makefile.am
libamu/strutil.c
libamu/xutil.c