Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 5265:86185152b7a4
[project @ 2005-04-05 13:28:49 by jwe]
author | jwe |
---|---|
date | Tue, 05 Apr 2005 13:28:49 +0000 |
parents | 95e054384359 |
children | a90ce2dc8b1e |
comparison
equal
deleted
inserted
replaced
5264:95e054384359 | 5265:86185152b7a4 |
---|---|
1 2005-04-05 John W. Eaton <jwe@octave.org> | |
2 | |
3 * Array.cc (assignN): Avoid shadowed declaration in previous change. | |
4 | |
1 2005-04-01 John W. Eaton <jwe@octave.org> | 5 2005-04-01 John W. Eaton <jwe@octave.org> |
2 | 6 |
3 * Array.cc (assignN): For A(IDX-LIST) = RHS with A previously | 7 * Array.cc (assignN): For A(IDX-LIST) = RHS with A previously |
4 undefined, correctly match colons in IDX-LIST with RHS dimensions | 8 undefined, correctly match colons in IDX-LIST with RHS dimensions |
5 when resizing A. When performing the assignment, just check that | 9 when resizing A. When performing the assignment, just check that |