Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for album.notes and trackN.artist via notes and trackartist | Sjoerd Mullender | 1995-02-01 | 2 | -4/+22 |
| | | | | instance variables. | ||||
* | remove last bits of mac specific code | Guido van Rossum | 1995-01-30 | 1 | -8/+0 |
| | |||||
* | remove unused variable | Guido van Rossum | 1995-01-30 | 1 | -1/+0 |
| | |||||
* | fix glaring bug in get_magic | Guido van Rossum | 1995-01-30 | 1 | -2/+2 |
| | |||||
* | Think C mod to suppress pausing at normal exit | Guido van Rossum | 1995-01-30 | 1 | -0/+8 |
| | |||||
* | plug leak and improve error handling in dbm_keys() | Guido van Rossum | 1995-01-30 | 1 | -5/+13 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 56 | -0/+12110 |
| | |||||
* | bgenGeneratorGroup.py: changed placement of some blank lines in output | Guido van Rossum | 1995-01-30 | 4 | -11/+22 |
| | | | | | | bgenObjectDefinition.py: support chaining of object definitions macsupport.py: support functions returning pointers to existing windows/dialogs bgen.py: tighten rules for recognizing simple symbol definitions | ||||
* | 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 |
| | |||||
* | Changed the way mac mainloop event checking is turned off | Jack Jansen | 1995-01-27 | 1 | -2/+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 | ||||
* | Mac interrupt code moved to macglue.c | Jack Jansen | 1995-01-27 | 1 | -76/+1 |
| | |||||
* | changes for the Mac | Guido van Rossum | 1995-01-27 | 5 | -11/+111 |
| | |||||
* | Use case-dependent variant of fnmatch | Guido van Rossum | 1995-01-27 | 1 | -1/+1 |
| | |||||
* | removed frozenmain.o from objects added to library | Guido van Rossum | 1995-01-26 | 1 | -2/+1 |
| | |||||
* | round up list item counts to improve realloc performance | Guido van Rossum | 1995-01-26 | 1 | -3/+17 |
| | |||||
* | added findmethodinchain and methodchain data types | Guido van Rossum | 1995-01-26 | 3 | -23/+60 |
| | |||||
* | 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 |
| | |||||
* | Added a global 'stdwin is active' flag. | Jack Jansen | 1995-01-26 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | New cmd-. handling for the mac. | Jack Jansen | 1995-01-26 | 1 | -15/+21 |
| | |||||
* | the usual | Guido van Rossum | 1995-01-26 | 2 | -88/+329 |
| | |||||
* | fix bogus test for regex match | Guido van Rossum | 1995-01-26 | 1 | -1/+1 |
| | |||||
* | add OSF/1 LDSHARED; add IRIX5 conditional for sockets | Guido van Rossum | 1995-01-26 | 1 | -0/+10 |
| | |||||
* | don't dictclear deleted modules in doneimport | Guido van Rossum | 1995-01-26 | 1 | -17/+22 |
| | |||||
* | allow classes as exceptions | Guido van Rossum | 1995-01-26 | 1 | -4/+26 |
| | |||||
* | make call_pyc_file static | Guido van Rossum | 1995-01-26 | 1 | -1/+4 |
| | |||||
* | added missing case to get_docstring | Guido van Rossum | 1995-01-26 | 1 | -2/+10 |
| | |||||
* | moved callable() to object.c | Guido van Rossum | 1995-01-26 | 1 | -29/+0 |
| | |||||
* | removed unused vars | Guido van Rossum | 1995-01-26 | 1 | -1/+0 |
| | |||||
* | apply dictclear to dict of deleted modules | Guido van Rossum | 1995-01-26 | 1 | -1/+3 |
| | |||||
* | move callable() here | Guido van Rossum | 1995-01-26 | 1 | -0/+29 |
| | |||||
* | uname 64-bit fix | Guido van Rossum | 1995-01-26 | 1 | -1/+4 |
| | |||||
* | unused vars | Guido van Rossum | 1995-01-26 | 1 | -2/+1 |
| | |||||
* | mem leak | Guido van Rossum | 1995-01-26 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Lots of new stuff again. Moved buffer types to some separate files. | Guido van Rossum | 1995-01-25 | 13 | -455/+1327 |
| | | | | Added some new-fangled features to bgenOutput. Generate doc strings! | ||||
* | 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 |
| |