summaryrefslogtreecommitdiff
path: root/libdecnumber
Commit message (Expand)AuthorAgeFilesLines
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0941-571/+438
* * decContext.h: Include gstdint.h instead of <stdint.h>.Ben Elliston2009-04-012-3/+5
* Merge botch fixed.Ben Elliston2009-03-3023-1606/+1976
* Temporarily revert revision 145222.Ben Elliston2009-03-3023-1971/+1611
* decNumber.c, [...]: Upgrade to decNumber 3.61.Ben Elliston2009-03-2923-1611/+1971
* * Makefile.in (clean): Don't remove makedepend$(EXEEXT).Joseph Myers2009-02-102-2/+6
* add PR to ChangeLog entry for previous commitJanis Johnson2008-10-271-0/+1
* re PR other/37897 (decNumber functions break strict-aliasing rules)Janis Johnson2008-10-276-16/+37
* Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2008-06-173-46/+111
* Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).Ralf Wildenhues2008-06-162-0/+5
* dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.Joseph Myers2008-06-1114-13/+93
* re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini2008-04-183-6/+22
* * Makefile.in (distclean): Add gstdint.h.Ben Elliston2008-04-182-1/+5
* decCommonSymbols.h: Commit.Janis Johnson2008-01-253-0/+27
* Makefile.in (libdecnumber_a_SOURCES): List Symbols headers.Janis Johnson2008-01-2513-16/+62
* Makefile.in (decimal32.o): Prepend $(srcdir) to dependencies and substitute $...Thiago Jung Bauermann2007-11-262-21/+32
* configure.ac: Add ADDITIONAL_OBJS variable.Thiago Jung Bauermann2007-10-314-7/+31
* Makefile.in (libdecnumber_a_OBJS): Remove decUtility.oJanis Johnson2007-09-1043-7881/+18956
* 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