comparison scripts/ChangeLog @ 8870:eea0e1b45ec0

optimize string manipulation in lookfor
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 25 Feb 2009 10:21:33 +0100
parents ff89a265592b
children e258715b2e78
comparison
equal deleted inserted replaced
8869:c3b743b1b1c6 8870:eea0e1b45ec0
1 2009-02-25 Jaroslav Hajek <highegg@gmail.com>
2
3 * help/lookfor.m: Vectorize the path splitting using mat2cell.
4 Extract new path elements using setdiff.
5
1 2009-02-25 John W. Eaton <jwe@octave.org> 6 2009-02-25 John W. Eaton <jwe@octave.org>
2 7
3 * plot/pie.m: Use numel to check sizes of X and LABELS instead of 8 * plot/pie.m: Use numel to check sizes of X and LABELS instead of
4 using size_equal. From Andy Buckle <andybuckle@gmail.com>. 9 using size_equal. From Andy Buckle <andybuckle@gmail.com>.
5 10