Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added ctb | Guido van Rossum | 1995-02-21 | 1 | -1/+1 | |
* | fix bug in filterproc interface | Guido van Rossum | 1995-02-21 | 4 | -38/+28 | |
* | fix bug with volume root | Guido van Rossum | 1995-02-21 | 1 | -20/+22 | |
* | ported to MPW, moved main() here | Guido van Rossum | 1995-02-20 | 1 | -15/+31 | |
* | moved main() to macglue.c | Guido van Rossum | 1995-02-20 | 1 | -12/+0 | |
* | ported to CFM-68K | Guido van Rossum | 1995-02-20 | 1 | -12/+19 | |
* | real dialogs for warnings etc., copy applet.rsrc template too | Guido van Rossum | 1995-02-20 | 1 | -37/+81 | |
* | replace %#s with portable solution | Guido van Rossum | 1995-02-20 | 1 | -13/+14 | |
* | applet to run any script | Guido van Rossum | 1995-02-20 | 1 | -0/+35 | |
* | added shared library glue | Guido van Rossum | 1995-02-20 | 1 | -2/+10 | |
* | also set cur dir for standard get/put file | Guido van Rossum | 1995-02-20 | 1 | -0/+9 | |
* | Some more modules temp excluded in mwerks, and a comment fix. | Jack Jansen | 1995-02-20 | 1 | -1/+8 | |
* | - Added PyMac_GetDirectory call which asks the user to select a | Jack Jansen | 1995-02-20 | 2 | -20/+81 | |
* | Always set type to APPL | Jack Jansen | 1995-02-20 | 1 | -4/+3 | |
* | Minor bug fix | Jack Jansen | 1995-02-20 | 1 | -1/+1 | |
* | Added GetDirectory() method | Jack Jansen | 1995-02-20 | 1 | -1/+16 | |
* | ported back to Think C | Guido van Rossum | 1995-02-19 | 3 | -3/+10 | |
* | another round... ported to __SC__ | Guido van Rossum | 1995-02-19 | 13 | -207/+155 | |
* | use PyMac_GetArgv (in macgetargv.c) for applet inits | Guido van Rossum | 1995-02-19 | 1 | -17/+8 | |
* | get argc/argv from AppleEvents | Guido van Rossum | 1995-02-19 | 1 | -0/+325 | |
* | added copyright header | Guido van Rossum | 1995-02-19 | 1 | -0/+24 | |
* | explicitly init flags in methodlist | Guido van Rossum | 1995-02-19 | 1 | -1/+1 | |
* | hacks for atoi/strtod in __SC__ | Guido van Rossum | 1995-02-19 | 1 | -0/+5 | |
* | accept file arguments and loop over files | Guido van Rossum | 1995-02-19 | 1 | -10/+33 | |
* | The Makefile | Guido van Rossum | 1995-02-19 | 1 | -20/+36 | |
* | fancier version copies template file | Guido van Rossum | 1995-02-18 | 1 | -34/+111 | |
* | newer stuff | Guido van Rossum | 1995-02-18 | 2 | -1/+490 | |
* | asdded applet info | Guido van Rossum | 1995-02-18 | 1 | -18/+76 | |
* | different MPW notes | Guido van Rossum | 1995-02-18 | 2 | -70/+24 | |
* | cfm 68k support | Guido van Rossum | 1995-02-18 | 1 | -0/+4 | |
* | added applet initialization; | Guido van Rossum | 1995-02-18 | 1 | -12/+74 | |
* | macstrerror -> MacOS-StrError; added applet and cfm-68k support | Guido van Rossum | 1995-02-18 | 1 | -7/+13 | |
* | added imp; forget ctb and math for __SC__ (for now) | Guido van Rossum | 1995-02-18 | 1 | -5/+11 | |
* | put #undefs insize comments; rationalize MPW support | Guido van Rossum | 1995-02-18 | 1 | -88/+89 | |
* | moved most of it to macglue.c | Guido van Rossum | 1995-02-18 | 1 | -67/+6 | |
* | new Makefile and everything | Guido van Rossum | 1995-02-17 | 1 | -81/+38 | |
* | completely redone | Guido van Rossum | 1995-02-17 | 2 | -0/+92 | |
* | main program for applets | Guido van Rossum | 1995-02-17 | 1 | -0/+96 | |
* | add casts for __SC__ | Guido van Rossum | 1995-02-17 | 1 | -2/+2 | |
* | add __SC__ ifdef | Guido van Rossum | 1995-02-17 | 1 | -1/+1 | |
* | Added support for loading pyc code from a resource. | Jack Jansen | 1995-02-15 | 2 | -0/+118 | |
* | different #ifdefs | Guido van Rossum | 1995-02-14 | 2 | -8/+6 | |
* | completed aete decoded now that I have the docs | Guido van Rossum | 1995-02-14 | 1 | -64/+137 | |
* | ported to Think C | Guido van Rossum | 1995-02-14 | 4 | -1/+26 | |
* | Some of Guido's bgen modules aren't think-only anymore | Jack Jansen | 1995-02-13 | 1 | -0/+3 | |
* | Changed PyMac_GetPythonDir to use a preferences file to store the | Jack Jansen | 1995-02-13 | 1 | -4/+46 | |
* | Open library resource file read-only | Jack Jansen | 1995-02-13 | 1 | -1/+1 | |
* | malloc debug only on ppc | Guido van Rossum | 1995-02-13 | 1 | -1/+1 | |
* | remove unused vars | Guido van Rossum | 1995-02-13 | 1 | -2/+1 | |
* | null-terminate the error string in macstrerror | Guido van Rossum | 1995-02-13 | 1 | -0/+1 | |