Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 7652:b5731e43283a
ismember: correctly size idx output for empty args
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 26 Mar 2008 23:01:16 -0400 |
parents | eb7bdde776f2 |
children | d9eb2aec6d84 |
comparison
equal
deleted
inserted
replaced
7651:443a8f5a50fd | 7652:b5731e43283a |
---|---|
1 2008-03-26 John W. Eaton <jwe@octave.org> | 1 2008-03-26 John W. Eaton <jwe@octave.org> |
2 | |
3 * set/ismember.m: Set size of idx output correctly for empty args. | |
4 New tests. | |
5 | |
6 * general/logical.m: Correctly handle empty args. New tests. | |
2 | 7 |
3 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, | 8 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
4 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | 9 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, |
5 image/imagesc.m, io/csvread.m, io/csvwrite.m, | 10 image/imagesc.m, io/csvread.m, io/csvwrite.m, |
6 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | 11 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, |