comparison src/ChangeLog @ 4701:34a740dc31a6

[project @ 2004-01-21 19:55:36 by jwe]
author jwe
date Wed, 21 Jan 2004 19:55:37 +0000
parents ca3a1d687bba
children a1b165f5e934
comparison
equal deleted inserted replaced
4700:ca3a1d687bba 4701:34a740dc31a6
1 2004-01-21 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * ov-scalar.cc (streamoff_array_value): New function.
4 * ov-scalar.h: Provide decl.
5
6 * OPERATORS/op-streamoff.cc (STREAMOFF_COMP_OP): New maco.
7 Use it to define streamoff by matrix, streamoff by scalar, scalar
8 by streamoff, and matrix by streamoff comparison operators.
9 (install_streamoff_ops): Install them.
10
11 * Cell.h (Cell::operator ()): Delete (we inherit them from Array<T>).
12 (maybe_resize, elem_internal): Delete unused functions.
13
14 * ls-mat5.cc (write_mat5_cell_array): Cell& arg is now const.
15
1 2004-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> 16 2004-01-20 John W. Eaton <jwe@bevo.che.wisc.edu>
2 17
3 * variables.cc (is_valid_function): If warn, also print error 18 * variables.cc (is_valid_function): If warn, also print error
4 message if arg is not a string. 19 message if arg is not a string.
5 20