* decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro
[official-gcc.git] / libdecnumber / ChangeLog
blobd5fdc35ebfd3cc9e66a78f3fe57ebab32f0f55ec
1 2006-01-03  Roger Sayle  <roger@eyesopen.com>
2             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4         * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro
5         definition of strcpy from generating compilation warnings.
7 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
9         PR target/25259
10         * configure.ac: Use GCC_HEADER_STDINT.
11         * decContext.h: Include gstdint.h.
12         * aclocal.m4: Regenerate.
13         * configure: Regenerate.
15 2005-12-20  Roger Sayle  <roger@eyesopen.com>
17         * decNumber.c (decStrEq): Cast string contents to unsigned char
18         instead of int before calling tolower.
20 2005-12-20  Roger Sayle  <roger@eyesopen.com>
22         * decNumber.c (decStrEq): Cast operands to int before calling
23         tolower to avoid compilation warnings on Tru64.
25 2005-12-05  Ben Elliston  <bje@au.ibm.com>
27         * Makefile.in (clean): Remove stray reference to libcpp.a.
29         * decimal128.h, decContext.c, decRound.c, decimal32.c,
30         decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h,
31         decimal64.h, decUtility.c, decLibrary.c, configure.ac,
32         decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF
33         office address.
35 2005-12-01  Ben Elliston  <bje@au.ibm.com>
37         * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
38         * decUtility.c (__dec_byte_swap): Move from here ..
39         * decLibrary.c: .. to here.
41 2005-11-23  Gerald Pfeifer  <gerald@pfeifer.com>
43         * decContext.h: Properly guard inclusion of stdint.h
44         * decContext.c: Include config.h
45         * decLibrary.c: Ditto.
46         * decNumber.c: Ditto.
47         * decRound.c: Ditto.
48         * decUtility.c: Ditto.
49         * decimal32.c: Ditto.
50         * decimal64.c: Ditto.
51         * decimal128.c: Ditto.
52         
53 2005-11-29  Ben Elliston  <bje@au.ibm.com>
55         * decUtility.c: Remove redundant #includes.
56         * decUtility.h (__dec_byte_swap): Remove prototype.
58 2005-11-29  Ben Elliston  <bje@au.ibm.com>
60         * configure.ac: New file.
61         * aclocal.m4: Likewise.
62         * Makefile.in: Likewise.
63         * configure: Generate.
64         * config.in: Likewise.
66 2005-11-29  Ben Elliston  <bje@au.ibm.com>
68         * decimal32.h, decimal64.h, decimal128.h: New.
69         * decimal32.c, decimal64.c, decimal128.c: Likewise.
70         * decContext.c, decContext.h: Likewise.
71         * decUtility.c, decUtility.h: Likewise.
72         * decNumber.c, decNumber.h, decNumberLocal.h: Likewise.
73         * decDPD.h: Likewise.
74         * decLibrary.c, decRound.c: Likewise.