1. fddef43 Got module to work under Carbon. Also disabled a few more bits of cfm68k support. by Jack Jansen · 23 years ago
  2. 26d42df Added riscos modules to modules that don't have to be included. by Jack Jansen · 23 years ago
  3. b15491e Removed exceptions from the required modules (it's builtin nowadays) by Jack Jansen · 24 years ago
  4. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  5. f6b5374 Also add a one-line description of the "optional" directive. by Jack Jansen · 24 years ago
  6. 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
  7. 2e5b0f2 Adapted to new macmudulefinder.process() API. (jvr) by Just van Rossum · 25 years ago
  8. 8ff5276 - changed the API of process() so it will return a list of missing modules instead of raising an exception. by Just van Rossum · 25 years ago
  9. 91cae85 Optionally bracket all external declarations of init functions with "ifndef"s. by Jack Jansen · 25 years ago
  10. a856d9f Added module "ce" to list of modules known not to exist on the mac. by Jack Jansen · 25 years ago
  11. 3e2d73f Don't set type of application, it's taken care of elsewhere -- jvr by Just van Rossum · 25 years ago
  12. fb278a5 Added an "optional" directive, that will include a module if it is available by Jack Jansen · 25 years ago
  13. d9f3c94 added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr by Just van Rossum · 25 years ago
  14. f59a89b added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr by Just van Rossum · 26 years ago
  15. 49ef0b7 changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr by Just van Rossum · 26 years ago
  16. f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
  17. 3008b04 Removed warnings for packages (Just implemented support for freezing by Jack Jansen · 26 years ago
  18. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  19. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  20. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  21. 201f46d Replace first sys.path entry with the directory where the script lives (Just). by Jack Jansen · 26 years ago
  22. b5ae378 Implementation of freezing from shared libraries, without source. (Just) by Jack Jansen · 26 years ago
  23. ecf960f A well-known example for freeze. by Jack Jansen · 26 years ago
  24. 144fa67 Mac version of freeze. Uses standard freeze modules where it can, by Jack Jansen · 26 years ago