|
From: Don P. <dg...@us...> - 2006-11-22 19:43:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3050 Modified Files: ChangeLog Log Message: * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to * generic/tclInt.h: tclInt.h. Only know user is Expect, which already #include's tclInt.h. No need to continue greater exposure. [Bug 926500] |
|
From: Don P. <dg...@us...> - 2006-11-22 20:29:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22707 Modified Files: ChangeLog Log Message: * tools/genWinImage.tcl (removed): Removed two files used in * win/README.binary (removed): production of binary distributions for Windows, a task we no longer perform. [Bug 1476980]. |
|
From: Don P. <dg...@us...> - 2006-11-22 20:30:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23168 Modified Files: ChangeLog Log Message: * generic/tcl.h: Remove mention of win/README.binary in comment. |
|
From: Donal K. F. <dk...@us...> - 2006-11-22 23:22:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1488 Modified Files: ChangeLog Log Message: TIP#269 implementation |
|
From: Donal K. F. <dk...@us...> - 2006-11-23 13:13:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23541 Modified Files: ChangeLog Log Message: Date fix |
|
From: Donal K. F. <dk...@us...> - 2006-11-23 15:24:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13634 Modified Files: ChangeLog Log Message: *Partial* implementation of TIP#174. Still needs non-compiled versions of most operators, plus docs and tests. |
|
From: Donal K. F. <dk...@us...> - 2006-11-25 17:18:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16918 Modified Files: ChangeLog Log Message: Finished coding part of TIP#174. Still have tests and docs to do. |
|
From: Daniel A. S. <da...@us...> - 2006-11-26 06:05:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9773 Modified Files: ChangeLog Log Message: * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] * configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2006-11-26 06:05:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9798 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] * configure: autoconf-2.13 |
|
From: Donal K. F. <dk...@us...> - 2006-11-26 12:52:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5899 Modified Files: ChangeLog Log Message: More bits and pieces of the TIP#174 implementation |
|
From: Don P. <dg...@us...> - 2006-11-27 15:10:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21058 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclIncrObj): Correct failure to detect floating-point increment values. Thanks to William Coleda [Bug 1602991] |
|
From: Kevin B K. <ke...@us...> - 2006-11-27 20:16:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1880 Modified Files: ChangeLog Log Message: * unix/tclUnixChan.c (TclUnixWaitForFile): * tests/event.test (event-14.*): Corrected a bug where TclUnixWaitForFile would present select() with the wrong mask on an LP64 machine if a fd number exceeds 32. Thanks to Jean-Luc Fontaine for reporting and diagnosing [Bug 1602208]. |
|
From: Kevin B K. <ke...@us...> - 2006-11-28 16:29:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26626 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixChan.c (TclUnixWaitForFile): * tests/event.test (event-14.*): Corrected a bug where TclUnixWaitForFile would present select() with the wrong mask on an LP64 machine if a fd number exceeds 32. Thanks to Jean-Luc Fontaine for reporting and diagnosing [Bug 1602208]. |
|
From: Andreas K. <and...@us...> - 2006-11-28 22:20:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11761 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL_TIP280. * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompCmds.c: * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclIOUtil.c: * generic/tclInt.h: * generic/tclInterp.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclProc.c: * tests/compile.test: * tests/info.test: * tests/platform.test: * tests/safe.test: |
|
From: Andreas K. <and...@us...> - 2006-11-28 22:20:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12201 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: TIP #280 implementation. * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompCmds.c: * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclIOUtil.c: * generic/tclInt.h: * generic/tclInterp.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclProc.c: * tests/compile.test: * tests/info.test: * tests/platform.test: * tests/safe.test: |
|
From: Don P. <dg...@us...> - 2006-11-29 15:01:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16322 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Added Tcl_DecrRefCount() on the objPtr argument to plug memory leaks. This makes the routine a consumer, which makes it easiest to use. |
|
From: Kevin B K. <ke...@us...> - 2006-11-30 23:32:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31819 Modified Files: ChangeLog Log Message: Olson's tzdata2006p |
|
From: Daniel A. S. <da...@us...> - 2006-12-01 06:06:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3320 Modified Files: ChangeLog Log Message: typo |
|
From: Don P. <dg...@us...> - 2006-12-01 14:31:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18847 Modified Files: ChangeLog Log Message: TIP#298 IMPLEMENTATION * generic/tcl.decls: Tcl_GetBignumAndClearObj -> Tcl_TakeBignumFromObj. * generic/tclObj.c: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: * generic/tclExecute.c: Update callers. * generic/tclMathOp.c: |
|
From: Don P. <dg...@us...> - 2006-12-01 15:55:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24142 Modified Files: ChangeLog Log Message: TIP#287 IMPLEMENTATION * doc/chan.n: New subcommand [chan pending]. * generic/tclBasic.c: Thanks to Michael Cleverly for proposal * generic/tclInt.h: and implementation. * generic/tclIOCmd.c: * library/init.tcl: * tests/chan.test: * tests/ioCmd.test: |
|
From: Don P. <dg...@us...> - 2006-12-01 19:13:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12285 Modified Files: ChangeLog Log Message: * tests/chan.test: Correct timing sensitivity in new test [Bug 1606860] |
|
From: Kevin B K. <ke...@us...> - 2006-12-01 19:45:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26050 Modified Files: ChangeLog Log Message: Fixed results of bollixed commit of libtommath 0.39 |
|
From: Kevin B K. <ke...@us...> - 2006-12-01 19:59:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31988 Modified Files: ChangeLog Log Message: TIP#299 IMPLEMENTATION |
|
From: Donal K. F. <dk...@us...> - 2006-12-02 16:14:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25944 Modified Files: ChangeLog Log Message: Bug 1606454 fixed |
|
From: Don P. <dg...@us...> - 2006-12-03 16:31:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11821 Modified Files: ChangeLog Log Message: * generic/tclCompExpr.c: Added expr parsing routines that produce a different set of internal structures representing the parsed expression, as well as routines that go on to convert those structures into the traditional Tcl_Token array format. Use of these routines is currently disabled. #undef PARSE_DIRECT_EXPR_TOKENS to enable them. These routines will only become really useful when more routines that compile directly from the new internal structures are completed. |