Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed some prototypes to match the exact definition in some faraway Apple | Jack Jansen | 2002-06-26 | 1 | -1/+1 |
| | | | | header files. If we're building with precompiled headers these are in scope. | ||||
* | Added more prototypes. | Jack Jansen | 2000-07-24 | 1 | -5/+6 |
| | |||||
* | Don't add the library file to the resource file chain if it is the | Jack Jansen | 1998-07-31 | 1 | -1/+18 |
| | | | | same as the application file (Just). | ||||
* | - Various names in CodeFragments.h have changed | Jack Jansen | 1997-05-07 | 1 | -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.h | Jack Jansen | 1997-02-24 | 1 | -1/+1 |
| | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h | ||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -0/+31 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Always call __initialize(), also on PPC | Jack Jansen | 1996-08-23 | 1 | -23/+14 |
| | |||||
* | Fixed to work for ppc and cfm68k | Jack Jansen | 1996-08-19 | 1 | -0/+4 |
| | |||||
* | Guido: changed __sinit to __initialize for CFM68K. | Jack Jansen | 1996-08-19 | 1 | -2/+2 |
| | |||||
* | Added __sinit() call, so C++ initializations in shared library work | Jack Jansen | 1996-02-29 | 1 | -0/+3 |
| | |||||
* | Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being) | Jack Jansen | 1996-02-20 | 1 | -0/+2 |
| | |||||
* | Changed for the 1.3.2 compiler (CW7.5) | Jack Jansen | 1995-11-14 | 1 | -2/+2 |
| | |||||
* | Removed unused variables | Jack Jansen | 1995-10-09 | 1 | -4/+1 |
| | |||||
* | Ported to CW6 | Jack Jansen | 1995-06-14 | 1 | -4/+1 |
| | |||||
* | ported to CFM-68K | Guido van Rossum | 1995-02-20 | 1 | -12/+19 |
| | |||||
* | Open library resource file read-only | Jack Jansen | 1995-02-13 | 1 | -1/+1 |
| | |||||
* | Glue for the python shared library: an init routine that remembers | Jack Jansen | 1995-02-13 | 1 | -0/+65 |
where we're loaded from and PyMac_AddLibResources() which adds that file to the resource file list. |