| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Ensure that decrements never assume that they can't do (actual) deletion. | dkf | 2010-02-02 | 1 | -3/+7 |
|
|
| * | | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -20/+59 |
|
|
| * | | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. | dkf | 2009-10-17 | 1 | -5/+25 |
|
|
| * | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+9 |
|
|
| * | | * generic/tclCmdIL.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -1/+5 |
|
|
| * | | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 1 | -8/+5 |
|
|
| * | | * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of | dgp | 2008-08-07 | 1 | -3/+2 |
|
|
| * | | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+12 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -13/+13 |
|
|
* | | | * generic/tclVar.c: use the macro HasLocalVars everywhere | Miguel Sofer | 2010-09-27 | 1 | -4/+3 |
|
|
* | | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): | hobbs | 2010-09-22 | 1 | -20/+10 |
|
|
* | | | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -3/+5 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -13/+11 |
|
|
* | | | * generic/tclVar.c: correcting bad port of [Bug 3037525] fix | Miguel Sofer | 2010-08-02 | 1 | -2/+2 |
|
|
* | | | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle | Miguel Sofer | 2010-07-31 | 1 | -7/+2 |
|
|
* | | | Eliminate some casts to (Tcl_HashTable *) | nijtmans | 2010-05-31 | 1 | -4/+4 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -11/+8 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -2/+2 |
|
|
* | | | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally | dkf | 2010-02-07 | 1 | -36/+2 |
|
|
* | | | More consistency in errorcode generation. | dkf | 2010-02-05 | 1 | -14/+25 |
|
|
* | | | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -3/+3 |
|
|
* | | | Use the object RE interface for faster matching in [array names -regexp]. | dkf | 2010-02-04 | 1 | -121/+136 |
|
|
* | | | Make [array get] work again with a trivial pattern. | dkf | 2010-02-04 | 1 | -4/+4 |
|
|
* | | | Minor updates: more errorcodes, less C stack levels for old APIs | dkf | 2010-02-04 | 1 | -98/+191 |
|
|
* | | | More corrections to the [array unset] command. | dkf | 2010-02-03 | 1 | -26/+30 |
|
|
* | | | Turned the [array] command into a true ensemble. Test changes indicate some | dkf | 2010-02-02 | 1 | -551/+1177 |
|
|
* | | | Switch to using the new faster var-ref internal API inside [array unset] when | dkf | 2010-02-02 | 1 | -4/+5 |
|
|
* | | | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -20/+59 |
|
|
* | | | One more function that needs the LVT index passing into it now. | dkf | 2010-01-31 | 1 | -5/+7 |
|
|
* | | | Make the [unset] command be bytecode compiled. | dkf | 2010-01-30 | 1 | -14/+58 |
|
|
* | | | a bit of cleanup | dgp | 2009-11-20 | 1 | -1/+4 |
|
|
* | | | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. | dkf | 2009-10-17 | 1 | -15/+37 |
|
|
* | | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+4 |
|
|
* | | | Revert series of local changes not relevant to the last commit. | andreas_kupries | 2009-07-23 | 1 | -12/+3 |
|
|
* | | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for | andreas_kupries | 2009-07-23 | 1 | -3/+12 |
|
|
* | | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -1/+5 |
|
|
* | | | Fix [Bug 2673163] | dkf | 2009-03-24 | 1 | -8/+38 |
|
|
* | | | * generic/tclVar.c (TclLookupSimpleVar): Shift all calls to | dgp | 2009-03-18 | 1 | -7/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -22/+23 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -10/+10 |
|
|
* | | | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -2/+21 |
|
|
* | | | move variable "length" inside if() | nijtmans | 2008-12-17 | 1 | -2/+2 |
|
|
* | | | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 1 | -2/+2 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -5/+5 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -9/+9 |
|
|
* | | | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 1 | -8/+5 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 1 | -6/+1 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-25 | 1 | -6/+1 |
|
|
* | | | * generic/tclVar.c (TclLookupSimpleVar): fix bug that the core | Miguel Sofer | 2008-08-06 | 1 | -3/+2 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|