|
From: Daniel A. S. <da...@us...> - 2008-06-12 20:09:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27115 Modified Files: ChangeLog Log Message: * unix/Makefile.in: add complete deps on tclDTrace.h. |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 20:09:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27514 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in: add complete deps on tclDTrace.h. |
|
From: Andreas K. <and...@us...> - 2008-06-12 20:19:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31487 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditional feature. Added checks to validate HashEntry and HashTable information gotten from Command structures. This seems to be needed to handle structures managed by Itcl. |
|
From: Joe M. <mis...@us...> - 2008-06-13 05:45:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv448 Modified Files: ChangeLog Log Message: TIP 285 Implementation |
|
From: David G. <dav...@us...> - 2008-06-13 19:58:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8576 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2008-06-14 02:25:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32259 Modified Files: ChangeLog Log Message: no message |
|
From: Don P. <dg...@us...> - 2008-06-16 03:16:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8489 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Andreas K. <and...@us...> - 2008-06-16 18:38:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14936 Modified Files: ChangeLog Log Message: * tests/ioTrans.test (iortrans-11.*): Fixed same issue as for iortrans.tf-11.*, cleanup of temp file, making this a followup to the entry on 2008-06-10 by myself. |
|
From: Andreas K. <and...@us...> - 2008-06-16 19:58:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15959 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up the * tests/info.test: information for key 'proc' out of the TCL_LOCATION_BC branch to after the switch, this is common to all frame types. Updated the testsuite to match. This was exposed by the 2008-06-08 commit (Miguel), switching uplevel from direct eval to compilation. Fixes [Bug 1987851]. |
|
From: Andreas K. <and...@us...> - 2008-06-16 20:44:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3433 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the * tests/info.test: head branch :: Moved the code looking up the information for key 'proc' out of the TCL_LOCATION_BC branch to after the switch, this is common to all frame types. Updated the testsuite to match. This was exposed by the 2008-06-08 commit (Miguel), switching uplevel from direct eval to compilation. Fixes [Bug 1987851]. |
|
From: Andreas K. <and...@us...> - 2008-06-16 20:46:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3914 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on the * tests/info.test: head branch :: Moved the code looking up the information for key 'proc' out of the TCL_LOCATION_BC branch to after the switch, this is common to all frame types. Updated the testsuite to match. This was exposed by the 2008-06-08 commit (Miguel), switching uplevel from direct eval to compilation. Fixes [Bug 1987851]. |
|
From: Kevin B K. <ke...@us...> - 2008-06-17 02:15:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11663 Modified Files: ChangeLog Log Message: 2006-06-17 Kevin Kenny <ke...@ac...> * generic/tclClock.c (ConvertLocalToUTC): * tests/clock.test (clock-63.1): Fixed a bug where the internal ConvertLocalToUTC command segfaulted if passed a dictionary without the 'localSeconds' key. To the best of my knowledge, the bug was not observable in the [clock] command itself. |
|
From: Kevin B K. <ke...@us...> - 2008-06-17 02:22:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13779 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: 2006-06-17 Kevin Kenny <ke...@ac...> * generic/tclClock.c (ConvertLocalToUTC): * tests/clock.test (clock-63.1): Fixed a bug where the internal ConvertLocalToUTC command segfaulted if passed a dictionary without the 'localSeconds' key. To the best of my knowledge, the bug was not observable in the [clock] command itself. |
|
From: Don P. <dg...@us...> - 2008-06-17 04:15:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26110 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Andreas K. <and...@us...> - 2008-06-17 16:44:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2239 Modified Files: ChangeLog Log Message: * doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the documentation to not only mention the new (underscored) form of environment variable names, but make it the encouraged form as well. See [Bug 1914604]. |
|
From: Andreas K. <and...@us...> - 2008-06-17 16:45:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2699 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the documentation to not only mention the new (underscored) form of environment variable names, but make it the encouraged form as well. See [Bug 1914604]. |
|
From: Andreas K. <and...@us...> - 2008-06-17 17:21:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16391 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. |
|
From: Andreas K. <and...@us...> - 2008-06-17 17:22:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16869 Modified Files: ChangeLog Log Message: * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. |
|
From: Don P. <dg...@us...> - 2008-06-18 15:38:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21245 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-06-18 21:18:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32566 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclParseExpr.c: Disabled attempts to support [expr] functions named eq(...) or ne(...). Any attempts to use such functions were panicking. [Bug 1971879]. |
|
From: Donal K. F. <dk...@us...> - 2008-06-19 20:57:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7731 Modified Files: ChangeLog Log Message: Fix [Bug 1998221] |
|
From: Donal K. F. <dk...@us...> - 2008-06-19 21:02:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9695 Modified Files: ChangeLog Log Message: Forgot the bug number |
|
From: Donal K. F. <dk...@us...> - 2008-06-19 21:28:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21948 Modified Files: ChangeLog Log Message: Make [next] work as described in TIP. [Bug 1998244] |
|
From: Don P. <dg...@us...> - 2008-06-22 04:52:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19265 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclInterp.c: Fixed completely boneheaded mistake that * tests/interp.test: [interp bgerror $slave] and [$slave bgerror] would always act like [interp bgerror {}]. [Bug 1999035]. * tests/chanio.test: Corrected flawed tests revealed by a -debug 1 * tests/event.test: -singleproc 1 test suite run. * tests/io.test: |
|
From: Don P. <dg...@us...> - 2008-06-22 09:20:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10691 Modified Files: ChangeLog Log Message: * tests/encoding.test: Make failing tests pass again. |