1. 5daef31 Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use modern (UPP in stead of Proc) names for callback object creation. by Jack Jansen · 23 years ago
  2. fe9110b removed a routine that has moved to macglue.c by Jack Jansen · 23 years ago
  3. 741e037 Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should by Jack Jansen · 23 years ago
  4. ebadcb1 FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes. by Jack Jansen · 24 years ago
  5. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  6. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  7. ca23d91 Made argc/argv processing work again under carbon. by Jack Jansen · 24 years ago
  8. 4901213 Removed assorted old ifdefs. by Jack Jansen · 24 years ago
  9. 14cd750 Fixed callback function arguments to be carbon-compatible. by Jack Jansen · 24 years ago
  10. c587301 - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 27 years ago
  11. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  12. e1d8c9b Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. by Jack Jansen · 28 years ago
  13. 26ee126 Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty by Jack Jansen · 28 years ago
  14. 7d5f9e8 - Put all options in a struct by Jack Jansen · 28 years ago
  15. 3bc6fe6 Removed obsolete cfm68k ifdef (Guido) by Jack Jansen · 28 years ago
  16. 01fbc68 - Reorganized init code by Jack Jansen · 28 years ago
  17. dbe75ae Continue looking for "open doc" events even after "open app". This by Jack Jansen · 29 years ago
  18. 178652b Export strdup (parsermodule needs it) by Jack Jansen · 29 years ago
  19. 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
  20. cc456fb Un-installing of AE handlers fixed (AE is very picky that you specify by Jack Jansen · 29 years ago
  21. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  22. 850f44b moved main() to macglue.c by Guido van Rossum · 29 years ago
  23. 6fc5aec ported back to Think C by Guido van Rossum · 29 years ago
  24. dbfb282 get argc/argv from AppleEvents by Guido van Rossum · 29 years ago