2000-12-12  Kevin L. Mitchell  <klmitch@mit.edu>

	* configure.in: figure out whether or not to use com_err; bump
	library version

	* Makefile.am: switch to using new et compiler; make use of
	str_err.c file conditional to allow com_err-less systems to make
	use of the libraries; bump library revision

2000-08-09  Kevin L. Mitchell  <klmitch@mit.edu>

	* str_init.c (str_init): initialize str error table...

2000-08-08  Kevin L. Mitchell  <klmitch@mit.edu>

	* Makefile.am (libstr_la_SOURCES): list str_err.c in here, too...

2000-07-23  Kevin L. Mitchell  <klmitch@mit.edu>

	* str.h.top (str_clr): fix macro to use existing str_trunc() to
	truncate the str to zero length

2000-07-22  Kevin L. Mitchell  <klmitch@mit.edu>

	* str_init.c (str_init): fixed compile-time error--parameter with
	the same name as a type *sigh*

	* Makefile.am (libstr_la_SOURCES): forgot to add str_init.c

	* _str_more.c (_str_more): stupid buggy...

	* str_int.h (STR_BUF): initial buffer size will be (1<<5) == 32

	* _str_more.c (_str_more): need an initial buffer size; use shift
	instead of multiply...

	* str_init.c (str_init): add string initialization to init...

	* str.h.top (str_init): add string initialization to init...

	* str_free.c (str_free): free the str, too...

	* str_init.c (str_init): allocate the str, too...

	* str.h.top (str_init): allocate the str, too...

	* str_init.c (str_init): initialize a str

	* str.h.top (STR_INIT): initialize the reference count to be 1
	(str_init): add an initialization function

	* str_free.c (str_free): check to see if the string has been
	allocated

	* str.h.top: top of str.h; structure, accessor macros, basic
	manipulation macros, function declarations

	* str.h.bot: bottom of str.h

	* str_int.h: declare _str_more, RCSTAG macro

	* str_trim.c (str_trim): function to trim allocated memory to the
	bare minimum

	* str_free.c (str_free): function to free string resource when
	nothing else is pointing to it

	* str_err.et: define STR_ERR_BADARGS

	* str_append.c (str_append): append a standard string to a str

	* _str_more.c (_str_more): function to allocate more memory as
	required

	* _str_addc.c (_str_addc): function to allocate more memory and
	add a character

	* configure.in: build the configure.in

	* Makefile.am: build the Makefile.am

