summaryrefslogtreecommitdiff
path: root/libdecnumber
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Add AC_CANONICAL_TARGET.Martin Michlmayr2007-06-183-1/+134
* Makefile.in (aclocal.m4): Depend on stdint.m4 instead of acx.m4.H.J. Lu2007-04-163-3/+10
* configure: Regenerate.Kai Tietz2007-04-122-0/+43
* Add BID decimal supportMichael Meissner2007-03-2423-13/+12050
* decContext.c, [...]: Add libgcc-style license exception clause.Ben Elliston2007-03-0918-0/+161
* * Makefile.in: Add dummy install-pdf target.Brooks Moses2007-03-012-1/+6
* decExcept.c: New.Janis Johnson2007-01-293-0/+103
* decRound.c: Move declarations to new file, update comments.Janis Johnson2006-11-293-7/+40
* decLibrary.c (__dec_type_swap): Add prototype.Janis Johnson2006-11-212-16/+4
* * Makefile.in: Don't include decRound in library used by compiler.Janis Johnson2006-11-212-2/+5
* --(top level)--------------------------------------------Brooks Moses2006-10-102-1/+6
* decNumber.c (decNumberPower): Constify.Kaveh R. Ghazi2006-09-163-8/+15
* configure.ac (ACX_PROG_CC_WARNING_OPTS): Add -Wcast-qual.Kaveh R. Ghazi2006-09-0716-206/+247
* decContext.c (decContextSetStatusFromString): Constify.Kaveh R. Ghazi2006-08-2111-15/+28
* re PR bootstrap/26188 (4.2.0 fails to compile on FreeBSD 4.11)Paolo Bonzini2006-07-252-9/+64
* decNumber.h (decNumberNegate): Remove.Ben Elliston2006-06-232-1/+4
* Makefile.in: Add install-html target.Carlos O'Donell2006-05-242-1/+6
* decLibrary.c (__dec_byte_swap): Use uint32_t for argument and return types.Ben Elliston2006-02-062-5/+10
* decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro definition o...Roger Sayle2006-01-042-0/+10
* re PR libgomp/25259 (bootstrap failures on non-C99 platforms (no stdint.h))Paolo Bonzini2006-01-025-46/+3314
* decNumber.c (decStrEq): Cast string contents to unsigned char instead of int ...Roger Sayle2005-12-202-3/+10
* decNumber.c (decStrEq): Cast operands to int before calling tolower to avoid ...Roger Sayle2005-12-202-1/+6
* Makefile.in (clean): Remove stray reference to libcpp.a.Ben Elliston2005-12-0519-63/+92
* Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.Ben Elliston2005-12-014-20/+26
* decContext.h: Properly guard inclusion of stdint.hGerald Pfeifer2005-11-3010-0/+22
* Some cleanups from dfp-branch:Ben Elliston2005-11-293-5/+5
* Autoconfiscate this directory:Ben Elliston2005-11-296-0/+5897
* * libdecnumber: Import decNumber sources from the dfp-branch.Ben Elliston2005-11-2917-0/+9067