Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added stuff so CodeWarrior isn't so verbose about its stdio windows | Jack Jansen | 1995-02-02 | 1 | -0/+9 |
| | |||||
* | Added HandleEvent method to macos, so python programs can hand back | Jack Jansen | 1995-02-02 | 3 | -13/+39 |
| | | | | events they don't want to handle to stdio | ||||
* | Added [GS]etCreatorType methods to FSSpec objects | Jack Jansen | 1995-02-02 | 1 | -0/+49 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 56 | -0/+12110 |
| | |||||
* | added <OSEvents.h> for Think C | Guido van Rossum | 1995-01-30 | 1 | -0/+3 |
| | |||||
* | fixed StandardGetFile argument handling | Guido van Rossum | 1995-01-30 | 1 | -11/+4 |
| | |||||
* | - Moved interrupt code to macglue.c | Jack Jansen | 1995-01-27 | 3 | -21/+148 |
| | | | | | | | - Added possibility to turn off mainloop event handling - Check interrupts even when not handling events - Be more carefulabout which events we want - Use different method to determine fg/bg | ||||
* | reverse h/v in Point and Rect | Guido van Rossum | 1995-01-26 | 1 | -10/+12 |
| | |||||
* | added (method) casts and 1995 copyright | Guido van Rossum | 1995-01-26 | 1 | -9/+12 |
| | |||||
* | Prototypes for new routines. | Jack Jansen | 1995-01-26 | 1 | -0/+3 |
| | |||||
* | Added eventhandling in mainloop/busywait routine plus leaving some | Jack Jansen | 1995-01-26 | 2 | -18/+142 |
| | | | | | cycles for background apps. MacOS has a new method to set the amount of time for bg apps. | ||||
* | CodeWarrior 5 has more unixisms (open/close/read/write) | Jack Jansen | 1995-01-26 | 1 | -10/+13 |
| | |||||
* | Complete rewrite. | Jack Jansen | 1995-01-26 | 1 | -49/+349 |
| | |||||
* | split PATH over multiple lines for clarity; | Guido van Rossum | 1995-01-25 | 1 | -1/+20 |
| | | | | added some generated modules | ||||
* | Got rid of the Resource and Sound interfaces, in favor of the ones | Guido van Rossum | 1995-01-25 | 1 | -410/+3 |
| | | | | generated from the header files (with some hand-holding :-). | ||||
* | Some layout changes; added EventRecord Get/Build functions (as a tuple). | Guido van Rossum | 1995-01-25 | 2 | -20/+119 |
| | |||||
* | ported CW5 changes back to Think | Guido van Rossum | 1995-01-22 | 1 | -0/+1 |
| | |||||
* | fixed comment | Guido van Rossum | 1995-01-22 | 1 | -1/+1 |
| | |||||
* | Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- | Guido van Rossum | 1995-01-22 | 1 | -37/+19 |
| | | | | | | | | | | | the former had their arguments reversed compared to all Apple's routines (e.g. FSpOpenResFile()). Also fixed the SoundMgr UserRoutine (Jack fixed it but put the fix between #ifdef __MWERKS__ ... #endif :-( ). NB eventually this module should disappear in favor of separate modules per manager (e.g. Resources, Sound, Files, ...). | ||||
* | added printf -- hack for Think C to init stdwin and stdio | Guido van Rossum | 1995-01-22 | 1 | -0/+16 |
| | |||||
* | added Res module | Guido van Rossum | 1995-01-22 | 1 | -0/+2 |
| | |||||
* | cosmetics: copyright, comments | Guido van Rossum | 1995-01-22 | 2 | -19/+66 |
| | |||||
* | Make malloc stats routine available under MetroWerks | Jack Jansen | 1995-01-22 | 1 | -0/+4 |
| | |||||
* | Ported to CW5/new universal headers | Jack Jansen | 1995-01-22 | 1 | -2/+2 |
| | |||||
* | Removed imgformat reference | Jack Jansen | 1995-01-22 | 1 | -1/+0 |
| | |||||
* | Ported to CW5 (or to new Universal Headers, actually) | Jack Jansen | 1995-01-22 | 2 | -3/+11 |
| | |||||
* | - Ported to CW5 (which has more unixisms) | Jack Jansen | 1995-01-22 | 1 | -0/+123 |
| | | | | - Added (rather crummy) malloc debugger | ||||
* | The last missing file of the mwerks port (this is the 'prefix' file) | Jack Jansen | 1995-01-22 | 1 | -0/+2 |
| | |||||
* | reallocing large blocks now doesn't copy if not needed | Jack Jansen | 1995-01-22 | 1 | -1/+14 |
| | |||||
* | renamed Get routines to PyMac_Get; added macfs to config.c | Guido van Rossum | 1995-01-21 | 5 | -20/+17 |
| | |||||
* | Yet another Pstring() | Jack Jansen | 1995-01-19 | 1 | -1/+1 |
| | |||||
* | Fixed listen()/getsockname() bug | Jack Jansen | 1995-01-19 | 1 | -7/+3 |
| | |||||
* | ported to THINK C (not tested yet) | Guido van Rossum | 1995-01-19 | 3 | -6/+7 |
| | |||||
* | ported Jacks changes back to think C | Guido van Rossum | 1995-01-18 | 2 | -2/+14 |
| | |||||
* | added high level event interface (requires stdwin patch) | Guido van Rossum | 1995-01-18 | 1 | -3/+99 |
| | |||||
* | modernized/rationalized, added PyMac_BuildOSType | Guido van Rossum | 1995-01-18 | 2 | -11/+24 |
| | |||||
* | Initial version of FSSpec and Alias code. Non-functional as of now. | Jack Jansen | 1995-01-18 | 3 | -0/+261 |
| | |||||
* | More Pstring() stuff and some cosmetics | Jack Jansen | 1995-01-18 | 4 | -4/+20 |
| | |||||
* | Comment fix | Jack Jansen | 1995-01-18 | 1 | -1/+1 |
| | |||||
* | Some of these were overwriting their argument with a pascal | Jack Jansen | 1995-01-18 | 4 | -12/+4 |
| | | | | string. Use own Pstring() routine (which uses a static buffer) everywhere. | ||||
* | - Moved some useful routines from macosmodule.c here | Jack Jansen | 1995-01-18 | 2 | -8/+105 |
| | | | | | - Added GetFSSpec (tuple-style), BuildFSSpec and Pstring (platform-independent correct conversion of C to Pascal strings) | ||||
* | Moved some generally useful routines to macglue.c | Jack Jansen | 1995-01-18 | 1 | -28/+0 |
| | |||||
* | - Ported to powerpc | Jack Jansen | 1995-01-18 | 4 | -63/+146 |
| | | | | | - Fixed bug with accept() call - Better error checking | ||||
* | Fast (and correct) malloc for MetroWerks PPC compiler | Jack Jansen | 1995-01-18 | 2 | -0/+455 |
| | |||||
* | Macconsole module is think-specific | Jack Jansen | 1995-01-18 | 1 | -0/+437 |
| | |||||
* | Moved development-platform specific files to subdirectories | Jack Jansen | 1995-01-18 | 2 | -0/+61 |
| | |||||
* | must include rename2.h | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
| | |||||
* | rename2 changes | Guido van Rossum | 1995-01-12 | 4 | -16/+15 |
| | |||||
* | shelve.py: database of persistent objects, on top of pickle.py and anydbm.py | Guido van Rossum | 1995-01-10 | 1 | -0/+125 |
| | | | | | | pickle.py: new low-level persistency module (used to be called flatten) dbmac.py: stupid dbm clone for the Mac anydbm.py: generic dbm interface (should be extended to support gdbm) | ||||
* | Used new getargs interface; added {Get,Set}FileInfo. | Guido van Rossum | 1995-01-09 | 1 | -44/+77 |
| |