summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* Soundex has gone.Jack Jansen2001-02-271-2/+0
|
* Re-enabled Scrap (even though it's mostly empty right now).Jack Jansen2001-01-291-2/+0
|
* ucnhash module has gone, xreadlines module added.Jack Jansen2001-01-251-6/+2
|
* Drag moved to core toolbox modules (Win uses it).Jack Jansen2000-12-121-2/+2
|
* Added sha module, it's needed by the unicode stuff, it seems.Jack Jansen2000-10-121-0/+2
|
* Added Qdoffs and (optionally) icglue modules.Jack Jansen2000-09-141-0/+8
|
* - Added pyexpat.Jack Jansen2000-08-251-3/+9
| | | | - Renamed socket to _socket.
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-2/+2
|
* Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵Jack Jansen2000-07-071-1/+2
| | | | specifier, now that h is signed-only.
* added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math.Jack Jansen2000-06-281-1/+7
|
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-211-0/+3
|
* Made to work under carbon.Jack Jansen2000-06-201-2/+4
|
* Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵Jack Jansen2000-06-071-2/+2
| | | | all _that_ huge.
* Removed SYMANTEC_CFM68K support.Jack Jansen2000-06-041-4/+0
|
* Removed USE_STDWIN support.Jack Jansen2000-06-041-13/+0
|
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-4/+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.
* Added unicodedata and _codecs modules (which had apparently slipped through ↵Jack Jansen2000-05-121-0/+4
| | | | until now).
* 1.6a1 modules added.Jack Jansen2000-04-071-2/+8
|
* Added Nav moduleJack Jansen1999-12-161-0/+2
|
* Drag module added.Jack Jansen1999-07-051-0/+2
|
* Added App module (appearance manager interface).Jack Jansen1999-03-041-0/+2
|
* Added a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-12/+21
| | | | | into the config file. This define is also automatically set if USE_TOOLBOX is defined.
* I give in (after all these years): renaming config.c to macconfig.c to forestallJack Jansen1998-08-181-0/+280
the continuous name conflicts which cause the wrong config.c to be found.