Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from gcc | DJ Delorie | 2005-05-12 | 1 | -1/+4 |
| | |||||
* | Update the address and phone number of the FSF organization | Nick Clifton | 2005-05-10 | 1 | -2/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-04-26 | 1 | -0/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-04-19 | 1 | -5/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-04-16 | 1 | -0/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-04-14 | 1 | -3/+3 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-04-11 | 1 | -0/+8 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-29 | 1 | -1/+1 |
| | |||||
* | libiberty: | Ian Lance Taylor | 2005-03-29 | 1 | -1/+163 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pex-common.c: New file. * pex-one.c: New file. * pexecute.c: New file. * pex-common.h: Include <stdio.h>. (struct pex_obj): Define. (struct pex_funcs): Define. (pex_init_common): Declare. * pex-unix.c: Rewrite. * pex-win32.c: Rewrite. * pex-djgpp.c: Rewrite. * pex-msdos.c: Rewrite. * testsuite/text-pexecute.c: New file. * pexecute.txh: Rewrite. * configure.ac: Check for wait3 and wait4. Set CHECK to really-check rather than check-cplus-dem. * functions.texi: Rebuild. * Makefile.in: Rebuild dependencies. (CFILES): Add pexecute.c, pex-common.c, pex-one.c. (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o. * testsuite/Makefile.in (really-check): New target. (check-pexecute, test-pexecute): New targets. * configure: Rebuild. include: * libiberty.h: Include <stdio.h>. (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define. (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define. (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define. (pex_init, pex_run, pex_read_output): Declare. (pex_get_status, pex_get_times, pex_free, pex_one): Declare. (struct pex_time): Define. | ||||
* | * libiberty.h (ffs): Declare, if necessary. | Mark Mitchell | 2005-03-29 | 1 | -0/+7 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-27 | 1 | -50/+48 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-25 | 1 | -0/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-10 | 1 | -0/+9 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-01 | 1 | -0/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-09-05 | 1 | -5/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-08-06 | 1 | -3/+3 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-07-24 | 1 | -0/+31 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-07-13 | 1 | -2/+2 |
| | |||||
* | libiberty/ChangeLog: | Jim Blandy | 2003-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | 2003-05-14 Jim Blandy <jimb@redhat.com> * hex.c (_hex_value): Make this unsigned. (hex_value): Update documentation for new return type. hex_value now expands to an unsigned int expression, to avoid unexpected sign extension when we store it in a bfd_vma, which is larger than int on some platforms. * functions.texi: Regenerated. include/ChangeLog: 2003-05-14 Jim Blandy <jimb@redhat.com> * libiberty.h (hex_value): Make the value an unsigned int, to avoid unexpected sign-extension when cast to unsigned types larger than int --- like bfd_vma, on some platforms. (_hex_value): Update declaration. | ||||
* | merge from gcc | DJ Delorie | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-21 | 1 | -0/+4 |
| | |||||
* | * libiberty.h (lrealpath): Add declaration. | Daniel Jacobowitz | 2003-02-20 | 1 | -0/+4 |
| | |||||
* | * libiberty.h (basename): Add NetBSD to the list. | Jason Thorpe | 2002-11-24 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-11-22 | 1 | -0/+6 |
| | |||||
* | * libiberty.h (asprintf, vasprintf): Don't declare them if the | Alexandre Oliva | 2002-09-20 | 1 | -0/+4 |
| | | | | corresponding HAVE_DECL_ macro is 1. | ||||
* | merge from gcc | DJ Delorie | 2002-06-24 | 1 | -3/+3 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-01-28 | 1 | -2/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-10-23 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-10-07 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-09-24 | 1 | -0/+9 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-09-18 | 1 | -9/+15 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-09-17 | 1 | -0/+40 |
| | |||||
* | (lbasename): Change function declaration to return a const char pointer. | Andrew Cagney | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-03-31 | 1 | -1/+6 |
| | |||||
* | Synchronise with copyright dates on FSF GCC versions of these files | Nick Clifton | 2001-03-14 | 1 | -0/+7 |
| | |||||
* | Fix typos in ChangeLogs; add coff/external.h; fix copyright dates | Nick Clifton | 2001-03-14 | 1 | -0/+18 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-03-10 | 1 | -0/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-03-06 | 1 | -0/+14 |
| | |||||
* | * libiberty.h: Move #includes to top. Prototype xmalloc_failed. | DJ Delorie | 2000-11-29 | 1 | -6/+10 |
| | |||||
* | Add ARRAY_SIZE macro from egcs version | Nick Clifton | 2000-09-03 | 1 | -0/+2 |
| | |||||
* | 2000-06-17 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-06-17 | 1 | -1/+8 |
| | | | | | | * getopt.h: Updated from gcc. * libiberty.h: Likewise. * symcat.h: Likewise. | ||||
* | import libiberty from egcs | Ian Lance Taylor | 2000-02-22 | 1 | -17/+38 |
| | |||||
* | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1999-05-03 | 1 | -0/+180 |