summaryrefslogtreecommitdiffstats
path: root/Mac/Compat/macstat.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONSJack Jansen1997-04-081-2/+2
|
* set some fields to zero for directoriesGuido van Rossum1995-08-081-4/+6
|
* Some of these were overwriting their argument with a pascalJack Jansen1995-01-181-2/+1
| | | | string. Use own Pstring() routine (which uses a static buffer) everywhere.
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-291-17/+25
| | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix.
* Intermediate version of changes after porting to MPW 3.2Guido van Rossum1994-08-261-0/+57