Age | Commit message (Expand) | Author | Files | Lines |
2002-02-22 | Allow the user to specify functions for allocating memory for splay tree root... | Jim Blandy | 2 | -6/+59 |
2002-02-19 | demangle-expected: Add test case for infinite loop in demangler. | Scott Snyder | 3 | -2/+23 |
2002-02-18 | re PR other/5390 ([3.3 only?] Libiberty fails to demangle multi-digit templat... | Carlo Wood | 3 | -11/+33 |
2002-02-05 | demangle.h (cplus_demangle_v3): Add "options" parm. | Jason Merrill | 3 | -25/+18 |
2002-02-02 | cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. | H.J. Lu | 4 | -9/+57 |
2002-02-01 | cp-demangle.c (cp_demangle_type): Call demangling_new with DMGL_GNU_V3. | H.J. Lu | 2 | -1/+6 |
2002-02-01 | cp-demangle.c: Revert yesterday's change. | Phil Edwards | 2 | -8/+13 |
2002-01-31 | configure.in: Treat mingw the same as cywin wrt HAVE_SYS_ERRLIST. | Adam Megacz | 3 | -2/+7 |
2002-01-31 | cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. | Phil Edwards | 3 | -9/+19 |
2002-01-22 | configure.in (variable detection): Use arrays of unspecified size instead of ... | Momchil Velikov | 3 | -2/+7 |
2002-01-22 | Makefile.in (TESTLIB): New. | DJ Delorie | 10 | -99/+396 |
2002-01-15 | mkstemps.c (mkstemps): On VMS, open temp file with option that causes it to b... | Douglas B Rupp | 2 | -0/+9 |
2002-01-02 | gcc.c (default_compilers): Const-ify. | Kaveh R. Ghazi | 3 | -2/+5 |
2002-01-02 | cplus-dem.c (mystrstr): Delete. | Kaveh R. Ghazi | 2 | -27/+13 |
2002-01-01 | configure.in (uintptr_t): Use AC_CHECK_TYPE. | Douglas B Rupp | 1 | -0/+5 |
2001-12-31 | aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try. | Ira Ruben | 3 | -1/+12 |
2001-12-24 | configure.in (uintptr_t): Use AC_CHECK_TYPE. | Douglas B Rupp | 2 | -190/+198 |
2001-12-12 | re PR other/2719 (demangler crash) | Craig Rodrigues | 3 | -0/+13 |
2001-12-11 | configure.in: Hardcode that vfork works on VMS host. | Douglas B Rupp | 3 | -54/+73 |
2001-12-06 | demangle.h (no_demangling): New. | Richard Henderson | 2 | -0/+15 |
2001-11-28 | top level: | Zack Weinberg | 5 | -47/+414 |
2001-11-26 | Makefile.in (stamp-h): Depend on Makefile for proper serialization. | DJ Delorie | 2 | -2/+14 |
2001-11-26 | Fix typo. | DJ Delorie | 1 | -1/+1 |
2001-11-26 | configure.in: Check for alloca.h (for regex.c and putenv.c). | DJ Delorie | 4 | -2/+11 |
2001-11-16 | Update test for token pasting to also check "|| defined(ALMOST_STDC)" | Kaveh R. Ghazi | 2 | -4/+5 |
2001-11-16 | regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whet... | Kaveh R. Ghazi | 2 | -2/+7 |
2001-11-15 | config.in (HAVE_UINTPTR_T): Provide autoconf stub. | Jeffrey A Law | 5 | -77/+140 |
2001-11-15 | regex.c (PREFIX): Provide an alternate definition for non-ANSI/ISO compilers. | Jeffrey A Law | 2 | -3/+18 |
2001-11-12 | obstack.c (_): Honor the setting of ENABLE_NLS. | Jim Meyering | 4 | -3/+11 |
2001-11-04 | remove trailing whitespace | DJ Delorie | 1 | -5/+5 |
2001-11-05 | Add missing entry. | Alan Modra | 1 | -0/+1 |
2001-11-04 | * configure.in: Cope with missing makeinfo. | Alan Modra | 3 | -124/+138 |
2001-10-23 | libiberty.h (hex_init): Revert delete. | Kaveh R. Ghazi | 2 | -0/+8 |
2001-10-22 | libiberty.h (_hex_value): Const-ify. | Kaveh R. Ghazi | 2 | -11/+88 |
2001-10-19 | Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if necessary. | H.J. Lu | 2 | -1/+13 |
2001-10-17 | argv.c, [...]: Improve manual formatting. | DJ Delorie | 16 | -57/+65 |
2001-10-15 | Makefile.in (TEXIFILES): Add fnmatch.txh. | DJ Delorie | 24 | -298/+944 |
2001-10-10 | bcmp.c, setenv.c: Use "nonzero" instead of "non-zero". | Joseph Myers | 5 | -8/+14 |
2001-10-07 | alloca.c, [...]: Improve manual formatting. | Joseph Myers | 23 | -60/+70 |
2001-10-07 | demangle.h (demangler_engine): Const-ify. | Kaveh R. Ghazi | 9 | -29/+43 |
2001-09-29 | * configure: Regenerate. | DJ Delorie | 2 | -123/+128 |
2001-09-28 | * concat.c: Include stdlib.h. | Kaveh R. Ghazi | 2 | -0/+8 |
2001-09-27 | libiberty.texi: (Top level): Add syncodeindex pg. | Eli Zaretskii | 14 | -53/+81 |
2001-09-27 | configure.in: Don't use in-tree texinfo, because libiberty must be built befo... | DJ Delorie | 3 | -14/+21 |
2001-09-26 | configure.in (MAKEINFO, PERL): Detect these. | DJ Delorie | 53 | -352/+3243 |
2001-09-25 | * concat.c (reconcat): Fix for traditional C. | Kaveh R. Ghazi | 2 | -3/+6 |
2001-09-24 | libiberty.h (reconcat): New function. | Kaveh R. Ghazi | 2 | -0/+29 |
2001-09-17 | libiberty.h (concat_length, [...]): New. | Kaveh R. Ghazi | 2 | -19/+83 |
2001-09-17 | libiberty.h (ASTRDUP): New macro. | Kaveh R. Ghazi | 2 | -0/+11 |
2001-09-04 | asprintf.c: Don't define USE_STDARG. | Kaveh R. Ghazi | 3 | -37/+25 |