summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Follow-up to [2010-01-29] commit:nijtmans2010-02-051-3/+3
* | | Use the object RE interface for faster matching in [array names -regexp].dkf2010-02-041-121/+136
* | | Make [array get] work again with a trivial pattern.dkf2010-02-041-4/+4
* | | Minor updates: more errorcodes, less C stack levels for old APIsdkf2010-02-041-98/+191
* | | More corrections to the [array unset] command.dkf2010-02-031-26/+30
* | | Turned the [array] command into a true ensemble. Test changes indicate somedkf2010-02-021-551/+1177
* | | Switch to using the new faster var-ref internal API inside [array unset] whendkf2010-02-021-4/+5
* | | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset]dkf2010-02-021-20/+59
* | | One more function that needs the LVT index passing into it now.dkf2010-01-311-5/+7
* | | Make the [unset] command be bytecode compiled.dkf2010-01-301-14/+58
* | | a bit of cleanupdgp2009-11-201-1/+4
* | | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-171-15/+37
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+4
* | | Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-231-12/+3
* | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-3/+12
* | | * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-1/+5
* | | Fix [Bug 2673163]dkf2009-03-241-8/+38
* | | * generic/tclVar.c (TclLookupSimpleVar): Shift all calls todgp2009-03-181-7/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-22/+23
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-10/+10
* | | Generate errorcodes for more cases.dkf2009-01-081-2/+21
* | | move variable "length" inside if()nijtmans2008-12-171-2/+2
* | | Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-171-2/+2
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-5/+5
* | | Add "const" to many internalnijtmans2008-10-151-9/+9
* | | * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-081-8/+5
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-251-6/+1
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-251-6/+1
* | | * generic/tclVar.c (TclLookupSimpleVar): fix bug that the coreMiguel Sofer2008-08-061-3/+2
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | | * generic/tclVar.c: fix error messageMiguel Sofer2008-07-141-2/+2
* | | TIP #230 IMPLEMENTATIONandreas_kupries2008-06-061-1/+3
* | | Oops. Undo commit of the local tweaks.andreas_kupries2008-05-231-12/+1
* | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-3/+12
|/ /
* | * generic/tclVar.c (TclDeleteNamespaceVars):Miguel Sofer2008-03-111-2/+8
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-6/+11
* | More minor cleanupdkf2007-11-181-56/+61
* | Add comments for clarity.dkf2007-11-151-51/+75
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-7/+7
* | * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-031-2/+3
* | * generic/tclVar.c: try to preserve Tcl_Objs when doing variableMiguel Sofer2007-10-271-55/+97
* | * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]Miguel Sofer2007-09-081-7/+4
* | make tclVarHashKeyType definition staticdas2007-09-031-2/+2
* | * generic/tclVar.c: improved localVarNameType caching to leverageMiguel Sofer2007-08-171-9/+42
* | modifs to help itcl adapt to VarReformMiguel Sofer2007-08-041-2/+19
* | Tidying up.dkf2007-08-031-207/+258
* | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-011-2/+2
* | * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx LarryMiguel Sofer2007-08-011-2/+2
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-777/+1550