aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2000-07-21* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.Mike Stump2-1/+5
2000-07-21Warning fixes:Kaveh R. Ghazi7-28/+67
2000-07-20cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, and print it wi...Joseph Myers2-2/+7
2000-07-17regress-demangle (failed test): Show result and expected output.Hans-Peter Nilsson2-0/+7
2000-07-07cplus-dem.c (main): fflush() after emitting last char before waiting for input.Andrew Haley2-0/+6
2000-06-30in libiberty/ChangeLog:Alex Samuel2-32/+41
2000-06-28cp-demangle.c (demangle_special_name): Swap base and derived class when deman...Alex Samuel2-4/+28
2000-06-23in include/ChangeLog:Alex Samuel3-309/+812
2000-06-09cp-demangle.c (demangle_operator_name): Add spaces before names beginning wit...Zack Weinberg2-7/+30
2000-06-08* cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.Philippe De Muyter2-1/+5
2000-06-08cp-demangle.c (stdio.h): File included unconditionaly.Philippe De Muyter4-4/+12
2000-06-07configure.in (ac_libiberty_warn_cflags): Add -pedantic.Kaveh R. Ghazi10-21/+50
2000-06-07Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.Kaveh R. Ghazi3-9/+22
2000-06-05cp-demangle.c (demangle_prefix): Cast argument to isdigit to unsigned char.Alex Samuel2-7/+18
2000-06-05In include,Alex Samuel5-15/+3392
2000-05-31Add field ``name'' to floatformat.Andrew Cagney2-12/+33
2000-05-30* Makefile.in (objalloc.o): Depend on config.hJeff Law1-0/+4
2000-05-30* Makefile.in (objalloc.o): Depend on config.hJeff Law1-1/+1
2000-05-29hashtab.c, [...]: Include string.h if HAVE_STRING_H.Zack Weinberg10-16/+61
2000-05-24Makefile.in (xmalloc.o): Add dependency for config.h, fixes make -j3.Mike Stump2-1/+6
2000-05-18* xmalloc.c: Include config.h for HAVE_SBRK definition.J. David Anglin2-0/+7
2000-05-16hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also...Horst von Brand2-1/+6
2000-05-15- fix typo in entryDavid Edelsohn1-1/+1
2000-05-15Makefile.in: Change "pic" to depend on $(PICFLAG), notDavid Edelsohn2-3/+9
2000-05-11config.table: Use mh-sparcpic for sparc*-*-*.Jakub Jelinek2-0/+5
2000-05-09Add strncmp.c to list of CFILES and strncmp to the NEEDED listNick Clifton2-2/+7
2000-05-04demangle.h (demangler_engine): Constify.Kaveh R. Ghazi2-4/+11
2000-05-04sort.h (sys/types.h): File included unconditionnaly.Philippe De Muyter2-0/+8
2000-04-29Makefile.in (maintainer-clean-subdir): Fix handling of empty SUBDIRS.Alexandre Oliva2-3/+8
2000-04-28* libiberty/cplus-dem.cKenneth Block2-29/+128
2000-04-28aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.Kaveh R. Ghazi6-2/+479
2000-04-27hashtab.c (htab_expand): Add prototype.Jan Hubicka2-0/+7
2000-04-24hashtab.c (hash_pointer, eq_pointer): Make definition static to match prototype.Kaveh R. Ghazi2-3/+9
2000-04-24hashtab.h (hash_pointer): Declare.Mark Mitchell2-0/+34
2000-04-24* sort.c (sort_pointers): Fix endianness bugs.Mark Mitchell2-8/+12
2000-04-24sort.c: New file.Mark Mitchell3-4/+188
2000-04-21Makefile.in (*-subdir): Revamp slightly to avoid losing on 4.3BSD systems.Michael Sokolov2-3/+9
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2-47/+59
2000-04-16* cplus-dem.c (cplus_demangle_opname): Changed to use islower.Dave Pitts2-4/+8
2000-04-05* splay-tree.c (splay_tree_remove): New.Richard Henderson2-0/+45
2000-04-05From Mark Elbrecht:Jason Merrill2-43/+0
2000-03-31hashtab.h (hashval_t): New type.Mark Mitchell2-7/+16
2000-03-29hashtab.c (htab_find_with_hash): Avoid calculating hash2 unless it will be used.Zack Weinberg2-8/+23
2000-03-24merge from bfdlandIan Lance Taylor4-13/+33
2000-03-16* Makefile.in (partition.o): Depend on config.hJeffrey A Law2-1/+5
2000-03-14Some cleanups/additions for hashtablesBernd Schmidt2-8/+71
2000-03-10Changes in include:Alex Samuel3-10/+204
2000-03-10hashtab.h (struct htab): Add del_f.Zack Weinberg2-1/+32
2000-03-08hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expa...Zack Weinberg2-218/+258
2000-01-04pexecute.c: Conditionally include string.h.Mumit Khan2-1/+48