comparison packages/language/c/libm/current/ChangeLog @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents bf00f99aec69
children 59d97b6ba612
comparison
equal deleted inserted replaced
75:41bf073c0c32 76:435cced73e2f
1 2000-03-20 John Dallaway <jld@cygnus.co.uk>
2
3 * cdl/libm.cdl:
4
5 Adjust documentation URLs.
6
7 2000-03-16 Jonathan Larmour <jlarmour@redhat.co.uk>
8
9 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add -ffloat-store for i386
10 targets. The math library implementation relies on accurate IEEE FP.
11
12 2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk>
13 * cdl/*.cdl:
14
15 Adjust help URLs in line with new doc layout.
16
17 2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk>
18 * cdl/*.cdl:
19
20 Adjust help URLs in line with new doc layout.
21
22 2000-01-28 Jonathan Larmour <jlarmour@redhat.co.uk>
23
24 * cdl/libm.cdl: Don't need to compile with -O1 any more
25
26 2000-01-19 Hugo Tyson <hmt@cygnus.co.uk>
27
28 * cdl/*.cdl: Add descriptions to a number of options &c which were
29 lacking same, also tidied up other typos as noticed en passant.
30
1 1999-11-23 Hugo Tyson <hmt@cygnus.co.uk> 31 1999-11-23 Hugo Tyson <hmt@cygnus.co.uk>
2 32
3 * include/pkgconf/libm.h: Cooperate with permtest combo10 setting 33 * include/pkgconf/libm.h: Cooperate with permtest combo10 setting
4 an intermediate variable CYGNUM_LIBM_COMPAT_DEFAULT directly. 34 an intermediate variable CYGNUM_LIBM_COMPAT_DEFAULT directly.
35
36 1999-11-03 John Dallaway <jld@cygnus.co.uk>
37
38 * cdl/libm.cdl: Define tests.
39
40 1999-10-18 John Dallaway <jld@cygnus.co.uk>
41
42 * cdl/libm.cdl:
43 Parent CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE
44 under a CDL component.
45
46 1999-10-15 John Dallaway <jld@cygnus.co.uk>
47
48 * cdl/libm.cdl:
49 Define CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE.
50
51 1999-10-07 John Dallaway <jld@cygnus.co.uk>
52
53 * cdl/compat.cdl: Specify radio buttons using CDL interfaces.
54
55 1999-08-24 Jonathan Larmour <jlarmour@cygnus.co.uk>
56
57 * src/PKGconf.mak: Optimize by default everywhere, except when compiling
58 e_pow.c, in which case use -fno-schedule-insns
59
60 1999-08-17 John Dallaway <jld@cygnus.co.uk>
61
62 * cdl/compat.cdl:
63
64 Implement radio buttons using "FIXME radio" hack in
65 description field for now.
66
67 1999-08-14 John Dallaway <jld@cygnus.co.uk>
68
69 * cdl/compat.cdl:
70 Change CYGNUM_LIBM_COMPATIBILITY flavor to 'booldata'.
71
72 1999-08-12 John Dallaway <jld@cygnus.co.uk>
73
74 * cdl/libm.cdl, cdl/compat.cdl:
75 Take advantage of MACRONAME_ENUMVAL macros output by CDL.
76
77 1999-06-17 Jonathan Larmour <jlarmour@cygnus.co.uk>
78
79 * src/PKGconf.mak: Disable optimization completely until CR 100802 is
80 fixed
5 81
6 1999-06-07 Jonathan Larmour <jlarmour@cygnus.co.uk> 82 1999-06-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
7 83
8 * src/mathincl/fdlibm.h: Fix for alias problem 84 * src/mathincl/fdlibm.h: Fix for alias problem
9 Fix for PR 19698 85 Fix for PR 19698
28 104
29 1999-05-27 Jonathan Larmour <jlarmour@cygnus.co.uk> 105 1999-05-27 Jonathan Larmour <jlarmour@cygnus.co.uk>
30 106
31 * src/PKGconf.mak (SPECIAL_FLAGS): Add workaround flags for new 107 * src/PKGconf.mak (SPECIAL_FLAGS): Add workaround flags for new
32 toolchains for all targets 108 toolchains for all targets
109
110 1999-05-24 Jesper Skov <jskov@cygnus.co.uk>
111
112 * src/PKGconf.mak: Same workaround for sh.
33 113
34 1999-05-19 Jonathan Larmour <jlarmour@cygnus.co.uk> 114 1999-05-19 Jonathan Larmour <jlarmour@cygnus.co.uk>
35 115
36 * src/PKGconf.mak: Make below workaround be the other way around by 116 * src/PKGconf.mak: Make below workaround be the other way around by
37 using -O1 and adding more explicit -O2 optimizations, just so we 117 using -O1 and adding more explicit -O2 optimizations, just so we