head 1.5; access; symbols OPENPKG_2_STABLE_MP:1.5 OPENPKG_E1_MP_HEAD:1.5 OPENPKG_E1_MP:1.5 OPENPKG_E1_MP_2_STABLE:1.5 OPENPKG_E1_FP:1.5 OPENPKG_2_STABLE_20061018:1.5 OPENPKG_2_STABLE:1.5.0.2 OPENPKG_2_STABLE_BP:1.5 OPENPKG_2_5_RELEASE:1.4 OPENPKG_2_5_SOLID:1.4.0.6 OPENPKG_2_5_SOLID_BP:1.4 OPENPKG_2_4_RELEASE:1.4 OPENPKG_2_4_SOLID:1.4.0.4 OPENPKG_2_4_SOLID_BP:1.4 OPENPKG_CW_FP:1.4 OPENPKG_2_3_RELEASE:1.4 OPENPKG_2_3_SOLID:1.4.0.2 OPENPKG_2_3_SOLID_BP:1.4 OPENPKG_2_2_RELEASE:1.3 OPENPKG_2_2_SOLID:1.3.0.4 OPENPKG_2_2_SOLID_BP:1.3 OPENPKG_2_1_RELEASE:1.3 OPENPKG_2_1_SOLID:1.3.0.2 OPENPKG_2_1_SOLID_BP:1.3 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.2 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.5 date 2005.11.26.08.12.25; author rse; state dead; branches; next 1.4; commitid dDvcSseTPha2efbr; 1.4 date 2005.02.16.21.45.47; author rse; state Exp; branches; next 1.3; 1.3 date 2004.06.16.18.35.34; author ms; state dead; branches; next 1.2; 1.2 date 2004.04.08.09.25.32; author ms; state Exp; branches; next 1.1; 1.1 date 2003.07.16.09.13.16; author rse; state Exp; branches; next ; desc @@ 1.5 log @upgrading package: zoem 05.154 -> 05.328 @ text @Index: src/ops.c --- src/ops.c.orig 2004-06-21 18:58:40.000000000 +0200 +++ src/ops.c 2005-02-16 22:44:19.257105775 +0100 @@@@ -52,7 +52,7 @@@@ static double precision_g = 1e-8; -long roundl (double f) { return (long) floor(f + 0.5) ; } +long my_roundl (double f) { return (long) floor(f + 0.5) ; } #define I_BANG_1 "{any}" #define J_BANG_1 "strip curlies, put any" @@@@ -2014,7 +2014,7 @@@@ ; else { double eps = g - floor(g+0.5) ; if (eps * SIGN(eps) <= precision_g && g*SIGN(g) <= LONG_MAX) - yamtxt = mcxTingInteger(NULL, roundl(g)) + yamtxt = mcxTingInteger(NULL, my_roundl(g)) ; else yamtxt = mcxTingDouble(NULL, g, 10) ; } @@@@ -2097,7 +2097,7 @@@@ ; eps = f3 - floor(f3+0.5) ; if (eps * SIGN(eps) <= precision_g && f3*SIGN(f3) <= LONG_MAX) - f3txt = mcxTingInteger(NULL, roundl(f3)) + f3txt = mcxTingInteger(NULL, my_roundl(f3)) ; else f3txt = mcxTingDouble(NULL, f3, 10) @@@@ -2187,7 +2187,7 @@@@ ; else { double eps = fval - floor(fval+0.5) ; if (eps * SIGN(eps) <= precision_g && fval*SIGN(fval) <= LONG_MAX) - valtxt = mcxTingInteger(NULL, roundl(fval)) + valtxt = mcxTingInteger(NULL, my_roundl(fval)) ; else valtxt = mcxTingDouble(NULL, fval, 10) ; } @ 1.4 log @fix building under Solaris where roundl(3) exists @ text @@ 1.3 log @upgrading package: zoem 04.165 -> 04.167 @ text @d1 4 a4 3 --- src/inspectN.c.orig 2003-01-13 21:12:52.000000000 +0100 +++ src/inspectN.c 2003-07-16 11:06:46.000000000 +0200 @@@@ -15,6 +15,7 @@@@ d6 1 a6 4 #include #include +#include #include d8 2 a9 4 #include "util.h" --- src/ops.c.orig 2003-06-27 20:46:46.000000000 +0200 +++ src/ops.c 2003-07-16 11:07:02.000000000 +0200 @@@@ -14,6 +14,7 @@@@ d11 29 a39 6 #include #include +#include #include #include #include @ 1.2 log @upgrading package: zoem 04.090 -> 04.098 @ text @@ 1.1 log @new package: zoem 03.188 (TeX-style Macro Processor) @ text @d13 1 a13 1 @@@@ -10,6 +10,7 @@@@ @