aboutsummaryrefslogtreecommitdiff
path: root/pkg/dataio/doc/Mtio_notes
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/dataio/doc/Mtio_notes
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/dataio/doc/Mtio_notes')
-rw-r--r--pkg/dataio/doc/Mtio_notes12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/dataio/doc/Mtio_notes b/pkg/dataio/doc/Mtio_notes
new file mode 100644
index 00000000..c5fb2fe5
--- /dev/null
+++ b/pkg/dataio/doc/Mtio_notes
@@ -0,0 +1,12 @@
+
+MTIO mods:
+
+ (1) Install error checking in MTOPEN ("errchk open").
+
+ (2) Attempt to position to a file beyond EOT for reading should not
+ cause an error, rather EOF should be returned at the first read,
+ indicating a zero length file (i.e., EOT).
+
+ (3) ZARDMT should zero-fill to an integral number of chars, provided
+ space is available at end of buffer (see ZARDBF, which I had to
+ modify to provide zero-fill).