aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/mef/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/xtools/mef/Notes
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/xtools/mef/Notes')
-rw-r--r--pkg/xtools/mef/Notes26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/xtools/mef/Notes b/pkg/xtools/mef/Notes
new file mode 100644
index 00000000..7f781840
--- /dev/null
+++ b/pkg/xtools/mef/Notes
@@ -0,0 +1,26 @@
+
+mefwrhdr.x
+ Previuolsy we changed the value of INHERIT to NO. Now we pass
+ the card to the output file unchanged with the exception when
+ the output file is new, then we do not pass it along. 3/4/98
+
+mefrdhdr.x
+ When a kernel section is given in the input file, it is
+ necessary to read the entire header in memory rather
+ than the 1st block. An error was found trying to get EXTNAME
+ value when the keyword was not located in the 1st block.
+ nz 10/2/03
+mefldhdr.x
+ New routine to read the entire header in memory. 10.02.03
+
+==================================================
+
+mefrdhdr.x
+ Change mef_rdhdr...() to be a function now rather than a
+ procedure. This way we can return and EOF value to the
+ calling routine.
+ revised. Used mef_ldhdr() now and discard rd1st and rd2end.
+ Took out any eprintf statement and made the code much simpler.
+ Jan.7.04
+
+