summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2006-04-129-52/+343
|
* merge from gccDJ Delorie2006-04-075-5/+81
|
* merge from gccDJ Delorie2006-03-312-258/+335
|
* merge from gccDJ Delorie2006-03-242-11/+8
|
* merge from gccDJ Delorie2006-03-133-13/+44
|
* merge from gccDJ Delorie2006-02-213-1/+6
|
* merge from gccDJ Delorie2006-02-212-1/+9
|
* merge from gccDJ Delorie2006-02-122-1/+18
|
* merge from gccDJ Delorie2006-01-293-68/+205
|
* merge from gccDJ Delorie2006-01-214-5/+327
|
* merge from gccDJ Delorie2005-12-172-3/+10
|
* merge from gccDJ Delorie2005-12-114-7/+68
|
* merge from gccDJ Delorie2005-11-072-111/+87
|
* merge from gccDJ Delorie2005-10-312-0/+29
|
* * at-file.texi: Fix typo.Mark Mitchell2005-10-072-3/+6
|
* * at-file.texi: New file.Mark Mitchell2005-10-042-0/+20
|
* * argv.c (expandargv): Do not use xmalloc_failed.Mark Mitchell2005-09-272-3/+8
|
* * libiberty.h (expandargv): New function.Mark Mitchell2005-09-263-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.
* merge from gccDJ Delorie2005-09-152-14/+307
|
* merge from gccDJ Delorie2005-08-172-17/+30
|
* 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-08-175-6/+13
| | | | | | | * strverscmp.c: Update FSF address. * testsuite/Makefile.in: Likewise. * testsuite/test-demangle.c: Likewise. * testsuite/test-pexecute.c: Likewise.
* merge from gccDJ Delorie2005-07-232-1/+5
|
* merge from gccDJ Delorie2005-07-223-5/+17
|
* merge from gccDJ Delorie2005-07-227-135/+148
|
* merge from gccDJ Delorie2005-07-224-140/+130
|
* merge from gccDJ Delorie2005-07-221-5/+0
|
* * configure.ac: Check for a getopt(3) declaration.Ben Elliston2005-07-224-125/+145
| | | | * configure, config.in: Regenerate.
* merge from gccDJ Delorie2005-07-152-2/+8
|
* merge from gccDJ Delorie2005-07-124-3/+20
|
* merge from gccDJ Delorie2005-07-094-6/+10
|
* * memcpy.c: Remove ANSI_PROTOTYPES conditional code.Ben Elliston2005-07-094-10/+6
| | | | | * memmove.c: Likewise. * objalloc.c: Likewise.
* 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-07-075-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-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-07-072-0/+11
| | | | * config.in: Regenerate for 6/20 change.
* merge from gccDJ Delorie2005-07-034-1/+40
|
* merge from gccDJ Delorie2005-06-302-32/+28
|
* Index: include/ChangeLogGeoffrey Keating2005-06-216-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.
* merge from gccDJ Delorie2005-05-284-5/+298
|
* include/Richard Henderson2005-05-253-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.
* merge from gccDJ Delorie2005-05-2435-152/+641
|
* merge from gccDJ Delorie2005-05-163-7/+13
|
* merge from gccDJ Delorie2005-05-152-144/+165
|
* merge from gccDJ Delorie2005-05-153-48/+68
|
* 2005-05-11 Eli Zaretskii <eliz@gnu.org>Ian Lance Taylor2005-05-122-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.
* merge from gccDJ Delorie2005-05-115-21/+36
|
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-1069-117/+129
|
* merge from gccDJ Delorie2005-05-075-93/+110
|
* merge from gccDJ Delorie2005-04-263-11/+42
|
* merge from gccDJ Delorie2005-04-163-14/+47
|
* merge from gccDJ Delorie2005-04-1611-0/+320
|
* merge from gccDJ Delorie2005-04-142-1/+6
|