summaryrefslogtreecommitdiffstats
path: root/mac/tclMacAppInit.c
Commit message (Collapse)AuthorAgeFilesLines
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-2/+2
|
* * win/tclAppInit.c:stanton1999-02-031-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().
* Fixed a bug in the resource command when the file was opened twice. Fixed a ↵jingham1998-11-101-1/+8
| | | | 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
|
* Initial revisionrjohnson1998-03-261-0/+205