Mercurial > hg > octave-jordi
diff src/ChangeLog @ 2341:6ee55c0f25a9
[project @ 1996-07-24 10:33:09 by jwe]
author | jwe |
---|---|
date | Wed, 24 Jul 1996 10:33:10 +0000 |
parents | 18953de8c308 |
children | d7592de300ea |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +Wed Jul 24 05:08:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> + + * file-io.cc (symbols_of_file_io): Redefine values of SEEK_SET, + SEEK_CUR, and SEEK_END for Matlab compatibility. + * oct-stream.cc (seek): Check for compatible values of ORIGIN arg. + Also handle "bof", "cof", and "eof". + Fri Jul 19 15:24:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * pt-const.cc: When creating octave_value_reps from ComplexMatrix @@ -5,7 +12,7 @@ Tue Jul 16 10:53:42 1996 John W. Eaton <jwe@bevo.che.wisc.edu> - * input.cc (decode_prompt_string): Swap meanings of \h anbd \H. + * input.cc (decode_prompt_string): Swap meanings of \h and \H. Mon Jul 15 16:01:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu>