comparison scripts/ChangeLog @ 8887:6e4a811e58f8

deprecate create_set
author John W. Eaton <jwe@octave.org>
date Fri, 27 Feb 2009 14:49:28 -0500
parents 0c1a9c178fdd
children 0c7b0049c023
comparison
equal deleted inserted replaced
8886:0c1a9c178fdd 8887:6e4a811e58f8
1 2009-02-27 John W. Eaton <jwe@octave.org> 1 2009-02-27 John W. Eaton <jwe@octave.org>
2
3 * set/complement.m: Call unique, not create_set.
4 * set/unique.m: Style fix for docstring.
5 * deprecated/create_set.m: Move here from set/create_set.m.
6 Always return a row vector, as documented.
7 * set/Makefile.in (SOURCES): Remove create_set.m from the list.
8 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list.
2 9
3 * general/num2str.m: Call strsplit instead of split. 10 * general/num2str.m: Call strsplit instead of split.
4 11
5 * strings/strsplit.m: Style fixes. 12 * strings/strsplit.m: Style fixes.
6 13