[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Fri, 15 Nov 2024 18:35:53 -0500 (EST) |
branch: master
commit 2fae4fac105104676dd5f6dfb685f23dedf2f54b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Nov 15 23:10:46 2024 +0100
* tp/Texinfo/XS/convert/build_html_perl_info.c,
tp/Texinfo/XS/convert/build_html_perl_info.h,
tp/Texinfo/XS/Makefile.am (XS_libtexinfo_convert_sources): rename
build_html_perl_state.c as build_html_perl_info.c.
---
ChangeLog | 7 +++++++
tp/Texinfo/XS/Makefile.am | 6 +++---
tp/Texinfo/XS/convert/ConvertXS.xs | 2 +-
.../XS/convert/{build_html_perl_state.c => build_html_perl_info.c} | 2 +-
.../XS/convert/{build_html_perl_state.h => build_html_perl_info.h} | 6 +++---
tp/Texinfo/XS/convert/call_html_perl_function.c | 2 +-
6 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5337e1637d..ada8873b53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,13 @@
Remove use of LONG_TESTS variable (same change made in
tp/tests/Makefile.am on 2016-10-23 but this file was missed).
+2024-11-15 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/convert/build_html_perl_info.c,
+ tp/Texinfo/XS/convert/build_html_perl_info.h,
+ tp/Texinfo/XS/Makefile.am (XS_libtexinfo_convert_sources): rename
+ build_html_perl_state.c as build_html_perl_info.c.
+
2024-11-15 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/convert/build_html_perl_state.c,
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index 8c3042a968..485b8b893c 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -448,10 +448,10 @@ C_libtexinfo_convert_sources = \
# call_html_perl_function.c functions are called in other
# parts of the code and need to be linked against Perl.
-# build_html_perl_state.c functions are called from call_html_perl_function.c.
+# build_html_perl_info.c functions are called from call_html_perl_function.c.
XS_libtexinfo_convert_sources = \
- convert/build_html_perl_state.h \
- convert/build_html_perl_state.c \
+ convert/build_html_perl_info.h \
+ convert/build_html_perl_info.c \
convert/call_html_perl_function.h \
convert/call_html_perl_function.c \
convert/get_converter_perl_info.c \
diff --git a/tp/Texinfo/XS/convert/ConvertXS.xs
b/tp/Texinfo/XS/convert/ConvertXS.xs
index 85703acd8c..a707b6a354 100644
--- a/tp/Texinfo/XS/convert/ConvertXS.xs
+++ b/tp/Texinfo/XS/convert/ConvertXS.xs
@@ -52,7 +52,7 @@
#include "get_perl_info.h"
#include "build_perl_info.h"
#include "get_converter_perl_info.h"
-#include "build_html_perl_state.h"
+#include "build_html_perl_info.h"
#include "html_conversion_state.h"
#include "convert_html.h"
#include "format_html.h"
diff --git a/tp/Texinfo/XS/convert/build_html_perl_state.c
b/tp/Texinfo/XS/convert/build_html_perl_info.c
similarity index 99%
rename from tp/Texinfo/XS/convert/build_html_perl_state.c
rename to tp/Texinfo/XS/convert/build_html_perl_info.c
index baa43aaf7b..2e9dd91cbf 100644
--- a/tp/Texinfo/XS/convert/build_html_perl_state.c
+++ b/tp/Texinfo/XS/convert/build_html_perl_info.c
@@ -59,7 +59,7 @@
/* for special_unit_info_type_names html_global_unit_direction_names
htmlxref_split_type_names html_setup_global_units_direction_names */
#include "html_prepare_converter.h"
-#include "build_html_perl_state.h"
+#include "build_html_perl_info.h"
/* See the NOTE in build_perl_info.c on use of functions related to
memory allocation */
diff --git a/tp/Texinfo/XS/convert/build_html_perl_state.h
b/tp/Texinfo/XS/convert/build_html_perl_info.h
similarity index 94%
rename from tp/Texinfo/XS/convert/build_html_perl_state.h
rename to tp/Texinfo/XS/convert/build_html_perl_info.h
index f54019742d..d93c3e6a92 100644
--- a/tp/Texinfo/XS/convert/build_html_perl_state.h
+++ b/tp/Texinfo/XS/convert/build_html_perl_info.h
@@ -1,6 +1,6 @@
-/* build_html_perl_state.h - declarations for build_html_perl_state.c */
-#ifndef BUILD_HTML_PERL_STATE_H
-#define BUILD_HTML_PERL_STATE_H
+/* build_html_perl_info.h - declarations for build_html_perl_info.c */
+#ifndef BUILD_HTML_PERL_INFO_H
+#define BUILD_HTML_PERL_INFO_H
#include "EXTERN.h"
#include "perl.h"
diff --git a/tp/Texinfo/XS/convert/call_html_perl_function.c
b/tp/Texinfo/XS/convert/call_html_perl_function.c
index 2d8591d7d3..e839af1aa4 100644
--- a/tp/Texinfo/XS/convert/call_html_perl_function.c
+++ b/tp/Texinfo/XS/convert/call_html_perl_function.c
@@ -49,7 +49,7 @@
/* for newSVpv_utf8 build_tree_to_build */
#include "build_perl_info.h"
/* build_html_formatting_state */
-#include "build_html_perl_state.h"
+#include "build_html_perl_info.h"
#include "call_html_perl_function.h"
/* See the NOTE in build_perl_info.c on use of functions related to