summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added ctbGuido van Rossum1995-02-211-1/+1
* fix bug in filterproc interfaceGuido van Rossum1995-02-214-38/+28
* fix bug with volume rootGuido van Rossum1995-02-211-20/+22
* ported to MPW, moved main() hereGuido van Rossum1995-02-201-15/+31
* moved main() to macglue.cGuido van Rossum1995-02-201-12/+0
* ported to CFM-68KGuido van Rossum1995-02-201-12/+19
* real dialogs for warnings etc., copy applet.rsrc template tooGuido van Rossum1995-02-201-37/+81
* replace %#s with portable solutionGuido van Rossum1995-02-201-13/+14
* applet to run any scriptGuido van Rossum1995-02-201-0/+35
* added shared library glueGuido van Rossum1995-02-201-2/+10
* also set cur dir for standard get/put fileGuido van Rossum1995-02-201-0/+9
* Some more modules temp excluded in mwerks, and a comment fix.Jack Jansen1995-02-201-1/+8
* - Added PyMac_GetDirectory call which asks the user to select aJack Jansen1995-02-202-20/+81
* Always set type to APPLJack Jansen1995-02-201-4/+3
* Minor bug fixJack Jansen1995-02-201-1/+1
* Added GetDirectory() methodJack Jansen1995-02-201-1/+16
* ported back to Think CGuido van Rossum1995-02-193-3/+10
* another round... ported to __SC__Guido van Rossum1995-02-1914-209/+158
* explicitly init flags in methodlistsGuido van Rossum1995-02-193-18/+22
* for __SC__Guido van Rossum1995-02-192-0/+80
* magic number changes of CR/LF are swappedGuido van Rossum1995-02-191-1/+3
* use PyMac_GetArgv (in macgetargv.c) for applet initsGuido van Rossum1995-02-191-17/+8
* get argc/argv from AppleEventsGuido van Rossum1995-02-191-0/+325
* added copyright headerGuido van Rossum1995-02-191-0/+24
* explicitly init flags in methodlistGuido van Rossum1995-02-191-1/+1
* hacks for atoi/strtod in __SC__Guido van Rossum1995-02-191-0/+5
* accept file arguments and loop over filesGuido van Rossum1995-02-191-10/+33
* The MakefileGuido van Rossum1995-02-191-20/+36
* fancier version copies template fileGuido van Rossum1995-02-181-34/+111
* newer stuffGuido van Rossum1995-02-182-1/+490
* asdded applet infoGuido van Rossum1995-02-181-18/+76
* different MPW notesGuido van Rossum1995-02-182-70/+24
* cfm 68k supportGuido van Rossum1995-02-181-0/+4
* added applet initialization;Guido van Rossum1995-02-181-12/+74
* macstrerror -> MacOS-StrError; added applet and cfm-68k supportGuido van Rossum1995-02-181-7/+13
* added imp; forget ctb and math for __SC__ (for now)Guido van Rossum1995-02-181-5/+11
* put #undefs insize comments; rationalize MPW supportGuido van Rossum1995-02-181-88/+89
* moved most of it to macglue.cGuido van Rossum1995-02-181-67/+6
* changes for CFM-68K macGuido van Rossum1995-02-181-2/+1
* rename macstrerror to PyMac_StrError; no EINTR test in CWGuido van Rossum1995-02-181-8/+13
* fix bogus test for negative floatGuido van Rossum1995-02-181-3/+3
* ported to 68K Mac; changed suffix to .slbGuido van Rossum1995-02-181-26/+18
* changes for Mac CFM-68KGuido van Rossum1995-02-183-0/+28
* continue after failing for loopGuido van Rossum1995-02-171-1/+1
* remove bogus ## in front of gcc __VERSION__Guido van Rossum1995-02-171-1/+1
* fix comment opener after #endifGuido van Rossum1995-02-171-1/+1
* add INADDR_* symbolsGuido van Rossum1995-02-171-0/+37
* hope to fix DEC Alpha gcc problems by declaring ints instead of longsGuido van Rossum1995-02-171-9/+9
* fix typo (== for =) in assignmentGuido van Rossum1995-02-171-1/+1
* fix bug in try-finally with class exceptions; declare different func pointers...Guido van Rossum1995-02-171-6/+7