2003-05-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.4 ========================
	* 

2003-05-02  Andreas Kupries  <andreask@activestate.com>

	* profiler.test: found a test failing for 8.5 due to incomplete
	  auto_path propagation and setup. Fixed.

2003-04-29  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* profiler.tcl (::profiler::stats): Check for sum being zero when
	using tcl < 8.4 (no execution trace available). Prevents a divide
	by zero error.

2003-04-13  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* profiler.test:
	* profiler.tcl: Accepted patch #575376 by Hemang Lavana
	  <hemanglavana@users.sourceforge.net> reorganizing the internals
	  a bit and using the 8.4 specific trace support if possible.

2003-04-11  Andreas Kupries  <andreask@activestate.com>

	* profiler.tcl:
	* profiler.man:
	* pkgIndex.tcl:  Set version of the package to to 0.2.1.

2003-02-24  David N. Welton  <davidw@dedasys.com>

	* profiler.tcl (::profiler::tZero): Use string map instead of
	regsub.

2003-02-06  David N. Welton  <davidw@dedasys.com>

	* profiler.tcl (::profiler::profProc): Use string match instead of
	  regexp.

2003-01-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* profiler.man: More semantic markup, less visual one.

2002-10-14  Jeff Hobbs  <jeffh@ActiveState.com>

	* profiler.tcl (dump): required result initialization. [Bug #564767]

2002-04-15  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* profiler.man: Added doctools manpage.

2001-08-21  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* pkgIndex.tcl: Moved version to 0.2.

	* profiler.test: Adapted testsuite.

	* profiler.n: Added documentation. Same patch as below.

	* profiler.tcl: Applied patch [446799] by Hemang Lavana
	  <hemanglavana@users.sourceforge.net>, adding support for
	  resume/suspend operations to the profiler. moved version to 0.2.

2001-07-31  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* profiler.tcl (Handler): Fixed [446562].

2001-07-10  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* profiler.tcl: Frink 2.2 run, fixed dubious code.

2001-06-21  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* profiler.tcl: Fixed dubious code reported by frink.

2000-09-20  Eric Melski  <ericm@ajubasolutions.com>

	* profiler.tcl: Corrected some non-Tcl-style-guide conforming
	function headers.

2000-06-15  Eric Melski  <ericm@ajubasolutions.com>

	* profiler.tcl: Added mods from Philip Ehrens
	<pehrens@ligo.caltech.edu> to changed formatting, add additional
	statistics. [RFE: 5060]

2000-03-27  Eric Melski  <ericm@scriptics.com>

	* profiler.tcl: Added a check for [clock clicks] wrapping.

2000-03-20  Eric Melski  <ericm@scriptics.com>

	* profiler.test: 
	* profiler.tcl: Fixed issue with printing of descendants.

2000-03-09  Eric Melski  <ericm@scriptics.com>

	* profiler.test: Adapted tests to work inside and outside of
	tcllib test framework.

2000-03-08  Eric Melski  <ericm@scriptics.com>

	* profiler.test:
	* profiler.tcl: Added tracking of descendant time; changed
	definition of total time to include compile time (which makes
	determination of exclusive time (time in a function but not in its
	descendants) easier).

2000-03-03  Eric Melski  <ericm@scriptics.com>

	* profiler.tcl: Added profiler::reset function and enhanced 
	profiler::sortFunctions

	* profiler.n: Updated documentation.

2000-02-24  Eric Melski  <ericm@scriptics.com>

	* profiler.tcl: Fixed dump command output to include
	the name of the function being dumped.

2000-02-17  Eric Melski  <ericm@scriptics.com>

	* pkgIndex.tcl: package index for profiler.

	* man.macros: 
	* profiler.n: Doc for profiler.

	* profiler.test: Tests for profiler.

	* profiler.tcl: Simple Tcl function-level profiler.

