OSDN Git Service

2004-10-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index 559840a..d584434 100644 (file)
@@ -1,5 +1,16 @@
 2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
 
+       * config.h.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac (AC_CHECK_FUNCS): Add mkstemp.
+       * io/unix.c (S_IRGRP): Define if undefined.
+       (S_IWGRP): Same.
+       (S_IROTH): Same.
+       (S_IWOTH): Same.
+       (tempfile): Use mktemp if mkstemp missing, fix typos.
+
+2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
        *  intrinsics/system.c ("libgfortran.h"): Move after system headers.
 
 2004-10-30  Canqun Yang  <canqun@nudt.edu.cn>