comparison src/ChangeLog @ 4646:eff8f977508c

[project @ 2003-11-23 18:13:19 by jwe]
author jwe
date Sun, 23 Nov 2003 18:13:19 +0000
parents bd2067547b40
children 6d26997e1fc3
comparison
equal deleted inserted replaced
4645:bd2067547b40 4646:eff8f977508c
1 2003-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-11-23 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * OPERATORS/op-streamoff.cc: Install increment and decrement operators.
4 * ov-streamoff.h (octave_streamoff::increment,
5 octave_streamoff::decrement): New functions.
2 6
3 * oct-stream.cc (octave_stream::seek): Extract std::streamoff from 7 * oct-stream.cc (octave_stream::seek): Extract std::streamoff from
4 tc_offset instead of int. 8 tc_offset instead of int.
5 9
6 * ov-re-mat.cc (octave_matrix::double_value): Use numel, not length. 10 * ov-re-mat.cc (octave_matrix::double_value): Use numel, not length.