OSDN Git Service

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