Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 3517:ef5c83d6bffc
[project @ 2000-02-01 23:06:35 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 23:06:35 +0000 |
parents | 9118c2a3bc79 |
children | 2dcc5f58ca0c |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,8 @@ 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> + * data-conv.cc (LS_DO_WRITE): Cast arg to ostream::write to char*. + (LS_DO_READ): Likewise, for istream::read. + * oct-env.cc (octave_env::do_polite_directory_format): Use operator== and substr method to do limited-length string comparison.