aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Collapse)AuthorFilesLines
2001-08-23merge from gccDJ Delorie2-14/+69
2001-08-22merge from gccDJ Delorie2-44/+16
2001-08-22merge from gccDJ Delorie5-191/+214
2001-08-21merge from gccDJ Delorie3-2/+563
2001-08-21* floatformat.h (floatformat_arm_ext): Document as deprecated.Andrew Cagney2-7/+54
(floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) (floatformat_ia64_spill_little, floatformat_ia64_quad_little) (floatformat_ia64_spill_big, floatformat_ia64_quad_big) (floatformat_m88110_harris_ext): Declare.
2001-08-17merge from gccDJ Delorie4-73/+116
2001-08-17merge from gccDJ Delorie2-0/+20
2001-08-14sync with gcc - whitespace differences, one missing entry, and oneDJ Delorie1-56/+60
rearrangement.
2001-08-14* floatformat.c (floatformat_ieee_double_littlebyte_bigword): FixAndrew Cagney2-1/+6
name.
2001-08-13merge from gccDJ Delorie2-2/+8
2001-08-10(lbasename): Change function declaration to return a const char pointer.Andrew Cagney2-3/+8
2001-08-09merge from gccDJ Delorie2-4/+25
2001-08-04merge from gccDJ Delorie2-1/+5
2001-07-30merge from gccDJ Delorie1-0/+3
2001-07-30merge from gccDJ Delorie2-46/+124
2001-07-26merge from gccDJ Delorie2-1/+5
2001-07-19merge from gccDJ Delorie2-10/+38
2001-07-11merge from gccDJ Delorie3-2/+8254
2001-07-05merge from gccDJ Delorie5-3/+40
2001-06-18merge from gccDJ Delorie2-0/+5
2001-06-12merge from gccDJ Delorie3-0/+10
2001-06-11merge from gccDJ Delorie2-48/+35
2001-05-16merge from gccDJ Delorie2-2/+6
2001-05-09merge from gccDJ Delorie2-68/+73
2001-05-08merge from gccDJ Delorie3-14/+34
2001-05-07merge from gccDJ Delorie2-1/+40
2001-04-16sync with egcsDJ Delorie1-3/+3
2001-04-16Forgot the makefile portionDaniel Berlin2-5/+7
2001-04-162001-04-15 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin2-0/+162
* ternary.c: New file - Ternary search tree implementation. 2001-04-15 Daniel Berlin <dan@cgsoftware.com> * ternary.h: New file - Ternary search tree header.
2001-04-04merge from gccDJ Delorie2-2/+6
2001-03-28merge from gccDJ Delorie2-0/+5
2001-03-28merge from gccDJ Delorie2-1/+5
2001-03-23merge from gccDJ Delorie2-6/+7
2001-03-22* cp-demangle.c (string_list_delete): Don't forget to free theJim Blandy2-1/+7
actual contents of the string.
2001-03-21merge from gccDJ Delorie4-147/+181
2001-03-20* libiberty/cp-demangle.c (struct demangling_def): New fields:Jim Blandy2-6/+124
is_constructor and is_destructor. (demangling_new): Initialize them. (demangle_ctor_dtor_name): Set them, if we detect a constructor or destructor. (demangle_v3_with_details, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): New functions. * include/demangle.h (enum gnu_v3_constructor_kinds, is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds, is_gnu_v3_mangled_dtor): New declarations.
2001-03-20merge from gccDJ Delorie2-1/+5
2001-03-15merge from gccDJ Delorie1-1/+1
2001-03-15merge from gccDJ Delorie2-32/+38
2001-03-14Fix minor formatting bugs.DJ Delorie1-6/+7
2001-03-10merge from gccDJ Delorie3-6/+104
2001-03-06merge from gccDJ Delorie2-31/+0
2001-03-06merge from gccDJ Delorie9-316/+164
2001-03-05merge from gccDJ Delorie2-1/+5
2001-02-17merge from gccDJ Delorie2-1/+5
2001-02-02merge from gccDJ Delorie1-95/+117
2001-02-02merge from gccDJ Delorie4-24/+225
2001-01-27Remove extraneous tab from the blank line after the most recent entryMichael Sokolov1-1/+1
2000-12-29* fnmatch.c: Make the note about the origins of this file moreDJ Delorie6-10/+20
accurate, at least until we can sync with glibc. * getopt.c: Ditto. * getopt1.c: Ditto. * md5.c: Ditto. * obstack.c: Ditto.
2000-12-26* bsearch.c: New file.DJ Delorie5-105/+189
* configure.in (funcs): Add bsearch. (AC_CHECK_FUNCS): Likewise. * configure, config.in: Regenerate.