[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XSLoader.pm (init): add debug call f
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XSLoader.pm (init): add debug call for @found_additional_libraries. |
Date: |
Sun, 17 Nov 2024 18:43:09 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 620c306cf4 * tp/Texinfo/XSLoader.pm (init): add debug call for
@found_additional_libraries.
620c306cf4 is described below
commit 620c306cf4c9111cfab5112cb8017be928b921c3
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Nov 18 00:43:02 2024 +0100
* tp/Texinfo/XSLoader.pm (init): add debug call for
@found_additional_libraries.
---
ChangeLog | 5 +++++
tp/Texinfo/XSLoader.pm | 2 ++
2 files changed, 7 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index dc017b39ae..08f07281c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-17 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XSLoader.pm (init): add debug call for
+ @found_additional_libraries.
+
2024-11-17 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XSLoader.pm (init): add an argument for
diff --git a/tp/Texinfo/XSLoader.pm b/tp/Texinfo/XSLoader.pm
index 6cfea1e399..db6bd90570 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -181,6 +181,8 @@ sub init {
if ($additional_libraries and scalar(@$additional_libraries)) {
my @found_additional_libraries
= DynaLoader::dl_findfile(@$additional_libraries);
+ _debug("additional libraries: ".join('|', @$additional_libraries));
+ _debug("found additional: ".join('|', @found_additional_libraries));
push @DynaLoader::dl_resolve_using, @found_additional_libraries;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XSLoader.pm (init): add debug call for @found_additional_libraries.,
Patrice Dumas <=