texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Wed, 24 Jan 2024 17:51:16 -0500 (EST)

branch: master
commit 7926d3bf100c0af135e3b359aa07ad133e4270d4
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 24 21:34:15 2024 +0100

    * tp/Texinfo/DocumentXS.pm (BEGIN), tp/Texinfo/IndicesXS.pm (BEGIN),
    tp/Texinfo/StructTransfXS.pm (BEGIN): set the Texinfo::XSLoader::init
    fallback_module module argument to undef when there is no actual
    fallback module.
---
 ChangeLog                    | 7 +++++++
 tp/Texinfo/DocumentXS.pm     | 2 +-
 tp/Texinfo/IndicesXS.pm      | 2 +-
 tp/Texinfo/StructTransfXS.pm | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5eb692f275..52050ca0c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,13 @@
        Set 'encoding_disabled' on the nested count context and pass
        result to _stream_output instead of _stream_output_encoded.
 
+2024-01-23  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/DocumentXS.pm (BEGIN), tp/Texinfo/IndicesXS.pm (BEGIN),
+       tp/Texinfo/StructTransfXS.pm (BEGIN): set the Texinfo::XSLoader::init
+       fallback_module module argument to undef when there is no actual
+       fallback module.
+
 2024-01-23  Patrice Dumas  <pertusus@free.fr>
 
        * configure.ac (AM_INIT_AUTOMAKE): decrease required automake version
diff --git a/tp/Texinfo/DocumentXS.pm b/tp/Texinfo/DocumentXS.pm
index b186a03b85..f52e392496 100644
--- a/tp/Texinfo/DocumentXS.pm
+++ b/tp/Texinfo/DocumentXS.pm
@@ -30,7 +30,7 @@ BEGIN {
 
   my $package = Texinfo::XSLoader::init (
       "Texinfo::DocumentXS",
-      "Texinfo::DocumentXS",
+      undef,
       "DocumentXS",
       undef,
       0,
diff --git a/tp/Texinfo/IndicesXS.pm b/tp/Texinfo/IndicesXS.pm
index 9e306987b0..0feb09b067 100644
--- a/tp/Texinfo/IndicesXS.pm
+++ b/tp/Texinfo/IndicesXS.pm
@@ -39,7 +39,7 @@ BEGIN {
   if ($XS_convert) {
     Texinfo::XSLoader::init (
       "Texinfo::IndicesXS",
-      "Texinfo::IndicesXS",
+      undef,
       "IndicesXS",
       undef,
       0,
diff --git a/tp/Texinfo/StructTransfXS.pm b/tp/Texinfo/StructTransfXS.pm
index 95dbf1a376..bfbbda57cd 100644
--- a/tp/Texinfo/StructTransfXS.pm
+++ b/tp/Texinfo/StructTransfXS.pm
@@ -31,7 +31,7 @@ BEGIN {
   if ($XS_structuring) {
     Texinfo::XSLoader::init (
       "Texinfo::StructTransfXS",
-      "Texinfo::StructTransfXS",
+      undef,
       "StructuringTransfoXS",
       undef,
       0,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]