summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in: Add ffs.c dependency.Mark Klein2001-07-055-3/+40
* * concat.c: Include <sys/types.h>.Richard Henderson2001-06-182-0/+5
* Add GNATS ID.Loren J. Rittle2001-06-121-0/+1
* strerror.c (sys_nerr): Hide the OS header version.Loren J. Rittle2001-06-123-0/+9
* concat.c: Include string.h.Richard Henderson2001-06-102-48/+35
* * partition.c: Fix misspelling of `implementation'.Matt Kraai2001-05-162-2/+6
* md5.c (md5_init_ctx): Declare constants as unsigned.Thiemo Seufer2001-05-092-68/+73
* cp-demangle.c (demangle_v3_with_details, [...]): Use K+R style function defin...Zack Weinberg2001-05-083-14/+34
* splay-tree.h (splay_tree_max): New function.Mark Mitchell2001-05-072-1/+40
* ternary.h: New file - Ternary search tree header.Daniel Berlin2001-04-163-2/+166
* ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg2001-04-042-2/+6
* * Makefile.in (make-temp-file.o): Depend on config.h.Richard Henderson2001-03-282-0/+5
* * memchr.c (memchr): Adjust condition to avoid infinite loop.Kaveh R. Ghazi2001-03-282-1/+5
* mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'.Jakub Jelinek2001-03-232-6/+7
* cp-demangle.c (string_list_delete): Don't forget to free the actual contents ...Jim Blandy2001-03-222-1/+7
* cp-demangle.c (struct demangling_def): New fields: is_constructor and is_dest...Jim Blandy2001-03-212-6/+124
* make-temp-file.c: Always default DIR_SEPARATOR to '/'.Zack Weinberg2001-03-212-21/+13
* choose-temp.c: Split off make_temp_file...Zack Weinberg2001-03-214-147/+189
* * cplus-dem.c (main): Skip initial $.Jason Merrill2001-03-202-1/+5
* fix typoMichael Meissner2001-03-151-1/+1
* Silence warningMichael Meissner2001-03-151-39/+32
* Silence warningMichael Meissner2001-03-152-32/+45
* lbasename.c: New file.Neil Booth2001-03-103-6/+104
* oops, edited changelogs in wrong treeZack Weinberg2001-03-061-1/+20
* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg2001-03-0610-347/+146
* * cplus-dem.c (main): Cast enum style to int.John David Anglin2001-03-052-1/+5
* cplus-dem.c (main): Initialize style.Loren J. Rittle2001-02-162-1/+5
* COPYING.LIB: Update to LGPL 2.1 from the FSF.Phil Edwards2001-02-022-99/+121
* Add support for Java demangling under the v3 ABI:Bryce McKinlay2001-02-024-24/+221
* COPYING.LIB: Update to LGPL 2.1 from the FSF.Phil Edwards2001-01-291-0/+4
* fnmatch.c: Make the note about the origins of this file more accurate...DJ Delorie2000-12-296-10/+20
* bsearch.c: New file.Michael Sokolov2000-12-265-105/+189
* safe-ctype.c: #include "ansidecl.h".Michael Sokolov2000-12-133-0/+7
* * strtoul.c: Include safe-ctype.h, not ctype.h.Michael Sokolov2000-12-132-1/+5
* Add - before rms to be more portable.Mike Stump2000-12-081-7/+7
* safe-ctype.h: New file.Zack Weinberg2000-12-0811-78/+244
* Fix typo.Mike Stump2000-12-071-1/+1
* * Makefile.in (distclean): When cleaning, remove testsuite.Mike Stump2000-12-072-0/+5
* cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled name before a...Jason Merrill2000-12-052-2/+15
* cp-demangle.c: s/new_abi/v3/.Jason Merrill2000-12-043-16/+29
* hashtab.c (higher_prime_number): Use a table, rather than a seive, to find th...Mark Mitchell2000-11-272-22/+61
* * cplus-dem.c (main): Handle gnat_demangling.H.J. Lu2000-11-222-0/+5
* Makefile.in, [...]: Expunge remaining traces of facility for running MD files...Zack Weinberg2000-11-227-319/+401
* cplus-dem.c (cplus_demangle): Fix formatting.Hans-Peter Nilsson2000-11-212-31/+45
* cplus-dem.c (grow_vect): Prototype.Kaveh R. Ghazi2000-11-192-4/+13
* cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'.Hans-Peter Nilsson2000-11-162-3/+8
* Fix ChangeLog entry: cplus-dem.c instead of cplus_dem.cGerald Pfeifer2000-11-151-1/+1
* cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC.Kenneth Block2000-11-152-8/+13
* Correct style of last entryHans-Peter Nilsson2000-11-151-1/+1
* cplus_dem.c: Add gnat demangler.Kenneth Block2000-11-152-0/+153