Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented (slightly) the USE_CACHE_ALIGNED define, for the standalone | Jack Jansen | 1997-05-29 | 2 | -2/+13 |
| | | | | distribution | ||||
* | Updated for 1.5a2 distribution | Jack Jansen | 1997-05-29 | 1 | -24/+17 |
| | |||||
* | Projects for 1.5a2 distritbuion | Jack Jansen | 1997-05-29 | 28 | -3179/+3249 |
| | |||||
* | Version number and such for 1.5a2 distribution | Jack Jansen | 1997-05-29 | 4 | -1332/+1331 |
| | |||||
* | Changed release note structure: | Jack Jansen | 1997-05-28 | 8 | -762/+663 |
| | | | | | - Relnotes contains current release notes - HISTORY contains all old release notes | ||||
* | Added a range of resource numbers reserved for Bruce | Jack Jansen | 1997-05-28 | 1 | -0/+3 |
| | |||||
* | Removed references to StdClib and PLStringFuncs, rebuilt everything | Jack Jansen | 1997-05-23 | 30 | -12711/+12686 |
| | |||||
* | Nothing important | Jack Jansen | 1997-05-23 | 3 | -30/+30 |
| | |||||
* | Changed version string and preferences filename to 1.5a2. | Jack Jansen | 1997-05-23 | 4 | -919/+925 |
| | |||||
* | Renamed | Jack Jansen | 1997-05-23 | 1 | -1/+1 |
| | |||||
* | Added keys() and mapping interface to shared-library objects, allowing | Jack Jansen | 1997-05-23 | 1 | -2/+103 |
| | | | | iteration over all symbols exported | ||||
* | - 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 | ||||
* | Added PyMac_StopGUSISpin | Jack Jansen | 1997-05-23 | 1 | -5/+6 |
| | |||||
* | Regenreated for MSL | Jack Jansen | 1997-05-15 | 1 | -6/+11 |
| | |||||
* | MSL errno.h has moved some errors around, and doesn't document | Jack Jansen | 1997-05-15 | 3 | -6/+24 |
| | | | | them in comments, so we do that ourselves. | ||||
* | Use ProgressBar to show progress in stead of print | Jack Jansen | 1997-05-13 | 1 | -15/+29 |
| | |||||
* | Don't free the MacOS_Splash() dialog twice... | Jack Jansen | 1997-05-13 | 1 | -2/+4 |
| | |||||
* | Add a few more BringToFont calls | Jack Jansen | 1997-05-13 | 1 | -0/+3 |
| | |||||
* | Export a few more New/Convert routines, on Just's request | Jack Jansen | 1997-05-13 | 2 | -0/+14 |
| | |||||
* | Regenrated from CW11 IDE | Jack Jansen | 1997-05-13 | 1 | -32/+200 |
| | |||||
* | Fixes to progress bar by SDM, modified by Jack: | Jack Jansen | 1997-05-12 | 2 | -401/+464 |
| | | | | | | | - Window has a titlebar, and title() changes it - The label is changed with label() - The window is now movable-modal - Cancel is now called Stop, and works. | ||||
* | - toolboxmodules built first (others depend on it) | Jack Jansen | 1997-05-07 | 2 | -20/+19 |
| | | | | | - Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately) | ||||
* | Sometimes tried to modify a tuple. Fixed. | Jack Jansen | 1997-05-07 | 1 | -0/+1 |
| | |||||
* | Version upped to 1.5a1 | Jack Jansen | 1997-05-07 | 1 | -19/+19 |
| | |||||
* | Included new MSL error numbers | Jack Jansen | 1997-05-07 | 1 | -2/+2 |
| | |||||
* | 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 m# format for PyArg_ParseTuple back to s# | Jack Jansen | 1997-05-07 | 5 | -7/+7 |
| | | | | - c2pstr has moved to a different include file | ||||
* | c2pstr has moved to a different include file | Jack Jansen | 1997-05-07 | 1 | -3/+1 |
| | |||||
* | c2pstring has moved to a different include file | Jack Jansen | 1997-05-07 | 1 | -3/+0 |
| | |||||
* | Updated for building with MSL libraries | Jack Jansen | 1997-05-07 | 1 | -41/+50 |
| | |||||
* | 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 |
| | |||||
* | - Use cfmfile to (finally) implement building fat Pythons | Jack Jansen | 1997-05-06 | 2 | -62/+137 |
| | | | | - Turned the 10 or so yes/no questions into a single dialog | ||||
* | Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs | Jack Jansen | 1997-05-06 | 1 | -0/+235 |
| | | | | and shared libraries). | ||||
* | NewMovieFromFile has extra parameter and return value | Jack Jansen | 1997-04-09 | 2 | -2/+2 |
| | |||||
* | Enabled resID input/output parameter to NewMovieFromFile. This changes | Jack Jansen | 1997-04-09 | 3 | -13/+192 |
| | | | | | the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason. | ||||
* | (Optional) MSL compatability | Jack Jansen | 1997-04-08 | 1 | -0/+4 |
| | |||||
* | DisposPtr -> DisposePtr | Jack Jansen | 1997-04-08 | 1 | -1/+1 |
| | |||||
* | 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 [SG]etCRefCon to [SG]etControlReference | Jack Jansen | 1997-04-08 | 2 | -7/+7 |
| | |||||
* | Modified for (optional) use of MSL | Jack Jansen | 1997-04-08 | 1 | -2/+4 |
| | |||||
* | Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONS | Jack Jansen | 1997-04-08 | 2 | -6/+6 |
| | |||||
* | Added an attribute string_id_to_buffer, which gives the offset you | Jack Jansen | 1997-04-03 | 1 | -0/+12 |
| | | | | | | | | have to add to the id() of a string to get the address of the data. This is a horrible and error-prone hack, but unfortunately it is one that is needed for playing audio and crearing pixmaps. Having the constant here is at least marginally better than the previous practice of having the constant 16 all over the place... | ||||
* | - Most errors are *not* OSErr style, so raise better exceptions (with | Jack Jansen | 1997-04-03 | 1 | -27/+57 |
| | | | | | textual messages) - Plugged a memory leak or two | ||||
* | Still not a real test, but at least it runs again | Jack Jansen | 1997-04-03 | 1 | -17/+26 |
| | |||||
* | Use MacOS.string_id_to_buffer for id() to buffer address hack | Jack Jansen | 1997-04-03 | 1 | -1/+2 |
| | |||||
* | Use MacOS.string_id_to_buffer for the hack to convert string id() to | Jack Jansen | 1997-04-03 | 1 | -1/+2 |
| | | | | buffer address. | ||||
* | 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 |
| |