diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/xtools/mef/Notes | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/xtools/mef/Notes')
-rw-r--r-- | pkg/xtools/mef/Notes | 26 |
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 + + |