OSDN Git Service

* c-common.c (handle_sentinel_attribute): Annotate warning
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index d682fc1..a884050 100644 (file)
@@ -1,3 +1,30 @@
+2007-04-25  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR libfortran/31299
+       * intrinsics/getlog.c: Use getpwuid and geteuid instead of
+       getlogin if they are available.
+       * configure.ac: Add checks for getpwuid and geteuid.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+
+2007-04-25  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * configure: Regenerate using autoconf 2.59.
+       * Makefile.in: Likewise.  
+       * config.h.in: Likewise.
+
+2007-04-24  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       PR libfortran/27740
+       * configure.ac: New test to determine if symbol versioning is
+       supported.
+       * Makefile.am: Use result of above test to add appropriate linker
+       flags.
+       * gfortran.map: New file.
+       * configure: Regenerated.
+       * Makefile.in: Regenerated.
+       * config.h.in: Regenerated.
+
 2007-04-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/31618