|
From: Don P. <dg...@us...> - 2005-11-08 18:27:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20183 Modified Files: 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]. |
|
From: Don P. <dg...@us...> - 2005-11-08 20:21:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21944 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] |
|
From: Don P. <dg...@us...> - 2005-11-08 20:22:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22116 Modified Files: ChangeLog Log Message: * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] |
|
From: Don P. <dg...@us...> - 2005-11-08 22:10:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12621 Modified Files: ChangeLog Log Message: * tests/compExpr-old.test: Updated tests with changed behavior due to addition of bignums. |
|
From: Donal K. F. <dk...@us...> - 2005-11-09 00:11:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13490 Modified Files: ChangeLog Log Message: Added target to make it easier to debug crashing tests. |
|
From: Jeffrey H. <ho...@us...> - 2005-11-09 00:53:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28602 Modified Files: ChangeLog Log Message: * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 based on errors seen on OS X 10.3 with lots of links in a dir. [Bug 1034337 followup] |
|
From: Jeffrey H. <ho...@us...> - 2005-11-09 00:53:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28344 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 based on errors seen on OS X 10.3 with lots of links in a dir. [Bug 1034337 followup] |
|
From: Don P. <dg...@us...> - 2005-11-09 20:24:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1219 Modified Files: ChangeLog Log Message: * tests/compile.test: Updated tests with changed behavior * tests/execute.test: due to addition of bignums. * tests/expr-old.test: * tests/expr.test: * tests/parseExpr.test: * tests/platform.test: * tests/string.test: |
|
From: Kevin B K. <ke...@us...> - 2005-11-09 21:28:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15757 Modified Files: ChangeLog Log Message: bugs 1350291 and 1350293 |
|
From: Kevin B K. <ke...@us...> - 2005-11-09 21:46:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20284 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Bug 1350293 |
|
From: miguel s. <ms...@us...> - 2005-11-11 22:20:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28563 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclObj.c (Tcl_GetCommandFromObj): bump the cmd epoch early to insure that cached references to this command are invalidated. Partial fix for [Bug 1352734] - at least insures that namespace-51.13 does not cause a panic. The test is still marked as knownbug, pending resolution of what is actually the correct return value ([Bug 1354540]) |
|
From: Don P. <dg...@us...> - 2005-11-12 04:08:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25240 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Revised TclParseNumber interface to enable * generic/tclScan.c: revision to the [scan] command implementation * generic/tclStrToD.c: to permit tests scan-4.44,55 to pass again. [Bug 1348067]. |
|
From: Donal K. F. <dk...@us...> - 2005-11-12 23:15:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3798 Modified Files: ChangeLog Log Message: Partial fix for [Bug 1355342] Also ANSIfy the rest of the file |
|
From: Donal K. F. <dk...@us...> - 2005-11-12 23:39:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6578 Modified Files: ChangeLog Log Message: Use correct bug number :-} |
|
From: miguel s. <ms...@us...> - 2005-11-13 01:21:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2788 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclObj.c (Tcl_GetCommandFromObj): more partial fixes for [Bug 1354540] - making sure that cached references to a command being deleted cannot be made reusable by a delete trace. |
|
From: miguel s. <ms...@us...> - 2005-11-14 00:41:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4092 Modified Files: ChangeLog Log Message: * generic/tclInt.h: * generic/tclNamesp.c: * tests/namespace.test: fix for bugs #1354540 and #1355942. The new tests 7.3-6 and the modified 51.13 fail due to the unrelated [Bug 1355342] * tests/trace.test: added tests 20.13-16 for [Bug 1355342] |
|
From: Don P. <dg...@us...> - 2005-11-14 16:45:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2143 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (CallCommandTraces): Save/restore the interp result during traces to fix [Bug 1355342]. |
|
From: Don P. <dg...@us...> - 2005-11-14 17:43:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15356 Modified Files: ChangeLog Log Message: * generic/tclStrToD.c: More data in the "can't happen" Tcl_Panic to aid debugging. |
|
From: Kevin B K. <ke...@us...> - 2005-11-15 16:41:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10639 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Bugs 926106 and 1353840 |
|
From: miguel s. <ms...@us...> - 2005-11-17 15:29:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29823 Modified Files: ChangeLog Log Message: * tests/namespace.test: fix comment |
|
From: Donal K. F. <dk...@us...> - 2005-11-17 23:33:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22746 Modified Files: ChangeLog Log Message: Whitespace/formatting fixes |
|
From: Donal K. F. <dk...@us...> - 2005-11-18 13:57:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9370 Modified Files: ChangeLog Log Message: Improved URL validation that better describes why validation failed. [Bug 1358369] |
|
From: Donal K. F. <dk...@us...> - 2005-11-18 15:20:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29602 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backport of improved URL parsing. [Bug 1358369] |
|
From: Don P. <dg...@us...> - 2005-11-18 15:58:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5230 Modified Files: ChangeLog Log Message: * generic/tclListObj.c: Restored the SetListFromAny routine to * generic/tclObj.c: the "list" Tcl_ObjType, and restored the Tcl_RegisterObjType() call for "list". This addresses the needs of some "bridge" extensions to examine whether the Tcl_ObjType of a Tcl_Obj is that of the "list" Tcl_ObjType. |
|
From: Andreas K. <and...@us...> - 2005-11-18 17:14:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24810 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts' patch for [SF Tcl Bug 1359094]. This moves the retrieval of the next channel state to the end of the loop, as the called closeproc may close other channels, i.e. modify the list we are iterating, invalidating any pointer retrieved earlier. |