aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2001-08-27ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses.Kaveh R. Ghazi2-27/+12
2001-08-23merge from glibcUlrich Drepper2-14/+69
2001-08-22fibheap.c (fibheap_init, [...]): Remove.Matt Kraai2-44/+16
2001-08-21Makefile.in (fibheap.o): Depend on config.h.Richard Henderson3-125/+137
2001-08-21configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever hosting...Christopher Faylor3-66/+77
2001-08-21floatformat.h (floatformat_arm_ext): Document as deprecated.Andrew Cagney2-7/+54
2001-08-20fibheap.h: New file.Daniel Berlin3-2/+563
2001-08-17configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.Christopher Faylor3-72/+92
2001-08-17Add commentary.Richard Henderson1-1/+24
2001-08-16* hashtab.c (htab_hash_string): New.Richard Henderson2-0/+20
2001-08-14floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name.Andrew Cagney2-1/+6
2001-08-12backport: regex.c (wcs_regex_compile): Use appropriate string to compare with...Isamu Hasegawa2-2/+8
2001-08-12Oops, fix check-in date.Andrew Cagney1-1/+1
2001-08-10(lbasename): Change function declaration to return a const char pointer.Andrew Cagney2-3/+8
2001-08-07cp-demangle.c (demangle_special_name): "GR" -> "reference temporary for".Jason Merrill2-4/+25
2001-08-03* Makefile.in (concat.o): Depend on config.h.Richard Henderson2-1/+5
2001-07-30* concat.c: Include "config.h".Andreas Jaeger2-0/+7
2001-07-30backport: regex.c: Declare wcs functions only if compiling with MBS_SUPPORT.Andreas Jaeger2-96/+174
2001-07-26* Makefile.in (regex.o): Add dependency on config.h.Daniel Jacobowitz2-1/+5
2001-07-18merge from glibcDJ Delorie2-10/+38
2001-07-10Makefile.in: Add support for regex code.Jeff Johnston3-2/+8254
2001-07-05Makefile.in: Add ffs.c dependency.Mark Klein5-3/+40
2001-06-18* concat.c: Include <sys/types.h>.Richard Henderson2-0/+5
2001-06-12Add GNATS ID.Loren J. Rittle1-0/+1
2001-06-12strerror.c (sys_nerr): Hide the OS header version.Loren J. Rittle3-0/+9
2001-06-10concat.c: Include string.h.Richard Henderson2-48/+35
2001-05-16* partition.c: Fix misspelling of `implementation'.Matt Kraai2-2/+6
2001-05-09md5.c (md5_init_ctx): Declare constants as unsigned.Thiemo Seufer2-68/+73
2001-05-08cp-demangle.c (demangle_v3_with_details, [...]): Use K+R style function defin...Zack Weinberg3-14/+34
2001-05-07splay-tree.h (splay_tree_max): New function.Mark Mitchell2-1/+40
2001-04-16ternary.h: New file - Ternary search tree header.Daniel Berlin3-2/+166
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg2-2/+6
2001-03-28* Makefile.in (make-temp-file.o): Depend on config.h.Richard Henderson2-0/+5
2001-03-28* memchr.c (memchr): Adjust condition to avoid infinite loop.Kaveh R. Ghazi2-1/+5
2001-03-23mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'.Jakub Jelinek2-6/+7
2001-03-22cp-demangle.c (string_list_delete): Don't forget to free the actual contents ...Jim Blandy2-1/+7
2001-03-21cp-demangle.c (struct demangling_def): New fields: is_constructor and is_dest...Jim Blandy2-6/+124
2001-03-21make-temp-file.c: Always default DIR_SEPARATOR to '/'.Zack Weinberg2-21/+13
2001-03-21choose-temp.c: Split off make_temp_file...Zack Weinberg4-147/+189
2001-03-20* cplus-dem.c (main): Skip initial $.Jason Merrill2-1/+5
2001-03-15fix typoMichael Meissner1-1/+1
2001-03-15Silence warningMichael Meissner1-39/+32
2001-03-15Silence warningMichael Meissner2-32/+45
2001-03-10lbasename.c: New file.Neil Booth3-6/+104
2001-03-06oops, edited changelogs in wrong treeZack Weinberg1-1/+20
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg10-347/+146
2001-03-05* cplus-dem.c (main): Cast enum style to int.John David Anglin2-1/+5
2001-02-16cplus-dem.c (main): Initialize style.Loren J. Rittle2-1/+5
2001-02-02COPYING.LIB: Update to LGPL 2.1 from the FSF.Phil Edwards2-99/+121
2001-02-02Add support for Java demangling under the v3 ABI:Bryce McKinlay4-24/+221