DJ Delorie
a7d421b815
merge from gcc
20 years ago
Alexandre Oliva
6816f9950e
ChangeLog:
* ltconfig: chmod 644 before ranlib during install.
libiberty/ChangeLog:
* Makefile.in: chmod 644 before ranlib during install.
20 years ago
DJ Delorie
7741be99dd
merge from gcc
21 years ago
DJ Delorie
014a8caf46
merge from gcc
21 years ago
DJ Delorie
069c63e246
merge from gcc
21 years ago
DJ Delorie
f6b66e9075
merge from gcc
21 years ago
Julian Brown
c77d28aca7
* floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
21 years ago
DJ Delorie
3db2e6ddf6
merge from gcc
21 years ago
DJ Delorie
545c9aee9b
merge from gcc
21 years ago
DJ Delorie
8e1e9959c5
merge from gcc
21 years ago
DJ Delorie
57b126a363
merge from gcc
21 years ago
DJ Delorie
9223c9457d
merge from gcc
21 years ago
DJ Delorie
96f4851a80
merge from gcc
21 years ago
DJ Delorie
1c7a49d207
merge from gcc
21 years ago
DJ Delorie
e27d251e32
merge from gcc
21 years ago
DJ Delorie
fd7d450d2b
merge from gcc
21 years ago
DJ Delorie
67d78caad5
merge from gcc
21 years ago
DJ Delorie
648c3dc081
merge from gcc
21 years ago
DJ Delorie
7887b2ce66
merge from gcc
21 years ago
DJ Delorie
718c0ded1f
merge from gcc
21 years ago
DJ Delorie
fb10537e39
merge from gcc
21 years ago
Mark Mitchell
5209596cca
* at-file.texi: Fix typo.
21 years ago
Mark Mitchell
7b96829ccc
* at-file.texi: New file.
21 years ago
Mark Mitchell
48e79b0a53
* argv.c (expandargv): Do not use xmalloc_failed.
21 years ago
Mark Mitchell
7b17bc2995
* libiberty.h (expandargv): New function.
* argv.c (safe-ctype.h): Include it.
(ISBLANK): Remove.
(stdio.h): Include.
(buildargv): Use ISSPACE instead of ISBLANK.
(expandargv): New function.
* Makefile.in: Regenerated.
21 years ago
DJ Delorie
f59e96e06c
merge from gcc
21 years ago
DJ Delorie
3b6940c0d1
merge from gcc
21 years ago
Kelley Cook
a9479c3f88
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* strverscmp.c: Update FSF address.
* testsuite/Makefile.in: Likewise.
* testsuite/test-demangle.c: Likewise.
* testsuite/test-pexecute.c: Likewise.
21 years ago
DJ Delorie
55060c0b16
merge from gcc
21 years ago
DJ Delorie
6038baea6c
merge from gcc
21 years ago
DJ Delorie
c750388a85
merge from gcc
21 years ago
DJ Delorie
a4e5c0d804
merge from gcc
21 years ago
DJ Delorie
7edb1832f2
merge from gcc
21 years ago
Ben Elliston
e865f979ac
* configure.ac: Check for a getopt(3) declaration.
* configure, config.in: Regenerate.
21 years ago
DJ Delorie
4fe190829b
merge from gcc
21 years ago
DJ Delorie
f2942ea4dd
merge from gcc
21 years ago
DJ Delorie
460565cb9d
merge from gcc
21 years ago
Ben Elliston
c94c2c4ee4
* memcpy.c: Remove ANSI_PROTOTYPES conditional code.
* memmove.c: Likewise.
* objalloc.c: Likewise.
21 years ago
Kelley Cook
4cf896a535
2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
* 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.
21 years ago
Kelley Cook
20ae7c3446
2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
* config.in: Regenerate for 6/20 change.
21 years ago
DJ Delorie
6ba85b8caf
merge from gcc
21 years ago
DJ Delorie
c3cca4c912
merge from gcc
21 years ago
Geoffrey Keating
67f3cb056f
Index: include/ChangeLog
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.
21 years ago
DJ Delorie
01e94249b6
merge from gcc
22 years ago
Richard Henderson
839e4798b0
include/
* 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.
22 years ago
DJ Delorie
abf6a75b42
merge from gcc
22 years ago
DJ Delorie
2349f55700
merge from gcc
22 years ago
DJ Delorie
e9edcedc8e
merge from gcc
22 years ago
DJ Delorie
f13c9beaa3
merge from gcc
22 years ago
Ian Lance Taylor
282d9ec36b
2005-05-11 Eli Zaretskii <eliz@gnu.org>
* 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.
22 years ago