Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | module. | ||||
* | binhex fixed | Jack Jansen | 1996-03-07 | 11 | -5294/+5281 |
| | |||||
* | Changed MacOS creator code from PYTH to Pyth | Jack Jansen | 1996-02-21 | 13 | -7548/+7567 |
| | |||||
* | - Added Tk projects | Jack Jansen | 1996-02-20 | 17 | -7809/+9113 |
| | | | | | - Ported everything to CW8 - Renamed Runtime-Python to PythonCoreRuntime | ||||
* | Added config file for Tk-python | Jack Jansen | 1996-02-20 | 2 | -166/+13 |
| | | | | Removed mwerksglue.c (which was useless anyway) | ||||
* | Ported to CW8 | Jack Jansen | 1996-02-20 | 1 | -0/+20 |
| | |||||
* | For gusi-based python | Jack Jansen | 1996-02-14 | 2 | -1/+12 |
| | |||||
* | GUSI-based python projects | Jack Jansen | 1996-02-14 | 2 | -0/+2054 |
| | |||||
* | Re-binhexed all projects. | Jack Jansen | 1996-01-31 | 10 | -4574/+4738 |
| | |||||
* | A different binhexer, apparently:-( | Jack Jansen | 1996-01-02 | 12 | -5327/+5443 |
| | |||||
* | Added missing newline | Jack Jansen | 1995-12-21 | 1 | -1/+1 |
| | |||||
* | Common header file for all plugin modules | Jack Jansen | 1995-12-21 | 1 | -0/+1 |
| | |||||
* | Updated for the CW7.5 release, and some minor tweaks that I don't | Jack Jansen | 1995-11-14 | 10 | -3926/+3976 |
| | | | | remember. | ||||
* | Project to build alternative version of MWCRuntimePPC.lib, needed for | Jack Jansen | 1995-11-14 | 1 | -0/+100 |
| | | | | PythonCore as of the CW7.5 release. | ||||
* | almost-but-not-quite working python with tk. | Jack Jansen | 1995-11-14 | 1 | -0/+813 |
| | |||||
* | MacTkPython configuration file. | Jack Jansen | 1995-11-14 | 1 | -0/+5 |
| | |||||
* | - plugin tkinter module for ppc python | Jack Jansen | 1995-10-31 | 3 | -0/+1166 |
| | | | | | - minimal python for cfm68k - sample project for plugin module | ||||
* | CW6->CW7 | Jack Jansen | 1995-10-23 | 1 | -2/+3 |
| | |||||
* | Last minor tweaks: debug off, added missing img mods, minor things | Jack Jansen | 1995-10-12 | 9 | -3375/+3387 |
| | |||||
* | Ported to CW7 | Jack Jansen | 1995-10-09 | 9 | -3225/+3776 |
| | |||||
* | Projects used for 1.3b3 distribution (I promise I won't check them in | Jack Jansen | 1995-09-01 | 8 | -740/+797 |
| | | | | for every little change;-) | ||||
* | Seems I had never checked the README file in... | Jack Jansen | 1995-08-31 | 1 | -0/+80 |
| | |||||
* | removed unused var | Jack Jansen | 1995-08-31 | 1 | -1/+0 |
| | |||||
* | Removed unused var | Jack Jansen | 1995-08-31 | 1 | -1/+1 |
| | |||||
* | Hexbinned CodeWarrior projects | Jack Jansen | 1995-08-31 | 10 | -0/+3216 |
| | |||||
* | Added missing initializer and extra error check. | Jack Jansen | 1995-08-14 | 1 | -1/+5 |
| | |||||
* | Mwerks version of fopenRF. | Jack Jansen | 1995-08-07 | 1 | -0/+47 |
| | |||||
* | Fix for cfm68k | Jack Jansen | 1995-08-07 | 1 | -0/+2 |
| | |||||
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 1 | -0/+2 |
| | | | | unsupported features). | ||||
* | Split shared-library support and dynamic-loading support (they were | Jack Jansen | 1995-06-14 | 2 | -1/+10 |
| | | | | | | | | both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library) | ||||
* | Rationalized mwerks config files: they only differ depending on | Jack Jansen | 1995-02-24 | 2 | -0/+6 |
| | | | | | whether there is shared library support. Libraries, applets and applications are distinguished by the sources they include. | ||||
* | Startup code for applications using the python shared | Jack Jansen | 1995-02-13 | 1 | -0/+29 |
| | | | | | library. Modified because the startup code has to work together with the runtime support in the shared library. | ||||
* | Mwerks header files for shared python and the applet template | Jack Jansen | 1995-02-13 | 2 | -0/+7 |
| | |||||
* | - Ported to CW5 (which has more unixisms) | Jack Jansen | 1995-01-22 | 1 | -0/+123 |
| | | | | - Added (rather crummy) malloc debugger | ||||
* | The last missing file of the mwerks port (this is the 'prefix' file) | Jack Jansen | 1995-01-22 | 1 | -0/+2 |
| | |||||
* | reallocing large blocks now doesn't copy if not needed | Jack Jansen | 1995-01-22 | 1 | -1/+14 |
| | |||||
* | Yet another Pstring() | Jack Jansen | 1995-01-19 | 1 | -1/+1 |
| | |||||
* | Fast (and correct) malloc for MetroWerks PPC compiler | Jack Jansen | 1995-01-18 | 2 | -0/+455 |
| | |||||
* | Moved development-platform specific files to subdirectories | Jack Jansen | 1995-01-18 | 2 | -0/+61 |