Jack Jansen
|
391f40e9f0
|
Unicodedatabase.c has gone.
|
2001-01-22 16:26:46 +00:00 |
Jack Jansen
|
af4c942b8a
|
Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist.
|
2001-01-22 15:38:40 +00:00 |
Jack Jansen
|
ed79548a84
|
No need to make the S_ constants 32 bit (and its actually harmful because of multiple defines).
|
2001-01-22 14:51:03 +00:00 |
Jack Jansen
|
0e1c24ab89
|
Waste needs the ICProgKit API.
|
2001-01-22 14:50:05 +00:00 |
Jack Jansen
|
441dea5f32
|
It's SetControlData_Handle, not SetControl_DataHandle.
|
2001-01-22 14:49:28 +00:00 |
Jack Jansen
|
f75c9d94b4
|
Re-generated with relative paths.
|
2001-01-21 22:27:11 +00:00 |
Jack Jansen
|
0447ebd3e2
|
Added CarbonAccessors.o to the non-carbon targets, and probably a few minor things having to do with Python 2.1a1.
|
2001-01-21 22:26:26 +00:00 |
Jack Jansen
|
1f5cd700e9
|
Added support for forced project building.
Added carbon targets (mainly placeholders at the moment).
|
2001-01-21 22:25:11 +00:00 |
Jack Jansen
|
1eda203a02
|
Added a force option (to force project generation, the default is now to only generate if different).
Try to convert all search paths to relative.
|
2001-01-21 22:24:27 +00:00 |
Jack Jansen
|
d6389956cb
|
Don't generate project if the XML file already exists and is identical to what we've generated. Overridable with a "force" argument to mkproject().
|
2001-01-21 22:23:13 +00:00 |
Jack Jansen
|
9eca23559d
|
Various tweaks for Python 2.1a1.
|
2001-01-19 23:47:21 +00:00 |
Jack Jansen
|
c33a423c53
|
Treat an empty kwdict argument the same as a missing one.
|
2001-01-19 23:46:28 +00:00 |
Jack Jansen
|
726d873887
|
Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution" of a funny define makes portable code impossible:-(
|
2001-01-19 23:45:57 +00:00 |
Jack Jansen
|
c00df0bbba
|
Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previous complicated expression.
|
2001-01-16 15:54:58 +00:00 |
Jack Jansen
|
f50fbf11f6
|
Config file for standalone carbon python.
|
2001-01-16 15:51:24 +00:00 |
Jack Jansen
|
2fffb13448
|
Added Carbon interpreter.
|
2001-01-16 15:50:48 +00:00 |
Jack Jansen
|
844c297da9
|
Converted to CW Pro 6 and new naming scheme.
|
2001-01-16 14:24:56 +00:00 |
Jack Jansen
|
159830ec3a
|
Added the 'carb' resource to the carbon interpreter.
|
2001-01-16 13:01:48 +00:00 |
Jack Jansen
|
ee5b8fa58a
|
Replaced the single .exp file by two files, one for classic and one for carbon.
|
2001-01-16 13:01:11 +00:00 |
Jack Jansen
|
da8df6ea8e
|
Config file for shared carbon Python.
|
2001-01-14 23:02:32 +00:00 |
Jack Jansen
|
a3d95fa5a4
|
Added PythonCoreCarbon and PythonInterpreterCarbon targets.
|
2001-01-14 23:01:36 +00:00 |
Jack Jansen
|
d7b68021ce
|
Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
|
2001-01-12 23:42:28 +00:00 |
Jack Jansen
|
8e0ee7761d
|
Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays.
|
2001-01-12 23:41:46 +00:00 |
Jack Jansen
|
319c67b6e1
|
The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it.
|
2001-01-12 23:39:59 +00:00 |
Jack Jansen
|
736b51df7c
|
SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead.
The UserPane routines appear to be fixed in the current Universal Headers, so they're re-enabled.
|
2001-01-12 23:39:00 +00:00 |
Jack Jansen
|
d9d0b5fab1
|
xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere.
|
2001-01-12 23:37:14 +00:00 |
Jack Jansen
|
bef8f68d84
|
Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon.
|
2001-01-12 23:36:13 +00:00 |
Jack Jansen
|
264630e855
|
When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being.
|
2001-01-11 23:04:32 +00:00 |
Jack Jansen
|
6ba34aa07f
|
Disabled a few other routines that are available in CarbonLib.
|
2001-01-11 23:03:56 +00:00 |
Jack Jansen
|
6993f27c82
|
Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!!
|
2001-01-11 23:03:20 +00:00 |
Jack Jansen
|
92f4b366cb
|
Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUSI, though, so no socket/select/threads.
|
2001-01-09 22:27:24 +00:00 |
Jack Jansen
|
ebadcb1c1d
|
FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes.
|
2001-01-09 22:25:49 +00:00 |
Jack Jansen
|
91faef83ca
|
Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib.
|
2001-01-09 22:24:56 +00:00 |
Jack Jansen
|
6ff228c6d2
|
If we're not using GUSI the "keep open on unseen output" becomes the same as "always keep open".
|
2001-01-09 22:24:06 +00:00 |
Jack Jansen
|
e7bfc915da
|
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
|
2001-01-09 22:22:58 +00:00 |
Jack Jansen
|
a9e3db354d
|
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-(
|
2001-01-09 22:10:16 +00:00 |
Jack Jansen
|
0d202b7403
|
Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions.
|
2001-01-09 22:09:31 +00:00 |
Jack Jansen
|
b55b7bb3ab
|
Use relative path for outputdir.
|
2001-01-03 16:44:56 +00:00 |
Jack Jansen
|
b55e5f1b62
|
Fixed a few declarations.
|
2001-01-03 16:44:27 +00:00 |
Jack Jansen
|
e396c04832
|
struct.pack wants H for unsigned shorts, not h.
|
2001-01-03 11:14:12 +00:00 |
Jack Jansen
|
e56e87dcc8
|
Got rid of 68K support.
Added optional generation of project files.
Redesigned dialog.
|
2001-01-03 11:12:21 +00:00 |
Jack Jansen
|
7ee67a1224
|
Remove (unused) regex imports.
|
2001-01-02 22:02:45 +00:00 |
Jack Jansen
|
be614ee732
|
Use re in stead of regex.
|
2001-01-02 22:02:02 +00:00 |
Jack Jansen
|
5a95e42841
|
Updated for new universal headers (oops... this was loooong due).
|
2001-01-01 22:58:20 +00:00 |
Jack Jansen
|
c158bb2293
|
Minor clarficiations in the dialogs about which errno file is wanted when (I had also forgotten:-).
|
2001-01-01 22:57:59 +00:00 |
Jack Jansen
|
07d69f60bd
|
New .mcp names for tkinter and imgmodules projects.
|
2001-01-01 21:51:33 +00:00 |
Jack Jansen
|
9473649e90
|
Replaced with .mcp projects in Extensions/Imaging
|
2000-12-31 13:04:21 +00:00 |
Jack Jansen
|
52328165c5
|
Changed the search path for pyexpat to include all of the expat folder.
|
2000-12-29 16:07:30 +00:00 |
Jack Jansen
|
7ff3133a7f
|
Regenerated so that NewGWorld is included.
|
2000-12-19 22:28:14 +00:00 |
Jack Jansen
|
32248655ee
|
Emulate a few more non-carbon calls in carbon and the other way around.
|
2000-12-19 22:23:06 +00:00 |