Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * mac/tclMacResource.c: | stanton | 1999-04-28 | 1 | -2/+2 |
| | | | | | | | | | * generic/tclListObj.c: * generic/tclObj.c: * generic/tclStringObj.c: Changed to avoid freeing the string representation before freeing the internal rep. This helps with debugging since the string rep will still be valid when the free proc is invoked. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -6/+9 |
| | |||||
* | Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passed | rjohnson | 1998-10-13 | 1 | -1/+4 |
| | | | | | | in 0 elements. Despite what docs said. Also updated a few copyright notices. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1053 |