summaryrefslogtreecommitdiffstats
path: root/Mac/Compat
Commit message (Expand)AuthorAgeFilesLines
* No need to make the S_ constants 32 bit (and its actually harmful because of ...Jack Jansen2001-01-221-3/+3
* Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon.Jack Jansen2001-01-121-8/+0
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-142-6/+6
* include stdio.h for sprintf prototype.Jack Jansen2000-07-141-0/+1
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-114-4/+4
* Removed THINK_C support.Jack Jansen2000-06-041-6/+0
* Revived various of the compatability routines and made them Carbon-compliant....Jack Jansen2000-06-024-25/+61
* (Temporarily) revived after a long sleep, for building MacPython without GUSIJack Jansen2000-05-121-5/+5
* Moved to the Compat folder (in case anyone still wants to try MPW building), ...Jack Jansen2000-05-031-0/+44
* c2pstring has moved to a different include fileJack Jansen1997-05-071-3/+0
* Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONSJack Jansen1997-04-082-6/+6
* set some fields to zero for directoriesGuido van Rossum1995-08-081-4/+6
* Made more ppc-savvyJack Jansen1995-07-281-0/+10
* Ported to CodeWarrior 6Jack Jansen1995-06-091-0/+5
* fix bug with volume rootGuido van Rossum1995-02-211-20/+22
* also set cur dir for standard get/put fileGuido van Rossum1995-02-201-0/+9
* add casts for __SC__Guido van Rossum1995-02-171-2/+2
* ported to THINK C (not tested yet)Guido van Rossum1995-01-192-6/+3
* Initial version of FSSpec and Alias code. Non-functional as of now.Jack Jansen1995-01-182-0/+77
* Some of these were overwriting their argument with a pascalJack Jansen1995-01-184-12/+4
* Ported to CodeWarriorJack Jansen1994-12-141-1/+1
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-293-30/+41
* Intermediate version of changes after porting to MPW 3.2Guido van Rossum1994-08-262-0/+82
* Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.Guido van Rossum1994-08-198-0/+348