| Commit message (Expand) | Author | Age | Files | Lines |
* | hashtab.h (htab_alloc_with_arg, [...]): Add new types. | Daniel Jacobowitz | 2003-01-26 | 2 | -2/+76 |
* | configure.in: Remove special pex-cygwin consideration. | Christopher Faylor | 2003-01-24 | 5 | -153/+38 |
* | Makefile.in (CFILES): Add pex-*.c. | Zack Weinberg | 2003-01-24 | 15 | -843/+1225 |
* | * hashtab.c (htab_expand): Fix allocation of new entries. | Josef Zlomek | 2003-01-20 | 2 | -2/+8 |
* | Makefile.in (install_to_libdir, [...]): Add a mkinstalldirs command. | Christian Cornelssen | 2003-01-09 | 2 | -0/+5 |
* | Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. | Christian Cornelssen | 2003-01-09 | 2 | -0/+5 |
* | make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): Define for hosts with H... | Danny Smith | 2002-12-04 | 2 | -0/+6 |
* | Ensure return string is empty before using strcat to construct it. | Nick Clifton | 2002-11-24 | 2 | -0/+6 |
* | libiberty.h (make_relative_prefix): Add prototype. | Daniel Jacobowitz | 2002-11-22 | 4 | -4/+417 |
* | md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be used... | Jakub Jelinek | 2002-11-16 | 2 | -50/+63 |
* | * config.table: Use mh-s390pic for s390x too. | Jakub Jelinek | 2002-10-16 | 2 | -0/+5 |
* | cplus-dem.c (ada_demangle): Get rid of unneeded variable and of strict-aliasi... | Andreas Jaeger | 2002-10-06 | 2 | -17/+21 |
* | Makefile.am (all-multi): Fix multilib parallel build. | Kaveh R. Ghazi | 2002-09-23 | 2 | -1/+5 |
* | cp-demangle.c (demangling_new): Cast 0 to enum. | John David Anglin | 2002-09-20 | 9 | -28/+46 |
* | Update email addresses for bugs and patches. | Nick Clifton | 2002-09-19 | 2 | -1/+6 |
* | * splay-tree.c (splay_tree_successor): Fix comments. | Mike Stump | 2002-09-12 | 2 | -2/+6 |
* | Fix typo in last commit | Zack Weinberg | 2002-09-11 | 1 | -1/+1 |
* | Makefile.in: Remove all references to s-under and underscore.c. | Zack Weinberg | 2002-09-11 | 6 | -394/+208 |
* | * regex.c: Only use "#pragma alloca" on AIX when not using gcc. | Roger Sayle | 2002-09-05 | 2 | -1/+5 |
* | * libiberty/configure: Reverted unintended yesterday's check in. | Alexandre Oliva | 2002-08-15 | 1 | -147/+149 |
* | configure, configure: Rebuilt. | Alexandre Oliva | 2002-08-14 | 1 | -149/+147 |
* | regex.c (re_error_msgid): Just use a simple array of strings. | DJ Delorie | 2002-08-07 | 2 | -81/+33 |
* | * cplus-dem.c (PREPEND_BLANK): Remove. | Neil Booth | 2002-07-29 | 2 | -2/+4 |
* | cp-demangle.c (demangle_identifier): Support extended Unicode characters. | Jason Merrill | 2002-07-09 | 3 | -1/+48 |
* | cp-demangle.c (demangle_v3_with_details): Wrap in !defined IN_GLIBCPP_V3. | Kaveh R. Ghazi | 2002-07-09 | 2 | -1/+6 |
* | re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof) | Mark Mitchell | 2002-07-02 | 2 | -7/+36 |
* | configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure. | Douglas B Rupp | 2002-07-01 | 4 | -141/+224 |
* | Makefile.in (install_to_libdir): Add $(DESTDIR). | Peter Breitenlohner | 2002-06-22 | 2 | -8/+13 |
* | lbasename.c: Add 2002 to copyright. | Douglas B Rupp | 2002-06-18 | 2 | -12/+9 |
* | Index: include/ChangeLog | Geoffrey Keating | 2002-06-06 | 2 | -0/+29 |
* | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 2002-06-04 | 2 | -45/+30 |
* | configure.in: Fix typo in the code checking for sys_errlist. | Roman Lechtchinsky | 2002-05-22 | 3 | -2/+7 |
* | * config.table: Use mh-x86pic also for x86-64. | Andreas Schwab | 2002-05-13 | 2 | -1/+6 |
* | configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se... | Alexandre Oliva | 2002-05-08 | 3 | -142/+160 |
* | configure.in (AC_TYPE_PID_T): Use it. | Mark Mitchell | 2002-05-07 | 5 | -110/+143 |
* | hashtab.c (higher_prime_number): Use 7 as minimum. | Richard Henderson | 2002-04-09 | 2 | -32/+52 |
* | cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3. | Phil Edwards | 2002-04-01 | 3 | -4/+13 |
* | cp-demangle.c (java_demangle_v3): Don't try to release "demangled" if it is N... | Bryce McKinlay | 2002-03-30 | 2 | -1/+10 |
* | hex.c: Add documentation. | DJ Delorie | 2002-03-27 | 3 | -6/+110 |
* | * dyn-string.c: Add libgcc exception to copyright notice. | Mark Mitchell | 2002-03-27 | 2 | -1/+14 |
* | config.table: Support --with-build-subdir. | H.J. Lu | 2002-03-26 | 4 | -39/+57 |
* | strtod.c (strtod): Increment 8 chars, not 7, when `infinity' seen. | Stuart Griffith | 2002-03-18 | 2 | -2/+7 |
* | cp-demangle.c: Add libgcc exception to cp-demangle.c copyright notice. | Mark Mitchell | 2002-03-12 | 2 | -1/+15 |
* | * xatexit.c [VMS]: Include stdlib.h and unixlib.h. | Douglas B Rupp | 2002-03-11 | 2 | -0/+9 |
* | splay-tree.c (splay_tree_xmalloc_allocate, [...]): Use K&R-style definitions,... | Jim Blandy | 2002-03-07 | 2 | -2/+12 |
* | Remove floatformat_arm_ext. | Andrew Cagney | 2002-03-06 | 2 | -7/+4 |
* | configure.in: Add --enable-install-libiberty option. | Phil Edwards | 2002-03-04 | 4 | -143/+229 |
* | * xmalloc.c (xmalloc_fail): Clarify error message further. | Neil Booth | 2002-03-04 | 2 | -1/+5 |
* | * xmalloc.c (xmalloc_fail): Clarify error message. | Neil Booth | 2002-03-03 | 2 | -2/+6 |
* | Allow the user to specify functions for allocating memory for splay tree root... | Jim Blandy | 2002-02-22 | 2 | -6/+59 |