1. 11ccf3c added non-support for CoreGraphics... by Just van Rossum · 23 years ago
  2. aa6e83f added CarbonEvents by Just van Rossum · 23 years ago
  3. a7594db Link more modules with weak import, and add CarbonAccessors.o to all relevant PowerPC toolbox modules. This, in combination with recent IDE mods, makes the IDE work again under MacOS 8.1. by Jack Jansen · 23 years ago
  4. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  5. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  6. 6f1da00 Added _hotshot. by Jack Jansen · 23 years ago
  7. 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 23 years ago
  8. 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 23 years ago
  9. 7586b04 Various toolbox modules were generated in lib-dynload accidentally by Jack Jansen · 23 years ago
  10. d39c246 Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox modules this is overridden to put them in :Mac:Lib:Carbon. by Jack Jansen · 23 years ago
  11. e791a64 If genpluginprojects is called from fullbuild we set the Python source directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised that you can't use fullbuild with one Python installation to build another one. by Jack Jansen · 23 years ago
  12. 67992b7 Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. by Jack Jansen · 23 years ago
  13. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 23 years ago
  14. f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 23 years ago
  15. e8f53bb Dynamically loaded toolbox modules don't need to link against each other anymore, due to the new glue code that ties them together. by Jack Jansen · 23 years ago
  16. 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 23 years ago
  17. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 24 years ago
  18. 41eb3c7 ucnhash module has gone. by Jack Jansen · 24 years ago
  19. 8c98266 Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3. by Jack Jansen · 24 years ago
  20. 8c19b88 Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it! by Jack Jansen · 24 years ago
  21. 0e1c24a Waste needs the ICProgKit API. by Jack Jansen · 24 years ago
  22. 1eda203 Added a force option (to force project generation, the default is now to only generate if different). by Jack Jansen · 24 years ago
  23. b55b7bb Use relative path for outputdir. by Jack Jansen · 24 years ago
  24. 5232816 Changed the search path for pyexpat to include all of the expat folder. by Jack Jansen · 24 years ago
  25. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  26. 6c502d7 Got it working for all important plugins, and moved it from Build to scripts. by Jack Jansen · 24 years ago