| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tclVar.c: fix error message | Miguel Sofer | 2008-07-14 | 1 | -2/+2 |
|
|
* | TIP #230 IMPLEMENTATION | andreas_kupries | 2008-06-06 | 1 | -1/+3 |
|
|
* | Oops. Undo commit of the local tweaks. | andreas_kupries | 2008-05-23 | 1 | -12/+1 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -3/+12 |
|
|
* | * generic/tclVar.c (TclDeleteNamespaceVars): | Miguel Sofer | 2008-03-11 | 1 | -2/+8 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data for | hobbs | 2007-11-23 | 1 | -6/+11 |
|
|
* | More minor cleanup | dkf | 2007-11-18 | 1 | -56/+61 |
|
|
* | Add comments for clarity. | dkf | 2007-11-15 | 1 | -51/+75 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -7/+7 |
|
|
* | * generic/tclTest.c (TestSetCmd2): | Miguel Sofer | 2007-11-03 | 1 | -2/+3 |
|
|
* | * generic/tclVar.c: try to preserve Tcl_Objs when doing variable | Miguel Sofer | 2007-10-27 | 1 | -55/+97 |
|
|
* | * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710] | Miguel Sofer | 2007-09-08 | 1 | -7/+4 |
|
|
* | make tclVarHashKeyType definition static | das | 2007-09-03 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c: improved localVarNameType caching to leverage | Miguel Sofer | 2007-08-17 | 1 | -9/+42 |
|
|
* | modifs to help itcl adapt to VarReform | Miguel Sofer | 2007-08-04 | 1 | -2/+19 |
|
|
* | Tidying up. | dkf | 2007-08-03 | 1 | -207/+258 |
|
|
* | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit | patthoyts | 2007-08-01 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx Larry | Miguel Sofer | 2007-08-01 | 1 | -2/+2 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -777/+1550 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): fix possible segfault with | Miguel Sofer | 2007-06-28 | 1 | -5/+6 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): more streamlining. | Miguel Sofer | 2007-06-26 | 1 | -10/+8 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): fixing incomplete change, | Miguel Sofer | 2007-06-25 | 1 | -24/+25 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): fixing incomplete change | Miguel Sofer | 2007-06-25 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inlining | Miguel Sofer | 2007-06-24 | 1 | -57/+62 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced in | Miguel Sofer | 2007-06-24 | 1 | -1/+8 |
|
|
* | * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logic | Miguel Sofer | 2007-06-23 | 1 | -177/+90 |
|
|
* | * generic/tclVar.c: streamline namespace vars deletion: only | Miguel Sofer | 2007-06-20 | 1 | -11/+46 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-10 | 1 | -3/+3 |
|
|
* | Minor whitespace cleanup | dkf | 2007-05-11 | 1 | -1/+6 |
|
|