Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken | dgp | 2005-11-01 | 1 | -0/+4 |
| | | | | | assumption that all command traces are set at the script level. Report/fix from Jacques H. de Villiers. [Bug 1337941] | ||||
* | * tests/unixNotfy.test (1.1,2): Update error message whitespace to | dgp | 2005-11-01 | 1 | -0/+6 |
| | | | | | | | match changes in code. * tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift to the C long range. | ||||
* | * expr.test (expr-46.13): Added test that illustrates | dgp | 2005-11-01 | 1 | -0/+5 |
| | | | | shortcoming of Patch 1340260. | ||||
* | * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. | Miguel Sofer | 2005-10-31 | 1 | -0/+5 |
| | | | | * tests/trace.test: fix duplicate test numbers | ||||
* | Cleanup and ANSIfy | dkf | 2005-10-31 | 1 | -17/+23 |
| | |||||
* | fix Changelog entry | Miguel Sofer | 2005-10-29 | 1 | -1/+1 |
| | |||||
* | * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial | Miguel Sofer | 2005-10-29 | 1 | -0/+10 |
| | | | | | | | | | fix. Insure that a second call with TCL_TRACE_DESTROYED does not lead to a second call to Tcl_EventuallyFree(). It is still true that that second call should not happen, so the bug is not completely fixed. * tests/trace.test (test-18.3-4): added tests for bugs #1337229 and 1338280. | ||||
* | fix date | vincentdarley | 2005-10-23 | 1 | -1/+1 |
| | |||||
* | fix to glob memory leak and file stat ino/nlink on windows | vincentdarley | 2005-10-23 | 1 | -0/+10 |
| | |||||
* | * tests/foreach.test (foreach-8.1): added test for [Bug 1189274] | Miguel Sofer | 2005-10-22 | 1 | -0/+4 |
| | |||||
* | * generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. Obj | Miguel Sofer | 2005-10-22 | 1 | -0/+5 |
| | | | | leak detection and patch by Eric Melbardis. | ||||
* | Bug 1334461 | Kevin B Kenny | 2005-10-21 | 1 | -0/+6 |
| | |||||
* | Formatting regularization | dkf | 2005-10-21 | 1 | -876/+819 |
| | |||||
* | Improve the documentation of [binary scan] a little. | dkf | 2005-10-21 | 1 | -0/+6 |
| | |||||
* | whitespace cleanup | dkf | 2005-10-20 | 1 | -2/+2 |
| | |||||
* | * generic/tclListObj.c (TclLsetFlat): | Miguel Sofer | 2005-10-20 | 1 | -1/+8 |
| | | | | | * tests/lset.test (lset-10.3): fixed handling of unshared lists with shared sublists, [Bug 1333036] reported by neuronstorm. | ||||
* | See changelog entry | dkf | 2005-10-19 | 1 | -0/+7 |
| | |||||
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -0/+13 |
| | | | | | | | | | | | | * 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: | ||||
* | General cleanup of reflected channel code | dkf | 2005-10-19 | 1 | -3/+9 |
| | |||||
* | * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): | Miguel Sofer | 2005-10-19 | 1 | -0/+6 |
| | | | | | fixed faulty peephole optimisation that can cause crashes [Bug 1331475] | ||||
* | Split off changelog entries for 2004 | dkf | 2005-10-18 | 1 | -4748/+40 |
| | | | | Fixed erroneous dates on some 2005 entries | ||||
* | * generic/tclExecute.c: Added optimization for I32L64 systems to | dgp | 2005-10-18 | 1 | -0/+6 |
| | | | | | avoid using bignums to perform int multiplies. The improvement shows up most dramatically in tclbench's matrix.bench. | ||||
* | * generic/tclExecute.c: Restored some optimizations of the | dgp | 2005-10-15 | 1 | -0/+5 |
| | | | | INST_INCR_SCALAR1_IMM opcode. | ||||
* | See file. | vasiljevic | 2005-10-14 | 1 | -0/+12 |
| | |||||
* | Tidied up do {...} while(0) | Kevin B Kenny | 2005-10-14 | 1 | -0/+5 |
| | |||||
* | * generic/tcl.h: Fix for bug #1256937 - correctly decorate | patthoyts | 2005-10-14 | 1 | -0/+5 |
| | | | | * generic/tclMain.c: imported functions from msvcrt in static builds. | ||||
* | Test updates from [Bug 1284178] | dkf | 2005-10-13 | 1 | -0/+5 |
| | |||||
* | Temporary ifdef TCL_THREADS changes done to de-activate pending | vasiljevic | 2005-10-13 | 1 | -0/+6 |
| | | | | event processing when channel is being closed/cutted. | ||||
* | * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. | dgp | 2005-10-13 | 1 | -0/+9 |
| | | | | | | | | | | * tools/man2tcl.c: * unix/tcl.m4: * unix/tclConfig.h.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * compat/tclErrno.h: Removed obsolete file. | dgp | 2005-10-13 | 1 | -0/+2 |
| | |||||
* | * generic/tclStrToD.c (TclParseNumber): Missing goto caused crash | dgp | 2005-10-13 | 1 | -0/+5 |
| | | | | when parsing "Na". [Bug 1325833] | ||||
* | * generic/tclExecute.c (GetNumberFromObj): Restored some lost | dgp | 2005-10-12 | 1 | -0/+6 |
| | | | | | optimizations for empty string values. We avoid cost of a call to TclParseNumber just to tell us an empty string isn't a number. | ||||
* | Fix for [Bug 1325099] | dkf | 2005-10-12 | 1 | -3/+8 |
| | |||||
* | performance improvements to [incr] | Kevin B Kenny | 2005-10-12 | 1 | -0/+6 |
| | |||||
* | * generic/tclCompCmds.c: New convenience macro CompileTokens(). | Miguel Sofer | 2005-10-10 | 1 | -2/+6 |
| | |||||
* | * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also | dgp | 2005-10-10 | 1 | -4/+2 |
| | | | | added missing "break" to a switch that broke wide XOR operations. | ||||
* | * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. | dgp | 2005-10-10 | 1 | -0/+7 |
| | | | | | | * generic/tclInt.h: Restored HEAD to the NO_WIDE_TYPE configuration until some breakage in the #undef NO_WIDE_TYPE configuration is corrected. | ||||
* | Fix two bugs in limits, one a crash and the other a failed flag reset. | dkf | 2005-10-10 | 1 | -1/+10 |
| | |||||
* | removing wrong comment | Miguel Sofer | 2005-10-10 | 1 | -1/+2 |
| | |||||
* | * generic/tclExecute.c: fixing errors in last commit. | Miguel Sofer | 2005-10-10 | 1 | -0/+4 |
| | |||||
* | * generic/tclBasic.c: | Miguel Sofer | 2005-10-09 | 1 | -0/+8 |
| | | | | | | | * generic/tclExecute.c: * generic/tclStrToD.c: * generic/tclStringObj.c: initialise variables to avoid compiler warnings ([Bug 1320818] among others). | ||||
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -3/+583 |
| | | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code. | ||||
* | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008 | hobbs | 2005-10-07 | 1 | -0/+6 |
| | | | | | * tests/fCmd.test (fCmd-20.2): account for NFS special files with a readdir rewind threshold. [Bug 1034337] | ||||
* | * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug | andreas_kupries | 2005-10-05 | 1 | -0/+3 |
| | | | | 1109294]. Applied the patch provided by David Gravereaux. | ||||
* | * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of | andreas_kupries | 2005-10-05 | 1 | -0/+4 |
| | | | | | David Welton's patch for it, and added a note about wideSeekProc. | ||||
* | * generic/tclIORChan.c (RcClose): Removed unreachable panic/return | andreas_kupries | 2005-10-05 | 1 | -0/+5 |
| | | | | statements. This fixes the remainder of [SF Tcl Bug 1286256]. | ||||
* | * tests/env.test (env-6.1): | hobbs | 2005-10-05 | 1 | -0/+12 |
| | | | | | | | | | | | * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c (TclSetEnv, TclUnsetEnv): add USE_PUTENV_FOR_UNSET to existing USE_PUTENV define to account for various systems that have putenv(), but can't unset env vars with it. Note difference between Windows and Linux for actually unsetting the env var (use of '='). Correct the resizing of the environ array. We assume that we are in full ownership, but that's not correct.[Bug 979640] | ||||
* | win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] | hobbs | 2005-10-05 | 1 | -0/+2 |
| | |||||
* | * tests/http.test: do not URI encode -._~ according | hobbs | 2005-10-05 | 1 | -0/+3 |
| | | | | * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho) | ||||
* | * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second | hobbs | 2005-10-05 | 1 | -0/+3 |
| | | | | shl_load only. [Bug 1204237] |