| Commit message (Expand) | Author | Age | Files | Lines |
* | Export a few more New/Convert routines, on Just's request | Jack Jansen | 1997-05-13 | 2 | -0/+14 |
|
|
* | Updated for (optional) use of MSL libraries | Jack Jansen | 1997-05-07 | 4 | -1/+22 |
|
|
* | Updated to use MSL libraries | Jack Jansen | 1997-05-07 | 35 | -13881/+13759 |
|
|
* | (Optional) MSL compatability | Jack Jansen | 1997-04-08 | 1 | -0/+4 |
|
|
* | DisposPtr -> DisposePtr | Jack Jansen | 1997-04-08 | 1 | -1/+1 |
|
|
* | Converted to CW11. | Jack Jansen | 1997-02-24 | 33 | -12036/+12178 |
|
|
* | Make cache-alignment work always (in stead of 50% of the time:-) | Jack Jansen | 1997-02-24 | 1 | -1/+1 |
|
|
* | Rebuilt everything with Guido's new sources, added a few modules here | Jack Jansen | 1997-02-20 | 28 | -9902/+10328 |
|
|
* | - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling it | Jack Jansen | 1997-02-20 | 3 | -0/+13 |
|
|
* | Initial stab at calling C routines from python dynamically | Jack Jansen | 1997-02-17 | 2 | -0/+214 |
|
|
* | The USE_CACHE_ALIGNING define now has a value: the number of *words* | Jack Jansen | 1997-02-03 | 1 | -4/+11 |
|
|
* | Optionally (on USE_CACHE_ALIGN) extend overhead structure to align | Jack Jansen | 1997-02-01 | 1 | -0/+7 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 3 | -3/+62 |
|
|
* | Image libraries moved and small things | Jack Jansen | 1997-01-31 | 27 | -9945/+10039 |
|
|
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 3 | -508/+502 |
|
|
* | - Added optional profiling support | Jack Jansen | 1997-01-07 | 30 | -5795/+6237 |
|
|
* | Added gdbm | Jack Jansen | 1996-12-23 | 1 | -0/+1 |
|
|
* | Added gdbm plugins, changed jpeg library to v6, various minor changes | Jack Jansen | 1996-12-23 | 33 | -11647/+12012 |
|
|
* | Changed project segment structure to (more-or-less) match directory | Jack Jansen | 1996-11-09 | 29 | -11901/+11846 |
|
|
* | Removed old project file, als restructured projects directory to | Jack Jansen | 1996-11-09 | 1 | -117/+0 |
|
|
* | Added USE_MALLOC_DEBUG (disabled) | Jack Jansen | 1996-10-23 | 3 | -0/+3 |
|
|
* | Project files for 1.4 release | Jack Jansen | 1996-10-23 | 27 | -9214/+8485 |
|
|
* | Malloc debugging now flagged with USE_MALLOC_DEBUG | Jack Jansen | 1996-10-23 | 1 | -1/+3 |
|
|
* | Ported to CW10 | Jack Jansen | 1996-10-16 | 25 | -8589/+8646 |
|
|
* | Added VCHECK compile time option that fills allocated and freed blocks | Jack Jansen | 1996-09-30 | 1 | -0/+7 |
|
|
* | PPC companion to Python68KSmall. | Jack Jansen | 1996-09-09 | 1 | -0/+1233 |
|
|
* | It turns out that Py_GetProgramName is used after all... | Jack Jansen | 1996-09-09 | 4 | -1197/+1197 |
|
|
* | Fixed to use appletbundle in stead of bundle resource file | Jack Jansen | 1996-09-09 | 1 | -138/+133 |
|
|
* | Code to add shlib resource fork was not enabled, also made project | Jack Jansen | 1996-09-09 | 1 | -206/+201 |
|
|
* | Got rid of toollibs, moved some libraries around | Jack Jansen | 1996-09-07 | 4 | -1321/+1276 |
|
|
* | 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 |
|
|
* | - 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Changed to use 8-byte doubles. Also re-enabled optimizations, 68020 | Jack Jansen | 1996-08-07 | 1 | -1342/+1330 |
|
|
* | New releases of CWGUSI, Waste and Tcl/Tk. | Jack Jansen | 1996-08-06 | 12 | -4894/+4899 |
|
|
* | 1.4b2 projects | Jack Jansen | 1996-08-02 | 12 | -5213/+5274 |
|
|
* | CW9 | Jack Jansen | 1996-08-01 | 14 | -4938/+5512 |
|
|
* | Added USE_STACKCHECK define | Jack Jansen | 1996-07-22 | 5 | -0/+8 |
|
|
* | Added USE_WASTE define | Jack Jansen | 1996-05-20 | 1 | -0/+1 |
|
|
* | Fixed up for 1.3.3 distribution, removed various old (and nuused) | Jack Jansen | 1996-05-20 | 17 | -8708/+4838 |
|
|
* | Export OptResObj_{New,Convert} | Jack Jansen | 1996-05-20 | 1 | -0/+2 |
|
|
* | An interface to the WASTE textedit replacement library. | Jack Jansen | 1996-04-19 | 2 | -209/+565 |
|
|
* | Keep .exp files in cvs tree | Jack Jansen | 1996-04-19 | 7 | -0/+35 |
|
|
* | Fixed for new directory layout | Jack Jansen | 1996-03-20 | 11 | -3904/+3901 |
|
|
* | Config files for shared PPC python with GUSI and for _tkinter plugin | Jack Jansen | 1996-03-07 | 2 | -0/+9 |
|
|