texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sat, 18 Nov 2023 03:10:59 -0500 (EST)

branch: master
commit 9e204d5b1c269eb85e7b3454a110c1636ea32aa1
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Nov 17 20:07:52 2023 +0100

    * tp/Texinfo/Convert/ConvertXS.pm: remove fallback module.
    
    * tp/Texinfo/XSLoader.pm (init): update fatal error message.
---
 ChangeLog                       | 6 ++++++
 tp/Texinfo/Convert/ConvertXS.pm | 2 +-
 tp/Texinfo/XSLoader.pm          | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5abddfcb2f..f94df72552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,12 @@
        for varying numbers of times tdestroy_recurse appears in the stack
        trace.
 
+2023-11-17  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/ConvertXS.pm: remove fallback module.
+
+       * tp/Texinfo/XSLoader.pm (init): update fatal error message.
+
 2023-11-17  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/element_types.awk,
diff --git a/tp/Texinfo/Convert/ConvertXS.pm b/tp/Texinfo/Convert/ConvertXS.pm
index 9a875ad511..e06f76f3a6 100644
--- a/tp/Texinfo/Convert/ConvertXS.pm
+++ b/tp/Texinfo/Convert/ConvertXS.pm
@@ -34,7 +34,7 @@ BEGIN {
   if ($XS_convert) {
     Texinfo::XSLoader::init (
       "Texinfo::Convert::ConvertXS",
-      "Texinfo::Convert::ConvertXS",
+      undef,
       "ConvertXS",
       undef,
       0,
diff --git a/tp/Texinfo/XSLoader.pm b/tp/Texinfo/XSLoader.pm
index a87b139a5e..3c088a81fc 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -233,8 +233,8 @@ sub init {
   }
   if (!defined $fallback_module) {
     warn "no fallback module for $module\n";
-    die "unset the TEXINFO_XS and TEXINFO_XS_PARSER environment variables "
-       ."to use the pure Perl modules\n";
+    die "set/unset the TEXINFO_XS, TEXINFO_XS_PARSER and TEXINFO_XS_CONVERT "
+       ."environment variables to use the pure Perl modules\n";
   }
 
   # Fall back to using the Perl code.



reply via email to

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