summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* rename sigcheck so signal handling works againGuido van Rossum1995-01-221-1/+1
|
* don't overwrite error already set (e.g. from O&)Guido van Rossum1995-01-211-1/+3
|
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-215-20/+17
|
* intermediate version -- why not...Guido van Rossum1995-01-201-56/+114
|
* fix strncpy call (uninitialized memory read)Guido van Rossum1995-01-201-1/+2
|
* typoGuido van Rossum1995-01-201-1/+1
|
* fix leak in func_dealloc (forgot to decref name)Guido van Rossum1995-01-201-0/+1
|
* removed getopt.o from OBJSGuido van Rossum1995-01-201-1/+1
|
* fix mem leak (localmap in optimize)Guido van Rossum1995-01-201-0/+1
|
* support "O&" taking an object constructor a void*Guido van Rossum1995-01-201-2/+10
|
* add missing INCREF in RAISE_EXCEPTIONGuido van Rossum1995-01-201-1/+2
|
* don't use function prototypesGuido van Rossum1995-01-201-1/+4
|
* added changes for NetBSD dynamic linking; removed shared linking for NeXTGuido van Rossum1995-01-201-3/+16
|
* fix import related leaksGuido van Rossum1995-01-202-17/+23
|
* corrected two unconverted namesGuido van Rossum1995-01-202-2/+2
|
* define INSTALL_PROGRAM and INSTALL_DATAGuido van Rossum1995-01-201-12/+14
|
* modernize all tests to use cache and report outcomeGuido van Rossum1995-01-201-34/+67
|
* change NeXT hint to add -posix to C compiler flagsGuido van Rossum1995-01-201-3/+5
|
* add INSTALL_PROGRAM and INSTALL_DATA; check for getoptGuido van Rossum1995-01-201-1/+26
|
* Always use 'anonymous' if os.environ doesn't existJack Jansen1995-01-191-5/+10
|
* Yet another Pstring()Jack Jansen1995-01-191-1/+1
|
* Undef strerror on the mac before redefining itJack Jansen1995-01-191-0/+1
|
* Added mac-only intrpeek routine that peeks for command-.Jack Jansen1995-01-191-5/+30
|