summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* hashtab.h (htab_alloc_with_arg, [...]): Add new types.Daniel Jacobowitz2003-01-262-2/+76
* configure.in: Remove special pex-cygwin consideration.Christopher Faylor2003-01-245-153/+38
* Makefile.in (CFILES): Add pex-*.c.Zack Weinberg2003-01-2415-843/+1225
* * hashtab.c (htab_expand): Fix allocation of new entries.Josef Zlomek2003-01-202-2/+8
* Makefile.in (install_to_libdir, [...]): Add a mkinstalldirs command.Christian Cornelssen2003-01-092-0/+5
* Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.Christian Cornelssen2003-01-092-0/+5
* make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): Define for hosts with H...Danny Smith2002-12-042-0/+6
* Ensure return string is empty before using strcat to construct it.Nick Clifton2002-11-242-0/+6
* libiberty.h (make_relative_prefix): Add prototype.Daniel Jacobowitz2002-11-224-4/+417
* md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be used...Jakub Jelinek2002-11-162-50/+63
* * config.table: Use mh-s390pic for s390x too.Jakub Jelinek2002-10-162-0/+5
* cplus-dem.c (ada_demangle): Get rid of unneeded variable and of strict-aliasi...Andreas Jaeger2002-10-062-17/+21
* Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi2002-09-232-1/+5
* cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin2002-09-209-28/+46
* Update email addresses for bugs and patches.Nick Clifton2002-09-192-1/+6
* * splay-tree.c (splay_tree_successor): Fix comments.Mike Stump2002-09-122-2/+6
* Fix typo in last commitZack Weinberg2002-09-111-1/+1
* Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg2002-09-116-394/+208
* * regex.c: Only use "#pragma alloca" on AIX when not using gcc.Roger Sayle2002-09-052-1/+5
* * libiberty/configure: Reverted unintended yesterday's check in.Alexandre Oliva2002-08-151-147/+149
* configure, configure: Rebuilt.Alexandre Oliva2002-08-141-149/+147
* regex.c (re_error_msgid): Just use a simple array of strings.DJ Delorie2002-08-072-81/+33
* * cplus-dem.c (PREPEND_BLANK): Remove.Neil Booth2002-07-292-2/+4
* cp-demangle.c (demangle_identifier): Support extended Unicode characters.Jason Merrill2002-07-093-1/+48
* cp-demangle.c (demangle_v3_with_details): Wrap in !defined IN_GLIBCPP_V3.Kaveh R. Ghazi2002-07-092-1/+6
* re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof)Mark Mitchell2002-07-022-7/+36
* configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.Douglas B Rupp2002-07-014-141/+224
* Makefile.in (install_to_libdir): Add $(DESTDIR).Peter Breitenlohner2002-06-222-8/+13
* lbasename.c: Add 2002 to copyright.Douglas B Rupp2002-06-182-12/+9
* Index: include/ChangeLogGeoffrey Keating2002-06-062-0/+29
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-042-45/+30
* configure.in: Fix typo in the code checking for sys_errlist.Roman Lechtchinsky2002-05-223-2/+7
* * config.table: Use mh-x86pic also for x86-64.Andreas Schwab2002-05-132-1/+6
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se...Alexandre Oliva2002-05-083-142/+160
* configure.in (AC_TYPE_PID_T): Use it.Mark Mitchell2002-05-075-110/+143
* hashtab.c (higher_prime_number): Use 7 as minimum.Richard Henderson2002-04-092-32/+52
* cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.Phil Edwards2002-04-013-4/+13
* cp-demangle.c (java_demangle_v3): Don't try to release "demangled" if it is N...Bryce McKinlay2002-03-302-1/+10
* hex.c: Add documentation.DJ Delorie2002-03-273-6/+110
* * dyn-string.c: Add libgcc exception to copyright notice.Mark Mitchell2002-03-272-1/+14
* config.table: Support --with-build-subdir.H.J. Lu2002-03-264-39/+57
* strtod.c (strtod): Increment 8 chars, not 7, when `infinity' seen.Stuart Griffith2002-03-182-2/+7
* cp-demangle.c: Add libgcc exception to cp-demangle.c copyright notice.Mark Mitchell2002-03-122-1/+15
* * xatexit.c [VMS]: Include stdlib.h and unixlib.h.Douglas B Rupp2002-03-112-0/+9
* splay-tree.c (splay_tree_xmalloc_allocate, [...]): Use K&R-style definitions,...Jim Blandy2002-03-072-2/+12
* Remove floatformat_arm_ext.Andrew Cagney2002-03-062-7/+4
* configure.in: Add --enable-install-libiberty option.Phil Edwards2002-03-044-143/+229
* * xmalloc.c (xmalloc_fail): Clarify error message further.Neil Booth2002-03-042-1/+5
* * xmalloc.c (xmalloc_fail): Clarify error message.Neil Booth2002-03-032-2/+6
* Allow the user to specify functions for allocating memory for splay tree root...Jim Blandy2002-02-222-6/+59