diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx | 47 |
1 files changed, 1 insertions, 46 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx b/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx index b8a7f5fdee2..e6adade9d42 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx @@ -41,7 +41,7 @@ % }^^A % } % -% \date{Released 2017/07/15} +% \date{Released 2017/07/19} % % \maketitle % @@ -52,13 +52,6 @@ % A few commands have had to be deprecated over the years. This module % defines deprecated and deleted commands to produce an error. % -% \begin{macro}{\deprecation_error:} -% \begin{syntax} -% \cs{deprecation_error:} -% \end{syntax} -% Defines commands that will soon become deprecated to produce errors. -% \end{macro} -% % \end{documentation} % % \begin{implementation} @@ -124,44 +117,6 @@ % \end{macrocode} % \end{macro} % -% \begin{macro}{\deprecation_error:} -% Some commands were more recently deprecated and not yet removed; -% only make these into errors if the user requests it. This allows -% testing code even if it relies on other packages: load all other -% packages, call \cs{deprecation_error:}, and load the code that one is -% interested in testing. -% -% One of the deprecated syntaxes is within floating point expressions; -% to keep related code in the same place we define in \pkg{l3fp-parse} -% a version of \cs{__fp_parse_round:Nw} producing an error. -% \begin{macrocode} -\cs_new_protected:Npn \deprecation_error: - { - \@@_error:Nnn \tl_to_lowercase:n { } { 2017-12-31 } - \@@_error:Nnn \tl_to_uppercase:n { } { 2017-12-31 } - \@@_error:Nnn \ior_get_str:NN { \ior_str_get:NN } { 2017-12-31 } - \@@_error:Nnn \box_resize:Nnn { \box_resize_to_wd_and_ht_plus_dp:Nnn } { 2018-12-31 } - \@@_error:Nnn \box_resize:cnn { \box_resize_to_wd_and_ht_plus_dp:cnn } { 2018-12-31 } - \@@_error:Nnn \c_minus_one { - 1 } { 2018-12-31 } - \@@_error:Nnn \sort_ordered: { \sort_return_same: } { 2018-12-31 } - \@@_error:Nnn \sort_reversed: { \sort_return_swapped: } { 2018-12-31 } - \@@_error:Nnn \g_file_current_name_tl { \g_file_curr_name_str } { 2018-12-31 } - \@@_error:Nnn \file_add_path:nN { \file_get_full_name:nN } { 2018-12-31 } - \@@_error:Nnn \file_path_include:n - { \seq_put_right:Nn \l_file_search_path_seq } { 2018-12-31 } - \@@_error:Nnn \file_path_remove:n - { \seq_remove_all:Nn \l_file_search_path_seq } { 2018-12-31 } - \@@_error:Nnn \file_list: { \file_log_list: } { 2018-12-31 } - \@@_error:Nnn \ior_list_streams: { \ior_show_list: } { 2018-12-31 } - \@@_error:Nnn \ior_log_streams: { \ior_log_list: } { 2018-12-31 } - \@@_error:Nnn \iow_list_streams: { \iow_show_list: } { 2018-12-31 } - \@@_error:Nnn \iow_log_streams: { \iow_log_list: } { 2018-12-31 } - \cs_set_eq:NN \__fp_parse_round:Nw \__fp_parse_round_deprecation_error:Nw - \cs_set_eq:NN \deprecation_error: \scan_stop: - } -% \end{macrocode} -% \end{macro} -% % \begin{macrocode} %</initex|package> % \end{macrocode} |