| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-18 | 1 | -10/+6 |
|\ |
|
| * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2011-04-18 | 1 | -10/+6 |
| |\ |
|
| | * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-18 | 1 | -12/+7 |
|
|
| | * | fix for [Bug 2662380], crash caused by appending to a variable with a write t... | mig | 2011-04-13 | 1 | -1/+2 |
|
|
| | * | gcc warning: unused variable "key" | jan.nijtmans | 2011-03-28 | 1 | -2/+1 |
|
|
| | * | [Bug 3007895]: Tcl_(Find|Create)HashEntry | jan | 2011-03-25 | 1 | -2/+30 |
|
|
| * | | Added code to try to tame the [file attributes] guts, while trying to simplify | dkf | 2011-04-16 | 1 | -9/+12 |
|
|
* | | | Added comments to try to tame the file attributes guts, while trying to simplify | dkf | 2011-04-16 | 1 | -14/+22 |
|
|
* | | | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -46/+78 |
|\ \ \
| |/ / |
|
| * | | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -47/+79 |
|
|
* | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 3 | -190/+185 |
|\ \ \
| |/ / |
|
| * | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 3 | -185/+185 |
|
|
* | | | fix for [Bug 2662380], crash caused by appending to a variable with a write t... | mig | 2011-04-13 | 1 | -3/+4 |
|\ \ \
| |/ / |
|
| * | | fix for [Bug 2662380], crash caused by appending to a variable with a write t... | mig | 2011-04-13 | 1 | -3/+4 |
|
|
| * | | Repair corruption in [string reverse] when string rep invalidation failed | dgp | 2011-04-12 | 1 | -0/+1 |
|
|
* | | | [3285375]: Make the crash less mysterious through the judicious use of a panic. | dkf | 2011-04-13 | 1 | -0/+5 |
|
|
* | | | * generic/tclBasic.c: fix for [Bug 2440625], kbk's patch | mig | 2011-04-12 | 1 | -24/+6 |
|
|
* | | | insure that 'coroutine eval' runs the initial command in the proper context, ... | mig | 2011-04-11 | 1 | -2/+9 |
|
|
* | | | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9) | jan.nijtmans | 2011-04-11 | 1 | -1/+1 |
|
|
* | | | * generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics n... | mig | 2011-04-07 | 1 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ... | mig | 2011-04-07 | 1 | -39/+37 |
|
|
* | | | last bugfix was incomplete | mig | 2011-04-07 | 1 | -1/+1 |
|
|
* | | | * generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned l... | mig | 2011-04-06 | 1 | -2/+2 |
|
|
* | | | Don't use MODULE_SCOPE in module implementation, only in declaration. | jan.nijtmans | 2011-04-06 | 1 | -1/+1 |
|
|
* | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+8 |
|
|
* | | | More generation of error codes (TclOO miscellany). | dkf | 2011-04-04 | 5 | -13/+61 |
|
|
* | | | Test _before_ commit, not after... | dkf | 2011-04-04 | 1 | -2/+2 |
|
|
* | | | More generation of error codes (miscellaneous commands mostly already handled). | dkf | 2011-04-04 | 2 | -6/+41 |
|
|
* | | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 5 | -82/+119 |
|
|
* | | | Minor tinkering with style. | dkf | 2011-04-04 | 1 | -3/+7 |
|
|
* | | | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 5 | -45/+19 |
|
|
* | | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 8 | -38/+130 |
|
|
* | | | Replaced another couple of 'double' declarations with 'volatile
| Kevin B Kenny | 2011-04-02 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | Replaced another couple of 'double' declarations with 'volatile
| Kevin B Kenny | 2011-04-02 | 1 | -2/+4 |
|
|
* | | | More generation of errorCodes ([interp], [lset], [load], [unload]). | dkf | 2011-04-02 | 3 | -84/+119 |
|
|
* | | | More generation of errorCode information (default [bgerror] and [glob]). | dkf | 2011-04-02 | 2 | -0/+19 |
|
|
* | | | TclClockOldscanObjCmd: More generation of errorCode information. | dkf | 2011-03-31 | 3 | -0/+16 |
|
|
* | | | More generation of errorCode information, notably when lists are mis-parsed. | dkf | 2011-03-29 | 3 | -47/+103 |
|
|
* | | | Corrected odd comment | dkf | 2011-03-28 | 1 | -1/+1 |
|
|
* | | | Use the error messages generated by the variable management code rather than | dkf | 2011-03-28 | 1 | -9/+4 |
|
|
* | | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparen... | mig | 2011-03-27 | 1 | -0/+3 |
|
|
* | | | More generation of errorCode information. | dkf | 2011-03-26 | 1 | -0/+6 |
|
|
* | | | Squelch another unnecessary cast. | dkf | 2011-03-26 | 1 | -1/+1 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 10 | -158/+155 |
|
|
* | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 2 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan.nijtmans | 2011-03-25 | 6 | -112/+116 |
| |\ \
| | |/ |
|
| | * | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 4 | -19/+22 |
|
|
* | | | Restored C++ usability to the memory allocation and free macros. | dgp | 2011-03-24 | 2 | -6/+6 |
|
|
* | | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 2 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+6 |
| |\ \
| | |/ |
|