]> git.ipfire.org Git - thirdparty/gcc.git/blame - libdecnumber/ChangeLog
* decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
[thirdparty/gcc.git] / libdecnumber / ChangeLog
CommitLineData
1bacb3df 12006-02-06 Ben Elliston <bje@au.ibm.com>
2
3 * decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
4 return types.
5
e5823527 62006-01-03 Roger Sayle <roger@eyesopen.com>
7 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8
9 * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro
10 definition of strcpy from generating compilation warnings.
11
56c15991 122006-01-02 Paolo Bonzini <bonzini@gnu.org>
13
14 PR target/25259
15 * configure.ac: Use GCC_HEADER_STDINT.
16 * decContext.h: Include gstdint.h.
17 * aclocal.m4: Regenerate.
18 * configure: Regenerate.
19
be4ac963 202005-12-20 Roger Sayle <roger@eyesopen.com>
21
22 * decNumber.c (decStrEq): Cast string contents to unsigned char
23 instead of int before calling tolower.
24
c6fdac18 252005-12-20 Roger Sayle <roger@eyesopen.com>
26
27 * decNumber.c (decStrEq): Cast operands to int before calling
28 tolower to avoid compilation warnings on Tru64.
29
84d7eab9 302005-12-05 Ben Elliston <bje@au.ibm.com>
31
32 * Makefile.in (clean): Remove stray reference to libcpp.a.
33
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.
39
0430da7d 402005-12-01 Ben Elliston <bje@au.ibm.com>
41
42 * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
43 * decUtility.c (__dec_byte_swap): Move from here ..
44 * decLibrary.c: .. to here.
45
f98cf5a9 462005-11-23 Gerald Pfeifer <gerald@pfeifer.com>
47
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
0be95afa 582005-11-29 Ben Elliston <bje@au.ibm.com>
59
60 * decUtility.c: Remove redundant #includes.
61 * decUtility.h (__dec_byte_swap): Remove prototype.
62
b1075c1b 632005-11-29 Ben Elliston <bje@au.ibm.com>
64
65 * configure.ac: New file.
66 * aclocal.m4: Likewise.
67 * Makefile.in: Likewise.
68 * configure: Generate.
69 * config.in: Likewise.
70
e3f15eef 712005-11-29 Ben Elliston <bje@au.ibm.com>
72
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.