[latex3-commits] [latex3/latex3] main: Drop removed functions from l3deprecations (fixes #1413) (0d8e66817)

github at latex-project.org github at latex-project.org
Fri Jan 12 09:06:38 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/0d8e668179fe68db1effa1855f8188eed6956ad6

>---------------------------------------------------------------

commit 0d8e668179fe68db1effa1855f8188eed6956ad6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jan 12 08:06:30 2024 +0000

    Drop removed functions from l3deprecations (fixes #1413)


>---------------------------------------------------------------

0d8e668179fe68db1effa1855f8188eed6956ad6
 l3kernel/l3deprecation.dtx | 223 ---------------------------------------------
 1 file changed, 223 deletions(-)

diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index 27bffb484..455ceb82d 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -209,229 +209,6 @@
   }
 %    \end{macrocode}
 %
-% \subsection{Removed functions}
-%
-% \begin{macro}{\@@_old_protected:Nnn, \@@_old:Nnn}
-%   Short-hands for old commands whose definition does not matter
-%   any more as they were removed.
-%    \begin{macrocode}
-\cs_new_protected:Npn \@@_old_protected:Nnn #1#2#3
-  {
-    \__kernel_patch_deprecation:nnNNpn {#3} {#2}
-    \cs_gset_protected:Npn #1 { }
-  }
-\cs_new_protected:Npn \@@_old:Nnn #1#2#3
-  {
-    \__kernel_patch_deprecation:nnNNpn {#3} {#2}
-    \cs_gset:Npn #1 { }
-  }
-\@@_old_protected:Nnn \box_gset_eq_clear:NN
-  { \box_gset_eq_drop:NN } { 2021-07-01 }
-\@@_old_protected:Nnn \box_set_eq_clear:NN
-  { \box_set_eq_drop:NN } { 2021-07-01 }
-\@@_old_protected:Nnn \box_resize:Nnn
-  { \box_resize_to_wd_and_ht_plus_dp:Nnn } { 2019-01-01 }
-\@@_old_protected:Nnn \box_use_clear:N
-  { \box_use_drop:N } { 2019-01-01 }
-\@@_old:Nnn \c_job_name_tl
-  { \c_sys_jobname_str } { 2017-01-01 }
-\@@_old:Nnn \c_minus_one
-  { -1 } { 2019-01-01 }
-\@@_old:Nnn \c_zero
-  { 0 } { 2020-01-01 }
-\@@_old:Nnn \c_one
-  { 1 } { 2020-01-01 }
-\@@_old:Nnn \c_two
-  { 2 } { 2020-01-01 }
-\@@_old:Nnn \c_three
-  { 3 } { 2020-01-01 }
-\@@_old:Nnn \c_four
-  { 4 } { 2020-01-01 }
-\@@_old:Nnn \c_five
-  { 5 } { 2020-01-01 }
-\@@_old:Nnn \c_six
-  { 6 } { 2020-01-01 }
-\@@_old:Nnn \c_seven
-  { 7 } { 2020-01-01 }
-\@@_old:Nnn \c_eight
-  { 8 } { 2020-01-01 }
-\@@_old:Nnn \c_nine
-  { 9 } { 2020-01-01 }
-\@@_old:Nnn \c_ten
-  { 10 } { 2020-01-01 }
-\@@_old:Nnn \c_eleven
-  { 11 } { 2020-01-01 }
-\@@_old:Nnn \c_twelve
-  { 12 } { 2020-01-01 }
-\@@_old:Nnn \c_thirteen
-  { 13 } { 2020-01-01 }
-\@@_old:Nnn \c_fourteen
-  { 14 } { 2020-01-01 }
-\@@_old:Nnn \c_fifteen
-  { 15 } { 2020-01-01 }
-\@@_old:Nnn \c_sixteen
-  { 16 } { 2020-01-01 }
-\@@_old:Nnn \c_thirty_two
-  { 32 } { 2020-01-01 }
-\@@_old:Nnn \c_one_hundred
-  { 100 } { 2020-01-01 }
-\@@_old:Nnn \c_two_hundred_fifty_five
-  { 255 } { 2020-01-01 }
-\@@_old:Nnn \c_two_hundred_fifty_six
-  { 256 } { 2020-01-01 }
-\@@_old:Nnn \c_one_thousand
-  { 1000 } { 2020-01-01 }
-\@@_old:Nnn \c_ten_thousand
-  { 10000 } { 2020-01-01 }
-\@@_old:Nnn \c_term_ior
-  { -1 } { 2021-07-01 }
-\@@_old:Nnn \dim_case:nnn
-  { \dim_case:nnF } { 2015-07-14 }
-\@@_old_protected:Nnn \file_add_path:nN
-  { \file_get_full_name:nN } { 2019-01-01 }
-\@@_old_protected:Nnn \file_if_exist_input:nT
-  { \file_if_exist:nT and~ \file_input:n } { 2018-03-05 }
-\@@_old_protected:Nnn \file_if_exist_input:nTF
-  { \file_if_exist:nT and~ \file_input:n } { 2018-03-05 }
-\@@_old_protected:Nnn \file_list:
-  { \file_log_list: } { 2019-01-01 }
-\@@_old:Nnn \file_path_include:n
-  { \seq_put_right:Nn \l_file_search_path_seq } { 2019-01-01 }
-\@@_old_protected:Nnn \file_path_remove:n
-  { \seq_remove_all:Nn \l_file_search_path_seq } { 2019-01-01 }
-\@@_old:Nnn \g_file_current_name_tl
-  { \g_file_curr_name_str } { 2019-01-01 }
-\@@_old_protected:Nnn \hbox_unpack_clear:N 
-  { \hbox_unpack_drop:N  } { 2021-07-01 }
-\@@_old:Nnn \int_case:nnn
-  { \int_case:nnF } { 2015-07-14 }
-\@@_old:Nnn \int_from_binary:n
-  { \int_from_bin:n } { 2016-01-05 }
-\@@_old:Nnn \int_from_hexadecimal:n
-  { \int_from_hex:n } { 2016-01-05 }
-\@@_old:Nnn \int_from_octal:n
-  { \int_from_oct:n } { 2016-01-05 }
-\@@_old:Nnn \int_to_binary:n
-  { \int_to_bin:n } { 2016-01-05 }
-\@@_old:Nnn \int_to_hexadecimal:n
-  { \int_to_hex:n } { 2016-01-05 }
-\@@_old:Nnn \int_to_octal:n
-  { \int_to_oct:n } { 2016-01-05 }
-\@@_old_protected:Nnn \ior_get_str:NN
-  { \ior_str_get:NN } { 2018-03-05 }
-\@@_old_protected:Nnn \ior_list_streams:
-  { \ior_show_list: } { 2019-01-01 }
-\@@_old_protected:Nnn \ior_log_streams:
-  { \ior_log_list: } { 2019-01-01 }
-\@@_old_protected:Nnn \iow_list_streams:
-  { \iow_show_list: } { 2019-01-01 }
-\@@_old_protected:Nnn \iow_log_streams:
-  { \iow_log_list: } { 2019-01-01 }
-\@@_old:Nnn \lua_escape_x:n
-  { \lua_escape:e } { 2020-01-01 }
-\@@_old:Nnn \lua_now_x:n
-  { \lua_now:e } { 2020-01-01 }
-\@@_old_protected:Nnn \lua_shipout_x:n
-  { \lua_shipout_e:n } { 2020-01-01 }
-\@@_old:Nnn \luatex_if_engine_p:
-  { \sys_if_engine_luatex_p: } { 2017-01-01 }
-\@@_old:Nnn \luatex_if_engine:F
-  { \sys_if_engine_luatex:F } { 2017-01-01 }
-\@@_old:Nnn \luatex_if_engine:T
-  { \sys_if_engine_luatex:T } { 2017-01-01 }
-\@@_old:Nnn \luatex_if_engine:TF
-  { \sys_if_engine_luatex:TF } { 2017-01-01 }
-\@@_old_protected:Nnn \msg_interrupt:nnn
-  { [Defined~error~message] } { 2020-01-01 }
-\@@_old_protected:Nnn \msg_log:n
-  { \iow_log:n } { 2020-01-01 }
-\@@_old_protected:Nnn \msg_term:n
-  { \iow_term:n } { 2020-01-01 }
-\@@_old:Nnn \pdftex_if_engine_p:
-  { \sys_if_engine_pdftex_p: } { 2017-01-01 }
-\@@_old:Nnn \pdftex_if_engine:F
-  { \sys_if_engine_pdftex:F } { 2017-01-01 }
-\@@_old:Nnn \pdftex_if_engine:T
-  { \sys_if_engine_pdftex:T } { 2017-01-01 }
-\@@_old:Nnn \pdftex_if_engine:TF
-  { \sys_if_engine_pdftex:TF } { 2017-01-01 }
-\@@_old:Nnn \prop_get:cn
-  { \prop_item:cn } { 2016-01-05 }
-\@@_old:Nnn \prop_get:Nn
-  { \prop_item:Nn } { 2016-01-05 }
-\@@_old:Nnn \quark_if_recursion_tail_break:N
-  { } { 2015-07-14 }
-\@@_old:Nnn \quark_if_recursion_tail_break:n
-  { } { 2015-07-14 }
-\@@_old:Nnn \scan_align_safe_stop:
-  { protected~commands } { 2017-01-01 }
-\@@_old:Nnn \sort_ordered:
-  { \sort_return_same: } { 2019-01-01 }
-\@@_old:Nnn \sort_reversed:
-  { \sort_return_swapped: } { 2019-01-01 }
-\@@_old:Nnn \str_case:nnn
-  { \str_case:nnF } { 2015-07-14 }
-\@@_old:Nnn \str_case:onn
-  { \str_case:onF } { 2015-07-14 }
-\@@_old:Nnn \str_case_x:nn
-  { \str_case_e:nn } { 2020-01-01 }
-\@@_old:Nnn \str_case_x:nnn
-  { \str_case_e:nnF } { 2015-07-14 }
-\@@_old:Nnn \str_case_x:nnT
-  { \str_case_e:nnT } { 2020-01-01 }
-\@@_old:Nnn \str_case_x:nnTF
-  { \str_case_e:nnTF } { 2020-01-01 }
-\@@_old:Nnn \str_case_x:nnF
-  { \str_case_e:nnF } { 2020-01-01 }
-\@@_old:Nnn \str_if_eq_x_p:nn
-  { \str_if_eq_p:ee } { 2020-01-01 }
-\@@_old:Nnn \str_if_eq_x:nnT
-  { \str_if_eq:eeT } { 2020-01-01 }
-\@@_old:Nnn \str_if_eq_x:nnF
-  { \str_if_eq:eeF } { 2020-01-01 }
-\@@_old:Nnn \str_if_eq_x:nnTF
-  { \str_if_eq:eeTF } { 2020-01-01 }
-\@@_old_protected:Nnn \tl_show_analysis:N
-  { \tl_analysis_show:N } { 2020-01-01 }
-\@@_old_protected:Nnn \tl_show_analysis:n
-  { \tl_analysis_show:n } { 2020-01-01 }
-\@@_old:Nnn \tl_case:cnn
-  { \exp_args:Nc \token_case_meaning:NnF } { 2015-07-14 }
-\@@_old:Nnn \tl_case:Nnn
-  { \token_case_meaning:NnF } { 2015-07-14 }
-\@@_old_protected:Nnn \tl_gset_from_file:Nnn
-  { \file_get:nnN } { 2021-07-01 }
-\@@_old_protected:Nnn \tl_gset_from_file_x:Nnn
-  { \file_get:nnN } { 2021-07-01 }
-\@@_old_protected:Nnn \tl_set_from_file:Nnn
-  { \file_get:nnN } { 2021-07-01 }
-\@@_old_protected:Nnn \tl_set_from_file_x:Nnn
-  { \file_get:nnN } { 2021-07-01 }
-\@@_old_protected:Nnn \tl_to_lowercase:n
-  { \tex_lowercase:D } { 2018-03-05 }
-\@@_old_protected:Nnn \tl_to_uppercase:n
-  { \tex_uppercase:D } { 2018-03-05 }
-\@@_old:Nnn \token_get_arg_spec:N
-  { \cs_argument_spec:N } { 2021-07-01 }
-\@@_old:Nnn \token_get_prefix_spec:N
-  { \cs_prefix_spec:N } { 2021-07-01 }
-\@@_old:Nnn \token_get_replacement_spec:N
-  { \cs_replacement_spec:N } { 2021-07-01 }
-\@@_old_protected:Nnn \token_new:Nn
-  { \cs_new_eq:NN } { 2019-01-01 }
-\@@_old_protected:Nnn \vbox_unpack_clear:N 
-  { \vbox_unpack_drop:N  } { 2021-07-01 }
-\@@_old:Nnn \xetex_if_engine_p:
-  { \sys_if_engine_xetex_p: } { 2017-01-01 }
-\@@_old:Nnn \xetex_if_engine:F
-  { \sys_if_engine_xetex:F } { 2017-01-01 }
-\@@_old:Nnn \xetex_if_engine:T
-  { \sys_if_engine_xetex:T } { 2017-01-01 }
-\@@_old:Nnn \xetex_if_engine:TF
-  { \sys_if_engine_xetex:TF } { 2017-01-01 }
-%    \end{macrocode}
-% \end{macro}
-%
 % \subsection{Deprecated \pkg{l3basics} functions}
 %
 %    \begin{macrocode}





More information about the latex3-commits mailing list.