OSDN Git Service

* filename_cmp.c: Replace include of ctype.h by include of
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
index 09c8c75..431ef1d 100644 (file)
@@ -1,3 +1,84 @@
+2007-05-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * filename_cmp.c: Replace include of ctype.h by include of
+       safe-ctype.h.
+       (filename_cmp): Use TOLOWER instead of tolower for conversions
+       that are locale-independent.
+       * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
+
+2007-04-11  Thomas Neumann  tneumann@users.sourceforge.net
+
+       * argv.c: Use ANSI C declarations.
+       * make-relative-prefix.c: Likewise.
+
+2007-04-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * filename_cmp.c (filename_cmp): Improve documentation.
+
+2007-04-02  Andreas Schwab  <schwab@suse.de>
+
+       * filename_cmp.c: Include "config.h".
+
+2007-03-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * filename_cmp.c: New file.
+       * Makefile.in (CFILES): Add filename_cmp.c.
+       (REQUIRED_OFILES): Add filename_cmp.o
+       (filename_cmp.o): New rule.
+       * functions.texi: Regenerate.
+
+2007-03-15  Geoffrey Keating  <geoffk@apple.com>
+
+       * cp-demangle.c (d_encoding): Exit early on error.
+       (d_pointer_to_member_type): Exit early if cplus_demangle_type
+       returns NULL.
+       (cplus_demangle_type): Likewise.
+       * testsuite/demangle-expected: New testcase.
+
+2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.in: Add install-pdf target as copied from
+       automake v1.10 rules.
+       * testsuite/Makefile.in: Add dummy install-pdf target.
+
+2007-03-01  Peter Breitenlohner  <peb@mppmu.mpg.de>
+            Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR other/16513
+       * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
+       Install headers in multilib independent location.
+
+2007-02-26  DJ Delorie  <dj@redhat.com>
+
+       * configure.ac: add djgpp-specific results, so we don't have to
+       link during a cross compilation.
+       * configure: Regenerated.
+       
+2007-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * hex.c: Fix typo.
+       * choose-temp.c: Likewise.
+       * functions.texi: Regenerate.
+
+2007-01-31  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * pex-common.h (struct pex_obj): New fields
+       stderr_pipe and read_err.       
+       * pex-common.c (pex_init_common): Initialize
+       stderr_pipe.
+       (pex_run_in_environment): Add error checking
+       for PEX_STDERR_TO_PIPE.  Create a pipe
+       for stderr if necessary.
+       (pex_read_err): New.
+       (pex_free): Close read_err.
+       * pexecute.txh: Document changes.
+       * functions.texi: Regenerated.
+
+2007-01-31  Ben Elliston  <bje@au.ibm.com>
+
+       * strsignal.c (psignal): Change type of signo to int.
+       * functions.texi: Regenerate.
+
 2007-01-29  Simon Baldwin <simonb@google.com>
 
        * cp-demangle.h (cplus_demangle_operators): External definition