summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mac interrupt code moved to macglue.cJack Jansen1995-01-271-76/+1
|
* changes for the MacGuido van Rossum1995-01-275-11/+111
|
* Use case-dependent variant of fnmatchGuido van Rossum1995-01-271-1/+1
|
* removed frozenmain.o from objects added to libraryGuido van Rossum1995-01-261-2/+1
|
* round up list item counts to improve realloc performanceGuido van Rossum1995-01-261-3/+17
|
* added findmethodinchain and methodchain data typesGuido van Rossum1995-01-263-23/+60
|
* 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
|
* Added a global 'stdwin is active' flag.Jack Jansen1995-01-261-0/+3
|
* 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
|
* New cmd-. handling for the mac.Jack Jansen1995-01-261-15/+21
|
* the usualGuido van Rossum1995-01-262-88/+329
|
* fix bogus test for regex matchGuido van Rossum1995-01-261-1/+1
|
* add OSF/1 LDSHARED; add IRIX5 conditional for socketsGuido van Rossum1995-01-261-0/+10
|
* don't dictclear deleted modules in doneimportGuido van Rossum1995-01-261-17/+22
|
* allow classes as exceptionsGuido van Rossum1995-01-261-4/+26
|
* make call_pyc_file staticGuido van Rossum1995-01-261-1/+4
|
* added missing case to get_docstringGuido van Rossum1995-01-261-2/+10
|
* moved callable() to object.cGuido van Rossum1995-01-261-29/+0
|
* removed unused varsGuido van Rossum1995-01-261-1/+0
|
* apply dictclear to dict of deleted modulesGuido van Rossum1995-01-261-1/+3
|
* move callable() hereGuido van Rossum1995-01-261-0/+29
|
* uname 64-bit fixGuido van Rossum1995-01-261-1/+4
|
* unused varsGuido van Rossum1995-01-261-2/+1
|
* mem leakGuido van Rossum1995-01-261-0/+1
|
* 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
|
* Lots of new stuff again. Moved buffer types to some separate files.Guido van Rossum1995-01-2513-455/+1327
| | | | Added some new-fangled features to bgenOutput. Generate doc strings!
* 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
|
* Lots of changes.Guido van Rossum1995-01-224-147/+376
| | | | | | Renamed some things. Added support for methods directly to bgenGenerator.py. Completely reworked buffer, string and and structure types.
* 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
|
* fix leaksGuido van Rossum1995-01-221-12/+23
|
* make routines staticGuido van Rossum1995-01-221-5/+5
|
* cleanupGuido van Rossum1995-01-221-4/+0
|
* create $(DESTSHARED) library if neededGuido van Rossum1995-01-221-1/+4
|