OSDN Git Service

PR bootstrap/17832
[pf3gnuchains/gcc-fork.git] / fixincludes / ChangeLog
index f3573b1..c50e4d7 100644 (file)
@@ -1,3 +1,34 @@
+2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       PR bootstrap/17832
+
+       * fixfixes.c (main): Check for _PC_NAME_MAX.
+
+2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR other/17991
+
+       * configure.ac: Fix typo.
+       * configure: Regenerate.
+       * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
+
+2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       PR bootstrap/17832
+
+       * fixincl.c (SIGCHLD): Remove definition.
+       (initialize): Remove SIGIOT and SIGPIPE checks.
+       (create_file): Fix mkdir() for Win32.
+       (internal_fix): Use dup2() instead of fcntl().
+
+       * fixlib.h (SIGQUIT): Define if undefined.
+       (SIGIOT): Same.
+       (SIGPIPE): Same.
+       (SIGALRM): Same.
+       (SIGKILL): Same.
+
+       * procopen.c (chain_open): Use dup2() instead of fcntl().
+
 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
 
        PR other/17991