Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ran dos2unix on this file--Irix couldn't build Tcl because it detected strange | hershey | 1999-05-06 | 1 | -1062/+1062 |
| | | | | chars at the end of each line. | ||||
* | fixed memory leak | surles | 1999-05-05 | 1 | -1048/+1062 |
| | |||||
* | * generic/tclLiteral.c (TclHideLiteral): Fixed so hidden literals | stanton | 1999-04-28 | 1 | -6/+10 |
| | | | | | get duplicated to avoid accidental sharing in the global object table. | ||||
* | * generic/tclInt.h: | stanton | 1999-04-22 | 1 | -18/+133 |
| | | | | | | | | | | | * generic/tclInt.decls: * generic/tclCompile.c: Added TclSetByteCodeFromAny that takes a hook procedure to invoke after compilation but before the byte codes are emitted. This makes it possible to do postprocessing on the compiled byte codes before the ByteCode is generated. * generic/tclLiteral.c: Added TclHideLiteral and TclAddLiteralObj to make it possible to create local unshared literal objects. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+929 |