| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 7 | -11/+37 |
|\ |
|
| * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 7 | -9/+35 |
| |\ |
|
| | * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 4 | -2/+15 |
|
|
| | * | fix warnings in tclTest.c | jan.nijtmans | 2011-04-21 | 1 | -11/+11 |
|
|
* | | | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -2/+4 |
| |\ \
| | |/ |
|
| | * | Silence unused variable warning | dgp | 2011-04-20 | 1 | -2/+1 |
|
|
| | * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig... | jan | 2011-04-20 | 3 | -5/+7 |
|
|
| * | | (TclFileAttrsCmd): Added commands to reset the typePtr of the Tcl_Obj* whose ... | andreask | 2011-04-20 | 1 | -0/+2 |
|
|
* | | | Reduce internals access in the implementation of [<foo>::pkgconfig list]. | dgp | 2011-04-19 | 1 | -8/+3 |
|\ \ \
| |/ / |
|
| * | | Reduce internals access in the implementation of [<foo>::pkgconfig list]. | dgp | 2011-04-19 | 1 | -8/+3 |
|
|
* | | | Use ListRepPtr(.) and other cleanup. | dgp | 2011-04-18 | 3 | -32/+20 |
|\ \ \
| |/ / |
|
| * | | Use ListRepPtr(.) and other cleanup. | dgp | 2011-04-18 | 3 | -34/+21 |
|
|
* | | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 3 | -17/+14 |
|\ \ \
| |/ / |
|
| * | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 3 | -60/+48 |
|
|
* | | | 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 |
|
|