|
From: Donal K. F. <dk...@us...> - 2007-12-06 16:14:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11524 Modified Files: ChangeLog Log Message: Simplify code for setting up the [chan] ensemble now that we can leverage TclMakeEnsemble to do most of the work. |
|
From: Don P. <dg...@us...> - 2007-12-06 16:27:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17118 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-12-06 17:08:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6865 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Jeffrey H. <ho...@us...> - 2007-12-06 19:23:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5747 Modified Files: ChangeLog Log Message: add TclGetChannelFromObj decl |
|
From: Jeffrey H. <ho...@us...> - 2007-12-06 19:34:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10469 Modified Files: ChangeLog Log Message: (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check |
|
From: Don P. <dg...@us...> - 2007-12-06 21:58:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7090 Modified Files: ChangeLog Log Message: * doc/namespace.n: Documentation for zero-argument form of [namespace import] (TIP 261) [Bug 1596416] |
|
From: Don P. <dg...@us...> - 2007-12-07 19:15:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31827 Modified Files: ChangeLog Log Message: * doc/AddErrInfo.3: Documentation for the new routines in TIP 270. * doc/Interp.3: * doc/StringObj.3: |
|
From: Don P. <dg...@us...> - 2007-12-07 20:27:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29163 Modified Files: ChangeLog Log Message: * unix/README: Mention the stub library created by `make` and warn about the effect of embedded paths in the installed binaries. Thanks to Larry Virden. [Bug 1794084] |
|
From: Jeffrey H. <ho...@us...> - 2007-12-07 21:05:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13587 Modified Files: ChangeLog Log Message: * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cache stdout channel object for [puts $str] calls. |
|
From: Jeffrey H. <ho...@us...> - 2007-12-07 21:08:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14883 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use TCL_REG_NOSUB as we come here without capture vars. |
|
From: Jeffrey H. <ho...@us...> - 2007-12-07 21:24:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21795 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): * generic/tclCompCmds.c (TclCompileRegexpCmd): Pass correct RE compile flags at compile time, and use TCL_REG_NOSUB. |
|
From: Donal K. F. <dk...@us...> - 2007-12-08 18:13:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32328 Modified Files: ChangeLog Log Message: Match docs and reality. [Bug 1662436] |
|
From: Donal K. F. <dk...@us...> - 2007-12-08 20:25:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22732 Modified Files: ChangeLog Log Message: Improved the documentation of the operators. [Bug 1823622] |
|
From: Jeffrey H. <ho...@us...> - 2007-12-09 22:23:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13109 Modified Files: ChangeLog Log Message: * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate * generic/tclIO.c (SetChannelFromAny): internal rep only after validating channel rep. [Bug 1847044] |
|
From: Daniel A. S. <da...@us...> - 2007-12-10 15:51:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20357 Modified Files: ChangeLog Log Message: * generic/tclDecls.h: regen with new genStubs.tcl. * generic/tclIntDecls.h: [Bug 1834288] * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclStubInit.c: |
|
From: Joe E. <jen...@us...> - 2007-12-10 16:20:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv386 Modified Files: ChangeLog Log Message: Fix markup errors. Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". |
|
From: Jeffrey H. <ho...@us...> - 2007-12-11 02:57:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5353 Modified Files: ChangeLog Log Message: * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob * generic/tclIntDecls.h: to tclInt.h from stubs. * generic/tclStubInit.c: Add flags var to TclByteArrayMatch for * generic/tclInt.h: future extensibility * generic/tcl.h: define TCL_MATCH_EXACT doc for Tcl_StringCaseMatch. * doc/StrMatch.3: It is compatible with existing usage. * generic/tclExecute.c (INST_STR_MATCH): flag for TclByteArrayMatch * generic/tclUtil.c (TclByteArrayMatch, TclStringMatchObj): * generic/tclRegexp.c (Tcl_RegExpExecObj): * generic/tclCmdMZ.c (StringMatchCmd): Use TclStringMatchObj * tests/string.test (11.9.* 11.10.*): more tests |
|
From: Jeffrey H. <ho...@us...> - 2007-12-11 03:17:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13019 Modified Files: ChangeLog Log Message: * generic/tclUtil.c (TclReToGlob): reduce escapes in conversion when not necessary |
|
From: Don P. <dg...@us...> - 2007-12-11 16:19:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18983 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-12-11 16:22:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19934 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-12-12 16:36:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18285 Modified Files: ChangeLog Log Message: * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> Tcl_TakeBignumFromObj() revision [TIP 298] [Bug 1446971]. |
|
From: Don P. <dg...@us...> - 2007-12-12 20:56:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27233 Modified Files: ChangeLog Log Message: * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> Tcl_TakeBignumFromObj() revision [TIP 298]. Added docs for the Tcl_InitBignumFromDouble() routine. [Bug 1446971]. |
|
From: Donal K. F. <dk...@us...> - 2007-12-13 11:10:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32291 Modified Files: ChangeLog Log Message: Clarified documentation of enterstep and leavestep traces. [Bug 1701540] |
|
From: Donal K. F. <dk...@us...> - 2007-12-13 11:21:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4694 Modified Files: ChangeLog Log Message: More clarification. [Bug 614282] |
|
From: Donal K. F. <dk...@us...> - 2007-12-13 11:36:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11147 Modified Files: ChangeLog Log Message: More clarifications, trying to make the trace docs overload the word 'command' less. [Bug 1755984] |