summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* Fix NULL dereference in case of out-of-memory conditionJack Jansen1995-01-191-4/+5
* 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
* fully adapted to new naming scheme and added some features for AppleEvent gen...Guido van Rossum1995-01-185-83/+137