Changes in version 1.01 (unreleased)

	Ported to SunOS 4.1 and Solaris 2.5.

Changes in version 1.0 (Sun Aug 3 1997)

	Ported to Linux PowerPC.

Changes in version 0.16 (unreleased)

Changes in version 0.15 (Tue Oct  1 1996)

	Ported to NeXT OpenStep on Mach for Intel.

	Huge speedup of [TLVector compare:].

	TLSymbol's `name' method renamed to `symbolName', to avoid clutter
	with Object's `-(const char *) name'.  (-DTL_0_14_COMPATIBLE will
	get TLSymbol's `name' method back.)

Changes in version 0.14 (Sat Jun  8 1996)

	Ported to i[345]86-unknown-freebsd*.

Changes in version 0.13 (Tue Jun  4 1996)

	Ported to i[345]86-unknown-linux.

Changes in version 0.12 (Wed May  8 1996)

	Added a few methods.  Fixed a few bugs.

Changes in version 0.11 (Tue Jan 23 1996)

	`tlisp/dbg.tl', the dial-back getty, is functional.

	Fixed a few bugs and mis-features.

Changes in version 0.10

	Fixed (huge) bug in GC where the postcondition that all objects
	are not black after garbage collection was violated.

	Initial implementation of TLisp debugging support (libtl
	compile-time optional).

	New classes: TLBufferedMutableStream, TLRegex, TLTrie.

	Heavily hacked classes: TLURL now makes sense, TLDate is based on
	doubles (you now need to link with -lm or your libc must already
	provide floor(3m) (nextstep's does)).

	Removed the need for `-utl' switch to get Objective-C linking
	semantics.

Changes in version 0.09.1

	Seemingly adapted to SunOS.

Changes in version 0.09

	Provide elapsed time constrained incremental garbage collection
	(invocation upon eval or from a run loop (or both)).

	Allocate objects from chunks the size of the virtual memory page
	size.  Detect and re-use empty chunks.

	New classes: TLSet, TLStack.

	Documented, at least partially, garbage collection, its use and its
	parameters in doc/tl.texi.

	Fixed numerous bugs and mis-features.

Changes in version 0.08.2

	New classes: TLConsEnumerator, TLDate, TLRunLoop, TLStreamStream,
	TLSneakStream, TLTelnetStream, TLVectorEnumerator.

	Removed classes: TLLStringConstant.

	Initial support for BSD ttys in Ftcgetattr and Ftcsetattr.

	Changed TLEnumerator protocol to be able to handle NIL objects
	contained in the object being enumerated.

	Split `-flush' stream method into `-flushInput' and `-flushOutput'.

	Fixed numerous bugs and mis-features.

Changes in version 0.08.1

	Everything.  This is the first release.
