aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber
AgeCommit message (Expand)AuthorFilesLines
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues2-1/+5
2010-01-05stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc.Rainer Orth2-0/+48
2009-11-28sarray.c (sarray_free): Use old_buckets variable.Jakub Jelinek2-2/+7
2009-09-09stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in the previous t...Paolo Bonzini2-500/+625
2009-09-09stdint.m4: Store temporary file in $tmp/_GCC_STDINT_H.Paolo Bonzini2-621/+504
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues2-1/+5
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues4-6551/+3652
2009-08-13re PR c/41046 (decNumber leaves printf call in libgcc)Janis Johnson3-0/+13
2009-07-30Makefile.in (AUTOCONF, [...]): New variables.Ralf Wildenhues2-2/+11
2009-06-01decContext.h: Add extern "C" if compiling with C++.Ian Lance Taylor7-0/+57
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek41-571/+438
2009-04-01* decContext.h: Include gstdint.h instead of <stdint.h>.Ben Elliston2-3/+5
2009-03-30Merge botch fixed.Ben Elliston23-1606/+1976
2009-03-30Temporarily revert revision 145222.Ben Elliston23-1971/+1611
2009-03-29decNumber.c, [...]: Upgrade to decNumber 3.61.Ben Elliston23-1611/+1971
2009-02-10* Makefile.in (clean): Don't remove makedepend$(EXEEXT).Joseph Myers2-2/+6
2008-10-27add PR to ChangeLog entry for previous commitJanis Johnson1-0/+1
2008-10-27re PR other/37897 (decNumber functions break strict-aliasing rules)Janis Johnson6-16/+37
2008-06-17Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues3-46/+111
2008-06-16Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).Ralf Wildenhues2-0/+5
2008-06-11dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.Joseph Myers14-13/+93
2008-04-18re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini3-6/+22
2008-04-18* Makefile.in (distclean): Add gstdint.h.Ben Elliston2-1/+5
2008-01-25decCommonSymbols.h: Commit.Janis Johnson3-0/+27
2008-01-25Makefile.in (libdecnumber_a_SOURCES): List Symbols headers.Janis Johnson13-16/+62
2007-11-26Makefile.in (decimal32.o): Prepend $(srcdir) to dependencies and substitute $...Thiago Jung Bauermann2-21/+32
2007-10-31configure.ac: Add ADDITIONAL_OBJS variable.Thiago Jung Bauermann4-7/+31
2007-09-10Makefile.in (libdecnumber_a_OBJS): Remove decUtility.oJanis Johnson43-7881/+18956
2007-06-18configure.ac: Add AC_CANONICAL_TARGET.Martin Michlmayr3-1/+134
2007-04-16Makefile.in (aclocal.m4): Depend on stdint.m4 instead of acx.m4.H.J. Lu3-3/+10
2007-04-12configure: Regenerate.Kai Tietz2-0/+43
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