Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG> | Jeff Law | 2000-04-21 | 2 | -3/+9 |
| | | | | | * Makefile.in (*-subdir): Revamp slightly to avoid losing on 4.3BSD systems. | ||||
* | * splay-tree.c (splay_tree_remove): New. | Richard Henderson | 2000-04-06 | 2 | -0/+45 |
| | |||||
* | * partition.c: New file. | Christopher Faylor | 2000-03-25 | 1 | -0/+185 |
| | |||||
* | merge from gcc | Jason Merrill | 2000-03-24 | 3 | -228/+375 |
| | |||||
* | import libiberty from egcs | Ian Lance Taylor | 2000-02-22 | 11 | -29/+80 |
| | |||||
* | Initial revision | Ian Lance Taylor | 2000-02-22 | 9 | -0/+3292 |
| | |||||
* | merge with libiberty from egcs 2000-02-22 | Ian Lance Taylor | 2000-02-22 | 10 | -370/+902 |
| | |||||
* | * vasprintf.c (int_vasprintf): Don't re-read the format character | Geoffrey Keating | 1999-12-28 | 2 | -0/+6 |
| | | | | as this mishandles strings like '%%s'. | ||||
* | Revert last patch to xmalloc.c, and instead bring over this patch from | Ian Lance Taylor | 1999-08-05 | 5 | -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 Taylor | 1999-08-05 | 2 | -12/+23 |
| | | | | USE_SBRK. Don't define it if __INTERIX. | ||||
* | * floatformat.c: Add casts to avoid signed/unsigned warnings. | Ian Lance Taylor | 1999-08-03 | 3 | -7/+16 |
| | | | | * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix. | ||||
* | * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to | Ian Lance Taylor | 1999-08-03 | 1 | -6/+6 |
| | | | | | $(TARGETLIB)n so it works on MSDOS. (install_to_tooldir): Likewise. | ||||
* | From Mark Elbrecht: | Ian Lance Taylor | 1999-07-22 | 2 | -14/+1 |
| | | | | * configure.bat: Remove; obsolete. | ||||
* | From Mark Elbrecht: | Ian Lance Taylor | 1999-07-22 | 2 | -29/+5 |
| | | | | * makefile.dos: Remove; obsolete. | ||||
* | * argv.c: Include stdlib.h and string.h instead of | Richard Henderson | 1999-07-14 | 3 | -6/+11 |
| | | | | | prototyping directly. * choose-temp.c: Conditionally include string.h. | ||||
* | * splay-tree.c (splay_tree_insert): Add initialization to avoid | Ian Lance Taylor | 1999-07-11 | 2 | -2/+7 |
| | | | | warning. | ||||
* | *** empty log message *** | Jim Blandy | 1999-05-11 | 1 | -0/+6 |
| | |||||
* | * cplus-dem.c (main): Use table lookup to distinguish identifier | Jim Blandy | 1999-05-11 | 1 | -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 Henderson | 1999-05-06 | 4 | -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 revision | Richard Henderson | 1999-05-03 | 87 | -0/+23068 |