annotate packages/language/c/libm/current/ChangeLog @ 3292:7f8e529b4d82 default tip

Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
author vae
date Wed, 29 Apr 2015 23:31:48 +0000
parents 77f9d3253c3e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3260
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
1 2013-08-25 Ilija Kocho <ilijak@siva.com.mk>
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
2
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
3 * src/complex/cabs.c, src/complex/casinf.c, src/complex/ccosh.c, src/complex/cimagf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
4 * src/complex/cprojf.c, src/complex/ctan.c, src/complex/cabsf.c, src/complex/casinh.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
5 * src/complex/ccoshf.c, src/complex/clog.c, src/complex/creal.c, src/complex/ctanf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
6 * src/complex/cacos.c, src/complex/casinhf.c, src/complex/cephes_subr.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
7 * src/complex/clogf.c, src/complex/crealf.c, src/complex/ctanh.c, src/complex/cacosf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
8 * src/complex/catan.c, src/complex/cephes_subrf.c, src/complex/src/complex.tex,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
9 * src/complex/csin.c, src/complex/ctanhf.c, src/complex/cacosh.c, src/complex/catanf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
10 * src/complex/cephes_subrf.h src/complex/conj.c, src/complex/csinf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
11 * src/complex/cacoshf.c, src/complex/catanh.c, src/complex/cephes_subr.h
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
12 * src/complex/conjf.c, src/complex/csinh.c, src/complex/carg.c, src/complex/catanhf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
13 * src/complex/cexp.c, src/complex/cpow.c, src/complex/csinhf.c, src/complex/cargf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
14 * src/complex/ccos.c, src/complex/cexpf.c, src/complex/cpowf.c, src/complex/csqrt.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
15 * src/complex/casin.c, src/complex/ccosf.c, src/complex/cimag.c, src/complex/cproj.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
16 * src/complex/csqrtf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
17 * include/src/complex.h:
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
18
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
19 Add: Complex number header and library (single and double precision floating point),
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
20 port from Newlib. [ Bugzilla 1001539 ]
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
21
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
22 2013-08-25 Visar Zejnullahu <visar.siva.mk>
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
23 Ilija Kocho <ilijak@siva.com.mk>
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
24
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
25 * cdl/compat.cdl, cdl/libm.cdl, include/complex.h, include/math.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
26 * src/float/ieee754-api/wf_acos.c, src/float/ieee754-api/wf_acosh.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
27 * src/float/ieee754-api/wf_asin.c, src/float/ieee754-api/wf_atan2.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
28 * src/float/ieee754-api/wf_atanh.c, src/float/ieee754-api/wf_cosh.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
29 * src/float/ieee754-api/wf_exp.c, src/float/ieee754-api/wf_fmod.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
30 * src/float/ieee754-api/wf_gamma.c, src/float/ieee754-api/wf_gamma_r.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
31 * src/float/ieee754-api/wf_hypot.c, src/float/ieee754-api/wf_j0.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
32 * src/float/ieee754-api/wf_j1.c, src/float/ieee754-api/wf_jn.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
33 * src/float/ieee754-api/wf_lgamma.c, src/float/ieee754-api/wf_lgamma_r.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
34 * src/float/ieee754-api/wf_log10.c, src/float/ieee754-api/wf_log.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
35 * src/float/ieee754-api/wf_pow.c, src/float/ieee754-api/wf_remainder.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
36 * src/float/ieee754-api/wf_scalb.c, src/float/ieee754-api/wf_sinh.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
37 * src/float/ieee754-api/wf_sqrt.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
38 * src/float/ieee754-core/ef_acos.c, src/float/ieee754-core/ef_acosh.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
39 * src/float/ieee754-core/ef_asin.c, src/float/ieee754-core/ef_atan2.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
40 * src/float/ieee754-core/ef_atanh.c, src/float/ieee754-core/ef_cosh.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
41 * src/float/ieee754-core/ef_exp.c, src/float/ieee754-core/ef_fmod.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
42 * src/float/ieee754-core/ef_gamma.c, src/float/ieee754-core/ef_gamma_r.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
43 * src/float/ieee754-core/ef_hypot.c, src/float/ieee754-core/ef_j0.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
44 * src/float/ieee754-core/ef_j1.c, src/float/ieee754-core/ef_jn.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
45 * src/float/ieee754-core/ef_lgamma.c, src/float/ieee754-core/ef_lgamma_r.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
46 * src/float/ieee754-core/ef_log10.c, src/float/ieee754-core/ef_log.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
47 * src/float/ieee754-core/ef_pow.c, src/float/ieee754-core/ef_remainder.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
48 * src/float/ieee754-core/ef_rem_pio2.c, src/float/ieee754-core/ef_scalb.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
49 * src/float/ieee754-core/ef_sinh.c, src/float/ieee754-core/ef_sqrt.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
50 * src/float/internal/kf_cos.c, src/float/internal/kf_rem_pio2.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
51 * src/float/internal/kf_sin.c, src/float/internal/kf_tan.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
52 * src/float/portable-api/sf_asinh.c, src/float/portable-api/sf_atan.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
53 * src/float/portable-api/sf_cbrt.c, src/float/portable-api/sf_ceil.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
54 * src/float/portable-api/sf_copysign.c, src/float/portable-api/sf_cos.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
55 * src/float/portable-api/sf_erf.c, src/float/portable-api/sf_expm1.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
56 * src/float/portable-api/sf_fabs.c, src/float/portable-api/sf_finite.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
57 * src/float/portable-api/sf_floor.c, src/float/portable-api/sf_frexp.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
58 * src/float/portable-api/sf_ilogb.c, src/float/portable-api/sf_isnan.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
59 * src/float/portable-api/sf_ldexp.c, src/float/portable-api/sf_log1p.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
60 * src/float/portable-api/sf_logb.c, src/float/portable-api/sf_modf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
61 * src/float/portable-api/sf_nextafter.c, src/float/portable-api/sf_rint.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
62 * src/float/portable-api/sf_scalbn.c, src/float/portable-api/sf_significand.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
63 * src/float/portable-api/sf_sin.c, src/float/portable-api/sf_tan.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
64 * src/float/portable-api/sf_tanh.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
65 * src/mathincl/fdlibm.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
66 * tests/vector_support.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
67 * tests/vectors/acosf.c, tests/vectors/atan2.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
68 * tests/vectors/copysignf.h, tests/vectors/expf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
69 * tests/vectors/fmodf.c, tests/vectors/ilogbf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
70 * tests/vectors/log10f.c, tests/vectors/modff.h, tests/vectors/scalbf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
71 * tests/vectors/sqrtf.h, tests/vectors/acosf.h, tests/vectors/atanf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
72 * tests/vectors/cosf.c, tests/vectors/exp.h, tests/vectors/fmodf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
73 * tests/vectors/isnanf.c, tests/vectors/log10f.h, tests/vectors/modf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
74 * tests/vectors/scalbnf.c, tests/vectors/sqrt.h, tests/vectors/acos.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
75 * tests/vectors/atanf.h, tests/vectors/cosf.h, tests/vectors/expm1f.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
76 * tests/vectors/fmod.h, tests/vectors/isnanf.h, tests/vectors/log10.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
77 * tests/vectors/nextafterf.c, tests/vectors/scalbnf.h, tests/vectors/tanf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
78 * tests/vectors/acoshf.c, tests/vectors/atan.h, tests/vectors/cos.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
79 * tests/vectors/expm1f.h, tests/vectors/frexpf.c, tests/vectors/j0f.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
80 * tests/vectors/log1pf.c, tests/vectors/nextafterf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
81 * tests/vectors/significandf.c, tests/vectors/tanf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
82 * tests/vectors/acoshf.h, tests/vectors/atanhf.c, tests/vectors/coshf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
83 * tests/vectors/fabsf.c, tests/vectors/frexpf.h, tests/vectors/j0f.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
84 * tests/vectors/log1pf.h, tests/vectors/powf.c, tests/vectors/significandf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
85 * tests/vectors/tan.h, tests/vectors/asinf.c, tests/vectors/atanhf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
86 * tests/vectors/coshf.h, tests/vectors/fabsf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
87 * tests/vectors/frexpf_visar.h, tests/vectors/j1f.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
88 * tests/vectors/logbf.c, tests/vectors/powf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
89 * tests/vectors/sinf.c, tests/vectors/tanhf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
90 * tests/vectors/asinf.h, tests/vectors/cbrtf.c, tests/vectors/cosh.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
91 * tests/vectors/fabs.h, tests/vectors/frexp.h, tests/vectors/j1f.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
92 * tests/vectors/logbf.h, tests/vectors/pow.h, tests/vectors/sinf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
93 * tests/vectors/tanhf.h, tests/vectors/asin.h, tests/vectors/cbrtf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
94 * tests/vectors/erfcf.c, tests/vectors/finitef.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
95 * tests/vectors/gammaf.c, tests/vectors/jnf.c, tests/vectors/logf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
96 * tests/vectors/remainderf.c, tests/vectors/sin.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
97 * tests/vectors/tanh.h, tests/vectors/asinhf.c, tests/vectors/ceilf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
98 * tests/vectors/erfcf.h, tests/vectors/finitef.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
99 * tests/vectors/gammaf.h, tests/vectors/jnf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
100 * tests/vectors/logf.h, tests/vectors/remainderf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
101 * tests/vectors/sinhf.c, tests/vectors/vector_support_float.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
102 * tests/vectors/asinhf.h, tests/vectors/ceilf.h, tests/vectors/erff.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
103 * tests/vectors/floorf.c, tests/vectors/hypotf.c, tests/vectors/ldexpf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
104 * tests/vectors/log.h, tests/vectors/rintf.c, tests/vectors/sinhf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
105 * tests/vectors/vector_support.h, tests/vectors/atan2f.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
106 * tests/vectors/ceil.h, tests/vectors/erff.h, tests/vectors/floorf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
107 * tests/vectors/hypotf.h, tests/vectors/ldexpf.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
108 * tests/vectors/modf.c, tests/vectors/rintf.h, tests/vectors/sinh.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
109 * tests/vectors/atan2f.h, tests/vectors/copysignf.c, tests/vectors/expf.c,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
110 * tests/vectors/floor.h, tests/vectors/ilogbf.c, tests/vectors/ldexp.h,
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
111 * tests/vectors/modff.c, tests/vectors/scalbf.c, tests/vectors/sqrtf.c:
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
112
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
113 Add: Single precision floating point library, port from Newlib.
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
114 [ Bugzilla 1001539 ]
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
115
2973
8536a2fc60a4 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents: 2950
diff changeset
116 2010-11-11 Sergei Gavrikov <sergei.gavrikov@gmail.com>
8536a2fc60a4 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents: 2950
diff changeset
117
8536a2fc60a4 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents: 2950
diff changeset
118 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
8536a2fc60a4 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents: 2950
diff changeset
119 around 'if-then-else' expression, simplified evaluated expression.
8536a2fc60a4 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents: 2950
diff changeset
120
2950
dc8e6a281225 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents: 2729
diff changeset
121 2010-05-15 Jonathan Larmour <jifl@jifvik.org>
dc8e6a281225 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents: 2729
diff changeset
122
dc8e6a281225 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents: 2729
diff changeset
123 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
dc8e6a281225 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents: 2729
diff changeset
124 -fno-strict-aliasing to avoid miscompilation. Workaround for a more
dc8e6a281225 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents: 2729
diff changeset
125 fundamental problem with CYG_LIBM_HI/LO.
dc8e6a281225 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents: 2729
diff changeset
126
2639
8321e65b4f43 * cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
jlarmour
parents: 2425
diff changeset
127 2008-11-20 Jonathan Larmour <jifl@eCosCentric.com>
8321e65b4f43 * cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
jlarmour
parents: 2425
diff changeset
128
8321e65b4f43 * cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
jlarmour
parents: 2425
diff changeset
129 * cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
8321e65b4f43 * cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
jlarmour
parents: 2425
diff changeset
130
2425
44054a00feca * src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents: 1588
diff changeset
131 2007-09-04 Stephen Finney <shf@pfinc.com>
44054a00feca * src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents: 1588
diff changeset
132 2007-09-04 Jonathan Larmour <jifl@eCosCentric.com>
44054a00feca * src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents: 1588
diff changeset
133
44054a00feca * src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents: 1588
diff changeset
134 * src/misc/infconst.c: Declare infinity byte order as dependent on
44054a00feca * src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents: 1588
diff changeset
135 double byte order, not integer.
44054a00feca * src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents: 1588
diff changeset
136 Fixes bug #1000448.
44054a00feca * src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents: 1588
diff changeset
137
1588
65212e80355e * src/double/ieee754-core/e_cosh.c (__ieee754_cosh):
asl
parents: 728
diff changeset
138 2004-04-14 Andrew Lunn <andrew.lunn@ascom.ch>
65212e80355e * src/double/ieee754-core/e_cosh.c (__ieee754_cosh):
asl
parents: 728
diff changeset
139
65212e80355e * src/double/ieee754-core/e_cosh.c (__ieee754_cosh):
asl
parents: 728
diff changeset
140 * src/double/ieee754-core/e_cosh.c (__ieee754_cosh):
65212e80355e * src/double/ieee754-core/e_cosh.c (__ieee754_cosh):
asl
parents: 728
diff changeset
141 * src/double/ieee754-core/e_sinh.c (__ieee754_sinh): Make use of
65212e80355e * src/double/ieee754-core/e_cosh.c (__ieee754_cosh):
asl
parents: 728
diff changeset
142 the CYG_LIBM_LO() macro which does not generate a compiler warning.
65212e80355e * src/double/ieee754-core/e_cosh.c (__ieee754_cosh):
asl
parents: 728
diff changeset
143
728
3d45bf1e13c8 * cdl/libm.cdl: Fix doc link.
jlarmour
parents: 210
diff changeset
144 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com>
3d45bf1e13c8 * cdl/libm.cdl: Fix doc link.
jlarmour
parents: 210
diff changeset
145
3d45bf1e13c8 * cdl/libm.cdl: Fix doc link.
jlarmour
parents: 210
diff changeset
146 * cdl/libm.cdl: Fix doc link.
3d45bf1e13c8 * cdl/libm.cdl: Fix doc link.
jlarmour
parents: 210
diff changeset
147
184
022f1e506033 Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents: 174
diff changeset
148 2001-09-28 Jesper Skov <jskov@redhat.com>
022f1e506033 Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents: 174
diff changeset
149
022f1e506033 Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents: 174
diff changeset
150 * src/double/portable-api/s_expm1.c (expm1): Init c before it's used.
022f1e506033 Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents: 174
diff changeset
151
174
38892b97b685 Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents: 161
diff changeset
152 2001-07-20 Jonathan Larmour <jlarmour@redhat.com>
38892b97b685 Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents: 161
diff changeset
153
38892b97b685 Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents: 161
diff changeset
154 * src/double/portable-api/s_expm1.c: Reimport from newlib
38892b97b685 Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents: 161
diff changeset
155 * src/double/ieee754-core/e_pow.c: Ditto.
38892b97b685 Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents: 161
diff changeset
156 * src/mathincl/fdlibm.h: Define macros and types required for
38892b97b685 Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents: 161
diff changeset
157 newlib versions of libm files.
38892b97b685 Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents: 161
diff changeset
158
161
ac086aa3217e Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents: 126
diff changeset
159 2001-04-25 Bart Veer <bartv@redhat.com>
ac086aa3217e Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents: 126
diff changeset
160
ac086aa3217e Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents: 126
diff changeset
161 * cdl/libm.cdl:
ac086aa3217e Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents: 126
diff changeset
162 Ensure -ffloat-store is also used for the updated synthetic target
ac086aa3217e Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents: 126
diff changeset
163 when running on x86 hardware.
ac086aa3217e Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents: 126
diff changeset
164
126
518f42066aba Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents: 121
diff changeset
165 2000-09-11 Jonathan Larmour <jlarmour@redhat.com>
518f42066aba Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents: 121
diff changeset
166
518f42066aba Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents: 121
diff changeset
167 * src/misc/infconst.c: Revert below two changes - the gcc problem
518f42066aba Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents: 121
diff changeset
168 that provoked it is now fixed.
518f42066aba Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents: 121
diff changeset
169
121
6bd9d475ed4b Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents: 119
diff changeset
170 2000-09-01 Jonathan Larmour <jlarmour@redhat.com>
6bd9d475ed4b Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents: 119
diff changeset
171
6bd9d475ed4b Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents: 119
diff changeset
172 * src/misc/infconst.c: Silence warning about number of brackets
6bd9d475ed4b Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents: 119
diff changeset
173
119
77cec8369160 Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents: 115
diff changeset
174 2000-08-31 Jonathan Larmour <jlarmour@redhat.com>
77cec8369160 Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents: 115
diff changeset
175
77cec8369160 Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents: 115
diff changeset
176 * include/math.h: Declare cyg_libm_infinity as an array type for correct
77cec8369160 Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents: 115
diff changeset
177 relocations
77cec8369160 Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents: 115
diff changeset
178 * src/misc/infconst.c: Define it likewise
77cec8369160 Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents: 115
diff changeset
179
94
4642a6d35749 Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents: 92
diff changeset
180 2000-05-30 Jesper Skov <jskov@redhat.com>
4642a6d35749 Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents: 92
diff changeset
181
4642a6d35749 Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents: 92
diff changeset
182 * include/sys/ieeefp.h: Undo below change.
4642a6d35749 Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents: 92
diff changeset
183
92
08ffab08d2ee Merge from eCos master repository on 2000-05-26-07:47:03-BST
jlarmour
parents: 78
diff changeset
184 2000-05-26 Jesper Skov <jskov@redhat.com>
08ffab08d2ee Merge from eCos master repository on 2000-05-26-07:47:03-BST
jlarmour
parents: 78
diff changeset
185
08ffab08d2ee Merge from eCos master repository on 2000-05-26-07:47:03-BST
jlarmour
parents: 78
diff changeset
186 * include/sys/ieeefp.h: Support FPU double-LE layout in BE mode.
94
4642a6d35749 Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents: 92
diff changeset
187 Fix paste bug.
92
08ffab08d2ee Merge from eCos master repository on 2000-05-26-07:47:03-BST
jlarmour
parents: 78
diff changeset
188
115
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents: 108
diff changeset
189 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk>
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents: 108
diff changeset
190
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents: 108
diff changeset
191 * tests/vectors/vector_support.h:
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents: 108
diff changeset
192 Update startup configury to reflect changes in libc startup.
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents: 108
diff changeset
193 Use default stacksize of CYGNUM_HAL_STACK_SIZE_TYPICAL rather than 32K
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents: 108
diff changeset
194
78
59d97b6ba612 Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents: 76
diff changeset
195 2000-03-28 John Dallaway <jld@cygnus.co.uk>
76
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
196
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
197 * cdl/libm.cdl:
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
198
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
199 Adjust documentation URLs.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
200
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
201 2000-03-16 Jonathan Larmour <jlarmour@redhat.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
202
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
203 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add -ffloat-store for i386
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
204 targets. The math library implementation relies on accurate IEEE FP.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
205
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
206 2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
207 * cdl/*.cdl:
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
208
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
209 Adjust help URLs in line with new doc layout.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
210
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
211 2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
212 * cdl/*.cdl:
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
213
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
214 Adjust help URLs in line with new doc layout.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
215
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
216 2000-01-28 Jonathan Larmour <jlarmour@redhat.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
217
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
218 * cdl/libm.cdl: Don't need to compile with -O1 any more
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
219
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
220 2000-01-19 Hugo Tyson <hmt@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
221
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
222 * cdl/*.cdl: Add descriptions to a number of options &c which were
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
223 lacking same, also tidied up other typos as noticed en passant.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
224
56
755351606154 Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents: 14
diff changeset
225 1999-11-23 Hugo Tyson <hmt@cygnus.co.uk>
755351606154 Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents: 14
diff changeset
226
755351606154 Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents: 14
diff changeset
227 * include/pkgconf/libm.h: Cooperate with permtest combo10 setting
755351606154 Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents: 14
diff changeset
228 an intermediate variable CYGNUM_LIBM_COMPAT_DEFAULT directly.
755351606154 Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents: 14
diff changeset
229
76
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
230 1999-11-03 John Dallaway <jld@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
231
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
232 * cdl/libm.cdl: Define tests.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
233
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
234 1999-10-18 John Dallaway <jld@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
235
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
236 * cdl/libm.cdl:
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
237 Parent CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
238 under a CDL component.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
239
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
240 1999-10-15 John Dallaway <jld@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
241
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
242 * cdl/libm.cdl:
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
243 Define CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
244
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
245 1999-10-07 John Dallaway <jld@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
246
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
247 * cdl/compat.cdl: Specify radio buttons using CDL interfaces.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
248
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
249 1999-08-24 Jonathan Larmour <jlarmour@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
250
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
251 * src/PKGconf.mak: Optimize by default everywhere, except when compiling
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
252 e_pow.c, in which case use -fno-schedule-insns
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
253
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
254 1999-08-17 John Dallaway <jld@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
255
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
256 * cdl/compat.cdl:
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
257
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
258 Implement radio buttons using "FIXME radio" hack in
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
259 description field for now.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
260
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
261 1999-08-14 John Dallaway <jld@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
262
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
263 * cdl/compat.cdl:
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
264 Change CYGNUM_LIBM_COMPATIBILITY flavor to 'booldata'.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
265
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
266 1999-08-12 John Dallaway <jld@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
267
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
268 * cdl/libm.cdl, cdl/compat.cdl:
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
269 Take advantage of MACRONAME_ENUMVAL macros output by CDL.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
270
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
271 1999-06-17 Jonathan Larmour <jlarmour@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
272
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
273 * src/PKGconf.mak: Disable optimization completely until CR 100802 is
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
274 fixed
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
275
14
01ce82f3e11a Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents: 12
diff changeset
276 1999-06-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
01ce82f3e11a Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents: 12
diff changeset
277
01ce82f3e11a Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents: 12
diff changeset
278 * src/mathincl/fdlibm.h: Fix for alias problem
01ce82f3e11a Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents: 12
diff changeset
279 Fix for PR 19698
01ce82f3e11a Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents: 12
diff changeset
280 * src/PKGconf.mak: workaround no longer needed
01ce82f3e11a Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents: 12
diff changeset
281
12
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
282 1999-06-04 Jonathan Larmour <jlarmour@cygnus.co.uk>
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
283
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
284 * src/PKGconf.mak:
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
285 Only use -fno-strict-aliasing if we have enough a recent toolchain
14
01ce82f3e11a Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents: 12
diff changeset
286 Default is that we have
12
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
287
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
288 1999-06-03 Jonathan Larmour <jlarmour@cygnus.co.uk>
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
289
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
290 * src/PKGconf.mak:
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
291 Finally found the option to do the right workaround:
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
292 -fno-strict-aliasing
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
293
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
294 1999-06-02 Jonathan Larmour <jlarmour@cygnus.co.uk>
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
295
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
296 * src/PKGconf.mak (SPECIAL_FLAGS): Don't use -fschedule-insns[2] on
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
297 mn10300
4cc3eff958ab Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents: 10
diff changeset
298
10
d3fbcdfa1b2f Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents: 8
diff changeset
299 1999-05-27 Jonathan Larmour <jlarmour@cygnus.co.uk>
d3fbcdfa1b2f Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents: 8
diff changeset
300
d3fbcdfa1b2f Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents: 8
diff changeset
301 * src/PKGconf.mak (SPECIAL_FLAGS): Add workaround flags for new
d3fbcdfa1b2f Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents: 8
diff changeset
302 toolchains for all targets
d3fbcdfa1b2f Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents: 8
diff changeset
303
76
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
304 1999-05-24 Jesper Skov <jskov@cygnus.co.uk>
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
305
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
306 * src/PKGconf.mak: Same workaround for sh.
435cced73e2f eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents: 66
diff changeset
307
8
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
308 1999-05-19 Jonathan Larmour <jlarmour@cygnus.co.uk>
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
309
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
310 * src/PKGconf.mak: Make below workaround be the other way around by
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
311 using -O1 and adding more explicit -O2 optimizations, just so we
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
312 don't lose very many optimizations. This is for sparclite
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
313
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
314 1999-05-19 Jonathan Larmour <jlarmour@cygnus.co.uk>
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
315
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
316 * src/PKGconf.mak: Make below workaround be the other way around by
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
317 using -O1 and adding more explicit -O2 optimizations, just so we
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
318 don't lose very many optimizations. This is for ARM
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
319
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
320 1999-05-18 Jonathan Larmour <jlarmour@cygnus.co.uk>
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
321
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
322 * src/PKGconf.mak: For the sparclite, prevent insn scheduling -
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
323 workaround for PR 19698
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
324
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
325 1999-05-18 Jonathan Larmour <jlarmour@cygnus.co.uk>
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
326
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
327 * src/PKGconf.mak: For the ARM, change from -O1 to just prevent insn
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
328 scheduling - workaround for PR 19698
ece80412419a Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents: 2
diff changeset
329
2
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
330 1999-04-15 John Dallaway <jld@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
331
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
332 * include/pkgconf/libm.h: Tidy display string capitalization.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
333
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
334 1999-04-07 Jesper Skov <jskov@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
335 PR 19442
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
336 * tests/vectors/vector_support.h: Make an occasional chirp to keep
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
337 the testing infra interested.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
338
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
339 1999-04-06 Gary Thomas <gthomas@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
340
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
341 * src/PKGconf.mak: More brute-force fix for ARM compiler
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
342 problems - PR 19772
108
ff3f181b64bd Merge from eCos master repository on 2000-07-04-20:42:44-BST
jlarmour
parents: 94
diff changeset
343
2
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
344 1999-03-31 Jonathan Larmour <jlarmour@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
345
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
346 * include/pkgconf/libm.h: Remove unnecessary define
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
347 Fix for PR 19423
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
348
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
349 1999-03-29 Gary Thomas <gthomas@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
350
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
351 * src/PKGconf.mak: Add special compile options to work around ARM
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
352 compiler bugs.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
353
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
354 1999-02-09 Jonathan Larmour <jlarmour@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
355
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
356 * src/mathincl/fdlibm.h:
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
357 Change definition of CYG_LIBM_HI/CYG_LIBM_LO to use inline
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
358 function
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
359 Fix for PR 18859
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
360
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
361 1999-01-28 Jonathan Larmour <jlarmour@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
362
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
363 * src/misc/signgam.cxx:
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
364 * src/misc/compatmode.cxx:
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
365 Include <pkgconf/kernel.h> if we use kernel header files
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
366
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
367 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
368
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
369 * tests/vectors/vector_support.h (doTestVec): Makes more
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
370 sense to output vector number than array index
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
371
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
372 * src/double/portable-api/s_ceil.c: Fix comment s/+inf/-inf/
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
373
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
374 1999-01-20 Jonathan Larmour <jlarmour@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
375
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
376 * tests/vectors/vector_support.h (doTestVec):
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
377 Add output to let you know which vectors failed
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
378
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
379 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk>
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
380
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
381 * src/mathincl/fdlibm.h:
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
382 * include/sys/ieeefp.h: Add different structure layouts for
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
383 machines that have doubles that aren't pure big/little endian.
443894e2e912 Block commit of eCos version 1.2.1
jlarmour
parents: 0
diff changeset
384
0
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
385 Fri Oct 23 19:27:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
386
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
387 * tests/vectors/vector_support.h (START_TEST):
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
388 Ensure that dummy START_TEST (the one used when the test should
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
389 *not* be run) does have a reference to the test function. And
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
390 make sure that there is a default one if there's no C API
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
391
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
392 * src/mathincl/fdlibm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
393 Add matherr() prototype if no namespace pollution
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
394
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
395 Fixes for PR 17972
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
396
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
397 1998-10-22 Jesper Skov <jskov@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
398 PR 17925
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
399
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
400 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
401 * src/misc/matherr.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
402 Removed the CYGFUN_LIBM_matherr config. The function is already
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
403 weakly defined so shouldn't need to be configured out.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
404
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
405 1998-10-19 Mark Galassi <rosalia@cygnus.com>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
406
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
407 * include/pkgconf/libm.h: updated the doc URL
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
408
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
409 Thu Oct 15 21:36:12 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
410
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
411 * src/misc/compatmode.cxx, src/misc/signgam.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
412 Only include kernel headers if we want thread-safe operation
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
413 Required for PR 17229
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
414
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
415 Wed Oct 14 17:24:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
416
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
417 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
418 Make CYGPKG_LIBM_COMPATIBILITY_DEFAULT require CYGPKG_LIBC
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
419 rather than all of libm, and put a check (with #error) that
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
420 this is the case
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
421
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
422 * src/double/ieee754-api/w_scalb.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
423 Only include errno.h if we aren't IEEE-only
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
424
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
425 * src/double/portable-api/s_ldexp.c, src/misc/standard.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
426 Make the error checking in s_ldexp.c more like every other libm
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
427 sources by putting the actual error handling into standard.c.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
428 The error handling is just like scalb
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
429
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
430 * tests/vectors/acos.c, tests/vectors/asin.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
431 tests/vectors/atan.c, tests/vectors/atan2.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
432 tests/vectors/ceil.c, tests/vectors/cos.c, tests/vectors/cosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
433 tests/vectors/exp.c, tests/vectors/fabs.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
434 tests/vectors/floor.c, tests/vectors/fmod.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
435 tests/vectors/frexp.c, tests/vectors/ldexp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
436 tests/vectors/log.c, tests/vectors/log10.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
437 tests/vectors/modf.c, tests/vectors/pow.c, tests/vectors/sin.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
438 tests/vectors/sinh.c, tests/vectors/sqrt.c, tests/vectors/tan.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
439 tests/vectors/tanh.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
440 Remove unnecessary include of <errno.h>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
441
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
442 * tests/vectors/vector_support.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
443 Only include errno.h if we aren't IEEE-only.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
444 If we don't have Cyg_ErrNo, just use a cyg_int32 instead, to
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
445 make sure that the fields are still correct for the input
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
446 test vector.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
447 In doTestVec(), before checking errno, check if we're
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
448 in IEEE mode (either compiled in or set at runtime) because if
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
449 so, and errno is set in the errno field of the input test
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
450 vector, then we have to skip this, since we can't validate the
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
451 output.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
452 In all modes, if errno is set in the input test vector, don't
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
453 bother checking the actual values
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
454
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
455 All of the above changes are for PR 17503
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
456
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
457 * tests/vectors/pow.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
458 Remove requirement of being in POSIX mode, as the change to
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
459 vector_support.h should make this work better now.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
460
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
461
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
462 Sun Sep 27 20:46:09 1998 David Moore <dsm@keema.cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
463
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
464 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
465 PR 17515: Corrected notcdl doc string.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
466
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
467 1998-09-26 Bart Veer <bartv@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
468
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
469 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
470 PR 17503: there are uses of errno in a couple of places in libm,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
471 and errno will only be available if the C library is present.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
472 Therefore libm requires libc.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
473
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
474
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
475 Fri Sep 25 19:00:35 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
476
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
477 * src/misc/compatmode.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
478 Make sure CYGNUM_LIBM_COMPATMODE_TRACE_LEVEL is defined before
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
479 we attempt tracing, otherwise set trace level to 0 i.e. never
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
480
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
481 * src/misc/signgam.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
482 Make sure CYGNUM_LIBM_SIGNGAM_TRACE_LEVEL is defined before
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
483 we attempt tracing, otherwise set trace level to 0 i.e. never
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
484 Fix for PR 17478
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
485
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
486 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
487 Define trace levels only if parent CYGPKG_LIBM_TRACE is defined
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
488 for consistency with Configuration Tool
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
489
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
490 Fri Sep 25 18:25:02 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
491
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
492 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
493 Only check valid compatibility setting if we aren't IEEE-only
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
494 mode
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
495 Fix for PR 17481
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
496
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
497 Fri Sep 25 18:13:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
498
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
499 * src/mathincl/fdlibm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
500 * src/double/ieee754-core/e_scalb.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
501 * src/double/ieee754-api/w_scalb.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
502 Use CYGFUN_LIBM_SVID3_scalb for whether 2nd arg of scalb is
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
503 double or int, rather than _SCALB_INT.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
504 Fix for PR 17479
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
505
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
506 Wed Sep 23 08:07:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
507
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
508 * tests/vectors/pow.c (test):
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
509 Make pow test conditional on being in POSIX compatibility mode.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
510 This is the only mode that can set errno correctly, in
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
511 relation to what the tests expect.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
512 Fix for PR 16933
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
513
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
514 1998-09-20 Mark Galassi <rosalia@cygnus.com>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
515
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
516 * include/pkgconf/libm.h: updated CDL doc strings.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
517
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
518 Thu Sep 17 17:10:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
519
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
520 * tests/vectors/vector_support.h (checkErrorAcceptable):
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
521 Move check for signed-ness after all of the special cases
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
522 Fix for PR 16933
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
523
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
524 Tue Sep 15 19:26:32 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
525
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
526 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
527 Updated descriptions and a few other minor things after review
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
528
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
529 1998-09-11 Bart Veer <bartv@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
530
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
531 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
532 Sorting out dependencies for error package.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
533
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
534 Fri Sep 4 14:20:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
535
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
536 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
537 Fix thread-safe modes "requires" lines not to be associated
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
538 with the dummy parent package, but with the options themselves.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
539 Also we don't need "requires CYGPKG_KERNEL" if we already require
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
540 a particular kernel option anyway.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
541
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
542 Thu Sep 3 09:50:20 1998 Tim Goodwin <tgoodwin@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
543
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
544 * tests/vectors/vector_support.h
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
545 Change to cyg_thread_create() interface.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
546
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
547 Wed Sep 2 14:41:54 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
548
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
549 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
550 Add default define for CYGPKG_LIBM_COMPATIBILITY_DEFAULT,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
551 and shorten some display texts
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
552
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
553 Wed Sep 2 13:15:43 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
554
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
555 * src/double/ieee754-core/e_pow.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
556 Fix bug for when x is negative and y isn't an integer. A CYGNUS
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
557 LOCAL change got it wrong when casting a signed integer to
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
558 unsigned before right shifting.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
559
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
560 Reformat for 76 columns
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
561
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
562 * src/double/ieee754-api/w_pow.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
563 Reformat for 76 columns
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
564
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
565
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
566 Wed Sep 2 12:30:11 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
567
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
568 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
569 Default tracing to off
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
570 Reformat for 76 columns
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
571
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
572 * tests/vectors/vector_support.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
573 Align '{'s and "verbs" on the same line. Tidy to 76 columns
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
574
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
575 Mon Aug 31 13:38:25 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
576
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
577 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
578 Require infra tracing support to allow tracing
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
579
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
580 1998-08-28 Bart Veer <bartv@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
581
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
582 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
583 * src/misc/compatmode.cxx, src/misc/signgam.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
584 * tests/vectors/vector_support.h
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
585
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
586 Updated for new kernel configuration option symbol names
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
587
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
588 Fri Aug 28 09:07:07 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
589
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
590 * tests/vectors/vector_support.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
591 Change START_TEST macro, adjust config options and add
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
592 cyg_package_start() to get tests working correctly with new entry
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
593 point mechanism, including cyg_iso_c_start() if available
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
594
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
595 Wed Aug 26 20:25:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
596
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
597 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
598 Remove #define CYGPKG_LIBM is that is meant to live in
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
599 <pkgconf/system.h> after all
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
600
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
601
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
602 Wed Aug 26 19:38:54 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
603
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
604 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
605 More fixes to CDL stuff to make it work better, and look better on
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
606 the screen
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
607
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
608 Tue Aug 25 20:23:25 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
609
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
610 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
611 Make some fixes after running the ConfigTool
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
612
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
613 Tue Aug 25 16:59:11 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
614
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
615 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
616 Turns out the nesting wasn't quite right. Correct it, and replace
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
617 the "not" prefix on CFG_DATA, which slipped in to the previous change.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
618
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
619 Tue Aug 25 16:53:03 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
620
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
621 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
622 Ensure there is a default compatibility mode and fix the
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
623 ifdef nesting for the compat modes
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
624
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
625 Tue Aug 25 15:24:51 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
626
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
627 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
628 Tidy up CDL stuff prior to checking if it all actually works!
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
629
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
630 Tue Aug 25 05:17:55 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
631
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
632 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
633 Do a first pass of CDLification of configuration data
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
634
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
635 * include/pkgconf/libm.h, src/misc/matherr.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
636 Rename CYGFUN_LIBC_matherr to CYGFUN_LIBM_matherr
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
637
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
638 Wed Aug 19 19:35:16 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
639
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
640 * tests/vectors/acos.c, tests/vectors/cosh.c, tests/vectors/ldexp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
641 tests/vectors/sinh.c, tests/vectors/asin.c, tests/vectors/exp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
642 tests/vectors/log.c, tests/vectors/sqrt.c, tests/vectors/atan.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
643 tests/vectors/fabs.c, tests/vectors/log10.c, tests/vectors/tan.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
644 tests/vectors/atan2.c, tests/vectors/floor.c, tests/vectors/modf.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
645 tests/vectors/tanh.c, tests/vectors/ceil.c, tests/vectors/fmod.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
646 tests/vectors/pow.c, tests/vectors/cos.c, tests/vectors/frexp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
647 tests/vectors/sin.c
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
648
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
649 * tests/vectors/vector_support.h (doTestVec):
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
650 Remove "register" on variable
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
651
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
652 Wed Aug 19 18:59:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
653
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
654 * src/double/ieee754-core/e_gamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
655 src/double/ieee754-core/e_lgamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
656 src/double/ieee754-api/w_gamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
657 src/double/ieee754-api/w_lgamma.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
658 Remove direct reference to extern int signgam and include <math.h>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
659 instead
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
660
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
661 Mon Jul 27 23:47:52 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
662
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
663 * include/math.h, include/pkgconf/libm.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
664 src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
665 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
666 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
667 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
668 src/double/ieee754-api/w_gamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
669 src/double/ieee754-api/w_gamma_r.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
670 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
671 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
672 src/double/ieee754-api/w_lgamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
673 src/double/ieee754-api/w_lgamma_r.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
674 src/double/ieee754-api/w_log.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
675 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
676 src/double/ieee754-api/w_remainder.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
677 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
678 src/double/ieee754-api/w_sqrt.c, src/double/ieee754-core/e_acos.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
679 src/double/ieee754-core/e_acosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
680 src/double/ieee754-core/e_asin.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
681 src/double/ieee754-core/e_atan2.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
682 src/double/ieee754-core/e_atanh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
683 src/double/ieee754-core/e_cosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
684 src/double/ieee754-core/e_exp.c, src/double/ieee754-core/e_fmod.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
685 src/double/ieee754-core/e_gamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
686 src/double/ieee754-core/e_gamma_r.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
687 src/double/ieee754-core/e_hypot.c, src/double/ieee754-core/e_j0.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
688 src/double/ieee754-core/e_j1.c, src/double/ieee754-core/e_jn.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
689 src/double/ieee754-core/e_lgamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
690 src/double/ieee754-core/e_lgamma_r.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
691 src/double/ieee754-core/e_log.c, src/double/ieee754-core/e_log10.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
692 src/double/ieee754-core/e_pow.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
693 src/double/ieee754-core/e_rem_pio2.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
694 src/double/ieee754-core/e_remainder.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
695 src/double/ieee754-core/e_scalb.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
696 src/double/ieee754-core/e_sinh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
697 src/double/ieee754-core/e_sqrt.c, src/double/internal/k_cos.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
698 src/double/internal/k_rem_pio2.c, src/double/internal/k_sin.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
699 src/double/internal/k_tan.c, src/double/portable-api/s_asinh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
700 src/double/portable-api/s_atan.c, src/double/portable-api/s_cbrt.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
701 src/double/portable-api/s_ceil.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
702 src/double/portable-api/s_copysign.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
703 src/double/portable-api/s_cos.c, src/double/portable-api/s_erf.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
704 src/double/portable-api/s_expm1.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
705 src/double/portable-api/s_fabs.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
706 src/double/portable-api/s_finite.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
707 src/double/portable-api/s_floor.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
708 src/double/portable-api/s_frexp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
709 src/double/portable-api/s_ilogb.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
710 src/double/portable-api/s_isnan.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
711 src/double/portable-api/s_ldexp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
712 src/double/portable-api/s_log1p.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
713 src/double/portable-api/s_logb.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
714 src/double/portable-api/s_modf.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
715 src/double/portable-api/s_nextafter.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
716 src/double/portable-api/s_rint.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
717 src/double/portable-api/s_scalbn.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
718 src/double/portable-api/s_significand.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
719 src/double/portable-api/s_sin.c, src/double/portable-api/s_tan.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
720 src/double/portable-api/s_tanh.c, src/mathincl/fdlibm.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
721 src/misc/standard.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
722
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
723 Untabify
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
724
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
725 Mon Jul 27 22:52:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
726
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
727 * tests/vectors/vector_support.h (doTestVec):
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
728 Remove "register" when declaring variable i
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
729
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
730 * host/acosgen.c, host/cosgen.c, host/fmodgen.c, host/modfgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
731 host/tangen.c, host/asingen.c, host/coshgen.c, host/frexpgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
732 host/powgen.c, host/tanhgen.c, host/atan2gen.c, host/expgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
733 host/ldexpgen.c, host/singen.c, host/atangen.c, host/fabsgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
734 host/log10gen.c, host/sinhgen.c, host/ceilgen.c, host/floorgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
735 host/loggen.c, host/sqrtgen.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
736 Remove "register" when declaring variable "int x"
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
737
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
738 Mon Jul 27 22:45:01 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
739
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
740 * tests/vectors/vector_support.h (checkErrorAcceptable):
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
741 Add extra check for tolerance acceptance so it behaves correctly with
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
742 underflow and overflow
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
743
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
744 Also reverse sense of checkErrorAcceptable() so it now returns
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
745 false on success and true on failure, as suggested by hmt. Change
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
746 this in doTestVec() (which is where it is called) too.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
747
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
748 * tests/vectors/vector_support.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
749 Remove #if 0'd shift_double() function
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
750
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
751 Mon Jul 27 21:55:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
752
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
753 * src/mathincl/fdlibm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
754 Rename CYGONCE_LIBM_FDLIBM_H to CYGONCE_LIBM_MATHINCL_FDLIBM_H as per
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
755 code review comments
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
756
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
757 Fri Jul 24 22:20:42 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
758
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
759 * include/math.h, include/pkgconf/libm.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
760 src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
761 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
762 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
763 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
764 src/double/ieee754-api/w_gamma.c, src/double/ieee754-api/w_gamma_r.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
765 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
766 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
767 src/double/ieee754-api/w_lgamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
768 src/double/ieee754-api/w_lgamma_r.c, src/double/ieee754-api/w_log.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
769 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
770 src/double/ieee754-api/w_remainder.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
771 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
772 src/double/ieee754-api/w_sqrt.c, src/mathincl/fdlibm.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
773 src/misc/compatmode.cxx, src/misc/matherr.c, src/misc/signgam.cxx,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
774 src/misc/standard.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
775
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
776 Rename libm config option names as per the libm coding standard
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
777 review. Chiefly ensuring that CYGXXX_ prefixes are correct
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
778
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
779 * src/misc/matherr.c, include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
780 Add new CYGFUN_LIBC_matherr config option to prevent inclusion of
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
781 default matherr
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
782
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
783 Mon Jul 20 18:07:31 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
784
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
785 * src/misc/infconst.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
786 Oops. Don't let cyg_libm_infinity be static!
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
787
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
788 Thu Jul 16 20:07:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
789
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
790 * include/math.h, include/sys/ieeefp.h, src/misc/infconst.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
791 Remove union Cyg_libm_int_double from math.h, which was used to
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
792 define infinity, and replace with use of
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
793 Cyg_libm_ieee_double_shape_type from ieeefp.h
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
794
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
795 That type (which is a union) is now reordered so that it can be
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
796 initialised in terms of two int's
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
797
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
798 Mon Jul 13 21:55:06 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
799
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
800 * src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
801 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
802 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
803 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
804 src/double/ieee754-api/w_gamma.c, src/double/ieee754-api/w_gamma_r.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
805 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
806 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
807 src/double/ieee754-api/w_lgamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
808 src/double/ieee754-api/w_lgamma_r.c, src/double/ieee754-api/w_log.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
809 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
810 src/double/ieee754-api/w_remainder.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
811 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
812 src/double/ieee754-api/w_sqrt.c, src/double/ieee754-core/e_acos.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
813 src/double/ieee754-core/e_acosh.c, src/double/ieee754-core/e_asin.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
814 src/double/ieee754-core/e_atan2.c, src/double/ieee754-core/e_atanh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
815 src/double/ieee754-core/e_cosh.c, src/double/ieee754-core/e_exp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
816 src/double/ieee754-core/e_fmod.c, src/double/ieee754-core/e_gamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
817 src/double/ieee754-core/e_gamma_r.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
818 src/double/ieee754-core/e_hypot.c, src/double/ieee754-core/e_j0.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
819 src/double/ieee754-core/e_j1.c, src/double/ieee754-core/e_jn.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
820 src/double/ieee754-core/e_lgamma.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
821 src/double/ieee754-core/e_lgamma_r.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
822 src/double/ieee754-core/e_log.c, src/double/ieee754-core/e_log10.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
823 src/double/ieee754-core/e_pow.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
824 src/double/ieee754-core/e_rem_pio2.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
825 src/double/ieee754-core/e_remainder.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
826 src/double/ieee754-core/e_scalb.c, src/double/ieee754-core/e_sinh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
827 src/double/ieee754-core/e_sqrt.c, src/double/internal/k_cos.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
828 src/double/internal/k_rem_pio2.c, src/double/internal/k_sin.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
829 src/double/internal/k_tan.c, src/double/portable-api/s_asinh.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
830 src/double/portable-api/s_atan.c, src/double/portable-api/s_cbrt.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
831 src/double/portable-api/s_ceil.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
832 src/double/portable-api/s_copysign.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
833 src/double/portable-api/s_cos.c, src/double/portable-api/s_erf.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
834 src/double/portable-api/s_expm1.c, src/double/portable-api/s_fabs.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
835 src/double/portable-api/s_finite.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
836 src/double/portable-api/s_floor.c, src/double/portable-api/s_frexp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
837 src/double/portable-api/s_ilogb.c, src/double/portable-api/s_isnan.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
838 src/double/portable-api/s_ldexp.c, src/double/portable-api/s_log1p.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
839 src/double/portable-api/s_logb.c, src/double/portable-api/s_modf.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
840 src/double/portable-api/s_nextafter.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
841 src/double/portable-api/s_rint.c, src/double/portable-api/s_scalbn.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
842 src/double/portable-api/s_significand.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
843 src/double/portable-api/s_sin.c, src/double/portable-api/s_tan.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
844 src/double/portable-api/s_tanh.c, src/misc/standard.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
845
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
846 Make #ifdef __STDC__ bits compulsory and remove the associated #else
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
847 clause. We know that gcc is ISO C compatible!
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
848
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
849 Tue Jul 7 16:05:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
850
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
851 * src/misc/compatmode.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
852 Fix conditionalisation to prevent unused variable warning for tracing
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
853
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
854 Thu Jun 25 04:58:21 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
855
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
856 * tests/vectors/acos.c, tests/vectors/acos.h, tests/vectors/asin.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
857 tests/vectors/asin.h, tests/vectors/atan.c, tests/vectors/atan.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
858 tests/vectors/atan2.c, tests/vectors/atan2.h, tests/vectors/ceil.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
859 tests/vectors/ceil.h, tests/vectors/cos.c, tests/vectors/cos.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
860 tests/vectors/cosh.c, tests/vectors/cosh.h, tests/vectors/exp.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
861 tests/vectors/exp.h, tests/vectors/fabs.c, tests/vectors/fabs.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
862 tests/vectors/floor.c, tests/vectors/floor.h, tests/vectors/fmod.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
863 tests/vectors/fmod.h, tests/vectors/frexp.c, tests/vectors/frexp.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
864 tests/vectors/ldexp.c, tests/vectors/ldexp.h, tests/vectors/log.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
865 tests/vectors/log.h, tests/vectors/log10.c, tests/vectors/log10.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
866 tests/vectors/modf.c, tests/vectors/modf.h, tests/vectors/pow.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
867 tests/vectors/pow.h, tests/vectors/sin.c, tests/vectors/sin.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
868 tests/vectors/sinh.c, tests/vectors/sinh.h, tests/vectors/sqrt.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
869 tests/vectors/sqrt.h, tests/vectors/tan.c, tests/vectors/tan.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
870 tests/vectors/tanh.c, tests/vectors/tanh.h,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
871 tests/vectors/vector_support.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
872 Add math library tests for functions specified in the ISO standard.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
873 These are based on precomputed test vectors
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
874
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
875 * tests/PKGconf.mak:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
876 Create with above files being built
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
877
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
878 * host/acosgen.c, host/asingen.c, host/atan2gen.c, host/atangen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
879 host/ceilgen.c, host/cosgen.c, host/coshgen.c, host/expgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
880 host/fabsgen.c, host/floorgen.c, host/fmodgen.c, host/frexpgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
881 host/ldexpgen.c, host/log10gen.c, host/loggen.c, host/modfgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
882 host/powgen.c, host/singen.c, host/sinhgen.c, host/sqrtgen.c,
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
883 host/tangen.c, host/tanhgen.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
884 Host-side (and currently linux-specific) sources to automatically
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
885 generate test vector data used by the above tests.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
886
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
887 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
888 Ensure the kernel C API is available if we want thread safety
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
889
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
890 Wed Jun 24 15:42:31 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
891
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
892 * src/misc/standard.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
893 Fix typo in ifdef
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
894
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
895 Wed Jun 24 13:04:30 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
896
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
897 * src/misc/standard.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
898 Fix #defines for IEEE mode, revealed by permutation testing
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
899
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
900 Mon Jun 22 14:42:50 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
901
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
902 * src/misc/infconst.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
903 Fix compiler warning
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
904
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
905 Sun Jun 21 04:42:18 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
906
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
907 * include/sys/ieeefp.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
908 Add this to allow bitfield break down of IEEE floating point doubles
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
909
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
910 Wed Jun 17 08:55:21 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
911
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
912 * include/pkgconf/libm.h:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
913 Make the use of stderr for messages _not_ the default
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
914 Make thread safety the default
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
915
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
916 * src/misc/standard.c:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
917 Change alternative for fprintf(stderr,...) _not_ being used from
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
918 "CYG_EMPTY_STATEMENT" to just "0" to placate compiler.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
919
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
920 Mon Jun 15 19:59:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
921
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
922 * src/misc/compatmode.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
923 Fix typo in compatibility mode name
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
924
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
925 Fri Jun 5 16:31:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
926
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
927 * src/misc/signgam.cxx, src/misc/compatmode.cxx:
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
928 Fix some minor typos when thread safety is turned on
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
929
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
930 * src/misc/matherr.c
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
931 Correct syntax of weak attribute
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
932
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
933 Fri Jun 5 07:07:03 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
934
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
935 * Initial check-in of all math library sources. Based on fdlibm-5.2.
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
936
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
937
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
938 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
939 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
940 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
941 // This file is part of eCos, the Embedded Configurable Operating System.
3260
77f9d3253c3e Add: Complex number header and library (single and double precision floating point),
vae
parents: 2973
diff changeset
942 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007, 2008, 2010, 2013 Free Software Foundation, Inc.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 184
diff changeset
943 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
944 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
945 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
946 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
947 // later version.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 184
diff changeset
948 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
949 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
950 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
951 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
952 // General Public License for more details.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 184
diff changeset
953 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
954 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
955 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
956 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
957 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
958 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2639
diff changeset
959 // ####GPLCOPYRIGHTEND####
0
3111d98ba7b3 Initial commit of eCos version 1.1
jlarmour
parents:
diff changeset
960 //===========================================================================