comparison src/ChangeLog @ 5988:d9ce802628e6

[project @ 2006-09-12 21:31:41 by dbateman]
author dbateman
date Tue, 12 Sep 2006 21:31:42 +0000
parents 5f662c1cfbbe
children e049385342f6
comparison
equal deleted inserted replaced
5987:f1375e3f3b97 5988:d9ce802628e6
1 2006-08-22 David Bateman <dbateman@free.fr>
2
3 * DLD-FUNCTIONS/cellfun.cc (Fcellfun): Allow matlab compatiable
4 'UniformOutput' and 'ErrorHandler' options. Change output when
5 called with function handler or inline function to by default have
6 'UniformOutput' set to true. Allow functions with multiple inputs
7 and outputs. Add test code. Replace some int with octave_idx_type.
8 (Fnum2cell): Replace some int with octave_idx_type. Add test code.
9
1 2006-09-11 Yozo Hida <yozo@cs.berkeley.edu> 10 2006-09-11 Yozo Hida <yozo@cs.berkeley.edu>
2 11
3 * DLD-FUNCTIONS/gcd.cc (Fgcd): Extend range by using std::floor 12 * DLD-FUNCTIONS/gcd.cc (Fgcd): Extend range by using std::floor
4 instead of converting to int. 13 instead of converting to int.
5 14