diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx b/Master/texmf-dist/source/latex/l3kernel/l3deprecation.dtx index 4b6f1c28f3a..b8a7f5fdee2 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/05/29} +% \date{Released 2017/07/15} % % \maketitle % @@ -74,7 +74,7 @@ % \end{macrocode} % % \begin{macro}[aux]{\@@_error:Nnn} -% The \tn{outer} definition here ensures the command will not appear +% The \tn{outer} definition here ensures the command cannot appear % in an argument. Use this auxiliary on all commands that have been % removed since 2015. % \begin{macrocode} @@ -145,6 +145,17 @@ \@@_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: } |