Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -117/+389 |
| | | | | | | | 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 |
| | |||||
* | changed resolver epoch so it only invalidates the resolver cache | stanton | 1998-08-07 | 1 | -60/+39 |
| | | | | | | rather than forcing a complete recompile of the byte codes changed to use TclInitCompiledLocals changed resolver api to be a bit more object oriented | ||||
* | changed the panic in TclProcCompileProc when a precompiled script jumps | escoffon | 1998-08-06 | 1 | -2/+4 |
| | | | | interps to an error instead. | ||||
* | Created a couple of procedures to export internal procs out of a DLL; | escoffon | 1998-07-28 | 1 | -1/+51 |
| | | | | | | this is needed to support precompiled procedure bodies and the info body command (without them one gets "not a procedure: xxxx" for all precompiled procedure bodies if Tcl is in a DLL) | ||||
* | basically reapplied the changes for rev 1.7, modified to match the itcl 3.0 | escoffon | 1998-07-24 | 1 | -13/+25 |
| | | | | merges | ||||
* | Updated core w/ Micheals latest changes. | surles | 1998-07-24 | 1 | -80/+141 |
| | |||||
* | Removed unreferenced vars | surles | 1998-07-21 | 1 | -6/+4 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-20 | 1 | -40/+138 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | Added check for precompiled ByteCodes, to avoid recompilation if the epoch | escoffon | 1998-07-15 | 1 | -3/+13 |
| | | | | has changed in the interpreter. Instead, reset the epoch in the ByteCode. | ||||
* | rolled back the check for compiled procs in Tcl_ProcObjCmd, do the unsharing | escoffon | 1998-07-14 | 1 | -14/+1 |
| | | | | | even for compiled procs. This will cause an error to be triggered the first time the proc is called (because the source is just an error statement) | ||||
* | replaced the SCCS id string with %% keywords | escoffon | 1998-07-06 | 1 | -1/+1 |
| | |||||
* | Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc, | escoffon | 1998-07-06 | 1 | -24/+16 |
| | | | | for use by the TclPro compiler. | ||||
* | changed TclFindProc & TclIsProc to understand aliased commands | rjohnson | 1998-07-01 | 1 | -2/+14 |
| | |||||
* | turn off check for shared source string in Tcl_ProcObjCmd if the body | escoffon | 1998-06-10 | 1 | -2/+15 |
| | | | | is a PRECOMPILED ByteCode object. | ||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1042 |