|
From: Pat T. <pat...@us...> - 2005-11-03 01:16:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5338 Modified Files: ChangeLog Log Message: * win/tclWin32Dll.c: Applied patch #1256872 to provide unicode * win/tclWinConsole.c: support in the console on suitable systems. * win/tclWinInt.h: Patch by Anton Kovalenko |
|
From: Pat T. <pat...@us...> - 2005-11-03 11:54:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22082 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 * win/tclWinConsole.c: to give unicode console support on * win/tclWinInt.h: suitable systems (eg: NT/XP) |
|
From: Don P. <dg...@us...> - 2005-11-03 16:16:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv888 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclUnixInit.c (TclpSetInitialEncodings): Modified so that multiple calls can continue to atttempt to properly set the system encoding. Needed for Tclkit to properly support non-default encodings. Thanks to Yaroslav Schekin. [Bug 1201171]. |
|
From: Don P. <dg...@us...> - 2005-11-03 17:52:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27434 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2005-11-04 01:15:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16635 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclInt.h: * generic/tclNamesp.c: * generic/tclVar.c: fix for [Bugs 1338280/1337229]. Thanks Don. * tests/trace.test: fix duplicate test numbers |
|
From: miguel s. <ms...@us...> - 2005-11-04 02:13:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26105 Modified Files: ChangeLog Log Message: * generic/tclInt.h: * generic/tclNamesp.c: * generic/tclVar.c: * tests/trace.test: fix for [Bugs 1338280/1337229]; changed to use the same approach as the 8.4 patch in the ticket (i.e., removed the patch committed on 2005-31-10). |
|
From: Kevin B K. <ke...@us...> - 2005-11-04 18:18:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9223 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Bug 1317477 |
|
From: Pat T. <pat...@us...> - 2005-11-04 18:33:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15291 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which * win/tclWinPort.h: provides extended error code support. * tests/exec.test: Wrote some tests for this feature. |
|
From: Kevin B K. <ke...@us...> - 2005-11-04 19:38:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv992 Modified Files: ChangeLog Log Message: Bug 1263012 |
|
From: Kevin B K. <ke...@us...> - 2005-11-04 20:13:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8082 Modified Files: ChangeLog Log Message: Bug 1298737 |
|
From: Kevin B K. <ke...@us...> - 2005-11-04 20:15:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8371 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Bug 1298737 |
|
From: Kevin B K. <ke...@us...> - 2005-11-04 20:31:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11161 Modified Files: ChangeLog Log Message: RFE 1333318 |
|
From: Kevin B K. <ke...@us...> - 2005-11-04 20:40:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12884 Modified Files: ChangeLog Log Message: Bug 1163896 |
|
From: Kevin B K. <ke...@us...> - 2005-11-04 21:18:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20315 Modified Files: ChangeLog Log Message: RFE 1071992 |
|
From: Kevin B K. <ke...@us...> - 2005-11-04 21:18:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20346 Modified Files: ChangeLog Log Message: RFE 1071992 |
|
From: Don P. <dg...@us...> - 2005-11-04 21:40:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24210 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4: Added code to enable [load] on LynxOS. Thanks to he...@us... for the patch. [Bug 1163896]. * unix/configure: autoconf-2.13. |
|
From: miguel s. <ms...@us...> - 2005-11-04 22:38:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2971 Modified Files: ChangeLog Log Message: * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclIOCmd.c: * generic/tclLink.c: * generic/tclTest.c: * generic/tclVar.c: fix for [Bug 1334947]. The functions TclPtrSetVar, Tcl_ObjSetVar2 and Tcl_SetVar2Ex now always consume the newValuePtr argument - i.e., they will free a 0-refCount object if they failed to set the variable. Fixed all callers in the core. |
|
From: Pat T. <pat...@us...> - 2005-11-04 23:01:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7982 Modified Files: ChangeLog Log Message: * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for * win/tclWinPipe.c: extended error code support on Windows. * tests/exec.test: Tests for extended error codes. * generic/tclPipe.c: Permit long codes (platform macros permitting). |
|
From: miguel s. <ms...@us...> - 2005-11-05 02:11:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28261 Modified Files: ChangeLog Log Message: * tests/trace.test (trace-8.9): added test to detect leak, see [Bug 1348775]. |
|
From: Donal K. F. <dk...@us...> - 2005-11-07 09:38:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12727 Modified Files: ChangeLog Log Message: Squelch the false [Bug 1342858] by removing traces cleanly. The trace leaking is being pursued elsewhere. |
|
From: miguel s. <ms...@us...> - 2005-11-07 10:18:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20661 Modified Files: ChangeLog Log Message: * tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug 1348775]. The recently added trace-8.9 test is now 13.4. |
|
From: miguel s. <ms...@us...> - 2005-11-07 10:28:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22918 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: missed Changelog entry |
|
From: Donal K. F. <dk...@us...> - 2005-11-08 14:25:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22989 Modified Files: ChangeLog Log Message: Fix for [Bug 1348775] |
|
From: Donal K. F. <dk...@us...> - 2005-11-08 14:53:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28876 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1348775] using Miguel's patch |
|
From: Don P. <dg...@us...> - 2005-11-08 18:29:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22193 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclPkg.c: Corrected inconsistencies in the value returned * tests/pkg.test: by Tcl_PkgRequire(Ex) so that the returned values will always agree with what is stored in the package database. This way repeated calls to Tcl_PkgRequire(Ex) have the same results. Thanks to Hemang Lavana. [Bug 1162286]. * tests/namespace.test (25.7,8): Backport test of knownBug. |