Commit graph

159 commits

Author SHA1 Message Date
Jack Jansen
6c502d7a81 Got it working for all important plugins, and moved it from Build to scripts. 2000-12-03 22:31:50 +00:00
Jack Jansen
c10a11b7c7 Generate plugin projects automatically using mkcwproject. There are as of yet only
three modules done (and one doesn't work:-), the rest TBD.
2000-11-26 23:01:11 +00:00
Jack Jansen
00429dba08 Getting rid of 68K targets.
Started to rename projects to the de-facto standard .mcp extension.
2000-11-14 21:42:11 +00:00
Jack Jansen
704925c774 Last CW Pro 5.3 projects. 2000-11-07 21:07:33 +00:00
Jack Jansen
87f204ad77 Final version used for 2.0 distribution. 2000-10-22 21:54:33 +00:00
Jack Jansen
3714516a8f Projects used for 2.0c1 2000-10-12 21:42:51 +00:00
Jack Jansen
5c204ae15f Fixes that should make it possible to run Python on machines without NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled. 2000-09-14 20:46:19 +00:00
Jack Jansen
26d7c14cf6 Final tweaks for 2.0b1 2000-09-11 22:47:12 +00:00
Jack Jansen
93e5d54bfd Removed 68K support.
Getting ready for 2.0b1 release.
2000-09-08 10:23:42 +00:00
Jack Jansen
be80fa2f5d Last set of CW Pro 5 projects (probably) 2000-08-25 22:33:27 +00:00
Jack Jansen
5bcb215e6e Project for pyexpat module. 2000-08-06 21:55:43 +00:00
Jack Jansen
cbfe3c8955 Two more cases of GUSI2 include access paths not being correct (reveiled by the new pyport.h). 2000-07-31 22:07:21 +00:00
Jack Jansen
1af5b082ab Removed guesstabsize.c, which is obsolete. 2000-07-11 21:18:44 +00:00
Jack Jansen
4ceaa03a3e - Removed guesstabsize.c, which is obsolete.
- ANSIfication step 3: enable "require prototypes" flags. Still lots of warnings, mainly on init routines and bgen stuff.
2000-07-11 21:18:10 +00:00
Jack Jansen
3d476d73a9 So many things have changed over the last few weeks that it's probably a good idea to check the project files in again. 2000-07-07 13:15:36 +00:00
Jack Jansen
89d017d072 Added the unchash module. 2000-07-07 13:08:09 +00:00
Jack Jansen
f93cb1875c Evt moved to the core toolbox modules. 2000-07-04 21:12:30 +00:00
Jack Jansen
e641ba1e6a ucnhash and various other modules added. 2000-06-28 21:58:03 +00:00
Jack Jansen
8d929aee49 All relevant toolbox modules have now been carbonized. 2000-06-21 22:07:06 +00:00
Jack Jansen
5108db6232 Added _localemodule and exceptions.c 2000-06-07 21:09:40 +00:00
Jack Jansen
f23a2e9418 Added _localemodule. 2000-06-07 20:36:51 +00:00
Jack Jansen
ee68fc3c7f Nav and AE have been moved to core toolbox modules: fixup dependent modules, export symbol list, etc. 2000-06-07 20:34:46 +00:00
Jack Jansen
ebececc9d8 Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge.
Modified for new builtin exceptions.c.
2000-06-07 20:14:29 +00:00
Jack Jansen
d1fb71121b Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge. 2000-06-07 20:13:05 +00:00
Jack Jansen
60f157d5e3 First version of the project that produces a working Carbon binary. The binary has only been tested on MacOS9, so far. This project needs CW IDE 4.1b4 or later. 2000-06-02 21:40:07 +00:00
Jack Jansen
036194ceb4 Slowly becoming functional... 2000-05-15 15:35:08 +00:00
Jack Jansen
ebd0106c77 Interface to macOS 9 HTMLRenderingLib. Not yet functional. 2000-05-14 22:05:36 +00:00
Jack Jansen
092580baa9 First tiny steps towards Carbon: this project currently builds a PythonStandSmall without GUSI and with standard MSL malloc. Socket and select are the main victims of this. 2000-05-12 21:29:58 +00:00
Jack Jansen
7972a5a4f2 We should define both USE_GUSI and USE_GUSI2. 2000-05-06 22:32:35 +00:00
Jack Jansen
dd8024eb96 Adding projects to the repository again, this time in MacBinary form. If you 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:-)
2000-05-05 23:14:11 +00:00
Jack Jansen
bad9c7675a Almost ready for 1.6a2. 2000-04-26 22:00:49 +00:00
Jack Jansen
3c6f0e6230 Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it. 2000-04-23 22:11:36 +00:00
Jack Jansen
82add28b40 The .exp file hadn't been regenerated after adding the threading stuff. This means that building a nonthreaded PythonCore will now require massaging of the .exp. 2000-04-22 21:51:47 +00:00
Jack Jansen
d96f04c8f9 This hadn't been checked in for a while. 2000-04-08 21:28:53 +00:00
Jack Jansen
6d3632a209 Added a profiling target. 2000-04-07 15:40:14 +00:00
Jack Jansen
a974d2498e Fiddled linkorder and a few other things to make shared threaded python work. 2000-04-07 15:39:25 +00:00
Jack Jansen
7f70c8ee89 Started on GUSI2 and threading support. cfm68k targets are still included in all projects, but for the time being all the "fat" targets exclude them, making them basically copy operations. This way we don't have to rename everything, and anyone interested can easily try to fix 68k support. 2000-04-07 09:20:25 +00:00
Jack Jansen
0475104787 Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. 2000-01-24 10:21:07 +00:00
Jack Jansen
bb05b2520d CW Pro 5.3 projects. 2000-01-01 23:20:39 +00:00
Jack Jansen
e721f3ddd7 Modified for new dll import source organisation by Greg. 1999-12-24 13:41:31 +00:00
Jack Jansen
cd3d7ccd4f PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. 1999-12-17 23:00:49 +00:00
Jack Jansen
8542b2e0af Project for Nav module. 1999-12-17 17:12:41 +00:00
Jack Jansen
da261e6dc6 Added Nav 1999-12-16 22:22:00 +00:00
Jack Jansen
c5d0959a22 Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K.
Static 68K Python still has a tk problem.
1999-12-12 21:56:56 +00:00
Jack Jansen
70d784979c CW Pro 5 projects. 1999-09-30 19:47:33 +00:00
Jack Jansen
c4f6331690 Drag manager interface (completely untested, so far) 1999-06-21 15:14:26 +00:00
Jack Jansen
012ae207a5 Added bufferobject.c 1999-03-22 22:24:03 +00:00
Jack Jansen
6a51b37167 Added Qdoffs module. 1999-03-07 23:10:32 +00:00
Jack Jansen
5b6334f210 Added App module (appearance manager interface). And of course codewarrior
has touched various other projects again too, sigh.
1999-03-04 22:56:46 +00:00
Jack Jansen
3b8052685c (finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.
1999-02-14 23:12:06 +00:00