1. b16cf50 Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines. by Jack Jansen · 23 years ago
  2. 6db483e Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h. by Jack Jansen · 23 years ago
  3. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 23 years ago
  4. a813153 Got waste to work for Carbon. by Jack Jansen · 23 years ago
  5. 41eb3c7 ucnhash module has gone. by Jack Jansen · 23 years ago
  6. 119177b The C-prefix file for Carbon plugin projects. by Jack Jansen · 23 years ago
  7. f50fbf1 Config file for standalone carbon python. by Jack Jansen · 24 years ago
  8. da8df6e Config file for shared carbon Python. by Jack Jansen · 24 years ago
  9. 6993f27 Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!! by Jack Jansen · 24 years ago
  10. 68f9d95 Added USE_IC and USE_PYEXPAT by Jack Jansen · 24 years ago
  11. 85cacf2 Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined. by Jack Jansen · 24 years ago
  12. e4cd2f2 Don't use our own malloc any more. It made test_longexp crash due to its optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-( by Jack Jansen · 24 years ago
  13. a9f56e5 Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. by Jack Jansen · 24 years ago
  14. 12d86c8 Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now. by Jack Jansen · 24 years ago
  15. 660bb1d MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name. by Jack Jansen · 24 years ago
  16. 574c0e2 Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. by Jack Jansen · 24 years ago
  17. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  18. 5e80a75 Added a declaration of fileno() if we use GUSI. Not sure whether it should go here or in pyport.h really... by Jack Jansen · 24 years ago
  19. 2819146 Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT. by Jack Jansen · 24 years ago
  20. 2c9cb7a Added USE_UCNHASH (experimental, I hope it can go) by Jack Jansen · 24 years ago
  21. 4901213 Removed assorted old ifdefs. by Jack Jansen · 24 years ago
  22. 80dc66e Removed support for very old CodeWarrior runtimes. by Jack Jansen · 24 years ago
  23. 031ac71 Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk issues, though, but it isn't important right now. by Jack Jansen · 24 years ago
  24. d564d5f Config file for PythonStandCarbon (small non-shared MacPython for Carbon). by Jack Jansen · 24 years ago
  25. 8334dc1 Made compatible with MSL Carbon libraries. by Jack Jansen · 24 years ago
  26. 9cef99f USE_GUSI2 should be defined, not USE_GUSI1. by Jack Jansen · 24 years ago
  27. 7972a5a We should define both USE_GUSI and USE_GUSI2. by Jack Jansen · 24 years ago
  28. 037649e Enable multithreading. by Jack Jansen · 24 years ago
  29. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  30. 1c252bf Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING by Jack Jansen · 25 years ago
  31. e721f3d Modified for new dll import source organisation by Greg. by Jack Jansen · 25 years ago
  32. d60069c Added USE_APPEARANCE flag. by Jack Jansen · 25 years ago
  33. 8f5725a First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE by Jack Jansen · 25 years ago
  34. fd44e3d Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 25 years ago
  35. 6a71572 Projects moved to Mac:Build. The macfreeze projects still need sorting out. by Jack Jansen · 25 years ago
  36. c94e785 Added Icn module to toolboxmodules by Jack Jansen · 25 years ago
  37. d26e1a0 Set PythonCore version number to sys.hexversion, and removed version by Jack Jansen · 25 years ago
  38. 50ff954 CW Projects for 1.5.2b1 by Jack Jansen · 26 years ago
  39. 08cae08 Removed USE_MALLOC_DEBUG that shoulnd't be in the production version. by Jack Jansen · 26 years ago
  40. 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
  41. 0d5120f Newer versions of projects. by Jack Jansen · 26 years ago
  42. 4827aeb Don't remember... by Jack Jansen · 26 years ago
  43. 86ad567 Split tcl/tk libs out of other libraries (don't want to build these always) by Jack Jansen · 26 years ago
  44. 33d0093 All libraries have now been moved to their new location, with their new names. by Jack Jansen · 26 years ago
  45. 128aae2 A new project that builds cwgusi, tcl, tk and all image libraries needed. by Jack Jansen · 26 years ago
  46. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  47. dec99ef Various libraryies have been moved around and renamed, now that we have by Jack Jansen · 26 years ago
  48. 71de6c6 Replaced binhexed version of project files by normal ones (in binary mode) by Jack Jansen · 26 years ago
  49. 14e0a0a Updated for 1.5.2a1 by Jack Jansen · 26 years ago
  50. e6e8cdc Rebuilt everything with MSL 2.4.10, Compilers 2.1.1 and IDE 3.1. by Jack Jansen · 26 years ago
  51. f2f3e9b Added macimport.c to various files by Jack Jansen · 26 years ago
  52. eefc1a3 Add an empty PYTHONPREFSFILE STR resource, so frozen applications by Jack Jansen · 26 years ago
  53. f811dca Disable malloc debug in frozen programs. by Jack Jansen · 26 years ago
  54. 46603af Config file for frozen binaries. by Jack Jansen · 26 years ago
  55. 1118c44 Template project, bundle file and config.c file for frozen applications. by Jack Jansen · 26 years ago
  56. 4bfe2c7 Final projects for 1.5.1 by Jack Jansen · 26 years ago
  57. 031a68f CW Pro 3 FC8 projects. Checked in because of ColorPicker and Printing by Jack Jansen · 26 years ago
  58. df3c6ab Last projects before 1.5.1 by Jack Jansen · 26 years ago
  59. ebe914a Current ("1.5b4") projects, with new UH toolbox modules and such by Jack Jansen · 26 years ago
  60. 5e302db USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS by Jack Jansen · 26 years ago
  61. 416a1c8 Projects for 1.5b3 by Jack Jansen · 27 years ago
  62. ef90af0 Projects used for 1.5a4 by Jack Jansen · 27 years ago
  63. 37b4b49 Added balloon help for options dialog. by Jack Jansen · 27 years ago
  64. 03a00a8 PythonCore is now a fat shared library, the plugin modules aren't fat, by Jack Jansen · 27 years ago
  65. 12f318a Don't define ENOENT when compiling with MSL by Jack Jansen · 27 years ago
  66. 04df97c CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppc by Jack Jansen · 27 years ago
  67. 5e06257 Final set of CW11 projects, before switch to CW Pro 1. by Jack Jansen · 27 years ago
  68. 175f1c8 Added USE_ZLIB to nonshared config files by Jack Jansen · 27 years ago
  69. 8d1ac02 Documented (slightly) the USE_CACHE_ALIGNED define, for the standalone by Jack Jansen · 27 years ago
  70. 219e2e2 Projects for 1.5a2 distritbuion by Jack Jansen · 27 years ago
  71. 549e0ff Removed references to StdClib and PLStringFuncs, rebuilt everything by Jack Jansen · 27 years ago
  72. 79b5bb4 Export a few more New/Convert routines, on Just's request by Jack Jansen · 27 years ago
  73. 2fe3a37 Updated for (optional) use of MSL libraries by Jack Jansen · 27 years ago
  74. a176485 Updated to use MSL libraries by Jack Jansen · 27 years ago
  75. 6463920 (Optional) MSL compatability by Jack Jansen · 27 years ago
  76. 184c160 DisposPtr -> DisposePtr by Jack Jansen · 27 years ago
  77. 827eecd Converted to CW11. by Jack Jansen · 27 years ago
  78. 666212d Make cache-alignment work always (in stead of 50% of the time:-) by Jack Jansen · 27 years ago
  79. eea9ab7 Rebuilt everything with Guido's new sources, added a few modules here by Jack Jansen · 27 years ago
  80. 0040b47 - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling it by Jack Jansen · 27 years ago
  81. ce7fc98 Initial stab at calling C routines from python dynamically by Jack Jansen · 27 years ago
  82. 3c2871e The USE_CACHE_ALIGNING define now has a value: the number of *words* by Jack Jansen · 27 years ago
  83. b4ef4c6 Optionally (on USE_CACHE_ALIGN) extend overhead structure to align by Jack Jansen · 27 years ago
  84. 42218ce Added/updated copyright notices by Jack Jansen · 27 years ago
  85. 19a14b6 Image libraries moved and small things by Jack Jansen · 27 years ago
  86. 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
  87. b28efe6 - Added optional profiling support by Jack Jansen · 28 years ago
  88. 3097463 Added gdbm by Jack Jansen · 28 years ago
  89. 83b17e8 Added gdbm plugins, changed jpeg library to v6, various minor changes by Jack Jansen · 28 years ago
  90. 115c114 Changed project segment structure to (more-or-less) match directory structure. by Jack Jansen · 28 years ago
  91. 7b6aa0a Removed old project file, als restructured projects directory to by Jack Jansen · 28 years ago
  92. 3a9b3b5 Added USE_MALLOC_DEBUG (disabled) by Jack Jansen · 28 years ago
  93. 05d9836 Project files for 1.4 release by Jack Jansen · 28 years ago
  94. 46ed276 Malloc debugging now flagged with USE_MALLOC_DEBUG by Jack Jansen · 28 years ago
  95. f8c684d Ported to CW10 by Jack Jansen · 28 years ago
  96. 05cf7e0 Added VCHECK compile time option that fills allocated and freed blocks by Jack Jansen · 28 years ago
  97. ffb170e PPC companion to Python68KSmall. by Jack Jansen · 28 years ago
  98. 4bc0566 It turns out that Py_GetProgramName is used after all... by Jack Jansen · 28 years ago
  99. 1247a46 Fixed to use appletbundle in stead of bundle resource file by Jack Jansen · 28 years ago
  100. d9877c1 Code to add shlib resource fork was not enabled, also made project by Jack Jansen · 28 years ago