gcc/libgfortran/io
Tobias Schlüter 909087e0cf re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)
PR fortran/15234
* io/io.h (unit_t): Rename to ...
(gfc_unit) ... this.
(unit_root, current_unit, find_file, find_unit, get_unit): Now
of type gfc_unit.
(delete_file, insert_unit, close_unit): Argument now of type
gfc_unit.
* backspace.c (st_backspace), close.c (st_close), endfile.c
(st_endfile), inquire.c (inquire_via_unit, st_inquire), open.c
(test_endfile, edit_modes, new_unit, already_open, st_open),
rewind.c (st_rewind), transfer.c (current_unit), unit.c
(internal_unit, unit_cache, rotate_left, rotate_right, insert,
insert_unit, delete_root, delete_treap, delete_unit, find_unit,
get_unit, init_units, close_unit), unix.c (find_file0,
find_file, delete_file): Replace all occurences of unit_t by
gfc_unit.

From-SVN: r81903
2004-05-15 22:44:38 +02:00
..
backspace.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
close.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
endfile.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
format.c format.c: (parse_format_list): No comma is required after P descriptor. 2004-05-13 23:36:16 +00:00
inquire.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
io.h re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
list_read.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
lock.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
open.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
read.c Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
rewind.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
transfer.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
unit.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
unix.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-15 22:44:38 +02:00
write.c re PR libfortran/15311 (Incorrect handling of A edit descriptor) 2004-05-15 18:35:39 +00:00