aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Collapse)AuthorFilesLines
2000-02-22merge with libiberty from egcs 2000-02-22Ian Lance Taylor10-370/+902
2000-02-22This commit was generated by cvs2svn to track changes on a CVS vendorIan Lance Taylor20-29/+3372
branch.
2000-02-22import libiberty from egcsIan Lance Taylor33-369/+4422
1999-12-28* vasprintf.c (int_vasprintf): Don't re-read the format characterGeoffrey Keating2-0/+6
as this mishandles strings like '%%s'.
1999-08-05Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor5-125/+193
egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
1999-08-05 * xmalloc.c: Control all uses of SBRK with a single define,Ian Lance Taylor2-12/+23
USE_SBRK. Don't define it if __INTERIX.
1999-08-03 * floatformat.c: Add casts to avoid signed/unsigned warnings.Ian Lance Taylor3-7/+16
* pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
1999-08-03 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n toIan Lance Taylor1-6/+6
$(TARGETLIB)n so it works on MSDOS. (install_to_tooldir): Likewise.
1999-07-22 From Mark Elbrecht:Ian Lance Taylor2-14/+1
* configure.bat: Remove; obsolete.
1999-07-22 From Mark Elbrecht:Ian Lance Taylor2-29/+5
* makefile.dos: Remove; obsolete.
1999-07-14 * argv.c: Include stdlib.h and string.h instead ofRichard Henderson3-6/+11
prototyping directly. * choose-temp.c: Conditionally include string.h.
1999-07-11 * splay-tree.c (splay_tree_insert): Add initialization to avoidIan Lance Taylor2-2/+7
warning.
1999-05-11*** empty log message ***Jim Blandy1-0/+6
1999-05-11* cplus-dem.c (main): Use table lookup to distinguish identifierJim Blandy1-5/+80
characters from non-identifier characters. (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
1999-05-06 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.Richard Henderson4-4/+11
* getruntime.c: Only attempt to include sys/resource.h and use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H are defined.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson87-0/+23068