| Commit message (Expand) | Author | Age | Files | Lines |
* | Config file for shared carbon Python. | Jack Jansen | 2001-01-14 | 1 | -0/+52 |
|
|
* | Added PythonCoreCarbon and PythonInterpreterCarbon targets. | Jack Jansen | 2001-01-14 | 2 | -0/+0 |
|
|
* | Fixed Carbon command-dot handling. There is still a problem, though, and you ... | Jack Jansen | 2001-01-12 | 1 | -2/+2 |
|
|
* | Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works ... | Jack Jansen | 2001-01-12 | 1 | -4/+0 |
|
|
* | The interruptRoutine attribute is gone under Carbon. Luckily it appears that ... | Jack Jansen | 2001-01-12 | 2 | -2/+10 |
|
|
* | SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H... | Jack Jansen | 2001-01-12 | 2 | -29/+7 |
|
|
* | xstat() will never be implemented under Carbon. Fortunately it also doesn't a... | Jack Jansen | 2001-01-12 | 1 | -5/+5 |
|
|
* | Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon. | Jack Jansen | 2001-01-12 | 1 | -8/+0 |
|
|
* | When compiling for GUSI and Carbon disable te "keep open on unseen output", f... | Jack Jansen | 2001-01-11 | 1 | -2/+2 |
|
|
* | Disabled a few other routines that are available in CarbonLib. | Jack Jansen | 2001-01-11 | 1 | -2/+4 |
|
|
* | Added GUSI-Carbon targets (both threading and nonthreading), and they work!! ... | Jack Jansen | 2001-01-11 | 5 | -1/+138 |
|
|
* | Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUS... | Jack Jansen | 2001-01-09 | 2 | -0/+0 |
|
|
* | FSSpec names may be longer on carbon (1024 chars), cater for that in buffer s... | Jack Jansen | 2001-01-09 | 1 | -2/+2 |
|
|
* | Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. | Jack Jansen | 2001-01-09 | 1 | -0/+2 |
|
|
* | If we're not using GUSI the "keep open on unseen output" becomes the same as ... | Jack Jansen | 2001-01-09 | 1 | -0/+6 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 5 | -6/+6 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 4 | -26/+27 |
|
|
* | Various tweaks to make it everything build and compile again under carbon. Ma... | Jack Jansen | 2001-01-09 | 5 | -0/+86 |
|
|
* | Use relative path for outputdir. | Jack Jansen | 2001-01-03 | 1 | -1/+19 |
|
|
* | Fixed a few declarations. | Jack Jansen | 2001-01-03 | 4 | -19/+27 |
|
|
* | struct.pack wants H for unsigned shorts, not h. | Jack Jansen | 2001-01-03 | 1 | -1/+1 |
|
|
* | Got rid of 68K support. | Jack Jansen | 2001-01-03 | 2 | -59/+41 |
|
|
* | Remove (unused) regex imports. | Jack Jansen | 2001-01-02 | 2 | -2/+0 |
|
|
* | Use re in stead of regex. | Jack Jansen | 2001-01-02 | 3 | -31/+34 |
|
|
* | Updated for new universal headers (oops... this was loooong due). | Jack Jansen | 2001-01-01 | 3 | -330/+1712 |
|
|
* | Minor clarficiations in the dialogs about which errno file is wanted when (I ... | Jack Jansen | 2001-01-01 | 1 | -2/+2 |
|
|
* | New .mcp names for tkinter and imgmodules projects. | Jack Jansen | 2001-01-01 | 1 | -2/+2 |
|
|
* | Replaced with .mcp projects in Extensions/Imaging | Jack Jansen | 2000-12-31 | 2 | -1/+0 |
|
|
* | Changed the search path for pyexpat to include all of the expat folder. | Jack Jansen | 2000-12-29 | 1 | -1/+1 |
|
|
* | Regenerated so that NewGWorld is included. | Jack Jansen | 2000-12-19 | 1 | -0/+66 |
|
|
* | Emulate a few more non-carbon calls in carbon and the other way around. | Jack Jansen | 2000-12-19 | 3 | -93/+163 |
|
|
* | Added hash() and compare() functions. Needed because multiple WinObj's can no... | Jack Jansen | 2000-12-19 | 2 | -2/+35 |
|
|
* | Blacklisted a few constants with funny definitions (and they're not important... | Jack Jansen | 2000-12-19 | 2 | -6/+13 |
|
|
* | Various tweaks. It now returns the exact same files as Matthias' tool 95% of ... | Jack Jansen | 2000-12-14 | 1 | -28/+55 |
|
|
* | Oops, interaction() returned a single value in stead of a tuple (I thought th... | Jack Jansen | 2000-12-14 | 1 | -3/+2 |
|
|
* | First stab at a script that mimicks Matthias Neerachers tool used to build GUSI. | Jack Jansen | 2000-12-14 | 1 | -0/+164 |
|
|
* | Set autodispose only if RefCon isn't set yet on the window. This way we don't... | Jack Jansen | 2000-12-14 | 2 | -6/+117 |
|
|
* | Refer to the sourceforge site for gusi downloads. | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
|
|
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 2 | -4/+0 |
|
|
* | Qdoffs now exports the GWorldObj_{New,Convert} functions. | Jack Jansen | 2000-12-12 | 1 | -0/+4 |
|
|
* | Added a c2pstrcpy() function. | Jack Jansen | 2000-12-12 | 1 | -0/+11 |
|
|
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 20 | -491/+2240 |
|
|
* | Use new multi-input-file feature of bgen in stead of @-file hack to parse mul... | Jack Jansen | 2000-12-12 | 3 | -247/+339 |
|
|
* | Regenerated from Universal Headers 3.3.2 | Jack Jansen | 2000-12-12 | 18 | -405/+847 |
|
|
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 6 | -911/+905 |
|
|
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -5/+3 |
|
|
* | Drag moved to core toolbox modules (Win uses it). | Jack Jansen | 2000-12-12 | 6 | -851/+11 |
|
|
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -0/+20 |
|
|
* | Adapted to Universal Headers 3.3.2. More to follow. | Jack Jansen | 2000-12-10 | 28 | -546/+3034 |
|
|
* | Updated for the current state of the main Python source tree. | Jack Jansen | 2000-12-03 | 2 | -4/+4 |
|
|