aboutsummaryrefslogtreecommitdiff
path: root/include/libiberty.h
AgeCommit message (Collapse)AuthorFilesLines
2005-04-16merge from gccDJ Delorie1-0/+6
2005-04-14merge from gccDJ Delorie1-3/+3
2005-04-11merge from gccDJ Delorie1-0/+8
2005-03-29merge from gccDJ Delorie1-1/+1
2005-03-29libiberty:Ian Lance Taylor1-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.
2005-03-29 * libiberty.h (ffs): Declare, if necessary.Mark Mitchell1-0/+7
2005-03-27merge from gccDJ Delorie1-50/+48
2005-03-25merge from gccDJ Delorie1-0/+4
2005-03-23merge from gccDJ Delorie1-1/+1
2005-03-10merge from gccDJ Delorie1-0/+9
2005-03-01merge from gccDJ Delorie1-0/+4
2004-09-14merge from gccDJ Delorie1-1/+1
2004-09-05merge from gccDJ Delorie1-5/+5
2004-08-06merge from gccDJ Delorie1-3/+3
2004-07-24merge from gccDJ Delorie1-0/+31
2004-07-13merge from gccDJ Delorie1-2/+2
2003-05-15libiberty/ChangeLog:Jim Blandy1-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.
2003-02-27merge from gccDJ Delorie1-1/+1
2003-02-21merge from gccDJ Delorie1-0/+4
2003-02-20 * libiberty.h (lrealpath): Add declaration.Daniel Jacobowitz1-0/+4
2002-11-24* libiberty.h (basename): Add NetBSD to the list.Jason Thorpe1-1/+1
2002-11-22merge from gccDJ Delorie1-0/+6
2002-09-20* libiberty.h (asprintf, vasprintf): Don't declare them if theAlexandre Oliva1-0/+4
corresponding HAVE_DECL_ macro is 1.
2002-06-24merge from gccDJ Delorie1-3/+3
2002-01-28merge from gccDJ Delorie1-2/+2
2001-10-23merge from gccDJ Delorie1-1/+1
2001-10-07merge from gccDJ Delorie1-1/+1
2001-09-24merge from gccDJ Delorie1-0/+9
2001-09-18merge from gccDJ Delorie1-9/+15
2001-09-17merge from gccDJ Delorie1-0/+40
2001-08-10(lbasename): Change function declaration to return a const char pointer.Andrew Cagney1-1/+1
2001-03-31merge from gccDJ Delorie1-1/+6
2001-03-14Synchronise with copyright dates on FSF GCC versions of these filesNick Clifton1-0/+7
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton1-0/+18
2001-03-10merge from gccDJ Delorie1-0/+4
2001-03-06merge from gccDJ Delorie1-0/+14
2000-11-29* libiberty.h: Move #includes to top. Prototype xmalloc_failed.DJ Delorie1-6/+10
2000-09-03Add ARRAY_SIZE macro from egcs versionNick Clifton1-0/+2
2000-06-172000-06-17 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+8
* getopt.h: Updated from gcc. * libiberty.h: Likewise. * symcat.h: Likewise.
2000-02-22import libiberty from egcsIan Lance Taylor1-17/+38
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+180