| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-03-27 13:49:23
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv19474
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
More elimination of dup test numbers [Bugs 710365, 710369]
 | 
| 
      
      
      From: miguel s. <ms...@us...> - 2003-03-27 21:44:07
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv22286 Modified Files: ChangeLog Log Message: Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] | 
| 
      
      
      From: miguel s. <ms...@us...> - 2003-03-27 21:46:36
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv23985
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352]
 | 
| 
      
      
      From: Mo D. <md...@us...> - 2003-03-28 00:13:25
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25058 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic instead of -rdynamic for LDFLAGS. The -rdynamic is not documented so it seems better to pass the --export-dynamic flag to the linker. [Patch 573395] | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-03-31 23:19:49
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv3930
Modified Files:
	ChangeLog 
Log Message:
        * tests/parse.test (parse-18.*):  Coverage tests for the new
        implementation of Tcl_SubstObj().  Note that tests parse-18.17 and
        parse-18.21 demonstrate some bugs left to fix in the current code.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-01 07:18:39
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv25008
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclExecute.c (INST_RETURN):  Bytecompiled [return] failed
        to reset iPtr->returnCode, causing tests parse-18.17 and parse-18.21
        to fail strangely.
        * tests/parse.test (parse-18.21):  Corrected now functioning test.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-01 17:08:19
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv20238
Modified Files:
	ChangeLog 
Log Message:
        Added further coverage tests.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-01 19:17:26
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv13604
Modified Files:
	ChangeLog 
Log Message:
        * tests/README:  Direct [source] of *.test files is no longer
        recommended.  The tests/*.test files should only be evaluated under
        the control of the [runAllTests] command in tests/all.tcl.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-01 21:13:08
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv31630
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
        * tests/README:  Direct [source] of *.test files is no longer
        recommended.  The tests/*.test files should only be evaluated under
        the control of the [runAllTests] command in tests/all.tcl.
 | 
| 
      
      
      From: Mo D. <md...@us...> - 2003-04-02 06:35:58
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15917 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Check for inet_ntoa in -lbind inside the BeOS block since doing it later broke the build under SuSE 7.3. [Bug 713128] | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-02 19:31:23
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18679
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclParse.c (TclSubstTokens):  Moved declaration of
        utfCharBytes to beginning of procedure so that it does not go
        out of scope (get free()d) while append is still pointing to it.
        [Bugs 703167, 713754]
 | 
| 
      
      
      From: Mo D. <md...@us...> - 2003-04-03 02:24:12
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv4026 Modified Files: ChangeLog Log Message: * win/configure: Regen. * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4 (SC_CONFIG_CFLAGS): Set new LIBFLAGSUFFIX that works like LIBSUFFIX, it is used when creating library names. The previous implementation would generate -ltclstub85 instead of -ltclstub85s when configured with --disable-shared. | 
| 
      
      
      From: Mo D. <md...@us...> - 2003-04-03 10:03:21
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9212
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* win/configure: Regen.
	* win/configure.in: Set stub lib flag based
	on new LIBFLAGSUFFIX variable.
	* win/tcl.m4 (SC_CONFIG_CFLAGS): Set new
	LIBFLAGSUFFIX that works like LIBSUFFIX,
	it is used when creating library names.
	The previous implementation would generate
	-ltclstub85 instead of -ltclstub85s when
	configured with --disable-shared.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-03 16:46:17
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv613
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclCompCmds.c (TclCompileReturnCmd):  Now that [return]
        compiles to INST_RETURN, it is safe to compile even outside a proc.
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-04-05 01:03:24
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25112 Modified Files: ChangeLog Log Message: The bulk of the TIP#111 implementation. Still need to finish plumbing this into the rest of the core, but that won't take long... | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-04-05 01:25:11
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv30458 Modified Files: ChangeLog Log Message: Build support for dicts on Unix and Windows, plus public API (structure declaration and stubs entries.) | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-04-05 01:41:23
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv2952 Modified Files: ChangeLog Log Message: Final stage of getting dictionaries into the core. Test suite should work now! | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-04-07 10:12:09
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17843 Modified Files: ChangeLog Log Message: Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints be defined (though not necessarily useful) everywhere. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-04-07 12:27:31
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv22134
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
Make sure that tclWideIntType is defined and somewhat sensible everywhere.  [Bug 713562]
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-04-07 13:52:54
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27502 Modified Files: ChangeLog Log Message: Yet more warning killing, this time reported by Miguel Sofer by private chat. | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-07 16:54:12
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv13500
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
        * generic/tclCmdMZ.c (TraceExecutionProc):  Added missing
        Tcl_DiscardResult() call to avoid memory leak.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-07 16:55:14
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv13966
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclCmdMZ.c (TraceExecutionProc):  Added missing
        Tcl_DiscardResult() call to avoid memory leak.
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-07 20:00:47
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv11990
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclCompCmds.c (TclCompileIfCmd):  Corrected string limits of
        arguments interpolated in error messages. [Bug 711371]
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-04-07 20:03:06
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv12986
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
        * generic/tclCompCmds.c (TclCompileIfCmd):  Corrected string limits of
        arguments interpolated in error messages. [Bug 711371]
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-04-08 22:55:11
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv22933 Modified Files: ChangeLog Log Message: Use correct test for the empty string in Tcl_ErrorObjCmd |