aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2004-09-08* vasprintf.c: Accept __va_copy in addition to va_copy.Adam Nemet2-0/+7
2004-09-03configure: Regenerate.Paolo Bonzini2-72/+44
2004-09-02configure.ac: Do not enable multilibs for build-side libiberty.Paolo Bonzini2-2/+5
2004-06-29* lrealpath.c (lrealpath): Add _WIN32 support.Danny Smith2-0/+34
2004-06-28cp-demangle.h: Declare cplus_demangle_operators...Zack Weinberg2-5/+23
2004-06-28* testsuite/demangle-expected: Add test case.Ian Lance Taylor2-0/+6
2004-06-28re PR c++/16240 (g++ generates incorrect mangled name)Ian Lance Taylor2-0/+8
2004-05-31* pex-win32.c (fix_argv): Expand comment.Danny Smith2-1/+10
2004-05-25* Makefile.in: Add .NOEXPORT.Daniel Jacobowitz2-0/+7
2004-04-29gcc.c (DELETE_IF_ORDINARY): New macro default definition.Douglas B Rupp2-5/+6
2004-04-26configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.Maciej W. Rozycki3-43/+79
2004-04-22hashtab.c: Include limits.h, stdint.h, ansidecl.h.Richard Henderson5-128/+425
2004-04-13strerror.c: Include config.h...Ian Lance Taylor2-3/+8
2004-04-13hashtab.c (htab_remove_elt_with_hash): New function.Jeff Law2-2/+21
2004-03-31hashtab.c (htab_size): Move to top of file; mark inline.Richard Henderson2-49/+83
2004-03-18pex-unix.c (pexecute): Use vfork instead of fork, with appropriate changes to...Ian Lance Taylor3-17/+73
2004-03-18Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for an 80 column ...Ian Lance Taylor2-27/+35
2004-03-09configure.ac: Bump version to 2.59.Kelley Cook5-71/+86
2004-03-09* configure: Regenerate for config/accross.m4 correction.Hans-Peter Nilsson2-369/+912
2004-03-07test-demangle.c: Include <string.h> and <stdlib.h> for prototypes.Andreas Jaeger2-1/+13
2004-02-25cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED...Ian Lance Taylor4-84/+136
2004-02-25cp-demangle.c (d_print_comp): Don't emit extra parentheses around a cast.Ian Lance Taylor3-5/+8
2004-02-24* cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.Ian Lance Taylor2-1/+3
2004-02-24cp-demangle.c (d_print_comp): Don't push more than one of the same CV-qualifi...Ian Lance Taylor3-21/+115
2004-02-24cp-demangle.c (__cxa_demangle): Adjust last patch to handle empty string corr...Ian Lance Taylor2-2/+5
2004-02-24cp-demangle.c (__cxa_demangle): It is not an error if status is not NULL.Ian Lance Taylor2-11/+52
2004-02-24dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and the associated ...Ian Lance Taylor2-10/+6
2004-02-17regex.c: Include <ansidecl.h>.Matt Kraai2-2/+10
2004-01-26configure.ac: Add m4_pattern_allow(LIBOBJS).Ian Lance Taylor3-5/+21
2004-01-22Makefile.in: Convert to ./ throughout.DJ Delorie5-154/+715
2004-01-15* strdup.c (strdup): Constify the argument.Kazu Hirata2-1/+5
2004-01-14* Makefile.in (distclean): Remove config.cache.Loren J. Rittle2-1/+5
2004-01-13cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE takes two...Daniel Jacobowitz3-2/+8
2004-01-12demangle.h (enum demangle_component_type): Define.Ian Lance Taylor5-852/+1281
2004-01-10configure.in: Rename file to ...Kelley Cook5-179/+224
2004-01-02cp-demangle.c (d_encoding): When DMGL_PARAMS is not set...Ian Lance Taylor5-761/+1700
2003-12-26* cp-demangle.c (is_ctor_or_dtor): Fix error in last change.Kaveh R. Ghazi2-2/+5
2003-12-22re PR other/13272 (libiberty/lbasename.c has incorrect DIR_SEPARATOR)Daniel Jacobowitz3-20/+9
2003-12-22cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports dynamic arrays.Ian Lance Taylor2-291/+522
2003-12-20cp-demangle.c (d_identifier): In Java mode, skip an optional '$' after the id...Ian Lance Taylor3-0/+17
2003-12-19re PR c++/13447 (Another demangler problem with method cv-qualifiers)Ian Lance Taylor3-10/+120
2003-12-15cp-demangle.c (d_print_function_type): Print the function parameters with no ...Ian Lance Taylor3-1/+17
2003-12-15cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't expect that we'v...Ian Lance Taylor2-31/+40
2003-12-15Makefile.in (floatformat.o): Add dependency on config.h to accompany change o...Brendan Kehoe2-1/+7
2003-12-15Fix handling of constructor/destructor of standard substitution:Ian Lance Taylor3-33/+129
2003-12-04re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")Ian Lance Taylor3-125/+298
2003-12-03floatformat.c: Include "config.h" and <string.h> if available.Ian Lance Taylor2-38/+157
2003-12-01cp-demangle.c (d_demangle): Only return success if we consumed the entire dem...Ian Lance Taylor2-2/+17
2003-12-01demangle-expected: Revert one part of 2003-06-26 patch to restore expected re...Ian Lance Taylor1-2/+13
2003-11-26cp-demangle.c (struct d_print_mod): Add templates field.Ian Lance Taylor3-71/+176