Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make some more internal tables const | nijtmans@users.sourceforge.net | 2012-04-23 | 1 | -7/+7 |
|\ | |||||
| * | make some more internal tables CONST | nijtmans@users.sourceforge.net | 2012-04-18 | 1 | -6/+6 |
| | | | | | | fix compilation with -DNO_CONST | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
* | | Complete the purge of K&R function definitions from manually-written code. | donal.k.fellows@manchester.ac.uk | 2007-04-16 | 1 | -13/+13 |
| | | |||||
* | | ANSIfy the test code (well, strip some of the worst offences!) | donal.k.fellows@manchester.ac.uk | 2005-11-02 | 1 | -45/+46 |
| | | |||||
* | | * generic/tclProc.c: The routine TclProcInterpProc was a ↵ | dgp@users.sourceforge.net | 2004-08-25 | 1 | -14/+4 |
|/ | | | | | | | | | | | | specific * generic/tclTestProcBodyObj.c: instance of the general service already provided by TclObjInvokeProc. Removed TclProcInterpProc and TclGetInterpProc from the code... * generic/tclInt.decls ...and from the internal stubs table. * generic/tclIntDecls.h * generic/tclStubInit.c | ||||
* | Fixed some tests which were failing on the Mac because of path differences. ↵ | jingham | 1998-11-10 | 1 | -1/+3 |
| | | | | Added a test to the resource tests to cover the but I fixed. Fixed the stat test commands - the mac files were getting a leading :, which the test commands did not expect | ||||
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -0/+317 |
representation contains both a Proc struct and its associated ByteCode. Updated tclProc.c::TclCreateProc to take procbody instances as the body argument, for future support of compiler extensions. Added the "procbodytest" package for testing all this stuff. |