Age | Commit message (Expand) | Author | Files | Lines |
2005-03-06 | configure.ac (target_header_dir): vfork is a stub under djgpp. | DJ Delorie | 2 | -2/+2 |
2005-03-06 | configure.ac (target_header_dir): vfork is a stub under djgpp. | DJ Delorie | 3 | -47/+101 |
2005-03-01 | libiberty.h: Declare unlink_if_ordinary. | Jan Beulich | 3 | -0/+87 |
2005-03-01 | hashtab.c (htab_find_slot_with_hash): Make function documentation clearer. | Ben Elliston | 2 | -5/+10 |
2005-02-13 | cp-demangle.c (__cxa_demangle): Change resolution of ambiguous arguments. | Jason Merrill | 2 | -15/+5 |
2005-01-11 | hex.c (hex_value): Group 'unsigned int' together to get correct markup. | Tobias Schlüter | 3 | -12/+18 |
2004-12-27 | Makefile.in: Undo to 2004-12-17. | H.J. Lu | 7 | -1479/+752 |
2004-12-19 | Add the missing ChangeLog entry. | H.J. Lu | 1 | -0/+27 |
2004-12-19 | re PR bootstrap/19072 (--disable-static bootstrap failure) | H.J. Lu | 4 | -426/+497 |
2004-12-18 | Makefile.in (top_builddir): Set to `.'. | H.J. Lu | 7 | -704/+1407 |
2004-12-11 | fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is... | Ben Elliston | 4 | -0/+420 |
2004-12-07 | splay-tree.c (splay_tree_delete_helper): Redesign the logic so that recursion... | DJ Delorie | 2 | -7/+53 |
2004-11-30 | * pex-unix.c: Fix the spelling of longjmp. | Matt Kraai | 2 | -1/+5 |
2004-11-24 | re PR other/18623 (4 * libiberty local variables set but never used) | Ian Lance Taylor | 3 | -13/+13 |
2004-11-20 | objalloc.c, [...]: Include "config.h" before "ansidecl.h" to avoid redeclarat... | Roger Sayle | 5 | -6/+13 |
2004-11-13 | Revert Index->Manual Index until --no-split is removed... | Mike Stump | 2 | -6/+3 |
2004-11-13 | * Makefile.in (libiberty.html): Fix html generation. | Mike Stump | 2 | -1/+3 |
2004-11-13 | libiberty.texi (Index): Fix html generation with makeinfo by renaming this no... | Mike Stump | 2 | -3/+8 |
2004-09-08 | * vasprintf.c: Accept __va_copy in addition to va_copy. | Adam Nemet | 2 | -0/+7 |
2004-09-03 | configure: Regenerate. | Paolo Bonzini | 2 | -72/+44 |
2004-09-02 | configure.ac: Do not enable multilibs for build-side libiberty. | Paolo Bonzini | 2 | -2/+5 |
2004-06-29 | * lrealpath.c (lrealpath): Add _WIN32 support. | Danny Smith | 2 | -0/+34 |
2004-06-28 | cp-demangle.h: Declare cplus_demangle_operators... | Zack Weinberg | 2 | -5/+23 |
2004-06-28 | * testsuite/demangle-expected: Add test case. | Ian Lance Taylor | 2 | -0/+6 |
2004-06-28 | re PR c++/16240 (g++ generates incorrect mangled name) | Ian Lance Taylor | 2 | -0/+8 |
2004-05-31 | * pex-win32.c (fix_argv): Expand comment. | Danny Smith | 2 | -1/+10 |
2004-05-25 | * Makefile.in: Add .NOEXPORT. | Daniel Jacobowitz | 2 | -0/+7 |
2004-04-29 | gcc.c (DELETE_IF_ORDINARY): New macro default definition. | Douglas B Rupp | 2 | -5/+6 |
2004-04-26 | configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition. | Maciej W. Rozycki | 3 | -43/+79 |
2004-04-22 | hashtab.c: Include limits.h, stdint.h, ansidecl.h. | Richard Henderson | 5 | -128/+425 |
2004-04-13 | strerror.c: Include config.h... | Ian Lance Taylor | 2 | -3/+8 |
2004-04-13 | hashtab.c (htab_remove_elt_with_hash): New function. | Jeff Law | 2 | -2/+21 |
2004-03-31 | hashtab.c (htab_size): Move to top of file; mark inline. | Richard Henderson | 2 | -49/+83 |
2004-03-18 | pex-unix.c (pexecute): Use vfork instead of fork, with appropriate changes to... | Ian Lance Taylor | 3 | -17/+73 |
2004-03-18 | Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for an 80 column ... | Ian Lance Taylor | 2 | -27/+35 |
2004-03-09 | configure.ac: Bump version to 2.59. | Kelley Cook | 5 | -71/+86 |
2004-03-09 | * configure: Regenerate for config/accross.m4 correction. | Hans-Peter Nilsson | 2 | -369/+912 |
2004-03-07 | test-demangle.c: Include <string.h> and <stdlib.h> for prototypes. | Andreas Jaeger | 2 | -1/+13 |
2004-02-25 | cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED... | Ian Lance Taylor | 4 | -84/+136 |
2004-02-25 | cp-demangle.c (d_print_comp): Don't emit extra parentheses around a cast. | Ian Lance Taylor | 3 | -5/+8 |
2004-02-24 | * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle. | Ian Lance Taylor | 2 | -1/+3 |
2004-02-24 | cp-demangle.c (d_print_comp): Don't push more than one of the same CV-qualifi... | Ian Lance Taylor | 3 | -21/+115 |
2004-02-24 | cp-demangle.c (__cxa_demangle): Adjust last patch to handle empty string corr... | Ian Lance Taylor | 2 | -2/+5 |
2004-02-24 | cp-demangle.c (__cxa_demangle): It is not an error if status is not NULL. | Ian Lance Taylor | 2 | -11/+52 |
2004-02-24 | dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and the associated ... | Ian Lance Taylor | 2 | -10/+6 |
2004-02-17 | regex.c: Include <ansidecl.h>. | Matt Kraai | 2 | -2/+10 |
2004-01-26 | configure.ac: Add m4_pattern_allow(LIBOBJS). | Ian Lance Taylor | 3 | -5/+21 |
2004-01-22 | Makefile.in: Convert to ./ throughout. | DJ Delorie | 5 | -154/+715 |
2004-01-15 | * strdup.c (strdup): Constify the argument. | Kazu Hirata | 2 | -1/+5 |
2004-01-14 | * Makefile.in (distclean): Remove config.cache. | Loren J. Rittle | 2 | -1/+5 |