Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8866:3149112b9412
improve lookfor performance
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 25 Feb 2009 02:08:28 -0500 |
parents | 34a821854961 |
children | ff89a265592b |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,9 @@ +2009-02-25 John W. Eaton <jwe@octave.org> + + * help/lookfor.m: Split original path into cell array and compare + elements with strcmp. Suppress warnings and errors when getting + help text from function files. + 2009-02-24 John W. Eaton <jwe@octave.org> * help/gen_doc_cache.m: Don't compress output file. By default,