Age | Commit message (Expand) | Author | Files | Lines |
2005-03-28 | xregex2.h (_RE_ARGS): Remove definition and uses. | Gabriel Dos Reis | 2 | -44/+36 |
2005-03-28 | partition.h: Remove use of PARAMS. | Gabriel Dos Reis | 5 | -122/+45 |
2005-03-28 | ternary.h: Don't use PARAMS anymore. | Gabriel Dos Reis | 2 | -4/+8 |
2005-03-27 | md5.h: Remove definition and uses of __P. | Gabriel Dos Reis | 6 | -102/+97 |
2005-03-26 | demangle.h: Remove uses of PARAMS. | Gabriel Dos Reis | 3 | -86/+90 |
2005-03-25 | libiberty.h (xstrndup): Declare. | Kaveh R. Ghazi | 2 | -0/+8 |
2005-03-22 | * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC. | Kaveh R. Ghazi | 2 | -1/+5 |
2005-03-10 | libiberty.h (gettimeofday): Declare. | Mark Mitchell | 2 | -0/+13 |
2005-03-01 | libiberty.h: Declare unlink_if_ordinary. | Jan Beulich | 2 | -0/+8 |
2005-02-14 | re PR bootstrap/19818 (GCC 4.0 cannot bootstrap itself) | Paolo Bonzini | 2 | -0/+10 |
2004-12-11 | fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is... | Ben Elliston | 2 | -1/+6 |
2004-10-08 | xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS, [...]): New. | Bob Wilson | 2 | -6/+15 |
2004-09-13 | Spacing bug. | DJ Delorie | 1 | -1/+1 |
2004-09-13 | * libiberty.h (basename): Prototype for __MINGW32__. | Aaron W. LaFramboise | 2 | -1/+5 |
2004-09-05 | builtin-attrs.def (ATTR_SENTINEL, [...]): New. | Kaveh Ghazi | 3 | -5/+20 |
2004-08-18 | Split ChangeLog | Ian Lance Taylor | 2 | -2122/+2130 |
2004-08-02 | libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal. | Gabriel Dos Reis | 2 | -3/+8 |
2004-07-24 | * ansidecl.h (ARG_UNUSED): New Macro. | Bernardo Innocenti | 2 | -3/+15 |
2004-07-24 | libiberty.h (XNEW, [...]): Move here from libcpp/internal.h. | Bernardo Innocenti | 1 | -0/+31 |
2004-07-21 | ansidecl.h (ATTRIBUTE_PURE): New. | Paolo Bonzini | 2 | -0/+13 |
2004-07-13 | libiberty.h (XNEW, [...]): Move here from libcpp/internal.h. | Bernardo Innocenti | 1 | -0/+7 |
2004-07-13 | libiberty.h (ASTRDUP): Add casts required for stricter type conversion rules ... | Bernardo Innocenti | 3 | -4/+10 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -3/+3 |
2004-05-04 | demangle.h: Do not use C++ reserved keyword typename as parameter for... | Andreas Jaeger | 2 | -19/+24 |
2004-04-22 | * hashtab.h (struct htab): Add size_prime_index. | Richard Henderson | 2 | -4/+12 |
2004-04-13 | hashtab.c (htab_remove_elt_with_hash): New function. | Jeff Law | 2 | -0/+5 |
2004-03-30 | * hashtab.h, splay-tree.h: Use new shorter form of GTY markers. | Zack Weinberg | 3 | -8/+12 |
2004-02-25 | * dyn-string.h: Update copyright date. | Ian Lance Taylor | 2 | -1/+5 |
2004-02-24 | dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and the associated ... | Ian Lance Taylor | 2 | -29/+5 |
2004-01-13 | demangle.h: Instead of checking ANSI_PROTOTYPES, just include "libiberty.h". | Ian Lance Taylor | 2 | -6/+4 |
2004-01-13 | * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>. | Ian Lance Taylor | 2 | -0/+7 |
2004-01-12 | demangle.h (enum demangle_component_type): Define. | Ian Lance Taylor | 2 | -2/+379 |
2003-12-19 | fibheap.h (fibnode): Use __extension__ for bit-fields mark and degree if __GN... | Andreas Tobler | 2 | -2/+7 |
2003-12-19 | fibheap.h (fibnode): Use unsigned long int for bit-fields if __GNUC__ is defi... | Kazu Hirata | 2 | -0/+10 |
2003-10-22 | obstack.h: Merge the following change from gnulib... | Joseph Myers | 2 | -14/+41 |
2003-09-22 | floatformat.h (struct floatformat): Add field "is_valid". | Andrew Cagney | 2 | -1/+8 |
2003-09-16 | Index: include/ChangeLog | Andrew Cagney | 2 | -3/+8 |
2003-09-15 | floatformat.h (struct floatformat): Make "exp_bias" signed. | Andrew Cagney | 2 | -2/+10 |
2003-09-15 | * floatformat.h (floatformat_is_valid): Add prototype. | Daniel Jacobowitz | 2 | -1/+10 |
2003-07-10 | * xtensa-config.h: Undef all macros before defining them. | Bob Wilson | 2 | -2/+77 |
2003-07-06 | demangle.h: Support C++. | H.J. Lu | 2 | -0/+12 |
2003-07-01 | * filenames.h: New file imported from binutils. | Zack Weinberg | 2 | -0/+55 |
2003-07-01 | xtensa-config.h: New file imported from binutils. | Bob Wilson | 2 | -0/+72 |
2003-06-22 | safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... | Zack Weinberg | 2 | -6/+12 |
2003-06-21 | safe-ctype.h (HC_UNKNOWN, [...]): New #defines. | Zack Weinberg | 2 | -8/+29 |
2003-06-17 | alloc-pool.c: Don't check HAVE_LONG_DOUBLE. | Kaveh R. Ghazi | 2 | -11/+4 |
2003-05-15 | hex.c (_hex_value): Make this unsigned. | Jim Blandy | 2 | -2/+9 |
2003-05-07 | s/burtle/iterative | Jason Merrill | 2 | -4/+4 |
2003-05-07 | hashtab.c (burtle_hash): New fn. | Jason Merrill | 2 | -0/+10 |
2003-03-17 | ansidecl.h (ATTRIBUTE_NONNULL, [...]): New. | Kaveh R. Ghazi | 2 | -1/+37 |