aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber
AgeCommit message (Collapse)AuthorFilesLines
2006-06-23decNumber.h (decNumberNegate): Remove.Ben Elliston2-1/+4
libdecnumber/ * decNumber.h (decNumberNegate): Remove. gcc/ * dfp.c (decimal_to_decnumber): Do not use decNumberNegate to negate dn -- manipulate it directly. From-SVN: r114922
2006-05-24Makefile.in: Add install-html target.Carlos O'Donell2-1/+6
2006-05-23 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add install-html target. Add install-html to .PHONY From-SVN: r114033
2006-02-06decLibrary.c (__dec_byte_swap): Use uint32_t for argument and return types.Ben Elliston2-5/+10
* decLibrary.c (__dec_byte_swap): Use uint32_t for argument and return types. From-SVN: r110638
2006-01-04decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro definition ↵Roger Sayle2-0/+10
of strcpy from generating compilation... * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro definition of strcpy from generating compilation warnings. Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu> From-SVN: r109351
2006-01-02re PR libgomp/25259 (bootstrap failures on non-C99 platforms (no stdint.h))Paolo Bonzini5-46/+3314
config: 2006-01-02 Paolo Bonzini <bonzini@gnu.org> PR target/25259 * stdint.m4: New. gcc: 2006-01-02 Paolo Bonzini <bonzini@gnu.org> PR target/25259 * Makefile.in (DECNUMINC): Include libdecnumber's build directory. libgfortran: 2006-01-02 Paolo Bonzini <bonzini@gnu.org> PR target/25259 * configure.ac: Use GCC_HEADER_STDINT. * libgfortran.h: Include gstdint.h. * aclocal.m4: Regenerate. * configure: Regenerate. libdecnumber: 2006-01-02 Paolo Bonzini <bonzini@gnu.org> PR target/25259 * configure.ac: Use GCC_HEADER_STDINT. * decContext.h: Include gstdint.h. * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r109241
2005-12-20decNumber.c (decStrEq): Cast string contents to unsigned char instead of int ↵Roger Sayle2-3/+10
before calling tolower. * decNumber.c (decStrEq): Cast string contents to unsigned char instead of int before calling tolower. From-SVN: r108862
2005-12-20decNumber.c (decStrEq): Cast operands to int before calling tolower to avoid ↵Roger Sayle2-1/+6
compilation warnings on Tru64. * decNumber.c (decStrEq): Cast operands to int before calling tolower to avoid compilation warnings on Tru64. From-SVN: r108858
2005-12-05Makefile.in (clean): Remove stray reference to libcpp.a.Ben Elliston19-63/+92
* Makefile.in (clean): Remove stray reference to libcpp.a. * decimal128.h, decContext.c, decRound.c, decimal32.c, decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h, decimal64.h, decUtility.c, decLibrary.c, configure.ac, decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF office address. From-SVN: r108024
2005-12-01Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.Ben Elliston4-20/+26
* Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c. * decUtility.c (__dec_byte_swap): Move from here .. * decLibrary.c: .. to here. From-SVN: r107802
2005-11-30decContext.h: Properly guard inclusion of stdint.hGerald Pfeifer10-0/+22
* decContext.h: Properly guard inclusion of stdint.h * decContext.c: Include config.h * decLibrary.c: Ditto. * decNumber.c: Ditto. * decRound.c: Ditto. * decUtility.c: Ditto. * decimal32.c: Ditto. * decimal64.c: Ditto. * decimal128.c: Ditto. From-SVN: r107695
2005-11-29Some cleanups from dfp-branch:Ben Elliston3-5/+5
* decUtility.c: Remove redundant #includes. * decUtility.h (__dec_byte_swap): Remove prototype. From-SVN: r107658
2005-11-29Autoconfiscate this directory:Ben Elliston6-0/+5897
* configure.ac: New file. * aclocal.m4: Likewise. * Makefile.in: Likewise. * configure: Generate. * config.in: Likewise. From-SVN: r107650
2005-11-29* libdecnumber: Import decNumber sources from the dfp-branch.Ben Elliston17-0/+9067
From-SVN: r107629