summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-3/+195
* TIP#270 IMPLEMENTATIONdgp2006-11-151-10/+10
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-6/+6
* Silence compiler grumbles.dkf2006-11-021-2/+2
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-9/+9
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-24/+19
* Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-311-33/+32
* Insert of calling point in middle of procedure code. Also cleaned up howdkf2006-10-281-119/+230
* * generic/tclProc.c (SetLambdaFromAny): minor change, eliminateMiguel Sofer2006-10-271-2/+2
* * generic/tclProc.c (ObjInterpProcEx): disable itcl hacks forMiguel Sofer2006-10-241-8/+8
* * generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply byMiguel Sofer2006-10-241-13/+34
* * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-231-4/+1
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-25/+18
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-211/+64
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-64/+211
* * tclProc.c (SetLambdaFromAny):Miguel Sofer2006-10-161-2/+6
* * generic/tclCompile.c:Miguel Sofer2006-09-301-46/+1
* Silence compiler warning.dgp2006-05-151-2/+3
* * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp2006-05-131-5/+83
* missing statics revealed by 'make checkexports'das2006-03-161-2/+2
* * generic/tclProc.c (ObjInterpProcEx):Miguel Sofer2006-03-101-2/+17
* Style/comment fixesdkf2006-02-021-83/+81
* * generic/tclProc.c: minor improvements to [apply]Miguel Sofer2006-02-011-27/+27
* TIP#194 IMPLEMENTATIONdgp2006-02-011-16/+257
* * generic/tclProc.c: fixed args handling for precompiled bodiesMiguel Sofer2006-01-231-7/+7
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+2
* ANSIfydkf2005-11-021-128/+125
* TIP#237 IMPLEMENTATIONdgp2005-10-081-3/+11
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-18/+21
* * generic/tclBasic.c: Updated several callers to usedgp2005-09-141-25/+14
* Systematizing the formattingdkf2005-07-211-269/+298
* * generic/tclInt.h: Reduced the Tcl_ObjTypes "index",dgp2005-06-071-5/+5
* This close to a release, simple is better.dgp2005-06-021-3/+1
* * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex,dgp2005-06-011-2/+4
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclProc.c (TclInitCompiledLocals):mdejong2005-02-021-3/+9
* 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