summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macspeechmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Got rid of 68k-Mac and other outdated ifdefs.Jack Jansen2001-08-071-6/+0
|
* ANSIfication step 2: make sure all needed prototypes are available, and all ↵Jack Jansen2000-07-111-0/+1
| | | | | | needed header files included.
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-0/+5
| | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
* New exception interfaceJack Jansen1997-10-071-5/+1
|
* - Changed the m# format for PyArg_ParseTuple back to s#Jack Jansen1997-05-071-2/+2
| | | | - c2pstr has moved to a different include file
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-3/+3
| | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit)
* Added/updated copyright noticesJack Jansen1997-01-311-2/+1
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* RenamedJack Jansen1997-01-301-116/+115
|
* remove some unused local variablesGuido van Rossum1995-03-041-5/+0
|
* 1995 copyrightGuido van Rossum1995-01-081-2/+2
|
* - Added Version methodJack Jansen1994-12-141-129/+127
| | | | | - Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior
* Add files by JackGuido van Rossum1994-10-021-0/+559