comparison liboctave/ChangeLog @ 2800:9aeba8e006a4

[project @ 1997-03-09 09:50:20 by jwe]
author jwe
date Sun, 09 Mar 1997 09:50:39 +0000
parents 14d07e4a0265
children eedc2f3f61f7
comparison
equal deleted inserted replaced
2799:d77a29e4387f 2800:9aeba8e006a4
1 Sun Mar 9 03:44:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * CMatrix.cc, FEGrid.cc, Range.cc, dMatrix.cc, data-conv.cc,
4 dir-ops.cc, file-ops.h, idx-vector.cc, idx-vector.h, lo-ieee.cc,
5 lo-mappers.cc, oct-alloc.cc: Use `static_cast<T> (val)' instead of
6 old C-style `(T) val' casts.
7
1 Thu Mar 6 20:20:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 8 Thu Mar 6 20:20:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2 9
3 * dMatrix.cc (operator >>): Return if an error occurs instead of 10 * dMatrix.cc (operator >>): Return if an error occurs instead of
4 just breaking out of the innermost loop. 11 just breaking out of the innermost loop.
5 * CMatrix.cc (operator >>): Likewise. 12 * CMatrix.cc (operator >>): Likewise.