[latex3-commits] [l3svn] r5906 - changed _to_hexadecimal:n to _Hex:n

noreply at latex-project.org noreply at latex-project.org
Wed Sep 2 15:17:05 CEST 2015


Author: mittelba
Date: 2015-09-02 15:17:05 +0200 (Wed, 02 Sep 2015)
New Revision: 5906

Modified:
   trunk/l3experimental/l3str/l3regex.dtx
   trunk/l3experimental/l3str/l3str-format.dtx
   trunk/l3trial/l3kernel-extras/l3kernel-extras.dtx
   trunk/l3trial/l3str-format-new/l3str-format-new.dtx
   trunk/l3trial/xfont/l3font.dtx
Log:
changed _to_hexadecimal:n to _Hex:n
changed _to_binary:n  to _bin:n
changed _to_octal:n to _oct:n

that should be transparent, but for some reason I get a diff in m3tl-analysis which to me looks rather weird ... anybody any idea?

Modified: trunk/l3experimental/l3str/l3regex.dtx
===================================================================
--- trunk/l3experimental/l3str/l3regex.dtx	2015-09-02 08:19:00 UTC (rev 5905)
+++ trunk/l3experimental/l3str/l3regex.dtx	2015-09-02 13:17:05 UTC (rev 5906)
@@ -5750,7 +5750,7 @@
   { Character~code~`#1'~too~large~in~`\iow_char:N\\x'~hexadecimal~sequence. }
   {
     You~wrote~something~like~
-    `\iow_char:N\\x\{\int_to_hexadecimal:n{#1}\}'.~
+    `\iow_char:N\\x\{\int_to_Hex:n{#1}\}'.~
     The~character~code~#1~is~larger~than~
     the~maximum~value~\int_use:N \c_max_char_int.
   }

Modified: trunk/l3experimental/l3str/l3str-format.dtx
===================================================================
--- trunk/l3experimental/l3str/l3str-format.dtx	2015-09-02 08:19:00 UTC (rev 5905)
+++ trunk/l3experimental/l3str/l3str-format.dtx	2015-09-02 13:17:05 UTC (rev 5906)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: l3str-format.dtx Copyright (C) 2012-2013 The LaTeX3 Project
+%% File: l3str-format.dtx Copyright (C) 2012-2013,2015 The LaTeX3 Project
 %%
 %% It may be distributed and/or modified under the conditions of the
 %% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -665,9 +665,9 @@
       {
         { ? } { \@@_int:NwnnNNn \use:n }
         { d } { \@@_int:NwnnNNn \use:n }
-        { b } { \@@_int:NwnnNNn \int_to_binary:n }
-        { o } { \@@_int:NwnnNNn \int_to_octal:n }
-        { X } { \@@_int:NwnnNNn \int_to_hexadecimal:n }
+        { b } { \@@_int:NwnnNNn \int_to_bin:n }
+        { o } { \@@_int:NwnnNNn \int_to_oct:n }
+        { X } { \@@_int:NwnnNNn \int_to_Hex:n }
       }
       {
         \__msg_kernel_expandable_error:nnnn

Modified: trunk/l3trial/l3kernel-extras/l3kernel-extras.dtx
===================================================================
--- trunk/l3trial/l3kernel-extras/l3kernel-extras.dtx	2015-09-02 08:19:00 UTC (rev 5905)
+++ trunk/l3trial/l3kernel-extras/l3kernel-extras.dtx	2015-09-02 13:17:05 UTC (rev 5906)
@@ -1054,7 +1054,7 @@
       \tl_put_right:Nx \l__char_internal_tl
         {
           \\ math ~ code \
-          " \int_to_hexadecimal:n { \tex_mathcode:D \l__char_code_int }
+          " \int_to_Hex:n { \tex_mathcode:D \l__char_code_int }
           \int_compare:nT { \tex_mathcode:D \l__char_code_int = "8000 }
             { ~ ( math ~ active ) }
         }
@@ -1064,7 +1064,7 @@
             { \\ not ~ a ~ delimiter }
             {
               \\ delimiter ~ code \
-              " \int_to_hexadecimal:n { \tex_delcode:D \l__char_code_int }
+              " \int_to_Hex:n { \tex_delcode:D \l__char_code_int }
             }
         }
       \__char_if_in_font:nNTF \l__char_code_int \tex_font:D

Modified: trunk/l3trial/l3str-format-new/l3str-format-new.dtx
===================================================================
--- trunk/l3trial/l3str-format-new/l3str-format-new.dtx	2015-09-02 08:19:00 UTC (rev 5905)
+++ trunk/l3trial/l3str-format-new/l3str-format-new.dtx	2015-09-02 13:17:05 UTC (rev 5906)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: l3str-format-new.dtx (C) Copyright 2014 The LaTeX3 Project
+%% File: l3str-format-new.dtx (C) Copyright 2014,2015 The LaTeX3 Project
 %%
 %% It may be distributed and/or modified under the conditions of the
 %% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -1372,9 +1372,9 @@
       {
         { ? } { \@@_int:NwnnNNn \use:n }
         { d } { \@@_int:NwnnNNn \use:n }
-        { b } { \@@_int:NwnnNNn \int_to_binary:n }
-        { o } { \@@_int:NwnnNNn \int_to_octal:n }
-        { X } { \@@_int:NwnnNNn \int_to_hexadecimal:n }
+        { b } { \@@_int:NwnnNNn \int_to_bin:n }
+        { o } { \@@_int:NwnnNNn \int_to_oct:n }
+        { X } { \@@_int:NwnnNNn \int_to_Hex:n }
       }
       {
         \__msg_kernel_expandable_error:nnnn

Modified: trunk/l3trial/xfont/l3font.dtx
===================================================================
--- trunk/l3trial/xfont/l3font.dtx	2015-09-02 08:19:00 UTC (rev 5905)
+++ trunk/l3trial/xfont/l3font.dtx	2015-09-02 13:17:05 UTC (rev 5906)
@@ -1,6 +1,6 @@
 % \iffalse
 %
-%% File: l3font.dtx Copyright (C) 2011,2012 LaTeX3 project
+%% File: l3font.dtx Copyright (C) 2011,2012,2015 LaTeX3 project
 %%
 %% It may be distributed and/or modified under the conditions of the
 %% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -523,7 +523,7 @@
       {
         \tex_mathaccent:D "
           \math_class_to_int:N #2
-          \int_to_hexadecimal:n { (#3) * \c_math_max_glyph_int + #4 }
+          \int_to_Hex:n { (#3) * \c_math_max_glyph_int + #4 }
         \scan_stop:
       }
   }
@@ -542,7 +542,7 @@
     \tex_global:D
     \tex_mathchardef:D #1 "
       \math_class_to_int:N #2
-      \int_to_hexadecimal:n { (#3) * \c_math_max_glyph_int + #4 }
+      \int_to_Hex:n { (#3) * \c_math_max_glyph_int + #4 }
     \scan_stop:
   }
 %    \end{macrocode}
@@ -555,7 +555,7 @@
     \tex_global:D
     \tex_mathcode:D `#1 = "
       \math_class_to_int:N #2
-      \int_to_hexadecimal:n { (#3) * \c_math_max_glyph_int + #4 }
+      \int_to_Hex:n { (#3) * \c_math_max_glyph_int + #4 }
     \scan_stop:
   }
 %    \end{macrocode}
@@ -574,7 +574,7 @@
       {
         \tex_delimiter:D "
           \math_class_to_int:N #2
-          \int_to_hexadecimal:n
+          \int_to_Hex:n
             {
               ( (#3) * \c_math_max_glyph_int + #4 ) * \c_math_delcode_step_int
               + (#5) * \c_math_max_glyph_int + #6
@@ -591,7 +591,7 @@
   {
     \tex_global:D
       \tex_delcode:D `#1 = "
-        \int_to_hexadecimal:n
+        \int_to_Hex:n
           {
             ( (#2) * \c_math_max_glyph_int + #3 ) * \c_math_delcode_step_int
             + (#4) * \c_math_max_glyph_int + #5
@@ -613,7 +613,7 @@
     \cs_gset_protected_nopar:Npx #1
       {
         \tex_radical:D "
-          \int_to_hexadecimal:n
+          \int_to_Hex:n
             {
               ( (#2) * \c_math_max_glyph_int + #3 ) * \c_math_delcode_step_int
               + (#4) * \c_math_max_glyph_int + #5



More information about the latex3-commits mailing list