|
From: Donal K. F. <dk...@us...> - 2005-10-10 17:33:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20422 Modified Files: ChangeLog Log Message: Fix two bugs in limits, one a crash and the other a failed flag reset. |
|
From: miguel s. <ms...@us...> - 2005-10-10 17:59:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28603 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclExecute.c: fixing an error in INST_LNOT and INST_LYES. Interestingly, the error only appeared in debug builds, but I can't figure out how it matters. * generic/tclCompile.c (OptReduceCount): improved panic message. *** NOTE: disabling the optimiser causes a panic in normal builds, but is ok in debug builds. Something is very fishy. |
|
From: Don P. <dg...@us...> - 2005-10-10 18:00:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28526 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. * generic/tclInt.h: Restored HEAD to the NO_WIDE_TYPE configuration until some breakage in the #undef NO_WIDE_TYPE configuration is corrected. |
|
From: Don P. <dg...@us...> - 2005-10-10 19:52:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv650 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also added missing "break" to a switch that broke wide XOR operations. |
|
From: miguel s. <ms...@us...> - 2005-10-10 20:28:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10204 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c: New convenience macro CompileTokens(). |
|
From: Jeffrey H. <ho...@us...> - 2005-10-10 21:33:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28352 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: ensure MODULE_SCOPE decl |
|
From: Kevin B K. <ke...@us...> - 2005-10-12 18:31:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3052 Modified Files: ChangeLog Log Message: performance improvements to [incr] |
|
From: Donal K. F. <dk...@us...> - 2005-10-12 22:05:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25010 Modified Files: ChangeLog Log Message: Fix for [Bug 1325099] |
|
From: Don P. <dg...@us...> - 2005-10-12 23:54:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20519 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (GetNumberFromObj): Restored some lost optimizations for empty string values. We avoid cost of a call to TclParseNumber just to tell us an empty string isn't a number. |
|
From: Don P. <dg...@us...> - 2005-10-13 15:15:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8532 Modified Files: ChangeLog Log Message: * generic/tclStrToD.c (TclParseNumber): Missing goto caused crash when parsing "Na". [Bug 1325833] |
|
From: Don P. <dg...@us...> - 2005-10-13 18:13:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19788 Modified Files: ChangeLog Log Message: * compat/tclErrno.h: Removed obsolete file. |
|
From: Don P. <dg...@us...> - 2005-10-13 18:30:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24364 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. * tools/man2tcl.c: * unix/tcl.m4: * unix/tclConfig.h.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: |
|
From: Zoran V. <vas...@us...> - 2005-10-13 20:41:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22660 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Temporary ifdef TCL_THREADS changes done to de-activate pending event processing when channel is being closed/cutted. |
|
From: Zoran V. <vas...@us...> - 2005-10-13 20:52:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24189 Modified Files: ChangeLog Log Message: Temporary ifdef TCL_THREADS changes done to de-activate pending event processing when channel is being closed/cutted. |
|
From: Donal K. F. <dk...@us...> - 2005-10-13 21:45:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4165 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1284178] and tweak tests to accommodate. |
|
From: Donal K. F. <dk...@us...> - 2005-10-13 21:49:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4930 Modified Files: ChangeLog Log Message: Test updates from [Bug 1284178] |
|
From: Pat T. <pat...@us...> - 2005-10-14 11:14:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5693 Modified Files: ChangeLog Log Message: * generic/tcl.h: Fix for bug #1256937 - correctly decorate * generic/tclMain.c: imported functions from msvcrt in static builds. |
|
From: Kevin B K. <ke...@us...> - 2005-10-14 14:18:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13800 Modified Files: ChangeLog Log Message: Tidied up do {...} while(0) |
|
From: Zoran V. <vas...@us...> - 2005-10-14 17:13:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26835 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: See file. |
|
From: Zoran V. <vas...@us...> - 2005-10-14 17:35:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1760 Modified Files: ChangeLog Log Message: See file. |
|
From: Don P. <dg...@us...> - 2005-10-15 23:27:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10143 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Restored some optimizations of the INST_INCR_SCALAR1_IMM opcode. |
|
From: Don P. <dg...@us...> - 2005-10-18 13:19:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9293 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Added optimization for I32L64 systems to avoid using bignums to perform int multiplies. The improvement shows up most dramatically in tclbench's matrix.bench. |
|
From: miguel s. <ms...@us...> - 2005-10-19 13:15:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7149 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): fixed faulty peephole optimisation that can cause crashes [Bug 1331475] |
|
From: Donal K. F. <dk...@us...> - 2005-10-19 13:59:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17903 Modified Files: ChangeLog Log Message: General cleanup of reflected channel code |
|
From: Don P. <dg...@us...> - 2005-10-19 18:40:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21541 Modified Files: ChangeLog Log Message: * generic/tclClock.c: Removed some dead code. * generic/tclCmdIL.c: * generic/tclCompCmds.c: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclLiteral.c: * generic/tclParseExpr.c: * generic/tclScan.c: * generic/tclUtil.c: * generic/tclVar.c: |