Tue Mar 10 18:16:28 1992  Per Bothner  (bothner@cygnus.com)

	* tests_h.cc:  Include sys/time.h before sys/resource.h,
	according to traditional requirement.

Fri Mar  6 15:11:36 1992  Per Bothner  (bothner@cygnus.com)

	* tests_h.cc:  Don't include malloc.h, since it is
	not a standard include file.

Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)

	* Makefile.in, configure.in: removed traces of namesubdir,
	  -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
	  copyrights to '92, changed some from Cygnus to FSF.

Fri Jan 31 17:07:30 1992  Per Bothner  (bothner at cygnus.com)

	* Makefile.in:  Add $(LSRCS) (the generated source files)
	to DEPEND_SOURCES.  (Otherwise, make fails to generate
	some of the i*.h include files.)

	* Makefile.in: Add i{CH,Splay}Node.{cc,h,o} (because
	CHNode and SplayNode have been moved into their own
	include files).
	* out.iostream: Change to match real output (now that
	all discrepancies from old output are explained).

Sat Jan 25 00:32:45 1992  Per Bothner  (bothner at cygnus.com)

	* Makefile.in:  Replace libtest.a by LIBTEST macro.
	* out.iostream:  "Fix".
	* tFile.cc: New iostream class and classes derived from
	it allow us to support much more of the fucntionality
	of the old library.

Thu Jan 16 18:00:04 1992  Per Bothner  (bothner at cygnus.com)

	* expected.out, out_iostream, out.old_stream, Makefile.in:
	Replace expected.out by two versions:  One when using new
	iostreams, and one for old streams.
	* Makefile.in:  Some tweaks to 'make depend.'
	* tFix16.cc, tFix24.cc:  Replace check macro by overloaded
	inline functions.   This forces side effects (including
	error messages) when evaluating the operands to happen
	before printing.
	* tFile.cc:  Comditionally compile depending on
	_OLD_STREAMS macro (defined by stream.h) so that most
	tests work for both new iostreams as well as old streams.
	* test_h.cc:  Remove obsolete include files.

Sun Jan  5 00:03:06 1992  Per Bothner  (bothner at cygnus.com)

	* Makefile.in, configure.in:  Add 'make depend' support.
	* tBag.cc, tMap.cc, tPQ.cc, tSet.cc:  #include <builtin.h>,
	because new iostream library doesn't automatically include it.
	* tFile.cc, test_h.cc:  #ifdef out code that won't work with new
	iostream library.  Other tweaks for new library.
