1. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  2. 487197d Updated for demise of macfs. by Jack Jansen · 22 years ago
  3. 9ea729c Got rid of non-carbon stuff, and added new Alias, File and Folder modules. by Jack Jansen · 22 years ago
  4. 25a8f0d Silly me, I enabled the old help module. Fixed. by Jack Jansen · 23 years ago
  5. b341011 Added carbon Help module. by Jack Jansen · 23 years ago
  6. 3bd3fed Added _IBCarbon module. by Jack Jansen · 23 years ago
  7. 66e794d Finally found out why te cf project sometimes worked and someimes didn't. Fixed it. by Jack Jansen · 23 years ago
  8. c70815a Disabled non-carbon builds (for the moment still optional) and made by Jack Jansen · 23 years ago
  9. b66e1a3 Allow the shared library initialization routine to be overridden with an initialize=xxx argument. by Jack Jansen · 23 years ago
  10. 5ee24ae Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
  11. 9051e0e - Weaklink InterfaceLib in _Res module by Jack Jansen · 23 years ago
  12. 86c4d64 Modifed for new included expat. by Jack Jansen · 23 years ago
  13. 4a667c7 CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads. by Jack Jansen · 23 years ago
  14. 11ccf3c added non-support for CoreGraphics... by Just van Rossum · 23 years ago
  15. aa6e83f added CarbonEvents by Just van Rossum · 23 years ago
  16. 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
  17. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  18. df222d2 Added hfsplusapi module. by Jack Jansen · 24 years ago
  19. 6f1da00 Added _hotshot. by Jack Jansen · 24 years ago
  20. 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 24 years ago
  21. 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 · 24 years ago
  22. 7586b04 Various toolbox modules were generated in lib-dynload accidentally by Jack Jansen · 24 years ago
  23. 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 · 24 years ago
  24. 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 · 24 years ago
  25. 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 · 24 years ago
  26. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 24 years ago
  27. f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 24 years ago
  28. 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 · 24 years ago
  29. 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 24 years ago
  30. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 24 years ago
  31. 41eb3c7 ucnhash module has gone. by Jack Jansen · 24 years ago
  32. 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
  33. 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
  34. 0e1c24a Waste needs the ICProgKit API. by Jack Jansen · 24 years ago
  35. 1eda203 Added a force option (to force project generation, the default is now to only generate if different). by Jack Jansen · 24 years ago
  36. b55b7bb Use relative path for outputdir. by Jack Jansen · 24 years ago
  37. 5232816 Changed the search path for pyexpat to include all of the expat folder. by Jack Jansen · 24 years ago
  38. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  39. 6c502d7 Got it working for all important plugins, and moved it from Build to scripts. by Jack Jansen · 24 years ago