| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow editing selected bits of the GUSI preferences (creator, type and | Jack Jansen | 1996-09-06 | 2 | -69/+157 |
|
|
* | Removed duplicate gusi pref from bundle | Jack Jansen | 1996-09-06 | 2 | -259/+252 |
|
|
* | - Rationalized override preferences support, by remembering | Jack Jansen | 1996-09-06 | 2 | -30/+66 |
|
|
* | macglue: added PyMac_AppRefNum | Jack Jansen | 1996-09-06 | 2 | -5/+17 |
|
|
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 5 | -58/+463 |
|
|
* | Completely redone. mkestrres now parses errno.h and Errors.h files | Jack Jansen | 1996-09-05 | 2 | -634/+732 |
|
|
* | Regenerated, now also includes errno values plus explanations | Jack Jansen | 1996-09-05 | 1 | -593/+665 |
|
|
* | Check that our override pythonpath is actually coming from the | Jack Jansen | 1996-09-05 | 1 | -8/+16 |
|
|
* | Removed unused vars | Jack Jansen | 1996-09-05 | 1 | -2/+0 |
|
|
* | Symbolic names for all error codes from Errors.h and errno.h | Jack Jansen | 1996-09-05 | 1 | -0/+626 |
|
|
* | Added a note that redirecting stdin/stdout does not work due to gusi bug. | Jack Jansen | 1996-09-05 | 1 | -1/+7 |
|
|
* | - Fixed PyMac_DoYield: | Jack Jansen | 1996-09-04 | 3 | -14/+77 |
|
|
* | Merged Guido's mkaliases and Jack's MkPluginAliases | Jack Jansen | 1996-08-28 | 1 | -70/+82 |
|
|
* | Completely revamped: it now uses separate instruction files per | Jack Jansen | 1996-08-28 | 3 | -140/+158 |
|
|
* | Removed RunLibScript from build | Jack Jansen | 1996-08-28 | 1 | -1/+0 |
|
|
* | Removed silly dialog | Jack Jansen | 1996-08-28 | 1 | -3/+2 |
|
|
* | Projects for 1.4b3 distribution: debugging off, optimizations on, etc. | Jack Jansen | 1996-08-28 | 25 | -8710/+8778 |
|
|
* | "Small" 68K interpreter, without waste, img and tkinter | Jack Jansen | 1996-08-28 | 2 | -0/+1199 |
|
|
* | Version upped | Jack Jansen | 1996-08-28 | 2 | -8/+8 |
|
|
* | Added setwatchcursor() and setarrowcursor() functions | Jack Jansen | 1996-08-28 | 1 | -0/+10 |
|
|
* | Updated for 1.4b3 | Jack Jansen | 1996-08-28 | 2 | -21/+214 |
|
|
* | Added note that these instruction are for a full source distribution, | Jack Jansen | 1996-08-28 | 1 | -0/+4 |
|
|
* | Fixed names of vairous plugins to build, added a couple and added | Jack Jansen | 1996-08-23 | 1 | -9/+26 |
|
|
* | - MWRuntimeStatic{arch} are static versions of MW shared runtime | Jack Jansen | 1996-08-23 | 30 | -7024/+9682 |
|
|
* | Turn on USE_TK and MAC_TCL by default | Jack Jansen | 1996-08-23 | 1 | -2/+2 |
|
|
* | Always call __initialize(), also on PPC | Jack Jansen | 1996-08-23 | 1 | -23/+14 |
|
|
* | - Added cfm68k instructions | Jack Jansen | 1996-08-23 | 1 | -15/+67 |
|
|
* | Adapted for cfm68k, new names and split off of qt. | Jack Jansen | 1996-08-20 | 2 | -67/+92 |
|
|
* | Rationalized header files: | Jack Jansen | 1996-08-20 | 4 | -21/+52 |
|
|
* | - Gave PPC shared libraries (and projects) .ppc in their name | Jack Jansen | 1996-08-20 | 31 | -4304/+8544 |
|
|
* | Added void before main | Jack Jansen | 1996-08-20 | 1 | -0/+1 |
|
|
* | - Renamed USE_BGEN to USE_TOOLBOX | Jack Jansen | 1996-08-20 | 1 | -6/+10 |
|
|
* | Re-binhexed | Jack Jansen | 1996-08-20 | 2 | -518/+518 |
|
|
* | Fixed command-. handling | Jack Jansen | 1996-08-19 | 1 | -2/+15 |
|
|
* | Fixed to work for ppc and cfm68k | Jack Jansen | 1996-08-19 | 1 | -0/+4 |
|
|
* | Guido: | Jack Jansen | 1996-08-19 | 1 | -1/+10 |
|
|
* | Removed debug printf | Jack Jansen | 1996-08-19 | 1 | -3/+1 |
|
|
* | Removed obsolete cfm68k ifdef (Guido) | Jack Jansen | 1996-08-19 | 1 | -3/+0 |
|
|
* | Include config.h | Jack Jansen | 1996-08-19 | 1 | -0/+2 |
|
|
* | Guido: | Jack Jansen | 1996-08-19 | 1 | -14/+5 |
|
|
* | Guido: added some void's to declarations | Jack Jansen | 1996-08-19 | 1 | -1/+5 |
|
|
* | Guido: changed __sinit to __initialize for CFM68K. | Jack Jansen | 1996-08-19 | 1 | -2/+2 |
|
|
* | Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and | Jack Jansen | 1996-08-19 | 3 | -16/+7 |
|
|
* | No USE_MACSPEECH for CFM68K (the interface library appears to be missing) | Jack Jansen | 1996-08-19 | 1 | -0/+2 |
|
|
* | Dummy SpinCursor() if __CFM68K__ is defined | Jack Jansen | 1996-08-19 | 1 | -0/+10 |
|
|
* | Removed {Set,Get}SoundVol (old calls not supported by cfm68k) | Jack Jansen | 1996-08-19 | 2 | -34/+4 |
|
|
* | Fixed viewrect/destrect calculation | Jack Jansen | 1996-08-19 | 1 | -2/+8 |
|
|
* | Changed to use 8-byte doubles. Also re-enabled optimizations, 68020 | Jack Jansen | 1996-08-07 | 1 | -1342/+1330 |
|
|
* | Moved build.html to building.html | Jack Jansen | 1996-08-07 | 1 | -1/+1 |
|
|
* | Changed instructions for new releases of cwgusi, waste and tcl/tk, | Jack Jansen | 1996-08-06 | 1 | -209/+274 |
|
|