Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 6500:3ea308b4b37e
[project @ 2007-04-05 19:14:03 by jwe]
author | jwe |
---|---|
date | Thu, 05 Apr 2007 19:14:03 +0000 |
parents | 7e9c1e9ff36d |
children | 184ab67c3bc1 |
comparison
equal
deleted
inserted
replaced
6499:7e9c1e9ff36d | 6500:3ea308b4b37e |
---|---|
4 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | 4 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
5 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | 5 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
6 sparse/spstats.m, sparse/treeplot.m: Style fixes. | 6 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
7 | 7 |
8 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". | 8 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
9 Use stricmp instead of strcmp+tolower. | 9 Use strcmpi instead of strcmp+tolower. |
10 Style fixes. | 10 Style fixes. |
11 | 11 |
12 * testfun/speed.m: Use "strcat (...)" instead of "[...]". | 12 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
13 Plotting fixes. Style fixes. | 13 Plotting fixes. Style fixes. |
14 | 14 |