Mercurial > hg > octave-lyh
comparison liboctave/ChangeLog @ 4473:32ac2bea0185
[project @ 2003-07-29 23:05:32 by jwe]
author | jwe |
---|---|
date | Tue, 29 Jul 2003 23:05:32 +0000 |
parents | f52db9e1296a |
children | f62a7ed4fb06 |
comparison
equal
deleted
inserted
replaced
4472:f52db9e1296a | 4473:32ac2bea0185 |
---|---|
1 2003-07-29 Heine Kolltveit <kolltvei@idi.ntnu.no> | |
2 | |
3 * ArrayN.cc (operator <<): Improve output readability. | |
4 (increment_index (Array<int>&, Array<int>&, int)) New function. | |
5 | |
6 2003-07-29 Petter Risholm <risholm@stud.ntnu.no> | |
7 | |
8 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&, const T&)): | |
9 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&)): | |
10 Initialize old_len before changing size. | |
11 | |
1 2003-07-29 John W. Eaton <jwe@bevo.che.wisc.edu> | 12 2003-07-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | 13 |
3 * Makefile.in (install-lib): Use $(INSTALL), not | 14 * Makefile.in (install-lib): Use $(INSTALL), not |
4 $(INSTALL_PROGRAM) for $(SHLBIN) files. | 15 $(INSTALL_PROGRAM) for $(SHLLIB) files. |
5 | 16 |
6 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> | 17 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7 | 18 |
8 * lo-mappers.cc (xmin, xmax): Handle NaN in a Matlab-compatible | 19 * lo-mappers.cc (xmin, xmax): Handle NaN in a Matlab-compatible |
9 way. Handle NA in an R-compatible way. | 20 way. Handle NA in an R-compatible way. |