annotate scripts/deprecated/module.mk @ 18049:3fef9a2d2550

maint: Remove functions deprecated in 3.6 for 4.0 release. * NEWS: Add notice about removal of deprecated functions. * etc/NEWS.3: Correct deprecation list from 3.6 which incorrectly named is_duplicate_entry. * scripts/deprecated/module.mk: Remove deprecated scripts from build system. * scripts/deprecated/__error_text__.m, scripts/deprecated/cor.m, scripts/deprecated/corrcoef.m, scripts/deprecated/cut.m, scripts/deprecated/error_text.m, scripts/deprecated/polyderiv.m, scripts/deprecated/shell_cmd.m, scripts/deprecated/studentize.m, scripts/deprecated/sylvester_matrix.m: Remove files from source control.
author Rik <rik@octave.org>
date Mon, 02 Dec 2013 13:29:03 -0800
parents 1efe4c65c5cf
children ca72f1b73216
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 FCN_FILE_DIRS += deprecated
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 deprecated_FCN_FILES = \
16875
b04ae15530fc Rename default_save_options() to save_default_options().
Rik <rik@octave.org>
parents: 16872
diff changeset
4 deprecated/default_save_options.m \
16872
5372068bb148 Rename gen_doc_cache() to doc_cache_create().
Rik <rik@octave.org>
parents: 16827
diff changeset
5 deprecated/gen_doc_cache.m \
17694
1efe4c65c5cf Deprecate interp1q.m.
Rik <rik@octave.org>
parents: 16935
diff changeset
6 deprecated/interp1q.m \
16935
a7b2fc7fe1a9 binocdf.m: Reverse calling convention to betaincinv to preserve accuracy when p =~ 1.
Rik <rik@octave.org>
parents: 16880
diff changeset
7 deprecated/isequalwithequalnans.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 deprecated/isstr.m \
15800
d9b8333df5e4 Deprecate java_debug, java_convert_matrix, java_unsigned_conversion.
Rik <rik@octave.org>
parents: 15790
diff changeset
9 deprecated/java_convert_matrix.m \
17694
1efe4c65c5cf Deprecate interp1q.m.
Rik <rik@octave.org>
parents: 16935
diff changeset
10 deprecated/java_debug.m \
15771
4698ea77aa75 Hide java_init, java_exit functions. Deprecate java_new, java_set, java_get.
Rik <rik@octave.org>
parents: 14354
diff changeset
11 deprecated/java_get.m \
15790
921912c92102 Deprecate java_invoke, replace with javaMethod.
Rik <rik@octave.org>
parents: 15785
diff changeset
12 deprecated/java_invoke.m \
15771
4698ea77aa75 Hide java_init, java_exit functions. Deprecate java_new, java_set, java_get.
Rik <rik@octave.org>
parents: 14354
diff changeset
13 deprecated/java_new.m \
15800
d9b8333df5e4 Deprecate java_debug, java_convert_matrix, java_unsigned_conversion.
Rik <rik@octave.org>
parents: 15790
diff changeset
14 deprecated/java_unsigned_conversion.m \
15771
4698ea77aa75 Hide java_init, java_exit functions. Deprecate java_new, java_set, java_get.
Rik <rik@octave.org>
parents: 14354
diff changeset
15 deprecated/java_set.m \
15785
42cff4396de4 Add methods.m which extends methods() to work on Java objects.
Rik <rik@octave.org>
parents: 15781
diff changeset
16 deprecated/javafields.m \
42cff4396de4 Add methods.m which extends methods() to work on Java objects.
Rik <rik@octave.org>
parents: 15781
diff changeset
17 deprecated/javamethods.m \
16880
1aebb613a5ac Rename re_read_readline_init_file to readline_re_read_init_file.
Rik <rik@octave.org>
parents: 16879
diff changeset
18 deprecated/re_read_readline_init_file.m \
16879
cc3743a91652 Rename read_readline_init_file to readline_read_init_file.
Rik <rik@octave.org>
parents: 16876
diff changeset
19 deprecated/read_readline_init_file.m \
18049
3fef9a2d2550 maint: Remove functions deprecated in 3.6 for 4.0 release.
Rik <rik@octave.org>
parents: 17694
diff changeset
20 deprecated/saving_history.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 FCN_FILES += $(deprecated_FCN_FILES)
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 PKG_ADD_FILES += deprecated/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
25
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
26 DIRSTAMP_FILES += deprecated/$(octave_dirstamp)