|
From: Kevin B K. <ke...@us...> - 2004-09-11 18:58:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7042 Modified Files: ChangeLog Log Message: * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check for error return from 'mktime'. * generic/tclObj.c (Tcl_GetIntFromObj): Corrected a problem where demoting a wide to an int failed on a big-endian machine. [Bug 1026125]. * tests/clock.test (clock-43.1): Added regression test for error return from 'mktime'. |
|
From: Donal K. F. <dk...@us...> - 2004-09-13 10:49:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21304 Modified Files: ChangeLog Log Message: Fix [Bug 1026903] by storing what ensemble the ensemble is cached for. |
|
From: Don P. <dg...@us...> - 2004-09-14 16:30:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26693 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returning the int value of a wideInteger. [Bug 1027690] |
|
From: Daniel A. S. <da...@us...> - 2004-09-14 17:03:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv895 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/load.test (load-2.3): adopted fix for failure on darwin from HEAD. |
|
From: miguel s. <ms...@us...> - 2004-09-14 17:45:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10503 Modified Files: ChangeLog Log Message: * doc/interp.n: * generic/tclInterp.c (TclPreventAliasLoop, AliasCreate): * tests/interp.test (17.4-6, 19.3-4): fixing problems with renaming of aliases [Bugs 707104 1026493]. Fix designed by dgp. |
|
From: Kevin B K. <ke...@us...> - 2004-09-14 21:43:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1277 Modified Files: ChangeLog Log Message: silence compiler warning in tclClock.c |
|
From: Kevin B K. <ke...@us...> - 2004-09-17 19:41:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6387 Modified Files: ChangeLog Log Message: make tclGetDate.y use bison instead of yacc |
|
From: Kevin B K. <ke...@us...> - 2004-09-17 22:06:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32582 Modified Files: ChangeLog Log Message: more changes for bison support |
|
From: Don P. <dg...@us...> - 2004-09-17 22:59:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9083 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): * generic/tclCmdAH.c ([catch], [error]): * generic/tclCmdMZ.c ([return]): * generic/tclProc.c (TclUpdateReturnInfo): * generic/tclResult.c (Tcl_SetErrorCodeVA, Tcl_SetObjErrorCode TclTransferResult): Refactored so that all errorCode setting flows through Tcl_SetObjErrorCode(). This greatly reduces the number of different places in the code that need to know details about an internal bitflag field of the Interp struct. Also places errorCode setting in one place for easier future mods. |
|
From: Donal K. F. <dk...@us...> - 2004-09-18 14:52:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6450 Modified Files: ChangeLog Log Message: Whitespace police |
|
From: Donal K. F. <dk...@us...> - 2004-09-18 17:01:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32353 Modified Files: ChangeLog Log Message: More fixes from Mikhail Kolesnitchenko, and also standardize highlighting of symbols like TCL_OK, TCL_ERROR, etc. |
|
From: Donal K. F. <dk...@us...> - 2004-09-18 17:17:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3924 Modified Files: ChangeLog Log Message: more formatting police |
|
From: Donal K. F. <dk...@us...> - 2004-09-18 18:04:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13632 Modified Files: ChangeLog Log Message: Make sure large shifts shift for real. [Bug 868467] |
|
From: Donal K. F. <dk...@us...> - 2004-09-18 19:17:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28033 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Make sure large shifts shift for real. [Bug 868467] |
|
From: David G. <dav...@us...> - 2004-09-18 22:03:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28145 Modified Files: ChangeLog Log Message: no message |
|
From: miguel s. <ms...@us...> - 2004-09-19 13:08:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2943 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c: removed outdated comment [Bug 1029518]. |
|
From: Don P. <dg...@us...> - 2004-09-20 15:52:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31641 Modified Files: ChangeLog Log Message: * tests/error.test (error-6.2,3): Added more tests to verify ::errorCode setting by/after a [catch]. |
|
From: Donal K. F. <dk...@us...> - 2004-09-21 16:20:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26081 Modified Files: ChangeLog Log Message: Tighten up wording on [interp eval] and stack frames. [Bug 926590] |
|
From: Don P. <dg...@us...> - 2004-09-21 21:14:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27283 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclCompEvalObj): Simplified the TclCompEvalObj routine. Much housekeeping now reliably happens elsewhere. [Patch 1031949] |
|
From: Don P. <dg...@us...> - 2004-09-21 22:45:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11512 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Reworked management of the interp * generic/tclCompile.c: flag ERR_ALREADY_LOGGED, to reduce * generic/tclExecute.c: its exposure. Still left several * generic/tclNamesp.c: references that are just too nice on performace to do away with. These changes also resolve an inconsistency in the ::errorInfo values produced by [namespace eval x error foo bar] and [namespace eval x {error foo bar}]. * generic/tclExecute.c (TclCompEvalObj): Simplified the TclCompEvalObj routine. Much housekeeping now reliably happens elsewhere. [Patch 1031949] |
|
From: Don P. <dg...@us...> - 2004-09-21 23:10:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18655 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2004-09-22 03:19:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2493 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c: Tolerate [append] syntax errors * tests/appendComp.test (8.1): at compile time, and allow runtime to raise the error (or succeed if a redefined [append] allows). |
|
From: Kevin B K. <ke...@us...> - 2004-09-22 14:15:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11353 Modified Files: ChangeLog Log Message: Updated America/Montevideo |
|
From: miguel s. <ms...@us...> - 2004-09-22 15:48:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31259 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_START_CMD): * tests/proc.test (7.2-3): fix for [Bug 729692] was incorrect whenever a loop exception was returned. |
|
From: Don P. <dg...@us...> - 2004-09-22 22:23:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21026 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorline * generic/tclCompile.c (TclCompileScript): option to [return]. * tests/compile.test (16.23.*): Use that capability to defer reporting * tests/misc.test (1.2): of parse errors until runtime. Updated tests to reflect change. [Bug 1032805] |