|
From: Don P. <dg...@us...> - 2008-01-23 17:31:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23486 Modified Files: ChangeLog Log Message: * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to * generic/tclInt.decls: a MODULE_SCOPE routine declared in tclCompile.h. * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: |
|
From: Don P. <dg...@us...> - 2008-01-23 17:37:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26075 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-01-23 19:41:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12663 Modified Files: ChangeLog Log Message: * generic/tclInt.h: New macro TclGrowParseTokenArray() to * generic/tclCompCmds.c: simplify code that might need to grow * generic/tclCompExpr.c: an array of Tcl_Tokens in the parsePtr * generic/tclParse.c: field of a Tcl_Parse. Replaces the TclExpandTokenArray() routine via replacing: int needed = parsePtr->numTokens + growth; while (needed > parsePtr->tokensAvailable) { TclExpandTokenArray(parsePtr); } with: TclGrowParseTokenArray(parsePtr, growth); This revision merged over from dgp-refactor branch. |
|
From: Don P. <dg...@us...> - 2008-01-23 19:54:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18204 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-01-25 16:43:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12872 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-01-29 15:32:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21968 Modified Files: ChangeLog Log Message: Improve Tcl macros to make Ttk documentation work better. [Tk Bug 1876493] |
|
From: Don P. <dg...@us...> - 2008-01-29 17:35:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7507 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-01-30 09:55:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2890 Modified Files: ChangeLog Log Message: Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493] |
|
From: miguel s. <ms...@us...> - 2008-01-30 10:45:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25673 Modified Files: ChangeLog Log Message: * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] |
|
From: miguel s. <ms...@us...> - 2008-01-30 10:46:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26133 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] |
|
From: Don P. <dg...@us...> - 2008-02-01 19:04:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17036 Modified Files: ChangeLog Log Message: set release tag |
|
From: Don P. <dg...@us...> - 2008-02-01 19:05:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17529 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Daniel A. S. <da...@us...> - 2008-02-02 23:58:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30995 Modified Files: ChangeLog Log Message: * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2008-02-02 23:59:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31402 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.13 |
|
From: Don P. <dg...@us...> - 2008-02-04 16:05:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25306 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge udpates from HEAD |
|
From: Don P. <dg...@us...> - 2008-02-04 17:36:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29140 Modified Files: ChangeLog Log Message: *** 8.5.1 TAGGED FOR RELEASE *** * generic/tcl.h: Bump to 8.5.1 for release. * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: |
|
From: miguel s. <ms...@us...> - 2008-02-04 19:54:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27464 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_CONCAT1): fix optimisation for in-place concatenation (was going over String type) |
|
From: Kevin B K. <ke...@us...> - 2008-02-06 01:13:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv309 Modified Files: ChangeLog Log Message: * generic/tclClock.c (ClockParseformatargsObjCmd): * library/clock.tcl (::tcl::clock::format): * tests/clock.test (clock-1.0, clock-1.4): Performance enhancements in [clock format] (moving the analysis of $args into C code, holding on to Tcl_Objs with resolved command names, [lassign] in place of [foreach], avoiding [namespace which] for command resolution). |
|
From: Kevin B K. <ke...@us...> - 2008-02-06 02:53:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10120 Modified Files: ChangeLog Log Message: doc/clock.n - minor documentation fix in %N format group |
|
From: Donal K. F. <dk...@us...> - 2008-02-12 10:07:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12116 Modified Files: ChangeLog Log Message: Documented missing configure flags. [Bug 1799011] |
|
From: Donal K. F. <dk...@us...> - 2008-02-12 10:27:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21028 Modified Files: ChangeLog Log Message: Fix [Bug 1891827] |
|
From: Don P. <dg...@us...> - 2008-02-12 17:40:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19007 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Pat T. <pat...@us...> - 2008-02-22 10:56:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26016 Modified Files: ChangeLog Log Message: Fix for bug #1818565. Always check that the state array exists in the http::status command. Set version 2.5.4 |
|
From: Pat T. <pat...@us...> - 2008-02-22 11:36:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11553 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix for #1815865 - always check the existence of the state array when checking http::status |
|
From: Pat T. <pat...@us...> - 2008-02-26 19:52:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16237 Modified Files: ChangeLog Log Message: Set version 2.5.5 bug #1868845 - it is better to do the [eof] check after trying to read from the socket. No clashes found in testing. Added http::meta command to access the http headers. |