diff options
author | Steve Ellcey <sje@cup.hp.com> | 2004-12-08 00:32:39 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2004-12-08 00:32:39 +0000 |
commit | 6ecf6dcbb8b4aebb2a7350158bf3a2c4e4173763 (patch) | |
tree | 5512e79869e27dabcf560460d558f9e8776f7130 /libgfortran/ChangeLog | |
parent | 1b79dc38ddc47991e1b111a238162c9f1a5282a8 (diff) | |
download | gcc-6ecf6dcbb8b4aebb2a7350158bf3a2c4e4173763.zip gcc-6ecf6dcbb8b4aebb2a7350158bf3a2c4e4173763.tar.gz gcc-6ecf6dcbb8b4aebb2a7350158bf3a2c4e4173763.tar.bz2 |
io.h (open_external): Change prototype.
* io/io.h (open_external): Change prototype.
* io/unix.c (regular_file): Change prototype and set flags->action if
needed.
(open_external): Ditto.
* io/open.c (new_unit): Let open_external set flags->action.
From-SVN: r91843
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 1372c7c..15c67d2 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,11 @@ +2004-12-07 Steve Ellcey <sje@cup.hp.com> + + * io/io.h (open_external): Change prototype. + * io/unix.c (regular_file): Change prototype and set flags->action if + needed. + (open_external): Ditto. + * io/open.c (new_unit): Let open_external set flags->action. + 2004-12-07 Eric Botcazou <ebotcazou@libertysurf.fr> * configure.ac: Check for ieeefp.h. Check for fabsf in libm. |