Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -4/+4 |
| | | | | | | | to 'Tcl_Panic' (the function). The #define of panic in tcl.h clearly states it is deprecated in the comments. [Patch 865264] | ||||
* | * generic/tclBasic.c: Fixed error in ref count management of command | dgp | 2003-10-03 | 1 | -7/+28 |
| | | | | | * generic/tclCmdMZ.c: and execution traces that caused access to freed memory in trace-32.1. [Bug 811483]. | ||||
* | * generic/tclTrace.c: Corrected comingling of introspection results of | dgp | 2003-10-02 | 1 | -1/+17 |
| | | | | | [trace info command] and [trace info execution]. [Bug 807243] Thanks to Mark Saye. | ||||
* | Removed trivially-unreachable line [Bug 771939] | dkf | 2003-07-16 | 1 | -2/+1 |
| | |||||
* | Win compilation fix | vincentdarley | 2003-07-02 | 1 | -2/+2 |
| | |||||
* | More trace factoring - variable traces are the target this time. | dkf | 2003-06-26 | 1 | -2/+678 |
| | |||||
* | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 1 | -0/+2299 |
and tricky enough to discourage non-specialists... |