comparison liboctave/ChangeLog @ 4530:e8d87fefd144

[project @ 2003-10-07 04:02:04 by jwe]
author jwe
date Tue, 07 Oct 2003 04:02:04 +0000
parents c0a23a13eea2
children 01ee68d18069
comparison
equal deleted inserted replaced
4529:78954aeaf321 4530:e8d87fefd144
1 2003-10-06 Petter Risholm <risholm@stud.ntnu.no>
2
3 * Array.cc (ArrayN<T>::indexN): New definition.
4 * Array.h (Array<T>::indexN): Provide decl.
5 * Array.cc (ArrayN<T>::index (idx_vector&, int, const T&):
6 Call indexN if more than 2 indices.
7 (ArrayN<T>::index (Array<idx_vector>&, int, const T&)):
8 Make it (mostly) work.
9 * ArrayN-inline.h (number_of_elements, get_ra_idx, short_freeze):
10 New functions.
11
1 2003-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> 12 2003-10-02 John W. Eaton <jwe@bevo.che.wisc.edu>
2 13
3 * cmd-edit.cc (do_readline): Pass eof to octave_fgetl. 14 * cmd-edit.cc (do_readline): Pass eof to octave_fgetl.
4 * lo-utils.cc (octave_fgets, octave_fgetl): New overloaded 15 * lo-utils.cc (octave_fgets, octave_fgetl): New overloaded
5 versions with eof arg. 16 versions with eof arg.