Skip Montanaro
|
6980dff3db
|
delete obsolete SYMANTEC__CFM68K__ #ifdefs
|
2000-07-12 17:21:42 +00:00 |
Tim Peters
|
dbd9ba6a6c
|
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
|
2000-07-09 03:09:57 +00:00 |
Guido van Rossum
|
71260b846e
|
Added math.rint() -- round according to current IEEE754 mode
|
2000-05-11 18:19:42 +00:00 |
Guido van Rossum
|
446fd04009
|
Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen)
|
1998-11-02 16:21:39 +00:00 |
Guido van Rossum
|
50cc04ee03
|
Mac CodeWarrior has faulty declaration for hypot, which we hide with a
#define.
(Jack)
|
1998-04-28 16:02:29 +00:00 |
Guido van Rossum
|
c23ef0a6e8
|
Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack)
|
1997-05-20 15:58:15 +00:00 |
Guido van Rossum
|
ace527cbc2
|
Change comments/#ifdef structure for declaration for hypot().
|
1996-08-29 18:12:36 +00:00 |
Guido van Rossum
|
1d60614d42
|
Correctly use Py_PROTO, not obsolete PROTO.
|
1996-08-08 18:44:36 +00:00 |
Guido van Rossum
|
9de624d784
|
Added extern defn of hypot().
|
1996-07-30 16:55:08 +00:00 |
Jack Jansen
|
f9480ce4d4
|
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(
|
1995-06-27 13:12:09 +00:00 |
Guido van Rossum
|
0acd4b6e82
|
changes for Mac CFM-68K
|
1995-02-18 14:50:12 +00:00 |