comparison liboctave/ChangeLog @ 6390:334499d75c5c

[project @ 2007-03-07 18:11:28 by jwe]
author jwe
date Wed, 07 Mar 2007 18:11:29 +0000
parents f427b33aeb4c
children e8c42df3d234
comparison
equal deleted inserted replaced
6389:f427b33aeb4c 6390:334499d75c5c
1 2007-03-07 John W. Eaton <jwe@octave.org> 1 2007-03-07 John W. Eaton <jwe@octave.org>
2
3 * dMatrix.cc, CMatrix.cc (operator *): Only check
4 f77_exception_encountered immediately after calls that use F77_XFCN.
2 5
3 * Array.cc (assign1 (Array<LT>&, const Array<RT>&, const LT&)): 6 * Array.cc (assign1 (Array<LT>&, const Array<RT>&, const LT&)):
4 Only allow resizing empty LHS if it is 0x0. 7 Only allow resizing empty LHS if it is 0x0.
5 8
6 * Array.cc (Array<T>::maybe_delete_elements (Array<idx_vector>&, 9 * Array.cc (Array<T>::maybe_delete_elements (Array<idx_vector>&,