summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Added stuff so CodeWarrior isn't so verbose about its stdio windowsJack Jansen1995-02-021-0/+9
|
* Added HandleEvent method to macos, so python programs can hand backJack Jansen1995-02-023-13/+39
| | | | events they don't want to handle to stdio
* Added [GS]etCreatorType methods to FSSpec objectsJack Jansen1995-02-021-0/+49
|
* Committed a more or less working version.Guido van Rossum1995-01-3056-0/+12110
|
* added <OSEvents.h> for Think CGuido van Rossum1995-01-301-0/+3
|
* fixed StandardGetFile argument handlingGuido van Rossum1995-01-301-11/+4
|
* - Moved interrupt code to macglue.cJack Jansen1995-01-273-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 RectGuido van Rossum1995-01-261-10/+12
|
* added (method) casts and 1995 copyrightGuido van Rossum1995-01-261-9/+12
|
* Prototypes for new routines.Jack Jansen1995-01-261-0/+3
|
* Added eventhandling in mainloop/busywait routine plus leaving someJack Jansen1995-01-262-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 Jansen1995-01-261-10/+13
|
* Complete rewrite.Jack Jansen1995-01-261-49/+349
|
* split PATH over multiple lines for clarity;Guido van Rossum1995-01-251-1/+20
| | | | added some generated modules
* Got rid of the Resource and Sound interfaces, in favor of the onesGuido van Rossum1995-01-251-410/+3
| | | | generated from the header files (with some hand-holding :-).
* Some layout changes; added EventRecord Get/Build functions (as a tuple).Guido van Rossum1995-01-252-20/+119
|
* ported CW5 changes back to ThinkGuido van Rossum1995-01-221-0/+1
|
* fixed commentGuido van Rossum1995-01-221-1/+1
|
* Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType --Guido van Rossum1995-01-221-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 stdioGuido van Rossum1995-01-221-0/+16
|
* added Res moduleGuido van Rossum1995-01-221-0/+2
|
* cosmetics: copyright, commentsGuido van Rossum1995-01-222-19/+66
|
* Make malloc stats routine available under MetroWerksJack Jansen1995-01-221-0/+4
|
* Ported to CW5/new universal headersJack Jansen1995-01-221-2/+2
|
* Removed imgformat referenceJack Jansen1995-01-221-1/+0
|
* Ported to CW5 (or to new Universal Headers, actually)Jack Jansen1995-01-222-3/+11
|
* - Ported to CW5 (which has more unixisms)Jack Jansen1995-01-221-0/+123
| | | | - Added (rather crummy) malloc debugger
* The last missing file of the mwerks port (this is the 'prefix' file)Jack Jansen1995-01-221-0/+2
|
* reallocing large blocks now doesn't copy if not neededJack Jansen1995-01-221-1/+14
|
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-215-20/+17
|
* Yet another Pstring()Jack Jansen1995-01-191-1/+1
|
* Fixed listen()/getsockname() bugJack Jansen1995-01-191-7/+3
|
* ported to THINK C (not tested yet)Guido van Rossum1995-01-193-6/+7
|
* ported Jacks changes back to think CGuido van Rossum1995-01-182-2/+14
|
* added high level event interface (requires stdwin patch)Guido van Rossum1995-01-181-3/+99
|
* modernized/rationalized, added PyMac_BuildOSTypeGuido van Rossum1995-01-182-11/+24
|
* Initial version of FSSpec and Alias code. Non-functional as of now.Jack Jansen1995-01-183-0/+261
|
* More Pstring() stuff and some cosmeticsJack Jansen1995-01-184-4/+20
|
* Comment fixJack Jansen1995-01-181-1/+1
|
* Some of these were overwriting their argument with a pascalJack Jansen1995-01-184-12/+4
| | | | string. Use own Pstring() routine (which uses a static buffer) everywhere.
* - Moved some useful routines from macosmodule.c hereJack Jansen1995-01-182-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.cJack Jansen1995-01-181-28/+0
|
* - Ported to powerpcJack Jansen1995-01-184-63/+146
| | | | | - Fixed bug with accept() call - Better error checking
* Fast (and correct) malloc for MetroWerks PPC compilerJack Jansen1995-01-182-0/+455
|
* Macconsole module is think-specificJack Jansen1995-01-181-0/+437
|
* Moved development-platform specific files to subdirectoriesJack Jansen1995-01-182-0/+61
|
* must include rename2.hGuido van Rossum1995-01-171-0/+2
|
* rename2 changesGuido van Rossum1995-01-124-16/+15
|
* shelve.py: database of persistent objects, on top of pickle.py and anydbm.pyGuido van Rossum1995-01-101-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 Rossum1995-01-091-44/+77
|