]> git.ipfire.org Git - thirdparty/gcc.git/blob - libdecnumber/ChangeLog
re PR bootstrap/26188 (4.2.0 fails to compile on FreeBSD 4.11)
[thirdparty/gcc.git] / libdecnumber / ChangeLog
1 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
2
3 PR build/26188
4 * configure: Regenerate.
5
6 2006-06-23 Ben Elliston <bje@au.ibm.com>
7
8 * decNumber.h (decNumberNegate): Remove.
9
10 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
11
12 * Makefile.in: Add install-html target. Add install-html to .PHONY
13
14 2006-02-06 Ben Elliston <bje@au.ibm.com>
15
16 * decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
17 return types.
18
19 2006-01-03 Roger Sayle <roger@eyesopen.com>
20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21
22 * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro
23 definition of strcpy from generating compilation warnings.
24
25 2006-01-02 Paolo Bonzini <bonzini@gnu.org>
26
27 PR target/25259
28 * configure.ac: Use GCC_HEADER_STDINT.
29 * decContext.h: Include gstdint.h.
30 * aclocal.m4: Regenerate.
31 * configure: Regenerate.
32
33 2005-12-20 Roger Sayle <roger@eyesopen.com>
34
35 * decNumber.c (decStrEq): Cast string contents to unsigned char
36 instead of int before calling tolower.
37
38 2005-12-20 Roger Sayle <roger@eyesopen.com>
39
40 * decNumber.c (decStrEq): Cast operands to int before calling
41 tolower to avoid compilation warnings on Tru64.
42
43 2005-12-05 Ben Elliston <bje@au.ibm.com>
44
45 * Makefile.in (clean): Remove stray reference to libcpp.a.
46
47 * decimal128.h, decContext.c, decRound.c, decimal32.c,
48 decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h,
49 decimal64.h, decUtility.c, decLibrary.c, configure.ac,
50 decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF
51 office address.
52
53 2005-12-01 Ben Elliston <bje@au.ibm.com>
54
55 * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
56 * decUtility.c (__dec_byte_swap): Move from here ..
57 * decLibrary.c: .. to here.
58
59 2005-11-23 Gerald Pfeifer <gerald@pfeifer.com>
60
61 * decContext.h: Properly guard inclusion of stdint.h
62 * decContext.c: Include config.h
63 * decLibrary.c: Ditto.
64 * decNumber.c: Ditto.
65 * decRound.c: Ditto.
66 * decUtility.c: Ditto.
67 * decimal32.c: Ditto.
68 * decimal64.c: Ditto.
69 * decimal128.c: Ditto.
70
71 2005-11-29 Ben Elliston <bje@au.ibm.com>
72
73 * decUtility.c: Remove redundant #includes.
74 * decUtility.h (__dec_byte_swap): Remove prototype.
75
76 2005-11-29 Ben Elliston <bje@au.ibm.com>
77
78 * configure.ac: New file.
79 * aclocal.m4: Likewise.
80 * Makefile.in: Likewise.
81 * configure: Generate.
82 * config.in: Likewise.
83
84 2005-11-29 Ben Elliston <bje@au.ibm.com>
85
86 * decimal32.h, decimal64.h, decimal128.h: New.
87 * decimal32.c, decimal64.c, decimal128.c: Likewise.
88 * decContext.c, decContext.h: Likewise.
89 * decUtility.c, decUtility.h: Likewise.
90 * decNumber.c, decNumber.h, decNumberLocal.h: Likewise.
91 * decDPD.h: Likewise.
92 * decLibrary.c, decRound.c: Likewise.