aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2003-04-22Mark ChangeLogGabriel Dos Reis1-0/+4
2003-04-14configure.in (HAVE_UINTPTR_T): Always define.Kaveh R. Ghazi3-81/+84
2003-02-13acconfig.h: New file.Kaveh R. Ghazi2-1/+9
2003-02-13This commit was manufactured by cvs2svn to create branchNo Author1-0/+3
2003-02-05Mark ChangeLogGabriel Dos Reis1-0/+4
2003-02-02Makefile.in (libiberty_topdir): New subst.Christian Cornelssen4-138/+143
2003-01-28* Makefile.in (all-subdir, check-subdir, installcheck-subdir)Christian Cornelssen2-1/+9
2003-01-28Makefile.in (mkinstalldirs): New variable.Christian Cornelssen2-6/+20
2003-01-28Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use /`$$CC -prin...Alexandre Oliva2-4/+9
2003-01-20* hashtab.c (htab_expand): Fix allocation of new entries.Josef Zlomek2-3/+9
2002-11-19Mark ChangeLogMark Mitchell1-0/+4
2002-11-19Mark ChangeLogMark Mitchell1-0/+4
2002-11-19Mark ChangeLogMark Mitchell1-0/+4
2002-10-07Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi2-1/+5
2002-08-14Mark ChangeLogMark Mitchell1-0/+4
2002-07-25Mark ChangeLogMark Mitchell1-0/+4
2002-07-02re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof)Mark Mitchell2-8/+37
2002-05-31configure.in: Fix typo in the code checking for sys_errlist.Roman Lechtchinsky3-4/+5
2002-05-15Mark ChangeLogMark Mitchell1-0/+4
2002-05-14Mark ChangeLogMark Mitchell1-0/+4
2002-05-08configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se...Alexandre Oliva2-0/+13
2002-04-09hashtab.c (higher_prime_number): Use 7 as minimum.Richard Henderson2-32/+52
2002-04-05splay-tree.c (splay_tree_xmalloc_allocate): Use K & R syntax.John David Anglin2-2/+11
2002-04-01cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.Phil Edwards3-4/+13
2002-03-30cp-demangle.c (java_demangle_v3): Don't try to release "demangled" if it is N...Bryce McKinlay2-1/+10
2002-03-27* dyn-string.c: Add libgcc exception to copyright notice.Mark Mitchell2-1/+14
2002-03-18strtod.c (strtod): Increment 8 chars, not 7, when `infinity' seen.Stuart Griffith2-2/+7
2002-03-12cp-demangle.c: Add libgcc exception to cp-demangle.c copyright notice.Mark Mitchell2-0/+14
2002-03-11* xatexit.c [VMS]: Include stdlib.h and unixlib.h.Douglas B Rupp2-0/+9
2002-02-22Allow the user to specify functions for allocating memory for splay tree root...Jim Blandy2-6/+59
2002-02-19demangle-expected: Add test case for infinite loop in demangler.Scott Snyder3-2/+23
2002-02-18re PR other/5390 ([3.3 only?] Libiberty fails to demangle multi-digit templat...Carlo Wood3-11/+33
2002-02-05demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill3-25/+18
2002-02-02cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.H.J. Lu4-9/+57
2002-02-01cp-demangle.c (cp_demangle_type): Call demangling_new with DMGL_GNU_V3.H.J. Lu2-1/+6
2002-02-01cp-demangle.c: Revert yesterday's change.Phil Edwards2-8/+13
2002-01-31configure.in: Treat mingw the same as cywin wrt HAVE_SYS_ERRLIST.Adam Megacz3-2/+7
2002-01-31cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.Phil Edwards3-9/+19
2002-01-22configure.in (variable detection): Use arrays of unspecified size instead of ...Momchil Velikov3-2/+7
2002-01-22Makefile.in (TESTLIB): New.DJ Delorie10-99/+396
2002-01-15mkstemps.c (mkstemps): On VMS, open temp file with option that causes it to b...Douglas B Rupp2-0/+9
2002-01-02gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi3-2/+5
2002-01-02cplus-dem.c (mystrstr): Delete.Kaveh R. Ghazi2-27/+13
2002-01-01configure.in (uintptr_t): Use AC_CHECK_TYPE.Douglas B Rupp1-0/+5
2001-12-31aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.Ira Ruben3-1/+12
2001-12-24configure.in (uintptr_t): Use AC_CHECK_TYPE.Douglas B Rupp2-190/+198
2001-12-12re PR other/2719 (demangler crash)Craig Rodrigues3-0/+13
2001-12-11configure.in: Hardcode that vfork works on VMS host.Douglas B Rupp3-54/+73
2001-12-06demangle.h (no_demangling): New.Richard Henderson2-0/+15
2001-11-28top level:Zack Weinberg5-47/+414