gcc/libgfortran/io
Jerry DeLisle a11930ba8d io.h: Remove definition of the BT enumerator.
2010-10-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	* io/io.h: Remove definition of the BT enumerator.
	* libgfortran.h: Replace GFC_DTYPE enumerator with BT.
	* intrinsics/iso_c_generated_procs.c: Likewise
	* intrinsics/date_and_time.c: Likewise.
	* intrinsics/iso_c_binding.c: Likewise.
	* io/list_read.c: Likewise.
	* io/transfer.c: Likewise.
	* io/write.c: Likewise.

2010-10-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	* gfortran.h: Remove definition of bt enumerator.
	* libgfortran.h: Add bt enumerator type alighned with defintion.
	Remove the dtype enumerator, no longer used.
	previously given in libgfortran/io.h
	* trans-types.c: Use new bt enumerator.
	* trans-io.c: Likewise.

From-SVN: r165675
2010-10-19 01:28:50 +00:00
..
close.c Split up io/io.h 2009-11-02 23:52:59 +02:00
fbuf.c Remove free_mem 2010-05-07 18:55:59 +03:00
fbuf.h Move includes after include guards 2009-11-19 22:23:03 +02:00
file_pos.c re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer") 2010-07-15 03:40:56 +00:00
format.c re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descriptor) 2010-08-07 12:03:23 +00:00
format.h re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descriptor) 2010-08-07 12:03:23 +00:00
inquire.c re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin") 2010-08-14 18:59:18 +00:00
intrinsics.c PR libfortran/43605 FTELL intrinsic, take 2. 2010-04-01 23:51:45 +03:00
io.h io.h: Remove definition of the BT enumerator. 2010-10-19 01:28:50 +00:00
list_read.c io.h: Remove definition of the BT enumerator. 2010-10-19 01:28:50 +00:00
lock.c Remove free_mem 2010-05-07 18:55:59 +03:00
open.c re PR libfortran/45723 (opening /dev/null for appending writes) 2010-09-22 03:10:24 +00:00
read.c re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4) 2010-07-16 14:16:04 +00:00
size_from_kind.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
transfer.c io.h: Remove definition of the BT enumerator. 2010-10-19 01:28:50 +00:00
unit.c Don't update the position flag for non-seekable files, check for stell() error. 2010-08-02 09:22:23 +03:00
unix.c Use access(2) instead of stat(2) to test file existence. 2010-08-01 14:22:18 +03:00
unix.h re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin") 2010-07-29 01:32:23 +00:00
write.c io.h: Remove definition of the BT enumerator. 2010-10-19 01:28:50 +00:00
write_float.def acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove. 2010-09-09 18:47:11 +00:00