1. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 23 years ago
  2. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 23 years ago
  3. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 23 years ago
  4. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 23 years ago
  5. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 23 years ago
  6. f34a8bc Moved CoreFoundation type support to bgen/macsupport. by Jack Jansen · 23 years ago
  7. 7ca993e Fixed the bugs in the constant definitions, and in the code to test by Jack Jansen · 23 years ago
  8. 87eea88 After generating the Python file with definitions try to run it, so by Jack Jansen · 23 years ago
  9. aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 23 years ago
  10. ff8dec7 Got rid of staticforward. by Jack Jansen · 23 years ago
  11. 938ace6 staticforward bites the dust. by Jeremy Hylton · 23 years ago
  12. 033b79c Regenerated. by Jack Jansen · 23 years ago
  13. 69ac361 Added some support for unicode arguments. by Jack Jansen · 24 years ago
  14. 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 24 years ago
  15. 9635f33 Quick patch to allow building with Universal Headers 3.4. by Jack Jansen · 24 years ago
  16. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 24 years ago
  17. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 24 years ago
  18. fd06486 Shut up many more gcc warnings. by Jack Jansen · 24 years ago
  19. 06d2e1a Regenerated without default int return types. by Jack Jansen · 24 years ago
  20. e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 24 years ago
  21. 25a5bd7 Renamed. by Jack Jansen · 24 years ago
  22. 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 24 years ago
  23. 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
  24. 03b33ef TXNTSMCheck isn't available under Mach-O Carbon. by Jack Jansen · 24 years ago
  25. e85e4e4 The TNXDraw gworld argument is optional. by Jack Jansen · 24 years ago
  26. f0ded2f Various small fixes. The demo now starts to limp along. by Jack Jansen · 24 years ago
  27. d4b8361 Fixed the mis-guessed parameters and added support for a few optional parameter types. There's a good chance that this is usable now (but there's no test code yet). by Jack Jansen · 24 years ago
  28. 2aadb89 First stab at an interface to the Multi Language Text Editor. It compiles and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first. by Jack Jansen · 24 years ago