summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Add fstat() if using GUSIJack Jansen1998-02-201-24/+29
* New exception interfaceJack Jansen1997-10-071-3/+2
* - Changed the m# format for PyArg_ParseTuple back to s#Jack Jansen1997-05-071-1/+1
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+1
* Comments around identifier after #endifJack Jansen1997-02-201-1/+1
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
* RenamedJack Jansen1997-01-301-185/+184
* Malloc debugging now flagged with USE_MALLOC_DEBUGJack Jansen1996-10-231-6/+3
* Fixed xstat to again include resroucefork size, creator, type. ObtainJack Jansen1996-10-151-14/+50
* GUSI mkdir() lost its dummy second argJack Jansen1996-08-061-0/+4
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-061-0/+10
* Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.Jack Jansen1996-02-211-2/+14
* - Added Guido's fixesJack Jansen1996-02-201-45/+28
* Modified for GUSIJack Jansen1996-02-141-1/+45
* add xstat (extended stat, returns resource fork size and creator/type)Guido van Rossum1995-08-081-1/+32
* Ported to CodeWarrior 6Jack Jansen1995-06-091-0/+1
* explicitly init flags in methodlistGuido van Rossum1995-02-191-1/+1
* add __SC__ ifdefGuido van Rossum1995-02-171-1/+1
* malloc debug only on ppcGuido van Rossum1995-02-131-1/+1
* CodeWarrior 5 has more unixisms (open/close/read/write)Jack Jansen1995-01-261-10/+13
* Make malloc stats routine available under MetroWerksJack Jansen1995-01-221-0/+4
* More Pstring() stuff and some cosmeticsJack Jansen1995-01-181-1/+16
* 1995 copyrightGuido van Rossum1995-01-081-2/+2
* Ported to MetroWerks, which misses file-descriptor like functionality.Jack Jansen1994-12-141-0/+22
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-291-7/+20
* Intermediate version of changes after porting to MPW 3.2Guido van Rossum1994-08-261-4/+4
* Some more changesGuido van Rossum1994-08-231-2/+2
* Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.Guido van Rossum1994-08-191-18/+14
* Change include path for unixemu headers; rename access to access_Guido van Rossum1994-06-271-4/+4
* Walker's changes fixed so they work in THINK C 5Guido van Rossum1994-05-061-10/+17
* As extended by Richard M Walker for MPWGuido van Rossum1994-05-061-79/+292
* Fix copyright -- 1994 instead of 1004!Guido van Rossum1994-01-181-1/+1
* Initial revisionGuido van Rossum1994-01-051-0/+246