comparison src/ChangeLog @ 6187:2a8922007c12

[project @ 2006-11-29 01:59:59 by jwe]
author jwe
date Wed, 29 Nov 2006 02:00:00 +0000
parents e96d66e0d634
children 160958073cde
comparison
equal deleted inserted replaced
6186:237a7f535bbc 6187:2a8922007c12
1 2006-11-28 John W. Eaton <jwe@octave.org>
2
3 * mex.cc (mxArray_struct::get_field_by_number):
4 Return 0 if key_num is out of range.
5 (mxArray_struct::set_field_by_number):
6 Do nothing if key_num is out of range.
7 (mxArray_cell::get_cell, mxArray_cell::set_cell):
8 Avoid out-of-bounds indexing
9
10 2006-11-28 Luis F. Ortiz <lortiz@interactivesupercomputing.com>
11
12 * mex.cc (mxArray_matlab::get_n, mxArray_octave_value::get_n):
13 Return product of last N-1 dims.
14
15 2006-11-28 John W. Eaton <jwe@octave.org>
16
17 * lex.l (eat_whitespace): Also handle CRLF as EOL.
18
19 * dirfns.cc (Fmkdir): Handle "mkdir (parent, dir)".
20
1 2006-11-21 John W. Eaton <jwe@octave.org> 21 2006-11-21 John W. Eaton <jwe@octave.org>
2 22
3 * load-path.cc (load_path::do_find_file, 23 * load-path.cc (load_path::do_find_file,
4 load_path::do_find_first_of, load_path::do_find_all_first_of): 24 load_path::do_find_first_of, load_path::do_find_all_first_of):
5 Call rooted_pathname instead of absolute_pathname. 25 Call rooted_pathname instead of absolute_pathname.