summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
* more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-041-34/+37
* Factor out a number of common patterns of use of Tcl_DStringAppend.donal.k.fellows@manchester.ac.uk2012-07-031-1/+1
* 3532959 Make sure the lifetime management of entries in the linePBodyPtr hashdgp@users.sourceforge.net2012-06-111-13/+15
|\
| * Revised so that we avoid hashing twice.dgp@users.sourceforge.net2012-06-111-6/+4
| * 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash t...dgp@users.sourceforge.net2012-06-101-9/+13
| * Work in progress fixing 3532959dgp@users.sourceforge.net2012-06-081-1/+1
| * * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]:donal.k.fellows@manchester.ac.uk2011-09-161-0/+2
| * Backport fix for [Bug 2857044].dgp@users.sourceforge.net2011-04-271-0/+1
* | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!donal.k.fellows@manchester.ac.uk2011-09-161-0/+2
* | Use Tcl_PrintfObj to generate more (complex) error messages.donal.k.fellows@manchester.ac.uk2011-08-051-5/+4
* | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when re...mig2011-08-011-0/+7
* | TclFreeIntRep() related cleanup.dgp@users.sourceforge.net2011-04-251-3/+2
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-1/+5
|\ \ | |/
| * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-1/+5
| |\
* | | More generation of error codes (namespace creation, path normalization,donal.k.fellows@manchester.ac.uk2011-04-031-18/+50
| | |
| \ \
*-. \ \ Rewrites to eliminate some isspace() calls.dgp@users.sourceforge.net2011-03-161-7/+6
|\ \ \ \ | | |/ /
| | * | whitespace tidydgp@users.sourceforge.net2011-03-161-1/+1
| |/ /
| * | Rewrites to eliminate isspace() calls.dgp@users.sourceforge.net2011-03-161-6/+5
| * | Fix gcc warnings: variable set but not usednijtmans@users.sourceforge.net2011-03-081-0/+6
| |\ \ | | |/
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-35/+33
* | | mergenijtmans@users.sourceforge.net2011-03-081-0/+10
|\ \ \
| * \ \ Fix gcc warnings: variable set but not usednijtmans@users.sourceforge.net2011-03-081-0/+2
| |\ \ \ |/ / / / | | | _
| * | Fix gcc warnings: variable set but not usednijtmans@users.sourceforge.net2011-03-081-0/+4
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | | |/ | |/|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-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,andreask@activestate.com2009-08-251-1/+13
| | * * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp@users.sourceforge.net2009-06-131-6/+1
| | * * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreask@activestate.com2008-08-111-5/+24
| | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreask@activestate.com2008-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...andreask@activestate.com2006-11-281-3/+120
| | * Silence compiler warning.dgp@users.sourceforge.net2006-05-151-2/+3
| | * * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp@users.sourceforge.net2006-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 unsafedgp@users.sourceforge.net2003-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 thedonal.k.fellows@manchester.ac.uk2010-08-151-5/+7
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreask@activestate.com2009-08-251-2/+12
| * | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp@users.sourceforge.net2009-06-131-5/+1
| * | * generic/tclProc.c: Reset -level and -code values to defaultsdgp@users.sourceforge.net2008-10-191-1/+6
| * | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreask@activestate.com2008-08-111-4/+24
| * | * tests/info.test: Tests 38.* added, exactly testing the trackingandreask@activestate.com2008-07-251-2/+2
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreask@activestate.com2008-07-211-2/+10
* | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-101-4/+3
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-4/+2
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-3/+3
* | | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make thedonal.k.fellows@manchester.ac.uk2010-08-151-6/+8