Age | Commit message (Expand) | Author | Files | Lines |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2 | -2/+3 |
2010-11-24 | cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE... | Nathan Froyd | 2 | -6/+6 |
2010-10-23 | cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__... | Nathan Froyd | 2 | -5/+7 |
2010-09-10 | ChangeLog config | Kai Tietz | 2 | -1/+7 |
2010-09-08 | re PR bootstrap/44001 (.o vs. obj => @OBJEXT@ and $ac_objext) | Tristan Gingold | 2 | -14/+27 |
2010-09-06 | Don't set enable_decimal_float to dpd if DFP is disabled. | H.J. Lu | 3 | -2/+16 |
2010-09-06 | dfp.m4: Quote argument of AC_MSG_WARN. | Andreas Schwab | 2 | -2/+6 |
2010-09-03 | configure: Regenerate. | Andreas Krebbel | 2 | -13/+26 |
2010-09-03 | configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro. | Andreas Krebbel | 3 | -36/+10 |
2010-08-21 | Fix misquoting in stdint.m4. | Ralf Wildenhues | 2 | -8/+8 |
2010-04-02 | Update to Automake 1.11.1. | Ralf Wildenhues | 2 | -1/+5 |
2010-01-05 | stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. | Rainer Orth | 2 | -0/+48 |
2009-11-28 | sarray.c (sarray_free): Use old_buckets variable. | Jakub Jelinek | 2 | -2/+7 |
2009-09-09 | stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in the previous t... | Paolo Bonzini | 2 | -500/+625 |
2009-09-09 | stdint.m4: Store temporary file in $tmp/_GCC_STDINT_H. | Paolo Bonzini | 2 | -621/+504 |
2009-08-24 | Update AC_PREREQ entries to 2.64 | Ralf Wildenhues | 2 | -1/+5 |
2009-08-22 | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 4 | -6551/+3652 |
2009-08-13 | re PR c/41046 (decNumber leaves printf call in libgcc) | Janis Johnson | 3 | -0/+13 |
2009-07-30 | Makefile.in (AUTOCONF, [...]): New variables. | Ralf Wildenhues | 2 | -2/+11 |
2009-06-01 | decContext.h: Add extern "C" if compiling with C++. | Ian Lance Taylor | 7 | -0/+57 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 41 | -571/+438 |
2009-04-01 | * decContext.h: Include gstdint.h instead of <stdint.h>. | Ben Elliston | 2 | -3/+5 |
2009-03-30 | Merge botch fixed. | Ben Elliston | 23 | -1606/+1976 |
2009-03-30 | Temporarily revert revision 145222. | Ben Elliston | 23 | -1971/+1611 |
2009-03-29 | decNumber.c, [...]: Upgrade to decNumber 3.61. | Ben Elliston | 23 | -1611/+1971 |
2009-02-10 | * Makefile.in (clean): Don't remove makedepend$(EXEEXT). | Joseph Myers | 2 | -2/+6 |
2008-10-27 | add PR to ChangeLog entry for previous commit | Janis Johnson | 1 | -0/+1 |
2008-10-27 | re PR other/37897 (decNumber functions break strict-aliasing rules) | Janis Johnson | 6 | -16/+37 |
2008-06-17 | Makefile.tpl ($(srcdir)/configure): Update dependencies. | Ralf Wildenhues | 3 | -46/+111 |
2008-06-16 | Makefile.in (FLAGS_TO_PASS): Add $(datarootdir). | Ralf Wildenhues | 2 | -0/+5 |
2008-06-11 | dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined. | Joseph Myers | 14 | -13/+93 |
2008-04-18 | re PR other/35457 (Error building GCC trunk on CELL SPU) | Paolo Bonzini | 3 | -6/+22 |
2008-04-18 | * Makefile.in (distclean): Add gstdint.h. | Ben Elliston | 2 | -1/+5 |
2008-01-25 | decCommonSymbols.h: Commit. | Janis Johnson | 3 | -0/+27 |
2008-01-25 | Makefile.in (libdecnumber_a_SOURCES): List Symbols headers. | Janis Johnson | 13 | -16/+62 |
2007-11-26 | Makefile.in (decimal32.o): Prepend $(srcdir) to dependencies and substitute $... | Thiago Jung Bauermann | 2 | -21/+32 |
2007-10-31 | configure.ac: Add ADDITIONAL_OBJS variable. | Thiago Jung Bauermann | 4 | -7/+31 |
2007-09-10 | Makefile.in (libdecnumber_a_OBJS): Remove decUtility.o | Janis Johnson | 43 | -7881/+18956 |
2007-06-18 | configure.ac: Add AC_CANONICAL_TARGET. | Martin Michlmayr | 3 | -1/+134 |
2007-04-16 | Makefile.in (aclocal.m4): Depend on stdint.m4 instead of acx.m4. | H.J. Lu | 3 | -3/+10 |
2007-04-12 | configure: Regenerate. | Kai Tietz | 2 | -0/+43 |
2007-03-24 | Add BID decimal support | Michael Meissner | 23 | -13/+12050 |
2007-03-09 | decContext.c, [...]: Add libgcc-style license exception clause. | Ben Elliston | 18 | -0/+161 |
2007-03-01 | * Makefile.in: Add dummy install-pdf target. | Brooks Moses | 2 | -1/+6 |
2007-01-29 | decExcept.c: New. | Janis Johnson | 3 | -0/+103 |
2006-11-29 | decRound.c: Move declarations to new file, update comments. | Janis Johnson | 3 | -7/+40 |
2006-11-21 | decLibrary.c (__dec_type_swap): Add prototype. | Janis Johnson | 2 | -16/+4 |
2006-11-21 | * Makefile.in: Don't include decRound in library used by compiler. | Janis Johnson | 2 | -2/+5 |
2006-10-10 | --(top level)-------------------------------------------- | Brooks Moses | 2 | -1/+6 |
2006-09-16 | decNumber.c (decNumberPower): Constify. | Kaveh R. Ghazi | 3 | -8/+15 |