Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 7 | -924/+1030 |
| | |||||
* | Partial ANSIfy | dkf | 2005-11-02 | 1 | -213/+209 |
| | |||||
* | ANSIfy | dkf | 2005-11-02 | 8 | -1151/+1165 |
| | |||||
* | * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken | dgp | 2005-11-01 | 2 | -13/+19 |
| | | | | | 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 | 3 | -5/+11 |
| | | | | | | | match changes in code. * tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift to the C long range. | ||||
* | Fix test that checked for non-standard case of error message (which | dkf | 2005-11-01 | 1 | -23/+23 |
| | | | | was fixed by earlier check-in) | ||||
* | Think-o fixes | dkf | 2005-11-01 | 1 | -3/+3 |
| | |||||
* | ANSIfy. Also converted some deeply nested code to a less nested form for ↵ | dkf | 2005-11-01 | 14 | -2694/+2761 |
| | | | | easier reading. | ||||
* | * expr.test (expr-46.13): Added test that illustrates | dgp | 2005-11-01 | 2 | -1/+9 |
| | | | | shortcoming of Patch 1340260. | ||||
* | * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. | Miguel Sofer | 2005-10-31 | 3 | -14/+19 |
| | | | | * tests/trace.test: fix duplicate test numbers | ||||
* | typo | dgp | 2005-10-31 | 1 | -2/+2 |
| | |||||
* | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ↵ | dkf | 2005-10-31 | 7 | -1802/+1782 |
| | | | | | | NULL can be cast to any pointer type transparently. | ||||
* | Cleanup and ANSIfy | dkf | 2005-10-31 | 3 | -1127/+660 |
| | |||||
* | Assorted syntactic cleanups | dkf | 2005-10-30 | 1 | -120/+110 |
| | |||||
* | fix Changelog entry | Miguel Sofer | 2005-10-29 | 1 | -1/+1 |
| | |||||
* | * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial | Miguel Sofer | 2005-10-29 | 3 | -5/+37 |
| | | | | | | | | | 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 | 4 | -138/+173 |
| | |||||
* | * tests/foreach.test (foreach-8.1): added test for [Bug 1189274] | Miguel Sofer | 2005-10-22 | 2 | -1/+18 |
| | |||||
* | * generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. Obj | Miguel Sofer | 2005-10-22 | 2 | -4/+9 |
| | | | | leak detection and patch by Eric Melbardis. | ||||
* | Bug 1334461 | Kevin B Kenny | 2005-10-21 | 1 | -1/+2 |
| | |||||
* | Marked some failing tests as knownBug until they can be updated. | dgp | 2005-10-21 | 2 | -14/+14 |
| | |||||
* | remove C++ comments | Kevin B Kenny | 2005-10-21 | 1 | -4/+4 |
| | |||||
* | Marked several failing tests as "knownBug" until they can be updated. | dgp | 2005-10-21 | 7 | -43/+43 |
| | |||||
* | Bug 1334461 | Kevin B Kenny | 2005-10-21 | 2 | -2/+10 |
| | |||||
* | Revised code to build in situations where strchr(.,.) is a macro. | dgp | 2005-10-21 | 1 | -5/+3 |
| | |||||
* | ANSI-fy declarations and NULL handling | dkf | 2005-10-21 | 1 | -316/+299 |
| | |||||
* | Formatting regularization | dkf | 2005-10-21 | 1 | -876/+819 |
| | |||||
* | Improve the documentation of [binary scan] a little. | dkf | 2005-10-21 | 2 | -18/+26 |
| | |||||
* | whitespace cleanup | dkf | 2005-10-20 | 1 | -2/+2 |
| | |||||
* | Remove extra spaces so it's easier to see the tests as groups | dkf | 2005-10-20 | 1 | -62/+0 |
| | |||||
* | * generic/tclListObj.c (TclLsetFlat): | Miguel Sofer | 2005-10-20 | 3 | -6/+36 |
| | | | | | * 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 |
| | |||||
* | Fix crash caused by passing -1 as the length to TclNewStringObj(). Only | dkf | 2005-10-19 | 1 | -12/+7 |
| | | | | | Tcl_NewStringObj (the function call, not the macro) handles that sort of thing correctly. | ||||
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 11 | -971/+31 |
| | | | | | | | | | | | | * 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: | ||||
* | Silence a warning | dkf | 2005-10-19 | 1 | -2/+2 |
| | |||||
* | More typos obscured by typos fixed in previous checkin... | dkf | 2005-10-19 | 1 | -4/+4 |
| | |||||
* | Fix silly typos | dkf | 2005-10-19 | 1 | -14/+15 |
| | |||||
* | General cleanup of reflected channel code | dkf | 2005-10-19 | 2 | -1612/+1499 |
| | |||||
* | * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): | Miguel Sofer | 2005-10-19 | 2 | -2/+8 |
| | | | | | fixed faulty peephole optimisation that can cause crashes [Bug 1331475] | ||||
* | ANSIfy function declarations and definitions | dkf | 2005-10-18 | 1 | -399/+384 |
| | |||||
* | ANSI function definitions | dkf | 2005-10-18 | 1 | -137/+137 |
| | |||||
* | Style update and ANSI function definitions. | dkf | 2005-10-18 | 1 | -28/+34 |
| | |||||
* | Split off changelog entries for 2004 | dkf | 2005-10-18 | 2 | -4748/+4662 |
| | | | | Fixed erroneous dates on some 2005 entries | ||||
* | * generic/tclExecute.c: Added optimization for I32L64 systems to | dgp | 2005-10-18 | 2 | -2/+28 |
| | | | | | 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 | 2 | -25/+108 |
| | | | | INST_INCR_SCALAR1_IMM opcode. | ||||
* | See file. | vasiljevic | 2005-10-14 | 1 | -0/+12 |
| | |||||
* | Fixed bad definition of CRTEXPORT which should have been | vasiljevic | 2005-10-14 | 1 | -2/+2 |
| | | | | CRTIMPORT rather. | ||||
* | Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992 | vasiljevic | 2005-10-14 | 1 | -13/+1 |
| | | | | for more info). | ||||
* | more revisions to TclIncrObj | dgp | 2005-10-14 | 1 | -23/+39 |
| |