comparison src/ChangeLog @ 5083:8386cf9811ee ss-2-1-63

[project @ 2004-11-17 15:49:26 by jwe]
author jwe
date Wed, 17 Nov 2004 15:51:27 +0000
parents 7929486ef2ed
children 55f5b61d74b7
comparison
equal deleted inserted replaced
5082:acbf858264d6 5083:8386cf9811ee
1 2004-11-17 John W. Eaton <jwe@octave.org>
2
3 * version.h (OCTAVE_VERSION): Now 2.1.62.
4 (OCTAVE_API_VERSION): Now api-v12.
5
6 2004-11-17 David Bateman <dbateman@free.fr>
7
8 * pt-arg-list.cc (F__end__): Ask dv for the number of elements
9 instead indexed_object.
10
1 2004-11-16 David Bateman <dbateman@free.fr> 11 2004-11-16 David Bateman <dbateman@free.fr>
2 12
3 * ov.h (octave_value::numel): Now virtual. Call rep->numel (). 13 * ov.h (octave_value::numel): Now virtual. Call rep->numel ().
4 * ov.cc (octave_value::numel): Delete. 14 * ov.cc (octave_value::numel): Delete.
5 * ov-base.h (octave_base_value::numel): New function. 15 * ov-base.h (octave_base_value::numel): New function.