| 
      
      
      From: Don P. <dg...@us...> - 2002-06-26 03:25:07
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv6424 Modified Files: ChangeLog Log Message: * Corrected suppression of -verbose skip and start by [test -output]. Also corrected test suite errors exposed by corrected code. [Bug 564656] | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-06-26 11:50:54
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4715 Modified Files: ChangeLog Log Message: clarifications in doc/CrtInterp.3 and doc/StringObj.3 | 
| 
      
      
      From: Reinhard M. <rm...@us...> - 2002-06-26 13:42:24
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv8262
Modified Files:
	ChangeLog 
Log Message:
        * unix/tclUnixTime.c: Make [clock format] respect locale settings.
        * tests/clock.test:   Bug #565880. ***POTENTIAL INCOMPATIBILITY***
 | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-06-26 16:01:09
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv21263 Modified Files: ChangeLog Log Message: empty path name error msgs | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-06-27 12:27:38
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv20547 Modified Files: ChangeLog Log Message: unix root volume fix | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-06-27 17:31:07
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv13535
Modified Files:
	ChangeLog 
Log Message:
	* Made sure that the TCLTEST_OPTIONS
        environment variablle configures tcltest at package load time.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-06-27 22:29:09
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16991 Modified Files: ChangeLog Log Message: * Work in progress updating the documentation of the packages that come bundled with the Tcl source distribution, notably tcltest. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2002-06-28 08:44:48
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv26851 Modified Files: ChangeLog Log Message: Minor improvement to documentation for [string last], and reformatting to remove long-obsolete changebars. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2002-06-28 09:56:56
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv12610 Modified Files: ChangeLog Log Message: Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so their names were really badly chosen. Also prevented a double-#def. | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-06-28 19:22:58
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv30457
Modified Files:
	ChangeLog 
Log Message:
        * docs/tcltest.n:       Doc revisions in progress.
        * library/tcltest/tcltest.tcl: Corrected -testdir default value.
        Was not reliable, and disagreed with docs!  Thanks to Hemang Lavana.
        [Bug 575150]
 | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-06-28 21:24:21
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7435 Modified Files: ChangeLog Log Message: * generic/tclCompile.h: modified the macro TclEmitPush | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-01 02:29:23
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv28254
Modified Files:
	ChangeLog 
Log Message:
	* Fixed [makeFile] and [viewFile] to accurately reflect a file's
	contents.  Updated tests that depended on buggy behavior.  Also
	added warning messages to "-debug 1" operations to debug test
        calls to (make|remove)(File|Directory).
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-01 04:06:54
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv6714
Modified Files:
	ChangeLog 
Log Message:
	* Updated auto_mkIndex tests to use
        [makeFile] and [removeFile] so tests are done in [temporaryDirecotry]
        where write access is guaranteed.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-01 04:56:12
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31190 Modified Files: ChangeLog Log Message: * Stopped checking for writeability of -tmpdir value because no default directory can be guaranteed to be writeable. | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-01 07:52:05
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv20209 Modified Files: ChangeLog Log Message: * Updated the instructions on running and adding to the test suite. Also updated several tests, mostly to correctly create and destroy any temporary files in the [temporaryDirectory] of tcltest. | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-01 07:56:33
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv22256 Modified Files: ChangeLog Log Message: * work in progress updating tcltest documentation. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2002-07-01 10:50:23
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13295 Modified Files: ChangeLog Log Message: Documented the *real* behaviour of [concat] | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-01 14:35:11
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv21385
Modified Files:
	ChangeLog 
Log Message:
        * tests/pkg/samename.tcl: restored.  needed by pkgMkIndex.test.
        * library/tcltest/tcltest.tcl: restored writeability testing of
        -tmpdir, augmented by a special exception for the deafault value.
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2002-07-01 15:43:56
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17196 Modified Files: ChangeLog Log Message: Fix for Tcl bug #541181; programs that link against libtcl.so on Solaris no longer need to use the same compiler as that used for the library itself | 
| 
      
      
      From: Joe E. <jen...@us...> - 2002-07-01 18:25:58
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv10582 Modified Files: ChangeLog Log Message: (doc/*.[3n]) -- spell-check, fix typos (Updates from Larry Virden) | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-01 22:33:25
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv3197
Modified Files:
	ChangeLog 
Log Message:
        * doc/tcltest.n: more work in progress updating tcltest docs.
        * library/tcltest/tcltest.tcl: Change [configure -match] to
        stop treating an empty list as a list of the single pattern "*".
        Changed the default value to [list *] so default operation
        remains the same.
 | 
| 
      
      
      From: Vince D. <vin...@us...> - 2002-07-02 12:16:06
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv12048 Modified Files: ChangeLog Log Message: clearer error msgs for file link | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-02 13:28:54
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv32266
Modified Files:
	ChangeLog 
Log Message:
        * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]
        and [GetMatchingDirectories], removing special case processing.
        * doc/tcltest.n:  More documentation updates.  Reference sections
        are complete.  Only examples need adding.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-07-02 19:11:00
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv12134
Modified Files:
	ChangeLog 
Log Message:
        * doc/tcltest.n:                Reverted [makeFile] and [viewFile] to
        * library/tcltest/tcltest.tcl:  their former behavior, and documented
        * tests/cmdAH.test:             it.  Corrected misspelling of hook
        * tests/event.test:             procedure.  Restored tests.
        * tests/http.test:
        * tests/io.test:
 | 
| 
      
      
      From: Joe E. <jen...@us...> - 2002-07-02 23:34:10
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30040 Modified Files: ChangeLog Log Message: Markup fixes, spellcheck. |