comparison scripts/deprecated/module.mk @ 19993:656cb18bf858

finish job of restoring strmatch (bug #44562) * scripts/deprecated/module.mk (deprecated_FCN_FILES): Remove strmatch.m from the list. * NEWS: Remove strmatch from the list of functions deprecated for version 4.0.
author John W. Eaton <jwe@octave.org>
date Wed, 18 Mar 2015 11:30:30 -0400
parents 74b5209ad68d
children 597991b19e40
comparison
equal deleted inserted replaced
19992:e78c0514523d 19993:656cb18bf858
29 deprecated/re_read_readline_init_file.m \ 29 deprecated/re_read_readline_init_file.m \
30 deprecated/read_readline_init_file.m \ 30 deprecated/read_readline_init_file.m \
31 deprecated/saveaudio.m \ 31 deprecated/saveaudio.m \
32 deprecated/saving_history.m \ 32 deprecated/saving_history.m \
33 deprecated/setaudio.m \ 33 deprecated/setaudio.m \
34 deprecated/strmatch.m \
35 deprecated/syl.m \ 34 deprecated/syl.m \
36 deprecated/usage.m 35 deprecated/usage.m
37 36
38 FCN_FILES += $(deprecated_FCN_FILES) 37 FCN_FILES += $(deprecated_FCN_FILES)
39 38