summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
* 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-131-1/+1
* 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-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
* * generic/tclProc.c (ProcessProcResultCode): Fix failure todgp2002-12-111-2/+2
* * generic/tclProc.c (TclCreateProc): mask out VAR_UNDEFINED forhobbs2002-10-021-34/+33
* * generic/tclProc.c (Tcl_ProcObjCmd): correct overeagerhobbs2002-09-271-5/+14
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-2/+2
* Fix for Tk Bug #219218 "error handling with bgerror in Tk"jenglish2002-07-251-2/+2
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-161-5/+8
* tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f...Miguel Sofer2002-07-111-4/+4
* Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug ...Miguel Sofer2002-04-151-24/+23
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-5/+5
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-101-5/+5
* Replace isspace(char) with isspace(UCHAR(char)) for safety...dkf2001-11-271-2/+2
* restoring the computations of iPtr->numLevels to the original logic (previous...Miguel Sofer2001-11-201-10/+1
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-161-1/+10
* Doh ... strncmp, not strcmp needed in last commit.Miguel Sofer2001-10-151-2/+2
* generic/tclProc.c: changing a memcmp to strcmp to avoid a memory errorMiguel Sofer2001-10-151-33/+32
* * Updated APIs indgp2001-09-271-3/+3
* Disabled all compile and execution tracing functionality in standardMiguel Sofer2001-09-171-5/+5
* Bytecompiling noops [FQ #451441]Miguel Sofer2001-09-101-1/+105
* made [proc] check that formal args have simple names [Bug: 458548]Miguel Sofer2001-09-041-1/+9
* Added several missing CONSTs in calls to TclGetNamespaceForQualNameKevin B Kenny2001-04-271-3/+4
* * tests/compile.test:hobbs2000-05-031-10/+23
* * tests/var.test:hobbs1999-12-121-2/+7
* * generic/tclProc.c: backed out change from 1999-11-18 as ithobbs1999-11-191-4/+4
* * generic/tclProc.c: corrected error reporting for default casehobbs1999-11-191-3/+3
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-8/+17
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-76/+109
* Merged stubs changes into mainline for 8.0stanton1999-03-101-2/+2
* * generic/tclProc.c:stanton1999-02-031-8/+4
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-051-117/+389
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* changed resolver epoch so it only invalidates the resolver cachestanton1998-08-071-60/+39
* changed the panic in TclProcCompileProc when a precompiled script jumpsescoffon1998-08-061-2/+4
* Created a couple of procedures to export internal procs out of a DLL;escoffon1998-07-281-1/+51
* basically reapplied the changes for rev 1.7, modified to match the itcl 3.0escoffon1998-07-241-13/+25
* Updated core w/ Micheals latest changes.surles1998-07-241-80/+141