Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed old scheduler parameterizing calls and replaced with something | Jack Jansen | 1997-06-03 | 2 | -102/+125 | |
| | | | | a bit easier to use and understand | |||||
* | - Added Py_GetProgramFullPath | Jack Jansen | 1997-05-23 | 2 | -8/+59 | |
| | | | | | | | - Added PyMac_StopGUSISpin and have it called at exit time (fixes crash when exiting with sockets open) - Added PLstr... funcs needed by gusi: those provided by StdCLib are broken under cfm68k | |||||
* | Workaround for bug in MSL and CWGUSI interaction that stopped the | Jack Jansen | 1997-05-07 | 1 | -0/+7 | |
| | | | | "don't close window on exit" feature to work. | |||||
* | - Various names in CodeFragments.h have changed | Jack Jansen | 1997-05-07 | 1 | -4/+17 | |
| | | | | | | - a dummy main program was added, so we can use the standard MW MSL runtime library for main programs (in stead of rolling our own, as we did previously). | |||||
* | Changed the few old routine names still used to the new ones | Jack Jansen | 1997-04-08 | 3 | -9/+14 | |
| | | | | Started working on MSL support | |||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 4 | -4/+1 | |
| | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h | |||||
* | Only go into eventloop/interrupt check 10 times per second | Jack Jansen | 1997-02-20 | 1 | -0/+9 | |
| | ||||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 14 | -6/+255 | |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | |||||
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 1 | -8/+29 | |
| | | | | stead of standard Py_Initialize(), which it calls). | |||||
* | Mac-specific version of getmtime (for non-GUSI Python, which needs | Jack Jansen | 1997-01-10 | 1 | -0/+50 | |
| | | | | different include files) | |||||
* | Added profiler initialization/finalization code (if __profile__ is defined) | Jack Jansen | 1997-01-07 | 1 | -1/+12 | |
| | ||||||
* | Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. | Jack Jansen | 1996-11-20 | 1 | -0/+6 | |
| | ||||||
* | Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty | Jack Jansen | 1996-11-09 | 2 | -36/+31 | |
| | | | | | | much identical anyway). Initialize PyMac_ApplicationPath and PyMac_ApplicationFSSpec to point to the current application. | |||||
* | When loading a PYC resource check whether the filename is the | Jack Jansen | 1996-11-09 | 1 | -21/+45 | |
| | | | | | application, and if so take a shortcut. This should speedup loading PYC resources when running off a CDROM quite a bit. | |||||
* | - Get preference filename from a resource | Jack Jansen | 1996-10-22 | 1 | -31/+53 | |
| | | | | - Create the file if it doesn't exist and don't be fussy about it | |||||
* | About boxes should be at 20% of screen height, not halfway | Jack Jansen | 1996-09-23 | 1 | -1/+1 | |
| | ||||||
* | Changed default background yield time to 1 tick | Jack Jansen | 1996-09-22 | 1 | -1/+14 | |
| | ||||||
* | Added macfs.FindApplication() to find application FSSpec given signature. | Jack Jansen | 1996-09-20 | 1 | -0/+128 | |
| | ||||||
* | Py_GetProgramName turns out not to be obsolete (used by _tkinter). | Jack Jansen | 1996-09-09 | 1 | -8/+0 | |
| | ||||||
* | - Put all options in a struct | Jack Jansen | 1996-09-07 | 4 | -153/+183 | |
| | | | | | | - Unified initialization code for interpreter and applet - Implemented new options to skip AE-processing for argc/argv and for disabling interactive option setting | |||||
* | - Rationalized override preferences support, by remembering | Jack Jansen | 1996-09-06 | 2 | -30/+66 | |
| | | | | | | | application resource fork RefNum and looking there only - Added support for loading gusi prefs from Preferences file (needs modified GUSI, but Matthias promised he'd incorporate the fixes in the next release) | |||||
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 2 | -0/+38 | |
| | | | | | to override an internal sioux routine and (b) we have to override the "about sioux" menuitem after sioux has created its menus. | |||||
* | Check that our override pythonpath is actually coming from the | Jack Jansen | 1996-09-05 | 1 | -8/+16 | |
| | | | | | application, not from some system extension that happens to use the same resource id. | |||||
* | Removed unused vars | Jack Jansen | 1996-09-05 | 1 | -2/+0 | |
| | ||||||
* | - Fixed PyMac_DoYield: | Jack Jansen | 1996-09-04 | 2 | -12/+71 | |
| | | | | | | | | | - Update lastyield correctly - Do event handling if PyMac_YieldEnabled > 0 (previous cmd-. fix broke this) - Use our own GUSISpin routine: fixes crash when exiting with sockets open and keeps windows, etc reacting consistently when waiting for accepts(), etc. | |||||
* | Always call __initialize(), also on PPC | Jack Jansen | 1996-08-23 | 1 | -23/+14 | |
| | ||||||
* | Added void before main | Jack Jansen | 1996-08-20 | 1 | -0/+1 | |
| | ||||||
* | Fixed command-. handling | Jack Jansen | 1996-08-19 | 1 | -2/+15 | |
| | | | | Added hacks for GetEventQueue (so you don't have to edit Events.h) | |||||
* | Fixed to work for ppc and cfm68k | Jack Jansen | 1996-08-19 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| | | | | | - new SpinCursor (replacing Jack's almost-identical one) - use GetEventQueue in stead of GetEvQHdr | |||||
* | 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 | |
| | ||||||
* | Dummy SpinCursor() if __CFM68K__ is defined | Jack Jansen | 1996-08-19 | 1 | -0/+10 | |
| | ||||||
* | Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. | Jack Jansen | 1996-08-02 | 1 | -6/+20 | |
| | ||||||
* | - Minimum stacksize is now 8K for PPC, 4K for 68K | Jack Jansen | 1996-08-01 | 1 | -7/+20 | |
| | | | | - Added PyMac_BuildNumVersion | |||||
* | Added PyOS_CheckStack() function which returns -1 when we are running | Jack Jansen | 1996-07-22 | 1 | -0/+14 | |
| | | | | low on stackspace. | |||||
* | Old names changed to Py_GetCopyright, etc. | Jack Jansen | 1996-07-10 | 4 | -6/+6 | |
| | ||||||
* | PyMac_GetFixed() didn't return 1 on success | Jack Jansen | 1996-05-31 | 1 | -0/+1 | |
| | ||||||
* | Added support for override preferences | Jack Jansen | 1996-04-04 | 1 | -13/+54 | |
| | ||||||
* | Don't change Standard File folder on chdir(). | Jack Jansen | 1996-03-25 | 1 | -0/+2 | |
| | ||||||
* | Replaced non-ascii chars by backslash escapes | Jack Jansen | 1996-03-25 | 1 | -1/+1 | |
| | ||||||
* | Somehow the <<terminated>> got mangled. Fixed. | Jack Jansen | 1996-03-20 | 1 | -1/+1 | |
| | ||||||
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 1 | -5/+27 | |
| | | | | - Set "ok" to be default button | |||||
* | Added missing include of Fonts.h | Jack Jansen | 1996-03-07 | 1 | -0/+1 | |
| | ||||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 2 | -15/+34 | |
| | | | | after each chdir call. | |||||
* | Added code to make fsspecs work for gusi-python | Jack Jansen | 1996-03-05 | 1 | -0/+16 | |
| | ||||||
* | Added __sinit() call, so C++ initializations in shared library work | Jack Jansen | 1996-02-29 | 1 | -0/+3 | |
| |