[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7732] MiscXS.pm
From: |
gavinsmith0123 |
Subject: |
[7732] MiscXS.pm |
Date: |
Sat, 15 Apr 2017 16:00:32 -0400 (EDT) |
Revision: 7732
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7732
Author: gavin
Date: 2017-04-15 16:00:31 -0400 (Sat, 15 Apr 2017)
Log Message:
-----------
MiscXS.pm
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/Texinfo/MiscXS.pm
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2017-04-15 19:56:27 UTC (rev 7731)
+++ trunk/ChangeLog 2017-04-15 20:00:31 UTC (rev 7732)
@@ -1,5 +1,10 @@
2017-04-15 Gavin Smith <address@hidden>
+ * tp/Texinfo/MiscXS.pm: Call Texinfo::XSLoader::init with the
+ real name of the package with the XS routines.
+
+2017-04-15 Gavin Smith <address@hidden>
+
* tp/Texinfo/Convert/Plaintext.pm,
* tp/Texinfo/Parser.pm,
* tp/Texinfo/Convert/Unicode.pm:
Modified: trunk/tp/Texinfo/MiscXS.pm
===================================================================
--- trunk/tp/Texinfo/MiscXS.pm 2017-04-15 19:56:27 UTC (rev 7731)
+++ trunk/tp/Texinfo/MiscXS.pm 2017-04-15 20:00:31 UTC (rev 7732)
@@ -27,7 +27,7 @@
use Texinfo::XSLoader;
BEGIN {
- our $xsmodule = "Texinfo::MiscXS";
+ our $xsmodule = "Texinfo::MiscXSXS";
# Check for a UTF-8 locale. Skip the check if the 'locale' command doesn't
# work.
our $a;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7732] MiscXS.pm,
gavinsmith0123 <=