diff options
| author | hobbs <hobbs> | 2000-03-03 02:57:27 (GMT) | 
|---|---|---|
| committer | hobbs <hobbs> | 2000-03-03 02:57:27 (GMT) | 
| commit | 454b80c3ff76507b4f3088caa3f8a49ab4d9d12e (patch) | |
| tree | 28e7a6b9565873ac7fa2ff558202b6c2b1996985 | |
| parent | d1edd68524561d9f8c25de1d4a095eaf4a09f55a (diff) | |
| download | tcl-454b80c3ff76507b4f3088caa3f8a49ab4d9d12e.zip tcl-454b80c3ff76507b4f3088caa3f8a49ab4d9d12e.tar.gz tcl-454b80c3ff76507b4f3088caa3f8a49ab4d9d12e.tar.bz2 | |
	* library/package.tcl (tclPkgUnknown): extended to allow
	recognizes changes in the auto_path while sourcing in other
	pkgIndex.tcl files
	* doc/FindExec.3: fixed doc for declaration of Tcl_FindExecutable
	[Bug: 4275]
	* generic/tclFileName.c (Tcl_TranslateFileName): Applied patch
	from Newman to significantly speedup file split/join on Windows
	(replaces regexp with custom parser).  [Bug: 2867]
	* win/README.binary: change mailing lists from @consortium.org
	to @scriptics.com [Bug: 4173]
| -rw-r--r-- | ChangeLog | 16 | 
1 files changed, 16 insertions, 0 deletions
| @@ -1,3 +1,19 @@ +2000-03-02  Jeff Hobbs  <hobbs@scriptics.com> + +	* library/package.tcl (tclPkgUnknown): extended to allow +	recognizes changes in the auto_path while sourcing in other +	pkgIndex.tcl files + +	* doc/FindExec.3: fixed doc for declaration of Tcl_FindExecutable +	[Bug: 4275] + +	* generic/tclFileName.c (Tcl_TranslateFileName): Applied patch +	from Newman to significantly speedup file split/join on Windows +	(replaces regexp with custom parser).  [Bug: 2867] + +	* win/README.binary: change mailing lists from @consortium.org +	to @scriptics.com [Bug: 4173] +  2000-02-28  Eric Melski  <ericm@scriptics.com>  	* tests/clock.test: Added test for ISO bases < 100000 | 
