OSDN Git Service

2004-07-04 Matthias Klose <doko@debian.org>
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index 5d6a816..056e123 100644 (file)
@@ -1,3 +1,58 @@
+2004-07-04  Matthias Klose  <doko@debian.org>
+
+       * libtool-version: New.
+       * Makefile.am (libgfortran_la_LDFLAGS): Use -version-info for soname.
+       * Makefile.in: Regenerate.
+       * configure.ac: Remove libtool_VERSION macro
+       * configure: Regenerate
+
+2004-06-30  Steve Kargl  <sgk@troutmask.apl.washington.edu>
+           Steven Bosscher  <stevenb@suse.de>
+
+       * intrinsics/rand.c (rand): Wrap the irand() call from the previous
+       commit in prefix.
+
+2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+       Paul Brook  <paul@codesourcery.com>
+
+       * runtime/normalize.c (normalize_r4_i4, normalize_r8_i8): Fix
+       comments.
+       * intrinsics/rand.c (rand): Call irand() in call to normalize_r4_i4.
+
+2004-06-27  Bud Davis  <bdavis9659@comcast.net>
+
+       PR gfortran/12839
+       * io/write.c (write_float): check signbit for Infinity.
+
+2004-06-26  Bud Davis  <bdavis9659@comcast.net>
+
+       PR gfortran/16196
+       * unix.c(regular_file): create file if it does not exist.
+
+2004-06-24  Andrew Pinski  <apinski@apple.com>
+
+       * configure.ac: Remove check for libmx.
+       * configure: Regenerate.
+
+2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
+
+       PR fortran/15750
+       * inquire.c (st_inquire): Add comment
+       * io.h (st_parameter): Add iolength.
+       (st_iolength, st_iolength_done): Declare.
+       * transfer.c (iolength_transfer, iolength_transfer_init,
+       st_iolength, st_iolength_done): New functions.
+
+2004-06-21  Steven G. Kargl  <kargls@comcast.net>
+
+       * etime.c (etime_sub): Remove array rank check;
+       Add check for sufficient space.
+
+2004-06-19  Bud Davis  <bdavis9659@comcast.net>
+
+       PR gfortran/16080
+       * io/list_read.c(set_value): fixed spelling.
+
 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
 
        PR gfortran/16080