summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Regenreated for MSLJack Jansen1997-05-151-6/+11
* MSL errno.h has moved some errors around, and doesn't documentJack Jansen1997-05-153-6/+24
* Use ProgressBar to show progress in stead of printJack Jansen1997-05-131-15/+29
* Don't free the MacOS_Splash() dialog twice...Jack Jansen1997-05-131-2/+4
* Add a few more BringToFont callsJack Jansen1997-05-131-0/+3
* Export a few more New/Convert routines, on Just's requestJack Jansen1997-05-132-0/+14
* Regenrated from CW11 IDEJack Jansen1997-05-131-32/+200
* Fixes to progress bar by SDM, modified by Jack:Jack Jansen1997-05-122-401/+464
* - toolboxmodules built first (others depend on it)Jack Jansen1997-05-072-20/+19
* Sometimes tried to modify a tuple. Fixed.Jack Jansen1997-05-071-0/+1
* Version upped to 1.5a1Jack Jansen1997-05-071-19/+19
* Included new MSL error numbersJack Jansen1997-05-071-2/+2
* Workaround for bug in MSL and CWGUSI interaction that stopped theJack Jansen1997-05-071-0/+7
* - Various names in CodeFragments.h have changedJack Jansen1997-05-071-4/+17
* - Changed the m# format for PyArg_ParseTuple back to s#Jack Jansen1997-05-075-7/+7
* c2pstr has moved to a different include fileJack Jansen1997-05-071-3/+1
* c2pstring has moved to a different include fileJack Jansen1997-05-071-3/+0
* Updated for building with MSL librariesJack Jansen1997-05-071-41/+50
* Updated for (optional) use of MSL librariesJack Jansen1997-05-074-1/+22
* Updated to use MSL librariesJack Jansen1997-05-0735-13881/+13759
* - Use cfmfile to (finally) implement building fat PythonsJack Jansen1997-05-062-62/+137
* Module to merge 'cfrg' resources (to create fat ppc/cfm68k programsJack Jansen1997-05-061-0/+235
* NewMovieFromFile has extra parameter and return valueJack Jansen1997-04-092-2/+2
* Enabled resID input/output parameter to NewMovieFromFile. This changesJack Jansen1997-04-093-13/+192
* (Optional) MSL compatabilityJack Jansen1997-04-081-0/+4
* DisposPtr -> DisposePtrJack Jansen1997-04-081-1/+1
* Changed the few old routine names still used to the new onesJack Jansen1997-04-083-9/+14
* Changed [SG]etCRefCon to [SG]etControlReferenceJack Jansen1997-04-082-7/+7
* Modified for (optional) use of MSLJack Jansen1997-04-081-2/+4
* Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONSJack Jansen1997-04-082-6/+6
* Added an attribute string_id_to_buffer, which gives the offset youJack Jansen1997-04-031-0/+12
* - Most errors are *not* OSErr style, so raise better exceptions (withJack Jansen1997-04-031-27/+57
* Still not a real test, but at least it runs againJack Jansen1997-04-031-17/+26
* Use MacOS.string_id_to_buffer for id() to buffer address hackJack Jansen1997-04-031-1/+2
* Use MacOS.string_id_to_buffer for the hack to convert string id() toJack Jansen1997-04-031-1/+2
* Converted to CW11.Jack Jansen1997-02-2433-12036/+12178
* Make cache-alignment work always (in stead of 50% of the time:-)Jack Jansen1997-02-241-1/+1
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-244-4/+1
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-2417-205/+114
* Re-generated from new (CW11) universal headersJack Jansen1997-02-245-50/+215
* Rebuilt everything with Guido's new sources, added a few modules hereJack Jansen1997-02-2028-9902/+10328
* Added calldll moduleJack Jansen1997-02-201-0/+1
* - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling itJack Jansen1997-02-203-0/+13
* Only go into eventloop/interrupt check 10 times per secondJack Jansen1997-02-201-0/+9
* Comments around identifier after #endifJack Jansen1997-02-201-1/+1
* Added operator, errno and soundex modules.Jack Jansen1997-02-201-1/+7
* Redid arg/return handling (still not as I would like it to be, though).Jack Jansen1997-02-201-76/+263
* An initial stab at calling random C routines from PythonJack Jansen1997-02-171-0/+903
* Initial stab at calling C routines from python dynamicallyJack Jansen1997-02-172-0/+214
* The USE_CACHE_ALIGNING define now has a value: the number of *words*Jack Jansen1997-02-031-4/+11