summaryrefslogtreecommitdiffstats
path: root/mac/tclMacResource.c
Commit message (Collapse)AuthorAgeFilesLines
* * mac/tclMacResource.c:stanton1999-04-281-2/+3
| | | | | | | | | * 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 trunkstanton1999-04-161-42/+46
|
* Fixed a bug in the resource command when the file was opened twice. Fixed a ↵jingham1998-11-101-26/+48
| | | | bug in the testWriteTextResource command - it wrote one too many bytes. Factored out the common code from the .pch files FspLocationFromPath - make path a CONST
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Updates for Jimwelch1998-08-171-5/+23
|
* Initial revisionrjohnson1998-03-261-0/+2165