comparison 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
comparison
equal deleted inserted replaced
3516:9118c2a3bc79 3517:ef5c83d6bffc
1 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * data-conv.cc (LS_DO_WRITE): Cast arg to ostream::write to char*.
4 (LS_DO_READ): Likewise, for istream::read.
2 5
3 * oct-env.cc (octave_env::do_polite_directory_format): 6 * oct-env.cc (octave_env::do_polite_directory_format):
4 Use operator== and substr method to do limited-length string 7 Use operator== and substr method to do limited-length string
5 comparison. 8 comparison.
6 9