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