From d61af9a710465081b25204c551498b054686bb72 Mon Sep 17 00:00:00 2001 From: Frank Otto Date: Sat, 8 Apr 2017 15:01:28 +0800 Subject: [PATCH] Update feature status in docs. --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 3af379b..1e42338 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -12,10 +12,10 @@ Currently the following features are implemented and working: * 8-byte record markers (used by early versions of gfortran) * Most standard Fortran datatypes, including arrays and strings * "Inhomogeneous" records, i.e. records made from multiple different datatypes +* Byte-order conversion (little endian ⟷ big endian) The following features are not (yet) supported: -* Byte-order conversion (little endian ⟷ big endian) * Direct Access mode * Derived Type I/O * Equivalents of BACKSPACE and ENDFILE