Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 4527:c0a23a13eea2
[project @ 2003-10-03 02:52:46 by jwe]
author | jwe |
---|---|
date | Fri, 03 Oct 2003 02:52:46 +0000 |
parents | 382cb0ed8c14 |
children | e8d87fefd144 |
comparison
equal
deleted
inserted
replaced
4526:8952973c6837 | 4527:c0a23a13eea2 |
---|---|
1 2003-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2 | |
3 * cmd-edit.cc (do_readline): Pass eof to octave_fgetl. | |
4 * lo-utils.cc (octave_fgets, octave_fgetl): New overloaded | |
5 versions with eof arg. | |
6 | |
1 2003-09-20 John W. Eaton <jwe@bevo.che.wisc.edu> | 7 2003-09-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | 8 |
3 * Array.h (dimensions): Now public. | 9 * Array.h (dimensions): Now public. |
4 template <class LT, class RT> | 10 template <class LT, class RT> |
5 (assign (Array<LT>&, const Array<RT>&, const LT&), | 11 (assign (Array<LT>&, const Array<RT>&, const LT&), |