From: Don P. <dg...@us...> - 2009-09-01 14:13:34
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19627 Modified Files: ChangeLog Log Message: * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision * library/tcltest/pkgIndex.tcl: to verbose error message. * unix/Makefile.in: * win/Makefile.in: |
From: Don P. <dg...@us...> - 2009-09-01 14:14:31
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19787 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Andreas K. <and...@us...> - 2009-09-01 17:32:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11051 Modified Files: ChangeLog Log Message: * generic/tclIORTrans.c (ReflectInput): Remove error response to 0-result from method 'limit?' of transformations. Return the number of copied bytes instead, which is possibly nothing. The latter then triggers EOF handling in the higher layers, making the 0-result of limit? the way to inject artificial EOF's into the data stream. |
From: Donal K. F. <dk...@us...> - 2009-09-03 08:07:15
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25687 Modified Files: ChangeLog Log Message: Added suggestions for how to handle the multithreaded case. [Bug 2844962] |
From: Don P. <dg...@us...> - 2009-09-04 17:33:21
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16783 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode * generic/tclBasic.c: compiler routine for the [subst] command. * generic/tclCmdMZ.c: This is a partial solution to the need to * generic/tclCompile.c: NR-enable [subst] since bytecode execution is * generic/tclCompile.h: already NR-enabled. [Bug 2314561] Two new * generic/tclExecute.c: bytecode instructions, INST_NOP and * generic/tclInt.h: INST_RETURN_CODE_BRANCH were added to support * generic/tclParse.c: the new routine. INST_RETURN_CODE_BRANCH is * tests/basic.test: likely to be useful in any future effort to * tests/info.test: add a bytecode compiler routine for [try]. * tests/parse.test: |
From: Daniel A. S. <da...@us...> - 2009-09-07 07:28:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15180 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: fix potential uninitialized variable use and * generic/tclFCmd.c: null dereference flagged by clang static * generic/tclProc.c: analyzer. * generic/tclTimer.c: * generic/tclUtf.c: * generic/tclExecute.c: silence false positives from clang static * generic/tclIO.c: analyzer about potential null dereference. * generic/tclScan.c: * generic/tclCompExpr.c: |
From: Don P. <dg...@us...> - 2009-09-07 16:20:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24049 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge [subst] compiler from HEAD |
From: Don P. <dg...@us...> - 2009-09-07 16:40:00
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25828 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-09-07 20:00:07
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11955 Modified Files: ChangeLog Log Message: * generic/tclParse.c Corrected line counting error in multi-command * tests/into.test: script substitutions. [Bug 2850901]. |
From: Don P. <dg...@us...> - 2009-09-07 20:02:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12483 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-09-10 21:20:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13103 Modified Files: ChangeLog Log Message: Correct handling of quoted charset names. [Bug 2849860] |
From: Donal K. F. <dk...@us...> - 2009-09-10 21:31:15
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14137 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Correct handling of quoted charset names. [Bug 2849860] |
From: Don P. <dg...@us...> - 2009-09-11 15:08:33
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9637 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/http/http.tcl: Bump to http 2.7.4 to account for * library/http/pkgIndex.tcl: [Bug 2849860] fix. * unix/Makefile.in: * win/Makefile.in: |
From: Donal K. F. <dk...@us...> - 2009-09-11 15:45:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14074 Modified Files: ChangeLog Log Message: Clean up http tokens properly. |
From: Don P. <dg...@us...> - 2009-09-11 20:13:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7878 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Completed the NR-enabling of [subst]. * generic/tclCmdMZ.c: [Bug 2314561]. * generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclInt.h: * tests/coroutine.test: * tests/parse.test: |
From: Don P. <dg...@us...> - 2009-09-12 14:35:35
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15277 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Alexandre F. <fer...@us...> - 2009-09-16 21:17:39
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15343 Modified Files: ChangeLog Log Message: Extended ::tcl::unsupported::representation. |
From: Don P. <dg...@us...> - 2009-09-17 17:58:29
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11195 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simple * generic/tclParse.c: wrapper around TclNRSubstObj(). This has * tests/basic.test: the effect of caching compiled bytecode in * tests/parse.test: the value to be substituted. Note that Tcl_SubstObj() now exists only for extensions. Tcl itself no longer makes any use of it. Note also that TclSubstTokens() is now reachable only by Tcl_EvalEx() and Tcl_ParseVar() so tests aiming to test its functioning needed adjustment to still have the intended effect. |
From: Don P. <dg...@us...> - 2009-09-17 18:12:59
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13198 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-09-18 21:13:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv319 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_SubstObj): Pass 'length' values to recursive parsing calls to convert O(N^2) operations of [subst] to O(N). |
From: Don P. <dg...@us...> - 2009-09-21 16:16:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv492 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: Correct botch in the conversion of Tcl_SubstObj(). Thanks to Kevin Kenny for detection and report. |
From: Mo D. <md...@us...> - 2009-09-21 21:30:55
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14255 Modified Files: ChangeLog Log Message: * tests/regexp.test: Added check for error message from unbalanced [] in regexp. Added additional simple test cases of basic regsub command. |
From: Don P. <dg...@us...> - 2009-09-22 01:14:33
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10355 Modified Files: ChangeLog Log Message: edit |
From: Don P. <dg...@us...> - 2009-09-22 01:36:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12835 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-09-23 23:36:57
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25873 Modified Files: ChangeLog Log Message: * doc/namespace.n: the description of [namespace unknown] failed to mention [namespace path]: fixed. Thx emiliano. |