head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.1.4.1 OPENPKG_E1_FP:1.1.4.1 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.1.4.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.4 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.2 OPENPKG_2_5_SOLID_BP:1.1; locks; strict; comment @# @; 1.3 date 2008.02.02.09.58.18; author rse; state Exp; branches; next 1.2; commitid Re5lUa4cjsp1aOPs; 1.2 date 2006.07.09.21.33.45; author thl; state Exp; branches; next 1.1; commitid s8GsuMFpkP3xqeEr; 1.1 date 2005.10.06.18.58.35; author rse; state Exp; branches 1.1.4.1; next ; 1.1.4.1 date 2006.10.16.14.52.33; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.3 log @upgrading package: mathomatic 12.8.5 -> 12.8.6 @ text @Index: am.h --- am.h.orig 2008-02-01 14:35:55 +0100 +++ am.h 2008-02-02 10:56:36 +0100 @@@@ -18,6 +18,11 @@@@ #define min(a, b) (((a) < (b)) ? (a) : (b)) /* return the minimum of two values */ #endif +#if defined(__STDC__) && __STDC__+0 < 199901L +#undef isinf +#define isinf(x) 0 +#endif + #ifndef INFINITY #define INFINITY HUGE_VAL /* the floating point, positive infinity constant */ #endif @ 1.2 log @upgrading package: mathomatic 12.5.19 -> 12.5.20 @ text @d1 5 a5 5 Index: mathomatic-12.5.20/am.h --- am.h.orig 2006-07-05 23:31:47 +0200 +++ am.h 2006-07-09 23:31:00 +0200 @@@@ -23,6 +23,11 @@@@ #define isfinite(d) finite(d) d13 3 a15 3 #define ARR_CNT(a) (sizeof(a)/sizeof(a[0])) /* returns the number of elements in an array */ #define MAX_K_INTEGER 1.0e14 /* maximum representable integer, 14 digits for doubles */ @ 1.1 log @bandage for isinf(3) which is a C99 feature; bless for PLUS class @ text @d1 4 a4 4 Index: am.h --- am.h.orig 2005-08-23 18:55:45.000000000 +0200 +++ am.h 2005-10-06 20:56:57.183209883 +0200 @@@@ -22,6 +22,11 @@@@ d13 3 a15 3 #undef PI #define PI 3.141592653589793238 #define E 2.718281828459045235 @ 1.1.4.1 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @d1 4 a4 4 Index: mathomatic-12.5.20/am.h --- am.h.orig 2006-07-05 23:31:47 +0200 +++ am.h 2006-07-09 23:31:00 +0200 @@@@ -23,6 +23,11 @@@@ d13 3 a15 3 #define ARR_CNT(a) (sizeof(a)/sizeof(a[0])) /* returns the number of elements in an array */ #define MAX_K_INTEGER 1.0e14 /* maximum representable integer, 14 digits for doubles */ @