Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fstat() if using GUSI | Jack Jansen | 1998-02-20 | 1 | -24/+29 |
| | |||||
* | New exception interface | Jack Jansen | 1997-10-07 | 1 | -3/+2 |
| | |||||
* | - Changed the m# format for PyArg_ParseTuple back to s# | Jack Jansen | 1997-05-07 | 1 | -1/+1 |
| | | | | - c2pstr has moved to a different include file | ||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -1/+1 |
| | | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit) | ||||
* | Comments around identifier after #endif | Jack Jansen | 1997-02-20 | 1 | -1/+1 |
| | |||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Renamed | Jack Jansen | 1997-01-30 | 1 | -185/+184 |
| | |||||
* | Malloc debugging now flagged with USE_MALLOC_DEBUG | Jack Jansen | 1996-10-23 | 1 | -6/+3 |
| | |||||
* | Fixed xstat to again include resroucefork size, creator, type. Obtain | Jack Jansen | 1996-10-15 | 1 | -14/+50 |
| | | | | | thru macstat(), but other values via stat() (so os.stat() and os.xstat() agree). | ||||
* | GUSI mkdir() lost its dummy second arg | Jack Jansen | 1996-08-06 | 1 | -0/+4 |
| | |||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 1 | -0/+10 |
| | | | | after each chdir call. | ||||
* | Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink. | Jack Jansen | 1996-02-21 | 1 | -2/+14 |
| | |||||
* | - Added Guido's fixes | Jack Jansen | 1996-02-20 | 1 | -45/+28 |
| | | | | | - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen | ||||
* | Modified for GUSI | Jack Jansen | 1996-02-14 | 1 | -1/+45 |
| | |||||
* | add xstat (extended stat, returns resource fork size and creator/type) | Guido van Rossum | 1995-08-08 | 1 | -1/+32 |
| | |||||
* | Ported to CodeWarrior 6 | Jack Jansen | 1995-06-09 | 1 | -0/+1 |
| | |||||
* | explicitly init flags in methodlist | Guido van Rossum | 1995-02-19 | 1 | -1/+1 |
| | |||||
* | add __SC__ ifdef | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
| | |||||
* | malloc debug only on ppc | Guido van Rossum | 1995-02-13 | 1 | -1/+1 |
| | |||||
* | CodeWarrior 5 has more unixisms (open/close/read/write) | Jack Jansen | 1995-01-26 | 1 | -10/+13 |
| | |||||
* | Make malloc stats routine available under MetroWerks | Jack Jansen | 1995-01-22 | 1 | -0/+4 |
| | |||||
* | More Pstring() stuff and some cosmetics | Jack Jansen | 1995-01-18 | 1 | -1/+16 |
| | |||||
* | 1995 copyright | Guido van Rossum | 1995-01-08 | 1 | -2/+2 |
| | |||||
* | Ported to MetroWerks, which misses file-descriptor like functionality. | Jack Jansen | 1994-12-14 | 1 | -0/+22 |
| | |||||
* | Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 | Guido van Rossum | 1994-08-29 | 1 | -7/+20 |
| | | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix. | ||||
* | Intermediate version of changes after porting to MPW 3.2 | Guido van Rossum | 1994-08-26 | 1 | -4/+4 |
| | |||||
* | Some more changes | Guido van Rossum | 1994-08-23 | 1 | -2/+2 |
| | |||||
* | Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. | Guido van Rossum | 1994-08-19 | 1 | -18/+14 |
| | |||||
* | Change include path for unixemu headers; rename access to access_ | Guido van Rossum | 1994-06-27 | 1 | -4/+4 |
| | |||||
* | Walker's changes fixed so they work in THINK C 5 | Guido van Rossum | 1994-05-06 | 1 | -10/+17 |
| | |||||
* | As extended by Richard M Walker for MPW | Guido van Rossum | 1994-05-06 | 1 | -79/+292 |
| | |||||
* | Fix copyright -- 1994 instead of 1004! | Guido van Rossum | 1994-01-18 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-05 | 1 | -0/+246 |