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