aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2006-07-04ChangeLog:Alexandre Oliva1-0/+4
* ltconfig: chmod 644 before ranlib during install. libiberty/ChangeLog: * Makefile.in: chmod 644 before ranlib during install.
2006-06-02merge from gccDJ Delorie1-0/+5
2006-06-01merge from gccDJ Delorie1-0/+18
2006-05-28merge from gccDJ Delorie1-0/+4
2006-05-12merge from gccDJ Delorie1-0/+5
2006-04-24 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.Julian Brown1-0/+4
2006-04-12merge from gccDJ Delorie1-0/+22
2006-04-07merge from gccDJ Delorie1-0/+9
2006-03-31merge from gccDJ Delorie1-0/+13
2006-03-24merge from gccDJ Delorie1-0/+4
2006-03-13merge from gccDJ Delorie1-0/+8
2006-02-21merge from gccDJ Delorie1-0/+4
2006-02-21merge from gccDJ Delorie1-0/+5
2006-02-12merge from gccDJ Delorie1-0/+8
2006-01-29merge from gccDJ Delorie1-0/+6
2006-01-21merge from gccDJ Delorie1-0/+7
2005-12-17merge from gccDJ Delorie1-0/+7
2005-12-11merge from gccDJ Delorie1-0/+14
2005-11-07merge from gccDJ Delorie1-0/+7
2005-10-31merge from gccDJ Delorie1-0/+5
2005-10-07 * at-file.texi: Fix typo.Mark Mitchell1-0/+4
2005-10-04 * at-file.texi: New file.Mark Mitchell1-0/+4
2005-09-27 * argv.c (expandargv): Do not use xmalloc_failed.Mark Mitchell1-0/+4
2005-09-26 * libiberty.h (expandargv): New function.Mark Mitchell1-0/+9
* 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 Delorie1-0/+16
2005-08-17merge from gccDJ Delorie1-0/+13
2005-08-172005-08-17 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook1-0/+7
* strverscmp.c: Update FSF address. * testsuite/Makefile.in: Likewise. * testsuite/test-demangle.c: Likewise. * testsuite/test-pexecute.c: Likewise.
2005-07-23merge from gccDJ Delorie1-0/+4
2005-07-22merge from gccDJ Delorie1-0/+9
2005-07-22merge from gccDJ Delorie1-0/+8
2005-07-22merge from gccDJ Delorie1-0/+5
2005-07-22merge from gccDJ Delorie1-5/+0
2005-07-22 * configure.ac: Check for a getopt(3) declaration.Ben Elliston1-0/+5
* configure, config.in: Regenerate.
2005-07-15merge from gccDJ Delorie1-0/+4
2005-07-12merge from gccDJ Delorie1-0/+10
2005-07-09merge from gccDJ Delorie1-6/+0
2005-07-09 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.Ben Elliston1-0/+6
* memmove.c: Likewise. * objalloc.c: Likewise.
2005-07-072005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook1-0/+7
* 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 Cook1-0/+4
* config.in: Regenerate for 6/20 change.
2005-07-03merge from gccDJ Delorie1-0/+12
2005-06-30merge from gccDJ Delorie1-0/+5
2005-06-21Index: include/ChangeLogGeoffrey Keating1-0/+12
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 Delorie1-3/+8
2005-05-25include/Richard Henderson1-0/+7
* 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 Delorie1-0/+76
2005-05-16merge from gccDJ Delorie1-0/+8
2005-05-15merge from gccDJ Delorie1-0/+7
2005-05-15merge from gccDJ Delorie1-28/+34
2005-05-122005-05-11 Eli Zaretskii <eliz@gnu.org>Ian Lance Taylor1-0/+11
* 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 Delorie1-7/+17