Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -27/+20 |
| | |||||
* | * win/tclAppInit.c: | stanton | 1999-02-03 | 1 | -5/+5 |
| | | | | | | | | | | | | * unix/tclAppInit.c: * mac/tclMacAppInit.c: * generic/tclTest.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. * generic/tcl.h: Moved Tcl_AppInit declaration to end and cleared out TCL_STORAGE_CLASS so it is not declared with a declspec(). | ||||
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -1/+8 |
| | | | | | | | 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. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+259 |