pb_assoc: Delete.
[gcc.git] / libdecnumber / ChangeLog
1 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
2
3 * Makefile.in: Add install-html target. Add install-html to .PHONY
4
5 2006-02-06 Ben Elliston <bje@au.ibm.com>
6
7 * decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
8 return types.
9
10 2006-01-03 Roger Sayle <roger@eyesopen.com>
11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12
13 * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro
14 definition of strcpy from generating compilation warnings.
15
16 2006-01-02 Paolo Bonzini <bonzini@gnu.org>
17
18 PR target/25259
19 * configure.ac: Use GCC_HEADER_STDINT.
20 * decContext.h: Include gstdint.h.
21 * aclocal.m4: Regenerate.
22 * configure: Regenerate.
23
24 2005-12-20 Roger Sayle <roger@eyesopen.com>
25
26 * decNumber.c (decStrEq): Cast string contents to unsigned char
27 instead of int before calling tolower.
28
29 2005-12-20 Roger Sayle <roger@eyesopen.com>
30
31 * decNumber.c (decStrEq): Cast operands to int before calling
32 tolower to avoid compilation warnings on Tru64.
33
34 2005-12-05 Ben Elliston <bje@au.ibm.com>
35
36 * Makefile.in (clean): Remove stray reference to libcpp.a.
37
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.
43
44 2005-12-01 Ben Elliston <bje@au.ibm.com>
45
46 * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
47 * decUtility.c (__dec_byte_swap): Move from here ..
48 * decLibrary.c: .. to here.
49
50 2005-11-23 Gerald Pfeifer <gerald@pfeifer.com>
51
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>
63
64 * decUtility.c: Remove redundant #includes.
65 * decUtility.h (__dec_byte_swap): Remove prototype.
66
67 2005-11-29 Ben Elliston <bje@au.ibm.com>
68
69 * configure.ac: New file.
70 * aclocal.m4: Likewise.
71 * Makefile.in: Likewise.
72 * configure: Generate.
73 * config.in: Likewise.
74
75 2005-11-29 Ben Elliston <bje@au.ibm.com>
76
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.