summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
* Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-15/+14
* Revised so that we avoid hashing twice.bug_3532959dgp2012-06-111-6/+4
* 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash t...dgp2012-06-101-9/+13
* Work in progress fixing 3532959dgp2012-06-081-1/+1
* * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]:dkf2011-09-161-0/+2
* Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-1/+5
|\
* | whitespace tidydgp2011-03-161-1/+1
* | Rewrites to eliminate isspace() calls.dgp2011-03-161-6/+5
* | Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-081-0/+6
|\ \ | |/
| * Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-081-0/+4
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-63/+63
| * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+13
| * * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-6/+1
| * * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-5/+24
| * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-1/+9
| * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+28
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-3/+120
| * Silence compiler warning.dgp2006-05-151-2/+3
| * * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp2006-05-131-7/+87
| * * generic/tclBasic.c:Miguel Sofer2005-10-231-5/+10
| * * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-021-4/+22
| * * generic/tclBasic.c: Corrected several instances of unsafedgp2003-07-181-1/+17
* | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-17/+17
* | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make thedkf2010-08-151-5/+7
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-2/+12
* | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-131-5/+1
* | * generic/tclProc.c: Reset -level and -code values to defaultsdgp2008-10-191-1/+6
* | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-4/+24
* | * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-251-2/+2
* | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-2/+10
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-2/+1
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-1/+2
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-8/+8
* | Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-2/+126
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-6/+48
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-10/+2
* | * generic/tclProc.c (TclInitCompiledLocals): the refCount ofMiguel Sofer2007-09-071-2/+4
* | * generic/tclProc.c (TclCreateProc): better comments on theMiguel Sofer2007-08-101-10/+9
* | * generic/tclProc.c (InitLocalCache): reference firstLocalPtr viahobbs2007-08-081-8/+7
* | renamed InitCompiledLocals to InitResolvedLocals to make it clearer that itMiguel Sofer2007-08-081-8/+8
* | * generic/tclInt.h: remove comments refering to VAR_SCALAR, asMiguel Sofer2007-08-081-76/+59
* | modifs to help itcl adapt to VarReformMiguel Sofer2007-08-041-1/+9
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-216/+307
* | * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-6/+9
* | * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-181-28/+36
* | Fix [Bug 1738542]dkf2007-06-171-6/+7