Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 4756:60c78bde10e5
[project @ 2004-02-13 21:58:01 by jwe]
author | jwe |
---|---|
date | Fri, 13 Feb 2004 21:58:01 +0000 |
parents | 9a6bfff40c8d |
children | a308566c8b42 |
comparison
equal
deleted
inserted
replaced
4755:9a6bfff40c8d | 4756:60c78bde10e5 |
---|---|
1 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2 | |
3 * Array.cc (maybe_delete_elements_2): Allow X(n) = [] for 2-d X. | |
4 (Array<T>assign2): Also call maybe_delete_elements for single | |
5 index when rows and columns or LHS are both greater than 1. | |
6 | |
1 2004-02-13 Petter Risholm <risholm@stud.ntnu.no> | 7 2004-02-13 Petter Risholm <risholm@stud.ntnu.no> |
2 | 8 |
3 * Array.cc (Array<T>::maybe_delete_elements): | 9 * Array.cc (Array<T>::maybe_delete_elements): |
4 Check for index out of bounds. Handle one index. | 10 Check for index out of bounds. Handle one index. |
5 | 11 |