comparison src/ChangeLog @ 9988:76cf4aec34e9

allow functions returning no value in cellfun
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 15 Dec 2009 13:07:05 +0100
parents 672e1b49e01e
children 2b008f1d3794
comparison
equal deleted inserted replaced
9987:bb30843c4929 9988:76cf4aec34e9
1 2009-12-15 Jaroslav Hajek <highegg@gmail.com>
2
3 * DLD-FUNCTIONS/cellfun.cc (Fcellfun): Preserve original nargout. Call
4 functions with this value. Use nargout1 to possibly accumulate extra
5 outputs, as long as they are defined.
6
1 2009-12-14 Jaroslav Hajek <highegg@gmail.com> 7 2009-12-14 Jaroslav Hajek <highegg@gmail.com>
2 8
3 * ov-range.cc (octave_range::do_index_op): Defer single subscript to 9 * ov-range.cc (octave_range::do_index_op): Defer single subscript to
4 new Range methods. 10 new Range methods.
5 11