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