aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber
AgeCommit message (Expand)AuthorFilesLines
2007-03-24Add BID decimal supportMichael Meissner23-13/+12050
2007-03-09decContext.c, [...]: Add libgcc-style license exception clause.Ben Elliston18-0/+161
2007-03-01* Makefile.in: Add dummy install-pdf target.Brooks Moses2-1/+6
2007-01-29decExcept.c: New.Janis Johnson3-0/+103
2006-11-29decRound.c: Move declarations to new file, update comments.Janis Johnson3-7/+40
2006-11-21decLibrary.c (__dec_type_swap): Add prototype.Janis Johnson2-16/+4
2006-11-21* Makefile.in: Don't include decRound in library used by compiler.Janis Johnson2-2/+5
2006-10-10--(top level)--------------------------------------------Brooks Moses2-1/+6
2006-09-16decNumber.c (decNumberPower): Constify.Kaveh R. Ghazi3-8/+15
2006-09-07configure.ac (ACX_PROG_CC_WARNING_OPTS): Add -Wcast-qual.Kaveh R. Ghazi16-206/+247
2006-08-21decContext.c (decContextSetStatusFromString): Constify.Kaveh R. Ghazi11-15/+28
2006-07-25re PR bootstrap/26188 (4.2.0 fails to compile on FreeBSD 4.11)Paolo Bonzini2-9/+64
2006-06-23decNumber.h (decNumberNegate): Remove.Ben Elliston2-1/+4
2006-05-24Makefile.in: Add install-html target.Carlos O'Donell2-1/+6
2006-02-06decLibrary.c (__dec_byte_swap): Use uint32_t for argument and return types.Ben Elliston2-5/+10
2006-01-04decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro definition o...Roger Sayle2-0/+10
2006-01-02re PR libgomp/25259 (bootstrap failures on non-C99 platforms (no stdint.h))Paolo Bonzini5-46/+3314
2005-12-20decNumber.c (decStrEq): Cast string contents to unsigned char instead of int ...Roger Sayle2-3/+10
2005-12-20decNumber.c (decStrEq): Cast operands to int before calling tolower to avoid ...Roger Sayle2-1/+6
2005-12-05Makefile.in (clean): Remove stray reference to libcpp.a.Ben Elliston19-63/+92
2005-12-01Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.Ben Elliston4-20/+26
2005-11-30decContext.h: Properly guard inclusion of stdint.hGerald Pfeifer10-0/+22
2005-11-29Some cleanups from dfp-branch:Ben Elliston3-5/+5
2005-11-29Autoconfiscate this directory:Ben Elliston6-0/+5897
2005-11-29* libdecnumber: Import decNumber sources from the dfp-branch.Ben Elliston17-0/+9067