* fold-const.c (operand_equal_p): Accept a NULL operand 0 for
[official-gcc.git] / libdecnumber / ChangeLog
blobe509a62c0540acf8dfe8888d24474988aed5c273
1 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
3         PR target/25259
4         * configure.ac: Use GCC_HEADER_STDINT.
5         * decContext.h: Include gstdint.h.
6         * aclocal.m4: Regenerate.
7         * configure: Regenerate.
9 2005-12-20  Roger Sayle  <roger@eyesopen.com>
11         * decNumber.c (decStrEq): Cast string contents to unsigned char
12         instead of int before calling tolower.
14 2005-12-20  Roger Sayle  <roger@eyesopen.com>
16         * decNumber.c (decStrEq): Cast operands to int before calling
17         tolower to avoid compilation warnings on Tru64.
19 2005-12-05  Ben Elliston  <bje@au.ibm.com>
21         * Makefile.in (clean): Remove stray reference to libcpp.a.
23         * decimal128.h, decContext.c, decRound.c, decimal32.c,
24         decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h,
25         decimal64.h, decUtility.c, decLibrary.c, configure.ac,
26         decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF
27         office address.
29 2005-12-01  Ben Elliston  <bje@au.ibm.com>
31         * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
32         * decUtility.c (__dec_byte_swap): Move from here ..
33         * decLibrary.c: .. to here.
35 2005-11-23  Gerald Pfeifer  <gerald@pfeifer.com>
37         * decContext.h: Properly guard inclusion of stdint.h
38         * decContext.c: Include config.h
39         * decLibrary.c: Ditto.
40         * decNumber.c: Ditto.
41         * decRound.c: Ditto.
42         * decUtility.c: Ditto.
43         * decimal32.c: Ditto.
44         * decimal64.c: Ditto.
45         * decimal128.c: Ditto.
46         
47 2005-11-29  Ben Elliston  <bje@au.ibm.com>
49         * decUtility.c: Remove redundant #includes.
50         * decUtility.h (__dec_byte_swap): Remove prototype.
52 2005-11-29  Ben Elliston  <bje@au.ibm.com>
54         * configure.ac: New file.
55         * aclocal.m4: Likewise.
56         * Makefile.in: Likewise.
57         * configure: Generate.
58         * config.in: Likewise.
60 2005-11-29  Ben Elliston  <bje@au.ibm.com>
62         * decimal32.h, decimal64.h, decimal128.h: New.
63         * decimal32.c, decimal64.c, decimal128.c: Likewise.
64         * decContext.c, decContext.h: Likewise.
65         * decUtility.c, decUtility.h: Likewise.
66         * decNumber.c, decNumber.h, decNumberLocal.h: Likewise.
67         * decDPD.h: Likewise.
68         * decLibrary.c, decRound.c: Likewise.