|
From: Pat T. <pat...@us...> - 2007-05-11 20:59:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30238 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc from tclInt.h now they are in the internal stubs table. |
|
From: Don P. <dg...@us...> - 2007-05-15 16:12:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14529 Modified Files: ChangeLog Log Message: * win/configure: autoconf-2.59 (FC6 fork) * library/reg/pkgIndex.tcl: Bump to registry 1.2.1 to account for * win/configure.in: [1682211] bug fix. * win/makefile.bc: * win/tclWinReg.c: |
|
From: Don P. <dg...@us...> - 2007-05-15 18:32:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7036 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclNamesp.c: Plugged memory leak related to [namespace delete ::]. [Bug 1716782] |
|
From: Don P. <dg...@us...> - 2007-05-16 15:59:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19934 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Mark tag for 8.4.15 (RC1) release |
|
From: Joe E. <jen...@us...> - 2007-05-16 18:28:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19094 Modified Files: ChangeLog Log Message: Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs table pointers back to public visibility. These symbols need to be exported so that stub-enabled extensions may be statically linked into an extended tclsh or Big Wish with a dynamically-linked libtcl. [Bug#1716117] |
|
From: Daniel A. S. <da...@us...> - 2007-05-16 21:18:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25735 Modified Files: ChangeLog Log Message: * generic/tcl.decls: workaround 'make checkstubs' failures from tclStubLib.c MODULE_SCOPE revert. [Bug 1716117] |
|
From: Donal K. F. <dk...@us...> - 2007-05-17 12:05:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12837 Modified Files: ChangeLog Log Message: Added macro version of Tcl_LimitReady. |
|
From: Don P. <dg...@us...> - 2007-05-17 14:18:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6535 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/fCmd.test: Backport the notNetworkFilesystem constraint. |
|
From: Don P. <dg...@us...> - 2007-05-24 19:31:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21500 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c: Backport memleak fix in TclFinalizeIOSubsystem. |
|
From: Don P. <dg...@us...> - 2007-05-24 19:52:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30624 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: typo |
|
From: Jeffrey H. <ho...@us...> - 2007-05-29 23:35:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv354 Modified Files: ChangeLog Log Message: * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of pthread_join exit return code storage. [Bug 1712723] |
|
From: Jeffrey H. <ho...@us...> - 2007-05-29 23:35:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv811 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of pthread_join exit return code storage. [Bug 1712723] |
|
From: Don P. <dg...@us...> - 2007-05-30 03:27:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv747 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-05-30 03:31:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2528 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-05-30 18:13:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4930 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Removed code that dealt with * generic/tclCompile.c: TCL_TOKEN_EXPAND_WORD tokens representing * generic/tclCompile.h: expanded literal words. These sections were mostly in place to enable [info frame] to discover line information in expanded literals. Since the parser now generates a token for each post-expansion word referring to the right location in the original script string, [info frame] gets all the data it needs. * generic/tclInt.h: Revised the parser so that it never produces * generic/tclParse.c: TCL_TOKEN_EXPAND_WORD tokens when parsing an * tests/parse.test: expanded literal word; that is, something like {*}{x y z}. Instead, generate the series of TCL_TOKEN_SIMPLE_WORD tokens to represent the words that expansion of the literal string produces. [RFE 1725186] |
|
From: Don P. <dg...@us...> - 2007-05-30 18:40:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16157 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-05-30 22:01:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9868 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Daniel A. S. <da...@us...> - 2007-06-03 13:43:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31171 Modified Files: ChangeLog Log Message: * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. |
|
From: Don P. <dg...@us...> - 2007-06-04 15:08:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22572 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-06-05 14:19:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11989 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2007-06-05 17:50:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3563 Modified Files: ChangeLog Log Message: * generic/tclInt.h: * generic/tclExecute.c: Tcl-stack reform, [Patch 1701202] |
|
From: Don P. <dg...@us...> - 2007-06-05 17:54:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5247 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/result.test (result-6.2): Add test for Bug 1649062 so that 8.4 and 8.5 both test the same outcome and we verify compatibility. |
|
From: Don P. <dg...@us...> - 2007-06-05 17:57:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6143 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to * generic/tclInt.h: control the timing with which the global * generic/tclNamesp.c: variables ::errorCode and ::errorInfo get * generic/tclProc.c: updated after an error. This keeps more * generic/tclResult.c: precise compatibility with Tcl 8.4. * tests/result.test (result-6.2): [Bug 1649062] |
|
From: Don P. <dg...@us...> - 2007-06-05 18:12:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12931 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-06-05 18:17:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15112 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |