comparison src/ChangeLog @ 4970:25c2664861bc

[project @ 2004-09-08 05:02:32 by jwe]
author jwe
date Wed, 08 Sep 2004 05:02:32 +0000
parents 0355f2f7d193
children 724675f7f7cb
comparison
equal deleted inserted replaced
4969:52f808101130 4970:25c2664861bc
1 2004-09-08 John W. Eaton <jwe@octave.org>
2
3 * ov.h: Add octave_array_type_traits specialization for
4 boolNDArray element type.
5
1 2004-09-07 John W. Eaton <jwe@octave.org> 6 2004-09-07 John W. Eaton <jwe@octave.org>
7
8 * oct-stream.cc: Instantiate octave_stream::write for Array<bool>.
9 (octave_stream::read): Expand read_fptr_table to include dt_logical.
10
11 * ov-bool.h (octave_bool::write): New function.
12 * ov-bool-mat.h (octave_bool_matrix::write): New function.
2 13
3 * ov-fcn-inline.h (octave_fcn_inline::octave_fcn_inline): New copy 14 * ov-fcn-inline.h (octave_fcn_inline::octave_fcn_inline): New copy
4 constructor. 15 constructor.
5 (octave_fcn_inline::clone, octave_fcn_inline::empty_clone): 16 (octave_fcn_inline::clone, octave_fcn_inline::empty_clone):
6 New functions. 17 New functions.