summaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)Author
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg
2001-03-28* Makefile.in (make-temp-file.o): Depend on config.h.Richard Henderson
2001-03-28* memchr.c (memchr): Adjust condition to avoid infinite loop.Kaveh R. Ghazi
2001-03-23mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'.Jakub Jelinek
2001-03-22cp-demangle.c (string_list_delete): Don't forget to free the actual contents ...Jim Blandy
2001-03-21cp-demangle.c (struct demangling_def): New fields: is_constructor and is_dest...Jim Blandy
2001-03-21make-temp-file.c: Always default DIR_SEPARATOR to '/'.Zack Weinberg
2001-03-21choose-temp.c: Split off make_temp_file...Zack Weinberg
2001-03-20* cplus-dem.c (main): Skip initial $.Jason Merrill
2001-03-15fix typoMichael Meissner
2001-03-15Silence warningMichael Meissner
2001-03-15Silence warningMichael Meissner
2001-03-10lbasename.c: New file.Neil Booth
2001-03-06oops, edited changelogs in wrong treeZack Weinberg
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg
2001-03-05* cplus-dem.c (main): Cast enum style to int.John David Anglin
2001-02-16cplus-dem.c (main): Initialize style.Loren J. Rittle
2001-02-02COPYING.LIB: Update to LGPL 2.1 from the FSF.Phil Edwards
2001-02-02Add support for Java demangling under the v3 ABI:Bryce McKinlay
2001-01-29COPYING.LIB: Update to LGPL 2.1 from the FSF.Phil Edwards
2000-12-29fnmatch.c: Make the note about the origins of this file more accurate...DJ Delorie
2000-12-26bsearch.c: New file.Michael Sokolov
2000-12-13safe-ctype.c: #include "ansidecl.h".Michael Sokolov
2000-12-13* strtoul.c: Include safe-ctype.h, not ctype.h.Michael Sokolov
2000-12-08Add - before rms to be more portable.Mike Stump
2000-12-08safe-ctype.h: New file.Zack Weinberg
2000-12-07Fix typo.Mike Stump
2000-12-07* Makefile.in (distclean): When cleaning, remove testsuite.Mike Stump
2000-12-05cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled name before a...Jason Merrill
2000-12-04cp-demangle.c: s/new_abi/v3/.Jason Merrill
2000-11-27hashtab.c (higher_prime_number): Use a table, rather than a seive, to find th...Mark Mitchell
2000-11-22* cplus-dem.c (main): Handle gnat_demangling.H.J. Lu
2000-11-22Makefile.in, [...]: Expunge remaining traces of facility for running MD files...Zack Weinberg
2000-11-21cplus-dem.c (cplus_demangle): Fix formatting.Hans-Peter Nilsson
2000-11-19cplus-dem.c (grow_vect): Prototype.Kaveh R. Ghazi
2000-11-16cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'.Hans-Peter Nilsson
2000-11-15Fix ChangeLog entry: cplus-dem.c instead of cplus_dem.cGerald Pfeifer
2000-11-15cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC.Kenneth Block
2000-11-15Correct style of last entryHans-Peter Nilsson
2000-11-15cplus_dem.c: Add gnat demangler.Kenneth Block
2000-11-04hashtab.c (htab_expand): Change to return int.Hans-Peter Nilsson
2000-11-03(htab_create, htab_expand): Correct formatting of comment beforeHans-Peter Nilsson
2000-10-23Fix incorrect date in ChangeLog entry.Alex Samuel
2000-10-22cp-demangle.c (string_list_def): Add caret_position and comments.Alex Samuel
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell
2000-09-15* splay-tree.c: #include <stdio.h>.Michael Sokolov
2000-09-13demangle-expected: Add two tests for anonymous namespaces.Hans-Peter Nilsson
2000-09-10splay-tree.h (splay_tree_predecessor): Declare.Mark Mitchell
2000-09-10demangle-expected: Add four tests for type_info mangling.Hans-Peter Nilsson