summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macshlglue.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed some prototypes to match the exact definition in some faraway AppleJack Jansen2002-06-261-1/+1
| | | | header files. If we're building with precompiled headers these are in scope.
* Added more prototypes.Jack Jansen2000-07-241-5/+6
|
* Don't add the library file to the resource file chain if it is theJack Jansen1998-07-311-1/+18
| | | | same as the application file (Just).
* - Various names in CodeFragments.h have changedJack Jansen1997-05-071-4/+17
| | | | | | - a dummy main program was added, so we can use the standard MW MSL runtime library for main programs (in stead of rolling our own, as we did previously).
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+1
| | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h
* Added/updated copyright noticesJack Jansen1997-01-311-0/+31
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Always call __initialize(), also on PPCJack Jansen1996-08-231-23/+14
|
* Fixed to work for ppc and cfm68kJack Jansen1996-08-191-0/+4
|
* Guido: changed __sinit to __initialize for CFM68K.Jack Jansen1996-08-191-2/+2
|
* Added __sinit() call, so C++ initializations in shared library workJack Jansen1996-02-291-0/+3
|
* Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being)Jack Jansen1996-02-201-0/+2
|
* Changed for the 1.3.2 compiler (CW7.5)Jack Jansen1995-11-141-2/+2
|
* Removed unused variablesJack Jansen1995-10-091-4/+1
|
* Ported to CW6Jack Jansen1995-06-141-4/+1
|
* ported to CFM-68KGuido van Rossum1995-02-201-12/+19
|
* Open library resource file read-onlyJack Jansen1995-02-131-1/+1
|
* Glue for the python shared library: an init routine that remembersJack Jansen1995-02-131-0/+65
where we're loaded from and PyMac_AddLibResources() which adds that file to the resource file list.