summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
* merge updates from HEADdgp2007-11-131-2/+1
* merge updates from HEADdgp2007-11-121-8/+9
* Merge updates from HEAD, thendgp2007-10-021-2/+126
* merge updates from HEADdgp2007-09-141-6/+48
* merge updates from HEADdgp2007-09-101-10/+2
* merge updates from HEADdgp2007-09-071-2/+4
* merge updates from HEADdgp2007-09-041-288/+368
* merge updates from HEADdgp2007-06-211-6/+9
* merge updates from HEADdgp2007-06-191-28/+36
* merge updates from HEADdgp2007-06-171-6/+7
* merge updates from HEADdgp2007-06-171-76/+81
* merge updates from HEADdgp2007-06-151-217/+278
* merge updates from HEADdgp2007-06-141-3/+4
* merge updates from HEADdgp2007-06-141-49/+40
* merge updates from HEADdgp2007-06-051-1/+4
* Minor comment improvements and code reordering for claritydkf2007-05-111-32/+42
* Changes to allow the tip257 code to work as an extension properly post-tip280dkf2007-05-051-25/+31
* * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): CorrectedKevin B Kenny2007-04-301-74/+82
* Fix [Bug 1705778, leak K15]dkf2007-04-251-229/+264
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-9/+10
* * generic/tclExecute.c (TEBC):Miguel Sofer2007-04-061-79/+98
* * generic/tclProc.c (Tcl_ApplyObjCmd):Miguel Sofer2007-03-291-5/+1
* * 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