|
From: Donal K. F. <dk...@us...> - 2005-06-20 10:01:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32667 Modified Files: ChangeLog Log Message: Update error case handling following Mo's updates (which are a good thing) |
|
From: Don P. <dg...@us...> - 2005-06-20 16:57:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27368 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/FileSystem.3: added missing Tcl_GlobTypeData documentation [Bug 935853] |
|
From: Don P. <dg...@us...> - 2005-06-20 17:13:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3414 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: date fix |
|
From: Donal K. F. <dk...@us...> - 2005-06-20 21:27:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15181 Modified Files: ChangeLog Log Message: Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] |
|
From: Donal K. F. <dk...@us...> - 2005-06-21 08:51:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28114 Modified Files: ChangeLog Log Message: Only enable the 'compile' special debugging feature when requested in configure.in; removes irrelevant junk from the configure files of extensions that use Tcl's tcl.m4. |
|
From: Don P. <dg...@us...> - 2005-06-21 17:44:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15034 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: formatting |
|
From: Don P. <dg...@us...> - 2005-06-21 17:46:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13735 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of the * tests/trace.test (trace-34.1): list of active traces to cleanup references to traces being deleted. [Bug 1201035] |
|
From: Don P. <dg...@us...> - 2005-06-21 18:33:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22636 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Added missing walk of the list of active traces * generic/tclTrace.c: to cleanup references to traces being deleted. * generic/tclInt.h: [Bug 1201035] Made the walk of the active trace * tests/trace.test (trace-34.*): list aware of the direction of trace scanning, so the proper correction can be made. [Bug 1224585] |
|
From: Kevin B K. <ke...@us...> - 2005-06-21 19:08:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7049 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: bugs 1194458 and 1225044 |
|
From: Kevin B K. <ke...@us...> - 2005-06-21 19:20:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12439 Modified Files: ChangeLog Log Message: bug 1194458 |
|
From: Andreas K. <and...@us...> - 2005-06-21 19:49:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25473 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compilers (*) who error out on the redefinition of WORDS_BIGENDIAN. We have to undef the previous definition (on the command line) first to make this acceptable. (*): AIX native. |
|
From: Pat T. <pat...@us...> - 2005-06-21 22:59:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29482 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/winDde.test: Added some waits to the dde server script to let event processing run after we create the dde server and before we exit the server process. This avoids 'server did not respond' errors. |
|
From: Don P. <dg...@us...> - 2005-06-22 16:02:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25157 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/safe.test: Backport performance improvement from reduced $::auto_path. |
|
From: Andreas K. <and...@us...> - 2005-06-22 16:49:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18915 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compilers (*) who error out on the redefinition of WORDS_BIGENDIAN. We have to undef the previous definition (on the command line) first to make this acceptable. (*): AIX native. |
|
From: Kevin B K. <ke...@us...> - 2005-06-22 19:35:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27331 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: bug 1225727 |
|
From: Kevin B K. <ke...@us...> - 2005-06-22 19:47:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv600 Modified Files: ChangeLog Log Message: bug 1225727 |
|
From: Don P. <dg...@us...> - 2005-06-22 20:19:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15658 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: release tag |
|
From: Don P. <dg...@us...> - 2005-06-22 21:23:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21113 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoyts for discovery and fix. |
|
From: Don P. <dg...@us...> - 2005-06-22 21:24:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21542 Modified Files: ChangeLog Log Message: * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoyts for discovery and fix. |
|
From: Kevin B K. <ke...@us...> - 2005-06-22 21:30:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25274 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: bug 1225044 |
|
From: Kevin B K. <ke...@us...> - 2005-06-22 21:39:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30242 Modified Files: ChangeLog Log Message: bug 1225044 |
|
From: Daniel A. S. <da...@us...> - 2005-06-23 06:00:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1374 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in (install-private-headers): rewrite tclPort.h when installing private headers to remove ../unix relative #include path to tclUnixPort.h (which is incorrect at the installed location). |
|
From: Kevin B K. <ke...@us...> - 2005-06-23 15:05:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15641 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: bug #1225957 |
|
From: Daniel A. S. <da...@us...> - 2005-06-23 17:01:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6758 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels. |
|
From: Daniel A. S. <da...@us...> - 2005-06-23 17:01:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7053 Modified Files: ChangeLog Log Message: * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels. |