1 2006-06-23 Ben Elliston <bje@au.ibm.com>
3 * decNumber.h (decNumberNegate): Remove.
5 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
7 * Makefile.in: Add install-html target. Add install-html to .PHONY
9 2006-02-06 Ben Elliston <bje@au.ibm.com>
11 * decLibrary.c (__dec_byte_swap): Use uint32_t for argument and
14 2006-01-03 Roger Sayle <roger@eyesopen.com>
15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17 * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro
18 definition of strcpy from generating compilation warnings.
20 2006-01-02 Paolo Bonzini <bonzini@gnu.org>
23 * configure.ac: Use GCC_HEADER_STDINT.
24 * decContext.h: Include gstdint.h.
25 * aclocal.m4: Regenerate.
26 * configure: Regenerate.
28 2005-12-20 Roger Sayle <roger@eyesopen.com>
30 * decNumber.c (decStrEq): Cast string contents to unsigned char
31 instead of int before calling tolower.
33 2005-12-20 Roger Sayle <roger@eyesopen.com>
35 * decNumber.c (decStrEq): Cast operands to int before calling
36 tolower to avoid compilation warnings on Tru64.
38 2005-12-05 Ben Elliston <bje@au.ibm.com>
40 * Makefile.in (clean): Remove stray reference to libcpp.a.
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
48 2005-12-01 Ben Elliston <bje@au.ibm.com>
50 * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
51 * decUtility.c (__dec_byte_swap): Move from here ..
52 * decLibrary.c: .. to here.
54 2005-11-23 Gerald Pfeifer <gerald@pfeifer.com>
56 * decContext.h: Properly guard inclusion of stdint.h
57 * decContext.c: Include config.h
58 * decLibrary.c: Ditto.
61 * decUtility.c: Ditto.
64 * decimal128.c: Ditto.
66 2005-11-29 Ben Elliston <bje@au.ibm.com>
68 * decUtility.c: Remove redundant #includes.
69 * decUtility.h (__dec_byte_swap): Remove prototype.
71 2005-11-29 Ben Elliston <bje@au.ibm.com>
73 * configure.ac: New file.
74 * aclocal.m4: Likewise.
75 * Makefile.in: Likewise.
76 * configure: Generate.
77 * config.in: Likewise.
79 2005-11-29 Ben Elliston <bje@au.ibm.com>
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.
87 * decLibrary.c, decRound.c: Likewise.