summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* * partition.c: New file.Christopher Faylor2000-03-251-0/+185
|
* merge from gccJason Merrill2000-03-243-228/+375
|
* import libiberty from egcsIan Lance Taylor2000-02-2211-29/+80
|
* Initial revisionIan Lance Taylor2000-02-229-0/+3292
|
* merge with libiberty from egcs 2000-02-22Ian Lance Taylor2000-02-2210-370/+902
|
* * vasprintf.c (int_vasprintf): Don't re-read the format characterGeoffrey Keating1999-12-282-0/+6
| | | | as this mishandles strings like '%%s'.
* Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1999-08-055-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.
* * xmalloc.c: Control all uses of SBRK with a single define,Ian Lance Taylor1999-08-052-12/+23
| | | | USE_SBRK. Don't define it if __INTERIX.
* * floatformat.c: Add casts to avoid signed/unsigned warnings.Ian Lance Taylor1999-08-033-7/+16
| | | | * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
* * Makefile.in (install_to_libdir): Change $(TARGETLIB).n toIan Lance Taylor1999-08-031-6/+6
| | | | | $(TARGETLIB)n so it works on MSDOS. (install_to_tooldir): Likewise.
* From Mark Elbrecht:Ian Lance Taylor1999-07-222-14/+1
| | | | * configure.bat: Remove; obsolete.
* From Mark Elbrecht:Ian Lance Taylor1999-07-222-29/+5
| | | | * makefile.dos: Remove; obsolete.
* * argv.c: Include stdlib.h and string.h instead ofRichard Henderson1999-07-143-6/+11
| | | | | prototyping directly. * choose-temp.c: Conditionally include string.h.
* * splay-tree.c (splay_tree_insert): Add initialization to avoidIan Lance Taylor1999-07-112-2/+7
| | | | warning.
* *** empty log message ***Jim Blandy1999-05-111-0/+6
|
* * cplus-dem.c (main): Use table lookup to distinguish identifierJim Blandy1999-05-111-5/+80
| | | | | characters from non-identifier characters. (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
* * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.Richard Henderson1999-05-064-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.
* Initial revisionRichard Henderson1999-05-0387-0/+23068