|
From: Andreas K. <and...@us...> - 2008-11-23 19:29:23
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24604 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIO.c: Backport of fix for [Bug 2333466]. |
|
From: Don P. <dg...@us...> - 2008-11-24 04:43:28
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1802 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-11-24 10:02:49
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8870 Modified Files: ChangeLog Log Message: Converter script improvements. [Bug 2330040] |
|
From: Jan N. <nij...@us...> - 2008-11-25 06:48:06
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7220 Modified Files: ChangeLog Log Message: don't assume that Tcl_SetResult sets interp->result, especially not in a dstring test |
|
From: Andreas K. <and...@us...> - 2008-11-25 22:13:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17859 Modified Files: ChangeLog Log Message: * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477] to prevent infinite looping during finalization of channels not bound to interpreters. |
|
From: Andreas K. <and...@us...> - 2008-11-25 22:16:17
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18258 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477] to prevent infinite looping during finalization of channels not bound to interpreters. |
|
From: Andreas K. <and...@us...> - 2008-11-25 22:18:21
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18596 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport of Alexandre Ferrieux's patch for [Bug 2270477] to prevent infinite looping during finalization of channels not bound to interpreters. |
|
From: Jan N. <nij...@us...> - 2008-11-25 23:19:12
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27009 Modified Files: ChangeLog Log Message: Eliminate 3 calls to Tcl_SetResult, as examples how it should have been done. purpose: contribute in the TIP #340 discussion. |
|
From: Kevin B K. <ke...@us...> - 2008-11-26 19:19:21
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26700 Modified Files: ChangeLog Log Message: * library/tclIndex: Removed reference to no-longer-extant procedure 'tclLdAout'. * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'. [Patch 2114900] thanks to Stu Cassoff <st...@us...> |
|
From: Jan N. <nij...@us...> - 2008-11-26 23:09:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11114 Modified Files: ChangeLog Log Message: Eliminate warning: unused variable |
|
From: Jan N. <nij...@us...> - 2008-11-26 23:45:03
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13020 Modified Files: ChangeLog Log Message: A few more (harmless) Tcl_SetResult eliminations |
|
From: Don P. <dg...@us...> - 2008-11-27 05:58:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3872 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Alexandre F. <fer...@us...> - 2008-11-27 08:23:55
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12755 Modified Files: ChangeLog Log Message: Alternate fix for[Bug 2251175]: missing backslash substitution on expanded literals. |
|
From: Donal K. F. <dk...@us...> - 2008-11-29 12:15:42
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29757 Modified Files: ChangeLog Log Message: Improvements to the general readability of the TSD implementation. |
|
From: Donal K. F. <dk...@us...> - 2008-11-29 12:18:40
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30098 Modified Files: ChangeLog Log Message: Code now simple enough that we can improve its performance by applying the double-checked locking pattern. |
|
From: Donal K. F. <dk...@us...> - 2008-11-29 18:17:25
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7509 Modified Files: ChangeLog Log Message: Implementation of TIP #210. |
|
From: Kevin B K. <ke...@us...> - 2008-11-30 19:24:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2531 Modified Files: ChangeLog Log Message: * library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace delimiters before caching a scan or format procedure [Bug 2362156]. * tests/clock.test (clock-64.[12]): Added test cases for the bug that was tickled by a namespace delimiter inside a format string. |
|
From: Kevin B K. <ke...@us...> - 2008-11-30 19:25:49
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2705 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace delimiters before caching a scan or format procedure [Bug 2362156]. * tests/clock.test (clock-64.[12]): Added test cases for the bug that was tickled by a namespace delimiter inside a format string. |
|
From: Donal K. F. <dk...@us...> - 2008-12-01 15:23:00
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2509 Modified Files: ChangeLog Log Message: Fix [Bug 2371623] with a constraint. |
|
From: Don P. <dg...@us...> - 2008-12-01 16:44:51
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9116 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-12-01 21:48:05
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4760 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit to something that doesn't crash the test suite. |
|
From: Don P. <dg...@us...> - 2008-12-01 22:30:04
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8266 Modified Files: ChangeLog Log Message: * generic/tclParse.c: Coding standards fixups. |
|
From: Don P. <dg...@us...> - 2008-12-01 22:40:03
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12325 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclParse.c: Backport fix for [Bug 2251175]. |
|
From: Andreas K. <and...@us...> - 2008-12-02 18:23:30
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18841 Modified Files: ChangeLog Log Message: * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 2270477] with a gentler version, also supplied by him. |
|
From: Andreas K. <and...@us...> - 2008-12-02 18:23:55
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18944 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 2270477] with a gentler version, also supplied by him. |