summaryrefslogtreecommitdiffstats
path: root/generic/tclTestProcBodyObj.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate...jan.nijtmans2016-01-181-1/+1
* Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-1/+1
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* | | Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-3/+1
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-2/+2
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-7/+10
* | | - eliminate some unnessary type castsnijtmans2009-02-101-2/+2
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-39/+39
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-7/+7
|/ /
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-13/+13
* | ANSIfy the test code (well, strip some of the worst offences!)dkf2005-11-021-45/+46
* | * generic/tclProc.c: The routine TclProcInterpProc was a s...dgp2004-08-251-14/+4
|/
* Fixed some tests which were failing on the Mac because of path differences. A...jingham1998-11-101-1/+3
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-051-0/+317