summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid sharing cmdName literals accross namespaces, and generalise usage ofMiguel Sofer2004-12-241-2/+2
* | fix for last commit; thanks dgp and tclguy for catch/classify/throwMiguel Sofer2004-12-201-3/+3
* | * generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.cMiguel Sofer2004-12-201-31/+234
* | * generic/tclTest.c: Added two new functions to allocate memoryMiguel Sofer2004-12-151-8/+8
* | changing the isProcCallFrame field of the CallFrame struct from a 0/1 fieldMiguel Sofer2004-12-141-2/+2
* | optimised loops that initialise a proc's arguments and compiled localMiguel Sofer2004-12-101-53/+63
* | Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/dkf2004-11-251-1/+11
* | Cleaning up; mostly whitespace and comment fixes.dkf2004-11-011-242/+236
* | Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-30/+22
* | Standardize way of calling object freeIntRepProcs...dkf2004-10-221-15/+15
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-23/+10
* | * generic/tclCmdMZ.c (TclProcessReturn): Now that primarydgp2004-10-151-15/+1
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-6/+5
* | Remove useless panic-ing implementations of methods in tclProcBodyTypedkf2004-10-061-97/+30
* | Style fixes and Tcl_GetString -> TclGetStringdkf2004-10-061-81/+79
* | Speed up [upvar] and [uplevel] by not forcing level references to be parseddkf2004-10-011-13/+139
* | Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-6/+3
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-171-8/+3
* | * generic/tclProc.c: The routine TclProcInterpProc was a s...dgp2004-08-251-125/+5
* | update out of date commentdgp2004-08-241-2/+2
* | * generic/tclProc.c (TclCreateProc): comments corrected.Miguel Sofer2004-05-041-22/+12
* | * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-021-4/+22
* | fixed typos in documentation and commentsvincentdarley2004-03-091-2/+2
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-10/+10
* | Removed variables that are no longer used.dgp2003-10-211-4/+1
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-33/+32
* | stop compiler warnings about unused variablesdgp2003-05-081-3/+1
* | * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-14/+38
|/
* * 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