PR other/22313
[official-gcc.git] / libdecnumber / ChangeLog
blob99096f813ee48919e3e4223f1c842c49342db85b
1 2006-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3         * decContext.c (decContextSetStatusFromString): Constify.
4         * decContext.h (decContextSetStatusFromString): Likewise.
5         * decNumber.c (decNumberFromString): Likewise.
6         * decNumber.h (decNumberFromString): Likewise.
7         * decimal128.c (decimal128FromString): Likewise.
8         * decimal128.h (decimal128FromString): Likewise.
9         * decimal32.c (decimal32FromString): Likewise.
10         * decimal32.h (decimal32FromString): Likewise.
11         * decimal64.c (decimal64FromString): Likewise.
12         * decimal64.h (decimal64FromString): Likewise.
14 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
16         PR build/26188
17         * configure: Regenerate.
19 2006-06-23  Ben Elliston  <bje@au.ibm.com>
21         * decNumber.h (decNumberNegate): Remove.
23 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
25         * Makefile.in: Add install-html target. Add install-html to .PHONY
27 2006-02-06  Ben Elliston  <bje@au.ibm.com>
29         * decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
30         return types.
32 2006-01-03  Roger Sayle  <roger@eyesopen.com>
33             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
35         * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro
36         definition of strcpy from generating compilation warnings.
38 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
40         PR target/25259
41         * configure.ac: Use GCC_HEADER_STDINT.
42         * decContext.h: Include gstdint.h.
43         * aclocal.m4: Regenerate.
44         * configure: Regenerate.
46 2005-12-20  Roger Sayle  <roger@eyesopen.com>
48         * decNumber.c (decStrEq): Cast string contents to unsigned char
49         instead of int before calling tolower.
51 2005-12-20  Roger Sayle  <roger@eyesopen.com>
53         * decNumber.c (decStrEq): Cast operands to int before calling
54         tolower to avoid compilation warnings on Tru64.
56 2005-12-05  Ben Elliston  <bje@au.ibm.com>
58         * Makefile.in (clean): Remove stray reference to libcpp.a.
60         * decimal128.h, decContext.c, decRound.c, decimal32.c,
61         decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h,
62         decimal64.h, decUtility.c, decLibrary.c, configure.ac,
63         decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF
64         office address.
66 2005-12-01  Ben Elliston  <bje@au.ibm.com>
68         * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
69         * decUtility.c (__dec_byte_swap): Move from here ..
70         * decLibrary.c: .. to here.
72 2005-11-23  Gerald Pfeifer  <gerald@pfeifer.com>
74         * decContext.h: Properly guard inclusion of stdint.h
75         * decContext.c: Include config.h
76         * decLibrary.c: Ditto.
77         * decNumber.c: Ditto.
78         * decRound.c: Ditto.
79         * decUtility.c: Ditto.
80         * decimal32.c: Ditto.
81         * decimal64.c: Ditto.
82         * decimal128.c: Ditto.
83         
84 2005-11-29  Ben Elliston  <bje@au.ibm.com>
86         * decUtility.c: Remove redundant #includes.
87         * decUtility.h (__dec_byte_swap): Remove prototype.
89 2005-11-29  Ben Elliston  <bje@au.ibm.com>
91         * configure.ac: New file.
92         * aclocal.m4: Likewise.
93         * Makefile.in: Likewise.
94         * configure: Generate.
95         * config.in: Likewise.
97 2005-11-29  Ben Elliston  <bje@au.ibm.com>
99         * decimal32.h, decimal64.h, decimal128.h: New.
100         * decimal32.c, decimal64.c, decimal128.c: Likewise.
101         * decContext.c, decContext.h: Likewise.
102         * decUtility.c, decUtility.h: Likewise.
103         * decNumber.c, decNumber.h, decNumberLocal.h: Likewise.
104         * decDPD.h: Likewise.
105         * decLibrary.c, decRound.c: Likewise.