Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of support for MacOS9 and earlier. This is the first step, | Jack Jansen | 2003-11-19 | 1 | -181/+0 |
| | | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next. | ||||
* | Added _csv module, and getting rid of macfs. | Jack Jansen | 2003-03-21 | 1 | -0/+1 |
| | |||||
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
| | |||||
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 1 | -34/+29 |
| | |||||
* | Updated for demise of macfs. | Jack Jansen | 2002-12-24 | 1 | -1/+0 |
| | |||||
* | Got rid of non-carbon stuff, and added new Alias, File and Folder modules. | Jack Jansen | 2002-12-13 | 1 | -110/+27 |
| | |||||
* | Silly me, I enabled the old help module. Fixed. | Jack Jansen | 2002-09-06 | 1 | -1/+2 |
| | |||||
* | Added carbon Help module. | Jack Jansen | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | Added _IBCarbon module. | Jack Jansen | 2002-08-05 | 1 | -0/+2 |
| | |||||
* | Finally found out why te cf project sometimes worked and someimes didn't. ↵ | Jack Jansen | 2002-07-22 | 1 | -1/+1 |
| | | | | Fixed it. | ||||
* | Disabled non-carbon builds (for the moment still optional) and made | Jack Jansen | 2002-06-26 | 1 | -4/+8 |
| | | | | these scripts work with the new precompiled headers. | ||||
* | Allow the shared library initialization routine to be overridden with an ↵ | Jack Jansen | 2002-05-23 | 1 | -3/+6 |
| | | | | | | initialize=xxx argument. Should fix #492465. | ||||
* | Weaklink most toolbox modules, improving backward compatibility. Modules ↵ | Jack Jansen | 2002-03-24 | 1 | -12/+25 |
| | | | | | | 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. Should finally fix 531398. 2.2.1 candidate. | ||||
* | - Weaklink InterfaceLib in _Res module | Jack Jansen | 2002-03-22 | 1 | -3/+6 |
| | | | | | | | - forgot to pass libraryflags and stdlibraryflags on to ppc/carbon project generation. First half of fix to 531398. | ||||
* | Modifed for new included expat. | Jack Jansen | 2002-03-14 | 1 | -6/+14 |
| | |||||
* | CodeWarrior includes Waste and Internet Config nowadays, obviating the need ↵ | Jack Jansen | 2002-01-11 | 1 | -18/+35 |
| | | | | for separate downloads. | ||||
* | added non-support for CoreGraphics... | Just van Rossum | 2001-12-13 | 1 | -0/+5 |
| | |||||
* | added CarbonEvents | Just van Rossum | 2001-12-12 | 1 | -0/+1 |
| | |||||
* | Link more modules with weak import, and add CarbonAccessors.o to all ↵ | Jack Jansen | 2001-12-05 | 1 | -6/+7 |
| | | | | relevant PowerPC toolbox modules. This, in combination with recent IDE mods, makes the IDE work again under MacOS 8.1. | ||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -6/+11 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Added hfsplusapi module. | Jack Jansen | 2001-11-06 | 1 | -0/+1 |
| | |||||
* | Added _hotshot. | Jack Jansen | 2001-10-23 | 1 | -0/+1 |
| | |||||
* | Added xx and xxsubtype modules, for completeness and because xxsubtype is ↵ | Jack Jansen | 2001-08-29 | 1 | -0/+3 |
| | | | | used by the test suite. | ||||
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -37/+43 |
| | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
* | Various toolbox modules were generated in lib-dynload accidentally | Jack Jansen | 2001-08-20 | 1 | -3/+3 |
| | | | | in stead of in Carbon. Fixed. | ||||
* | Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox ↵ | Jack Jansen | 2001-08-19 | 1 | -37/+41 |
| | | | | modules this is overridden to put them in :Mac:Lib:Carbon. | ||||
* | If genpluginprojects is called from fullbuild we set the Python source ↵ | Jack Jansen | 2001-08-16 | 1 | -1/+2 |
| | | | | 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. | ||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 1 | -22/+15 |
| | | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. | ||||
* | Added Mlte module (which, to my surprise, is available for classic ppc as well). | Jack Jansen | 2001-07-13 | 1 | -1/+3 |
| | |||||
* | Added CF module build and project generation (carbon only). | Jack Jansen | 2001-06-26 | 1 | -0/+3 |
| | |||||
* | Dynamically loaded toolbox modules don't need to link against each other ↵ | Jack Jansen | 2001-05-17 | 1 | -21/+26 |
| | | | | anymore, due to the new glue code that ties them together. | ||||
* | Added modules _testcapi, _weakref, _symtable. | Jack Jansen | 2001-02-12 | 1 | -0/+3 |
| | |||||
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 1 | -0/+2 |
| | |||||
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 1 | -1/+0 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 1 | -1/+14 |
| | | | | waste uses a mixture between Waste 2.0 and Waste 1.3. | ||||
* | Generate Carbon as well as classic PPC plugin projects. This module is ↵ | Jack Jansen | 2001-01-23 | 1 | -26/+62 |
| | | | | finally paying back the investment in it! | ||||
* | Waste needs the ICProgKit API. | Jack Jansen | 2001-01-22 | 1 | -1/+3 |
| | |||||
* | Added a force option (to force project generation, the default is now to ↵ | Jack Jansen | 2001-01-21 | 1 | -10/+16 |
| | | | | | | only generate if different). Try to convert all search paths to relative. | ||||
* | Use relative path for outputdir. | Jack Jansen | 2001-01-03 | 1 | -1/+19 |
| | |||||
* | Changed the search path for pyexpat to include all of the expat folder. | Jack Jansen | 2000-12-29 | 1 | -1/+1 |
| | |||||
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 1 | -3/+3 |
| | | | | Drag moved to core toolbox modules (Win uses it). | ||||
* | Got it working for all important plugins, and moved it from Build to scripts. | Jack Jansen | 2000-12-03 | 1 | -0/+108 |