comparison liboctave/ChangeLog @ 6384:c2eb95ca0e2b

[project @ 2007-03-06 06:03:01 by jwe]
author jwe
date Tue, 06 Mar 2007 06:03:01 +0000
parents 65e9cf5c7718
children 4109a2386346
comparison
equal deleted inserted replaced
6383:65e9cf5c7718 6384:c2eb95ca0e2b
1 2007-03-06 John W. Eaton <jwe@octave.org>
2
3 * Array.cc (assign1, assign2): For assignments like x(:,1) = 1 or
4 x(:) = 1, only resize if X is 0x0.
5 (assign2): Use single loop for x(:) = nonempty_rhs case.
6 If single index and rhs is 0x0, always call maybe_delete_elements
7 on lhs.
8 (Array<T>::maybe_delete_elements (Array<idx_vector>&, const T&)):
9 Quick return of [] if doing x(:) = [].
10
11
1 2007-03-05 David Bateman <dbateman@free.fr> 12 2007-03-05 David Bateman <dbateman@free.fr>
2 13
3 * oct-md5.c (oct_md5_file (const std::string&)): New function. 14 * oct-md5.c (oct_md5_file (const std::string&)): New function.
4 * oct-md5.h (oct_md5_file (const std::string&)): Declare it. 15 * oct-md5.h (oct_md5_file (const std::string&)): Declare it.
5 16