summaryrefslogtreecommitdiffstats
path: root/Mac/Build
Commit message (Collapse)AuthorAgeFilesLines
* Re-generated with relative paths.Jack Jansen2001-01-2123-324/+324
|
* Added CarbonAccessors.o to the non-carbon targets, and probably a few minor ↵Jack Jansen2001-01-214-0/+0
| | | | things having to do with Python 2.1a1.
* Various tweaks for Python 2.1a1.Jack Jansen2001-01-193-8/+17
|
* Added Carbon interpreter.Jack Jansen2001-01-161-0/+0
|
* Converted to CW Pro 6 and new naming scheme.Jack Jansen2001-01-161-0/+0
|
* Added the 'carb' resource to the carbon interpreter.Jack Jansen2001-01-161-0/+0
|
* Replaced the single .exp file by two files, one for classic and one for carbon.Jack Jansen2001-01-162-0/+2198
|
* Added PythonCoreCarbon and PythonInterpreterCarbon targets.Jack Jansen2001-01-142-0/+0
|
* Added GUSI-Carbon targets (both threading and nonthreading), and they work!! ↵Jack Jansen2001-01-111-0/+0
| | | | YEAH!!!
* Resurrected Small Carbon Python as a target in PythonStandSmall. Still no ↵Jack Jansen2001-01-092-0/+0
| | | | GUSI, though, so no socket/select/threads.
* Replaced with .mcp projects in Extensions/ImagingJack Jansen2000-12-312-1/+0
|
* Drag moved to core toolbox modules (Win uses it).Jack Jansen2000-12-125-849/+9
|
* Qdoffs now exports GWorld new/convert, and Qt uses them.Jack Jansen2000-12-122-0/+20
|
* Updated for the current state of the main Python source tree.Jack Jansen2000-12-032-4/+4
|
* These have been replaced by the new generated projects.Jack Jansen2000-12-0349-47/+0
|
* The new generated plugin projects. Checked in in XML form, so cvs diffs ↵Jack Jansen2000-12-0348-0/+20650
| | | | should work.
* Got it working for all important plugins, and moved it from Build to scripts.Jack Jansen2000-12-031-43/+0
|
* Generate plugin projects automatically using mkcwproject. There are as of ↵Jack Jansen2000-11-261-0/+43
| | | | | | yet only three modules done (and one doesn't work:-), the rest TBD.
* Getting rid of 68K targets.Jack Jansen2000-11-1411-2150/+99
| | | | Started to rename projects to the de-facto standard .mcp extension.
* Last CW Pro 5.3 projects.Jack Jansen2000-11-071-0/+0
|
* Final version used for 2.0 distribution.Jack Jansen2000-10-2228-0/+0
|
* Projects used for 2.0c1Jack Jansen2000-10-1231-18/+13
|
* Fixes that should make it possible to run Python on machines without ↵Jack Jansen2000-09-143-0/+0
| | | | NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled.
* Final tweaks for 2.0b1Jack Jansen2000-09-1129-0/+0
|
* Removed 68K support.Jack Jansen2000-09-0835-0/+8
| | | | Getting ready for 2.0b1 release.
* Last set of CW Pro 5 projects (probably)Jack Jansen2000-08-2531-15/+41
|
* Project for pyexpat module.Jack Jansen2000-08-062-0/+1
|
* Two more cases of GUSI2 include access paths not being correct (reveiled by ↵Jack Jansen2000-07-312-0/+0
| | | | the new pyport.h).
* Removed guesstabsize.c, which is obsolete.Jack Jansen2000-07-111-0/+0
|
* - Removed guesstabsize.c, which is obsolete.Jack Jansen2000-07-111-0/+0
| | | | - ANSIfication step 3: enable "require prototypes" flags. Still lots of warnings, mainly on init routines and bgen stuff.
* So many things have changed over the last few weeks that it's probably a ↵Jack Jansen2000-07-0730-10/+24
| | | | good idea to check the project files in again.
* Added the unchash module.Jack Jansen2000-07-072-0/+1
|
* Evt moved to the core toolbox modules.Jack Jansen2000-07-042-1/+0
|
* ucnhash and various other modules added.Jack Jansen2000-06-282-0/+0
|
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-211-0/+0
|
* Added _localemodule and exceptions.cJack Jansen2000-06-071-0/+0
|
* Added _localemodule.Jack Jansen2000-06-071-0/+0
|
* Nav and AE have been moved to core toolbox modules: fixup dependent modules, ↵Jack Jansen2000-06-077-30/+46
| | | | export symbol list, etc.
* Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵Jack Jansen2000-06-074-4/+0
| | | | | | all _that_ huge. Modified for new builtin exceptions.c.
* Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵Jack Jansen2000-06-072-4/+0
| | | | all _that_ huge.
* First version of the project that produces a working Carbon binary. The ↵Jack Jansen2000-06-021-0/+0
| | | | binary has only been tested on MacOS9, so far. This project needs CW IDE 4.1b4 or later.
* Slowly becoming functional...Jack Jansen2000-05-151-0/+0
|
* Interface to macOS 9 HTMLRenderingLib. Not yet functional.Jack Jansen2000-05-142-0/+1
|
* First tiny steps towards Carbon: this project currently builds a ↵Jack Jansen2000-05-121-0/+0
| | | | PythonStandSmall without GUSI and with standard MSL malloc. Socket and select are the main victims of this.
* We should define both USE_GUSI and USE_GUSI2.Jack Jansen2000-05-061-0/+0
|
* Adding projects to the repository again, this time in MacBinary form. If you ↵Jack Jansen2000-05-0532-3/+9
| | | | | | | | | | have added the MMPr filetype as "plain binary" in the MacCVS preferences you should revert this before doing this update. Got rid of last references to GUSI1. Upped for current python CVS status. Various minor tweaks, I guess:-)
* Almost ready for 1.6a2.Jack Jansen2000-04-2632-1/+0
|
* Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it.Jack Jansen2000-04-231-0/+0
|
* The .exp file hadn't been regenerated after adding the threading stuff. This ↵Jack Jansen2000-04-222-922/+1075
| | | | means that building a nonthreaded PythonCore will now require massaging of the .exp.
* This hadn't been checked in for a while.Jack Jansen2000-04-081-0/+0
|