PR middle-end/25568
[official-gcc.git] / libdecnumber / ChangeLog
blob706beaaa0a5cadbbcd46a47ee6a95cacc8d14516
1 2005-12-20  Roger Sayle  <roger@eyesopen.com>
3         * decNumber.c (decStrEq): Cast string contents to unsigned char
4         instead of int before calling tolower.
6 2005-12-20  Roger Sayle  <roger@eyesopen.com>
8         * decNumber.c (decStrEq): Cast operands to int before calling
9         tolower to avoid compilation warnings on Tru64.
11 2005-12-05  Ben Elliston  <bje@au.ibm.com>
13         * Makefile.in (clean): Remove stray reference to libcpp.a.
15         * decimal128.h, decContext.c, decRound.c, decimal32.c,
16         decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h,
17         decimal64.h, decUtility.c, decLibrary.c, configure.ac,
18         decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF
19         office address.
21 2005-12-01  Ben Elliston  <bje@au.ibm.com>
23         * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
24         * decUtility.c (__dec_byte_swap): Move from here ..
25         * decLibrary.c: .. to here.
27 2005-11-23  Gerald Pfeifer  <gerald@pfeifer.com>
29         * decContext.h: Properly guard inclusion of stdint.h
30         * decContext.c: Include config.h
31         * decLibrary.c: Ditto.
32         * decNumber.c: Ditto.
33         * decRound.c: Ditto.
34         * decUtility.c: Ditto.
35         * decimal32.c: Ditto.
36         * decimal64.c: Ditto.
37         * decimal128.c: Ditto.
38         
39 2005-11-29  Ben Elliston  <bje@au.ibm.com>
41         * decUtility.c: Remove redundant #includes.
42         * decUtility.h (__dec_byte_swap): Remove prototype.
44 2005-11-29  Ben Elliston  <bje@au.ibm.com>
46         * configure.ac: New file.
47         * aclocal.m4: Likewise.
48         * Makefile.in: Likewise.
49         * configure: Generate.
50         * config.in: Likewise.
52 2005-11-29  Ben Elliston  <bje@au.ibm.com>
54         * decimal32.h, decimal64.h, decimal128.h: New.
55         * decimal32.c, decimal64.c, decimal128.c: Likewise.
56         * decContext.c, decContext.h: Likewise.
57         * decUtility.c, decUtility.h: Likewise.
58         * decNumber.c, decNumber.h, decNumberLocal.h: Likewise.
59         * decDPD.h: Likewise.
60         * decLibrary.c, decRound.c: Likewise.