aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Collapse)AuthorFilesLines
2005-09-27 * argv.c (expandargv): Do not use xmalloc_failed.Mark Mitchell2-3/+8
2005-09-26 * libiberty.h (expandargv): New function.Mark Mitchell3-8/+128
* argv.c (safe-ctype.h): Include it. (ISBLANK): Remove. (stdio.h): Include. (buildargv): Use ISSPACE instead of ISBLANK. (expandargv): New function. * Makefile.in: Regenerated.
2005-09-15merge from gccDJ Delorie2-14/+307
2005-08-17merge from gccDJ Delorie2-17/+30
2005-08-172005-08-17 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook5-6/+13
* strverscmp.c: Update FSF address. * testsuite/Makefile.in: Likewise. * testsuite/test-demangle.c: Likewise. * testsuite/test-pexecute.c: Likewise.
2005-07-23merge from gccDJ Delorie2-1/+5
2005-07-22merge from gccDJ Delorie3-5/+17
2005-07-22merge from gccDJ Delorie4-10/+8
2005-07-22merge from gccDJ Delorie4-125/+145
2005-07-22merge from gccDJ Delorie4-145/+125
2005-07-22 * configure.ac: Check for a getopt(3) declaration.Ben Elliston4-125/+145
* configure, config.in: Regenerate.
2005-07-15merge from gccDJ Delorie2-2/+8
2005-07-12merge from gccDJ Delorie4-3/+20
2005-07-09merge from gccDJ Delorie4-6/+10
2005-07-09 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.Ben Elliston4-10/+6
* memmove.c: Likewise. * objalloc.c: Likewise.
2005-07-072005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook5-71/+146
* config.table: Delete file. Move former contents into ... * configure.ac: ... here and escape any brackets for m4. * Makefile.in (config.status): Remove dependency on config.table. * configure: Regenerate.
2005-07-072005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2-0/+11
* config.in: Regenerate for 6/20 change.
2005-07-03merge from gccDJ Delorie4-1/+40
2005-06-30merge from gccDJ Delorie2-32/+28
2005-06-21Index: include/ChangeLogGeoffrey Keating6-12/+311
2005-06-20 Geoffrey Keating <geoffk@apple.com> * libiberty.h (strverscmp): Prototype. Index: libiberty/ChangeLog 2005-06-20 Geoffrey Keating <geoffk@apple.com> * strverscmp.c: New. * Makefile.in (CFILES): Add strverscmp.c. (CONFIGURED_OFILES): Add strverscmp.o. (strverscmp.o): New rule. (stamp-functions): Add $(srcdir) to files in source directory. * configure.ac (funcs): Add strverscmp. (AC_CHECK_FUNCS): Add strverscmp. * configure: Regenerate. * functions.texi: Regenerate.
2005-05-28merge from gccDJ Delorie4-5/+298
2005-05-25include/Richard Henderson3-0/+25
* demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. libiberty/ * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS. (d_make_comp, d_print_comp): Likewise. (d_special_name): Generate one. * testsuite/demangle-expected: Add a hidden alias test.
2005-05-24merge from gccDJ Delorie35-152/+641
2005-05-16merge from gccDJ Delorie3-7/+13
2005-05-15merge from gccDJ Delorie2-144/+165
2005-05-15merge from gccDJ Delorie3-48/+68
2005-05-122005-05-11 Eli Zaretskii <eliz@gnu.org>Ian Lance Taylor2-38/+52
* pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and sys/stat.h. (pex_init): Fix last argument to pex_init_common. (pex_djgpp_exec_child): Remove leading underscore from _open, _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program', which is undeclared, with `executable', which was unused. Remove unused variable `e'. Fix casting of last arg to spawnv/spawnvp. (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
2005-05-11merge from gccDJ Delorie5-21/+36
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton69-117/+129
2005-05-07merge from gccDJ Delorie5-93/+110
2005-04-26merge from gccDJ Delorie3-11/+42
2005-04-16merge from gccDJ Delorie3-14/+47
2005-04-16merge from gccDJ Delorie11-0/+320
2005-04-14merge from gccDJ Delorie2-1/+6
2005-04-13merge from gccDJ Delorie1-2/+2
2005-04-13merge from gccDJ Delorie2-8/+13
2005-04-12merge from gccDJ Delorie4-0/+305
2005-04-11merge from gccDJ Delorie7-7/+159
2005-04-04merge from gccDJ Delorie2-2/+8
2005-04-03merge from gccDJ Delorie4-23/+26
2005-04-02merge from gccDJ Delorie10-19/+36
2005-04-02 * cp-demangle.c: Update copyright.Ian Lance Taylor2-1/+5
2005-03-31merge from gccDJ Delorie3-2/+7
2005-03-29libiberty:Ian Lance Taylor16-439/+2857
* 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-28merge from gccDJ Delorie2-1/+7
2005-03-28merge from gccDJ Delorie4-293/+194
2005-03-28merge from gccDJ Delorie28-368/+179
2005-03-28merge from gccDJ Delorie56-676/+417
2005-03-27merge from gccDJ Delorie20-763/+463
2005-03-25merge from gccDJ Delorie8-7/+201