summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (MULTIOSDIR): New macro.Alexandre Oliva2003-03-232-4/+15
* ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka2003-03-172-4/+24
* * hashtab.c (htab_expand): Fix warning.Jan Hubicka2003-03-122-2/+4
* hashtab.c (htab_expand): Compute the size of hashtable based on the number of...Jan Hubicka2003-03-122-3/+22
* cplus-dem.c (demangle_integral_value): Correction to reflect patch of 2002-01...Carlo Wood2003-03-112-23/+32
* * cplus-dem.c: Add license exception to copyright notice.Mark Mitchell2003-03-042-0/+13
* * physmem.c: Formatting changes from upstream.Kaveh R. Ghazi2003-02-272-39/+44
* physmem.c (physmem_total): Add _WIN32 support.Danny Smith2003-02-272-0/+82
* physmem.c (physmem_total): Test for GSI_PHYSMEM.Rainer Orth2003-02-242-2/+8
* configure.in: Check for sys/systemcfg.h and _system_configuration.Kaveh R. Ghazi2003-02-225-64/+91
* configure.in: Check for sys/sysctl.h and sysctl.Kaveh R. Ghazi2003-02-226-6/+55
* physmem.c (physmem_total): Use getsysinfo on Tru64 UNIX.Rainer Orth2003-02-215-82/+150
* configure.in: Check for sys/sysmp.h and sysmp.Kaveh R. Ghazi2003-02-215-10/+76
* physmem.c (physmem_total, [...]): De-ANSI-fy.Kaveh R. Ghazi2003-02-215-54/+122
* libiberty.h (physmem_total, [...]): Prototype.Kaveh R. Ghazi2003-02-216-7/+112
* Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz2003-02-209-121/+426
* * cplus_dem.c: Fix typo: intializes -> initializes.jmc2003-02-202-1/+5
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status.Alexandre Oliva2003-02-203-0/+8
* re PR c++/7612 (Memory leaks in cplus-dem.c)Daniel Jacobowitz2003-02-132-15/+32
* acconfig.h: New file.Kaveh R. Ghazi2003-02-133-1/+15
* fastjar.texi: Update to GFDL 1.2.Joseph Myers2003-02-042-2/+6
* Makefile.in (libiberty_topdir): New subst.Christian Cornelssen2003-01-304-128/+139
* * Makefile.in (all-subdir, check-subdir, installcheck-subdir)Christian Cornelssen2003-01-282-1/+9
* Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use /`$$CC -prin...Alexandre Oliva2003-01-282-5/+10
* 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