This is the HISTORY file for the Tcl debugger.

Date	Version	Description
-------	-------	------------------------------------------------------
1/14/93	1.0.10	Forgot to include Dbg_cmd.c in distribution!

1/12/93	1.0.9	Added Dbg_Init to simplify use even further.  See INSTALL.

		Cleaned up configure and INSTALL quite a bit.

11/14/93 1.0.8	Rick <pclink@qus102.qld.npb.telecom.com.au> says Pyramid chokes
		when varargs is included twice (2nd time from tclInt.h).

11/1/93 1.0.7	Lou-Salkind@deshaw.com found interpreter() could stomp past end
		of input array.

		Joe Fasano <joe@veritas.com> requested an output routine so
		that non-interactor output could be redirected.  I added
		Dbg_Output.

		Karl Vogel <vogelke@c-17igp.wpafb.af.mil> noted Pyramid didn't
		like calling thru fn ptrs w/o using *, and a real bug, casting
		the debugger cmd enums from void.

9/11/93	1.0.6	Dbg_On(,1) only permitted a single command, so things like w
		couldn't possibly work.  Fixed.  But Dbg_On(,1) cannot possibly
		intuit the current command.  Also, if Dbg_On(,1) invoked as a
		Tcl async (i.e., from interrupt), we can't interrupt again
		until first interrupt completes.  This shouldn't be a problem
		for anyone but it should be documented.

9/9/93	1.0.5	Przemek Klosowski <przemek@rrdbartok.nist.gov> noted that some
		Tcl 6 incompats had crept in.

9/9/93	1.0.4	John Robert LoVerso <loverso@osf.org> noted HP compiler
		complained about assigning int to enum.

9/1/93	1.0.3	Jiunn-Chen Lin <faust@x1sund.ccl.itri.org.tw> noted wish dies
		on "update" and fixes for Tcl 7.03b.  No longer compat with
		earlier Tcl 7, but still compat with Tcl 6.

		Added a patch to fix tkMain.c for the update problem.  Added
		instructions to INSTALL describing how to get going quickly.

8/22/93	1.0.2	Made compatible with Tcl 7.0b2.  Still compatible with Tcl 6.

		Fixed misbehavior of "n" if procedure was inside Tcl_Eval
		which was not in a procedure (i.e., source).  Currently, Tcl
		does have enough power to have "n" stop after commands (i.e.,
		source).  Provide "N" as a temporary alternative.

		Tightened symbol names a bit.

		Chip Rosenthal <chip@chinacat.unicom.com> noted type decl err.

6/12/93	1.0.1	configure was not executable; accidentally depended on dummy.h

		fnf@fishpond.cygnus.com noted minor type decl error.

6/8/93	1.0.0	Released
