Mercurial > hg > octave-max
comparison scripts/ChangeLog @ 11149:fe3c3dfc07eb
style fix: break lines before && and ||, not after
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 23 Oct 2010 03:00:31 -0400 |
parents | a81994607ca0 |
children | 564e998017f5 |
comparison
equal
deleted
inserted
replaced
11148:c9ec943ebe65 | 11149:fe3c3dfc07eb |
---|---|
1 2010-10-23 John W. Eaton <jwe@octave.org> | |
2 | |
3 * statistics/distributions/nbinrnd.m: Use | instead of || in | |
4 argument to find. | |
5 | |
6 * deprecated/intwarning.m, general/bicubic.m, general/postpad.m, | |
7 general/prepad.m, general/private/__splinen__.m, | |
8 general/shift.m, miscellaneous/swapbytes.m, pkg/pkg.m, | |
9 plot/clabel.m, plot/colorbar.m, plot/fill.m, plot/legend.m, | |
10 plot/plotmatrix.m, plot/plotyy.m, plot/private/__clabel__.m, | |
11 plot/private/__ezplot__.m, plot/private/__quiver__.m, | |
12 plot/subplot.m, signal/unwrap.m, statistics/base/histc.m, | |
13 statistics/base/iqr.m, statistics/base/kurtosis.m, | |
14 statistics/base/mode.m, statistics/base/ranks.m, | |
15 statistics/base/run_count.m, statistics/base/skewness.m, | |
16 statistics/base/statistics.m, statistics/base/studentize.m, | |
17 statistics/distributions/exprnd.m, | |
18 statistics/distributions/frnd.m, | |
19 statistics/distributions/geornd.m, | |
20 statistics/distributions/lognrnd.m, | |
21 statistics/distributions/nbinrnd.m, | |
22 statistics/distributions/poissrnd.m, | |
23 statistics/distributions/trnd.m, | |
24 statistics/distributions/wblrnd.m, strings/strcat.m, | |
25 time/datestr.m, time/datetick.m: Break lines before && and ||, | |
26 not before. | |
27 | |
1 2010-10-23 John W. Eaton <jwe@octave.org> | 28 2010-10-23 John W. Eaton <jwe@octave.org> |
2 | 29 |
3 * io/strread.m: Docstring fixes. | 30 * io/strread.m: Docstring fixes. |
4 | 31 |
5 2010-10-23 John W. Eaton <jwe@octave.org> | 32 2010-10-23 John W. Eaton <jwe@octave.org> |