[latex3-commits] [latex3/latex3] main: Internal renames (b55734ffa)

github at latex-project.org github at latex-project.org
Mon Jun 12 18:13:01 CEST 2023


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

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

commit b55734ffa3577eff9eafc994f9e7582ecda2a5dd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jun 12 17:13:01 2023 +0100

    Internal renames


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

b55734ffa3577eff9eafc994f9e7582ecda2a5dd
 l3kernel/l3text-case.dtx | 50 ++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index 4621271d4..85da3f19d 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -1587,7 +1587,7 @@
         { \@@_codepoint_compare_p:nNn {#3} = { "1F2A } }
       }
       { \@@_change_case_boundary_upper_el:nnnw {#1} {#2} {#3} }
-      { \@@_change_case_breather:nnn {#1} {#2} {#3} }
+      { \@@_change_case_breathing:nnn {#1} {#2} {#3} }
   }
 \cs_new:Npn \@@_change_case_boundary_upper_el:nnnw
   #1#2#3#4 \q_@@_recursion_stop
@@ -1609,25 +1609,25 @@
 % \end{macro}
 % \end{macro}
 % \end{macro}
-% \begin{macro}[EXP]{\@@_change_case_breather:nnn}
-% \begin{macro}[EXP]{\@@_change_case_breather:nnnn}
-% \begin{macro}[EXP]{\@@_change_case_breather:nnnnw}
-% \begin{macro}[EXP]{\@@_change_case_breather:nnnnnw}
-% \begin{macro}[EXP]{\@@_change_case_breather_aux:nnnnn}
-% \begin{macro}[EXP]{\@@_change_case_breather_aux:nnnw}
-% \begin{macro}[EXP]{\@@_change_case_breather_aux:nnN}
-% \begin{macro}[EXP]{\@@_change_case_breather_dialytika:nnn}
+% \begin{macro}[EXP]{\@@_change_case_breathing:nnn}
+% \begin{macro}[EXP]{\@@_change_case_breathing:nnnn}
+% \begin{macro}[EXP]{\@@_change_case_breathing:nnnnw}
+% \begin{macro}[EXP]{\@@_change_case_breathing:nnnnnw}
+% \begin{macro}[EXP]{\@@_change_case_breathing_aux:nnnnn}
+% \begin{macro}[EXP]{\@@_change_case_breathing_aux:nnnw}
+% \begin{macro}[EXP]{\@@_change_case_breathing_aux:nnN}
+% \begin{macro}[EXP]{\@@_change_case_breathing_dialytika:nnn}
 %   In Greek, breathing diacritics are normally dropped when uppercasing:
 %   see the code for the general case. However, for the first character
 %   of a word, if there is a breather \emph{and} the next character takes
 %   a \emph{dialytika}, it needs to be added. We start by checking if
 %   the current codepoint is in the Greek range, then decomposing.
 %    \begin{macrocode}
-\cs_new:Npn \@@_change_case_breather:nnn #1#2#3
+\cs_new:Npn \@@_change_case_breathing:nnn #1#2#3
   {
     \@@_change_case_if_greek:nTF {#3}
       {
-        \exp_args:Ne \@@_change_case_breather:nnnn
+        \exp_args:Ne \@@_change_case_breathing:nnnn
           {
             \codepoint_to_nfd:n
               { \@@_codepoint_from_chars:Nw #3 }
@@ -1636,10 +1636,10 @@
       }
       { \@@_change_case_loop:nnw {#1} {#2} #3 }
   }
-\cs_new:Npn \@@_change_case_breather:nnnn #1#2#3#4
+\cs_new:Npn \@@_change_case_breathing:nnnn #1#2#3#4
   {
     \@@_codepoint_process:nN
-      { \@@_change_case_breather:nnnnw {#2} {#3} {#4} }
+      { \@@_change_case_breathing:nnnnw {#2} {#3} {#4} }
         #1 \q_mark
   }
 %    \end{macrocode}
@@ -1650,34 +1650,34 @@
 %   and second if the final resulting codepoint is one of the two we
 %   care about.
 %    \begin{macrocode}
-\cs_new:Npn \@@_change_case_breather:nnnnw #1#2#3#4#5 \q_mark
+\cs_new:Npn \@@_change_case_breathing:nnnnw #1#2#3#4#5 \q_mark
   {
     \tl_if_blank:nTF {#5}
       { \@@_change_case_loop:nnw {#1} {#2} #3 }
       {
         \@@_codepoint_process:nN
-          { \@@_change_case_breather:nnnnnw {#1} {#2} {#3} {#4} }
+          { \@@_change_case_breathing:nnnnnw {#1} {#2} {#3} {#4} }
             #5 \q_mark
       }
   }
-\cs_new:Npn \@@_change_case_breather:nnnnnw #1#2#3#4#5#6 \q_mark
+\cs_new:Npn \@@_change_case_breathing:nnnnnw #1#2#3#4#5#6 \q_mark
   {
     \tl_if_blank:nTF {#6}
      {
-       \@@_change_case_breather_aux:nnnnn
+       \@@_change_case_breathing_aux:nnnnn
          {#1} {#2} {#3} {#4} {#5}
      }
      {
-       \@@_change_case_breather_aux:nnnnn
+       \@@_change_case_breathing_aux:nnnnn
          {#1} {#2} {#3} {#4} {#6}
      }
   }
-\cs_new:Npn \@@_change_case_breather_aux:nnnnn #1#2#3#4#5
+\cs_new:Npn \@@_change_case_breathing_aux:nnnnn #1#2#3#4#5
   {
     \bool_lazy_or:nnTF
       { \@@_codepoint_compare_p:nNn {#5} = { "0313 } }
       { \@@_codepoint_compare_p:nNn {#5} = { "0314 } }
-      { \@@_change_case_breather_aux:nnnw {#1} {#2} {#4} }
+      { \@@_change_case_breathing_aux:nnnw {#1} {#2} {#4} }
       { \@@_change_case_loop:nnw {#1} {#2} #3 }
   }
 %    \end{macrocode}
@@ -1686,22 +1686,22 @@
 %    breathing mark or generate the \emph{dialytika}: the
 %   latter is code shared with the general mechanism.
 %    \begin{macrocode}
-\cs_new:Npn \@@_change_case_breather_aux:nnnw #1#2#3#4
+\cs_new:Npn \@@_change_case_breathing_aux:nnnw #1#2#3#4
   \q_@@_recursion_stop
   {
     \@@_change_case_store:e
       { \@@_change_case_codepoint:nn { upper } {#3} }
     \tl_if_head_is_N_type:nTF {#4}
-      { \@@_change_case_breather_aux:nnN  }
+      { \@@_change_case_breathing_aux:nnN  }
       { \@@_change_case_loop:nnw }
         {#1} {#2} #4 \q_@@_recursion_stop
   }
-\cs_new:Npn \@@_change_case_breather_aux:nnN #1#2#3
+\cs_new:Npn \@@_change_case_breathing_aux:nnN #1#2#3
   {
     \@@_codepoint_process:nN
-      { \@@_change_case_breather_dialytika:nnn {#1} {#2} } #3
+      { \@@_change_case_breathing_dialytika:nnn {#1} {#2} } #3
   }
-\cs_new:Npn \@@_change_case_breather_dialytika:nnn #1#2#3
+\cs_new:Npn \@@_change_case_breathing_dialytika:nnn #1#2#3
   {
      \@@_change_case_if_takes_dialytika:nTF {#3}
        {





More information about the latex3-commits mailing list.