[3295] in Athena Bugs
matlab bug
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Tue Sep 26 05:59:24 1989
Date: Tue, 26 Sep 89 05:58:58 -0400
From: Jonathan I. Kamens <jik@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
I don't know if bugs is the right place to which to send matlab
bugs, but I couldn't find a README file or anything pointing me to
anywhere else within /mit/courseware/matlab, so I hope you can forward
this to the right place.
The "translate" utility in the matlab package has the same bug that
kinit does, i.e. if you hit ^D at an input line it will circle forever
trying to get input, rather than noticing the EOF and exiting
properly.
Example:
< PRO-MATLAB TRANSLATION UTILITY >
(c) Copyright The MathWorks, Inc. 1984, 1985, 1986, 1987
All Rights Reserved
Version 1.21 13-Jun-87
Input file name: ^D
No file name given
Input file name:
No file name given
Input file name:
No file name given
Input file name:
No file name given
Input file name:
No file name given
Input file name:
No file name given
Input file name:
No file name given
Input file name:
No file name given
Input file name:
No file name given
... etc. forever.
jik