aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-04-26 19:25:19 +0000
committerGeoffrey Keating <geoffk@apple.com>2005-04-26 19:25:19 +0000
commit2fce4f22abfe8b72e56c0c43084a0187c4258ca8 (patch)
tree5b5f998f398abe4f0a410c4f358f749f91c59328 /libgfortran/ChangeLog
parent425fe1380e06b6ab090a193e9484aec19e43d675 (diff)
Merge to tag gcc_4_0_0_release.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@98787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog35
1 files changed, 30 insertions, 5 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index ab04cf480c6..5ba7109e1de 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,28 @@
+2005-04-20 Release Manager
+
+ * GCC 4.0.0 released.
+
+2005-04-13 Thomas Koenig <Thomas.Koenig@online.de>
+
+ PR libfortran/20163
+ * runtime/string.c (compare0): Use fstrlen() to
+ strip trailing blanks from option string.
+
+
+2005-04-08 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * io/backspace.c (unformatted_backspace): Do not dereference
+ the pointer to the stream.
+
+2005-04-07 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR libfortran/20766
+ * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
+ "-Wl,-single_module".
+ * configure: Regenerate.
+ * Makefile.am (libgfortran_la_LDFLAGS): Add extra_ldflags_libgfortran.
+ * Makefile.in: Regenerate.
+
2005-04-05 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/20755
@@ -1467,7 +1492,7 @@
* libgfortan.h,intrinsics/random.c: Made random_seed visible.
* runtime/main.c(init): Call random_seed as part of MAIN init.
-2004-05-13 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
+2004-05-13 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
* io/format.c: (parse_format_list): No comma is required after
P descriptor.
@@ -1924,7 +1949,7 @@
(calculate_G_format): Rewrite it to eliminate an infinte loop and set
the scale_factor to 0 for F editing.
-2003-05-11 Tobias Schlüter <innenminister@gmx.de>
+2003-05-11 Tobias Schlter <innenminister@gmx.de>
* libgfor.h: Only include stdint.h if it exists.
@@ -1939,11 +1964,11 @@
* libgfor.h (offsetof): Define if nobody else does.
* runtime/memory.c (HEADER_SIZE): Use it.
-2003-05-01 Tobias Schlüter <innenminister@gmx.de>
+2003-05-01 Tobias Schlter <innenminister@gmx.de>
* configure.in: Require autoconf 2.54.
-2003-04-28 Tobias Schlüter <innenminister@gmx.de>
+2003-04-28 Tobias Schlter <innenminister@gmx.de>
Paul Brook <paul@nowt.org>
* intrinsics/reshape_generic.c: Copy the whole element, not just the
@@ -1957,7 +1982,7 @@
* io/format.c (parse_format_list): Allow 'X' without integer
prefix. This is an extension. Interpretation is '1X'.
-2003-04-18 Tobias Schlüter <Tobias.Schlueter@physik.uni-muenchen.de>
+2003-04-18 Tobias Schlter <Tobias.Schlueter@physik.uni-muenchen.de>
* io/format.c (parse_format_list): Allow '0P'.