|
From: Daniel A. S. <da...@us...> - 2006-08-21 06:09:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26719 Modified Files: ChangeLog Log Message: typo: s/Xcode 2.3/Xcode 2.4/ |
|
From: Daniel A. S. <da...@us...> - 2006-08-21 06:10:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26751 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: typo: s/Xcode 2.3/Xcode 2.4/ |
|
From: Donal K. F. <dk...@us...> - 2006-08-21 09:02:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32312 Modified Files: ChangeLog Log Message: Fix the 'gdb' target. |
|
From: Don P. <dg...@us...> - 2006-08-21 14:56:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18655 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c: Revisions to complete the thread finalization of the cwdPathPtr. [Bug 1536142] |
|
From: Don P. <dg...@us...> - 2006-08-21 14:56:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18680 Modified Files: ChangeLog Log Message: * generic/tclIOUtil.c: Revisions to complete the thread finalization of the cwdPathPtr. [Bug 1536142] |
|
From: Don P. <dg...@us...> - 2006-08-21 17:15:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12976 Modified Files: ChangeLog Log Message: * generic/tclParseExpr.c: Revised mistaken call to TclCheckBadOctal(), so both [expr 08] and [expr 08z] have same additional info in error message. |
|
From: Don P. <dg...@us...> - 2006-08-22 04:03:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26453 Modified Files: ChangeLog Log Message: * tests/compExpr-old.test: Update existing tests to not fail * tests/compExpr.test: with the new expr parser. * tests/compile.test: * tests/expr-old.test: * tests/expr.test: * tests/for.test: * tests/if.test: * tests/parseExpr.test: * tests/while.test: |
|
From: Andreas K. <and...@us...> - 2006-08-22 17:45:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6809 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntax committed 2006-08-21 by Daniel. The broken syntax is visible to all unix platforms, but not on OSX for machines which HAVE_COREFOUNDATION. |
|
From: Don P. <dg...@us...> - 2006-08-23 21:31:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20159 Modified Files: ChangeLog Log Message: * generic/tclParseExpr.c: Minimal collection of new tests * tests/parseExpr.test: testing the error messages of the new expr parser. Several bug fixes and code simplifications that appeared during that effort. |
|
From: Kevin B K. <ke...@us...> - 2006-08-24 21:48:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3442 Modified Files: ChangeLog Log Message: * library/tzdata: Regenerated, including several new files, from Olson's tzdata2006j. * library/clock.tcl: * tests/clock.test: Removed an early testing hack that allowed loading 'registry' from the build tree rather than an installed one. This is a workaround for [Bug 15232730], which remains open because it's a symptom of a deeper underlying problem. |
|
From: miguel s. <ms...@us...> - 2006-08-26 13:00:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28857 Modified Files: ChangeLog Log Message: bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] |
|
From: Joe M. <mis...@us...> - 2006-08-28 04:13:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12377 Modified Files: ChangeLog Log Message: Fixes for [Bug 1547662] and [Bug 1547681] |
|
From: Don P. <dg...@us...> - 2006-08-28 13:13:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24057 Modified Files: ChangeLog Log Message: undo last commit. |
|
From: Don P. <dg...@us...> - 2006-08-28 14:13:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15055 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Corrected TclFormatObj's failure to count up the number of arguments required by examining the format string. [Bug 1547681] |
|
From: Don P. <dg...@us...> - 2006-08-28 16:05:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29018 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Revised ObjPrintfVA to take care * generic/tclParseExpr.c: to copy only whole characters when doing %s formatting. This relieves callers of TclObjPrintf() and TclFormatToErrorInfo() from needing to fix arguments to character boundaries. Tcl_ParseExpr() simplified by taking advantage. [Bug 1547786] |
|
From: Kevin B K. <ke...@us...> - 2006-08-28 18:23:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23043 Modified Files: ChangeLog Log Message: ftp://elsie.nci.nih.gov/pub/tzdata2006k |
|
From: Colin M. <col...@us...> - 2006-08-29 00:39:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19886 Modified Files: ChangeLog Log Message: fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv |
|
From: Joe M. <mis...@us...> - 2006-08-29 05:33:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11482 Modified Files: ChangeLog Log Message: Fix for stack.test failures on FreeBSD |
|
From: Don P. <dg...@us...> - 2006-08-29 19:05:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8730 Modified Files: ChangeLog Log Message: * generic/tclParseExpr.c: Use the "parent" field of orphan ExprNodes to store the closure of left pointers. This lets us avoid repeated re-scanning leftward for the left boundary of subexpressions, which in worst case led to near O(N^2) runtime. |
|
From: Jeffrey H. <ho...@us...> - 2006-08-30 17:53:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29438 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: see changes |
|
From: Jeffrey H. <ho...@us...> - 2006-08-30 17:59:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31981 Modified Files: ChangeLog Log Message: see changes |
|
From: Jeffrey H. <ho...@us...> - 2006-08-30 19:30:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5435 Modified Files: ChangeLog Log Message: * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM ports. |
|
From: Jeffrey H. <ho...@us...> - 2006-08-30 19:33:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6702 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId |
|
From: Don P. <dg...@us...> - 2006-08-30 20:46:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3056 Modified Files: ChangeLog Log Message: * generic/tclParseExpr.c: Dropped the old expr parser. |
|
From: Don P. <dg...@us...> - 2006-08-31 20:09:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4629 Modified Files: ChangeLog Log Message: * tests/expr-old.test: The remaining failing tests reported in * tests/expr.test: [Bug 1381715] are all new in Tcl 8.5, so there's really no issue of compatibility with Tcl 8.4 result to deal with. Fixed by updating tests to expect 8.5 results. |