summaryrefslogtreecommitdiffstats
path: root/Mac/Include/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed THINK_C support.Jack Jansen2000-06-041-6/+1
|
* Fixed to work again without USE_GUSI and with USE_MSL_MALLOCJack Jansen2000-05-121-0/+12
|
* Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, ↵Jack Jansen2000-04-071-187/+422
| | | | so tracking the new defines will be easier in future.
* Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_HJack Jansen1999-11-051-1/+5
| | | | | since we have these in the current CW release (and probably already had them quite some time, but never added the defines).
* MrC also needs BAD_STATIC_FORWARD define.Jack Jansen1999-10-261-0/+3
|
* Added SIZEOF_VOID_P and HAVE_LONG_LONGJack Jansen1998-10-051-0/+2
|
* Define some things to 1 (in stead of empty) to be compatible with new PILJack Jansen1998-08-201-2/+2
|
* Added SIZEOF_INT and SIZEOF_LONGJack Jansen1998-08-051-0/+3
|
* Add HAVE_MKTIMEJack Jansen1998-04-211-0/+1
|
* Added CHECK_IMPORT_CASEJack Jansen1998-02-201-0/+8
| | | | | Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...)
* Moved the include of macbuildno.h to getbuildinfo.c. Putting it hereJack Jansen1997-09-081-2/+0
| | | | resulted in full recompilation every time.
* Define BUILDNO in macbuildno.h (incremented by fullbuild)Jack Jansen1997-09-011-0/+2
|
* Added/updated copyright noticesJack Jansen1997-01-311-0/+24
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Minor fix to get non-gusi python to compile againJack Jansen1997-01-101-5/+0
|
* Added HAVE_STRFTIMEJack Jansen1996-10-231-0/+4
|
* Guido:Jack Jansen1996-08-191-1/+10
| | | | | - define USE_CHECKSTACK - Comment on defines used
* Modified for GUSIJack Jansen1996-02-141-0/+13
|
* Mwerks now also has fopenrfJack Jansen1995-08-071-0/+3
|
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-1/+1
| | | | unsupported features).
* changed ifdefs and comments -- more modules are goodGuido van Rossum1995-02-211-1/+1
|
* hacks for atoi/strtod in __SC__Guido van Rossum1995-02-191-0/+5
|
* put #undefs insize comments; rationalize MPW supportGuido van Rossum1995-02-181-88/+89
|
* ported Jacks changes back to think CGuido van Rossum1995-01-181-0/+4
|
* Comment fixJack Jansen1995-01-181-1/+1
|
* Added support for MetroWerks CodeWarrior compilerJack Jansen1994-12-141-1/+5
|
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-291-1/+6
| | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix.
* Some more changesGuido van Rossum1994-08-231-2/+2
|
* Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.Guido van Rossum1994-08-191-12/+87
|
* Release 1.0.2.Guido van Rossum1994-05-061-4/+6
|
* Initial revisionGuido van Rossum1994-01-051-0/+224