aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
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
2001-11-26Makefile.in (stamp-h): Depend on Makefile for proper serialization.DJ Delorie2-2/+14
2001-11-26Fix typo.DJ Delorie1-1/+1
2001-11-26configure.in: Check for alloca.h (for regex.c and putenv.c).DJ Delorie4-2/+11
2001-11-16Update test for token pasting to also check "|| defined(ALMOST_STDC)"Kaveh R. Ghazi2-4/+5
2001-11-16regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whet...Kaveh R. Ghazi2-2/+7
2001-11-15config.in (HAVE_UINTPTR_T): Provide autoconf stub.Jeffrey A Law5-77/+140
2001-11-15regex.c (PREFIX): Provide an alternate definition for non-ANSI/ISO compilers.Jeffrey A Law2-3/+18
2001-11-12obstack.c (_): Honor the setting of ENABLE_NLS.Jim Meyering4-3/+11
2001-11-04remove trailing whitespaceDJ Delorie1-5/+5
2001-11-05Add missing entry.Alan Modra1-0/+1
2001-11-04* configure.in: Cope with missing makeinfo.Alan Modra3-124/+138
2001-10-23libiberty.h (hex_init): Revert delete.Kaveh R. Ghazi2-0/+8
2001-10-22libiberty.h (_hex_value): Const-ify.Kaveh R. Ghazi2-11/+88
2001-10-19Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if necessary.H.J. Lu2-1/+13
2001-10-17argv.c, [...]: Improve manual formatting.DJ Delorie16-57/+65
2001-10-15Makefile.in (TEXIFILES): Add fnmatch.txh.DJ Delorie24-298/+944
2001-10-10bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".Joseph Myers5-8/+14
2001-10-07alloca.c, [...]: Improve manual formatting.Joseph Myers23-60/+70
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi9-29/+43
2001-09-29* configure: Regenerate.DJ Delorie2-123/+128
2001-09-28* concat.c: Include stdlib.h.Kaveh R. Ghazi2-0/+8
2001-09-27libiberty.texi: (Top level): Add syncodeindex pg.Eli Zaretskii14-53/+81
2001-09-27configure.in: Don't use in-tree texinfo, because libiberty must be built befo...DJ Delorie3-14/+21
2001-09-26configure.in (MAKEINFO, PERL): Detect these.DJ Delorie53-352/+3243
2001-09-25* concat.c (reconcat): Fix for traditional C.Kaveh R. Ghazi2-3/+6
2001-09-24libiberty.h (reconcat): New function.Kaveh R. Ghazi2-0/+29
2001-09-17libiberty.h (concat_length, [...]): New.Kaveh R. Ghazi2-19/+83
2001-09-17libiberty.h (ASTRDUP): New macro.Kaveh R. Ghazi2-0/+11
2001-09-04asprintf.c: Don't define USE_STDARG.Kaveh R. Ghazi3-37/+25