[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/Makefile.am (MiscXS_la_SOURCES),
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/Makefile.am (MiscXS_la_SOURCES), tp/Texinfo/XS/xsmisc.c, tp/Texinfo/XS/xsmisc.h: rename tp/Texinfo/XS/misc.c as xsmisc.c and tp/Texinfo/XS/miscxs.h as xsmisc.h. |
Date: |
Tue, 03 Dec 2024 16:24:36 -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 94d61e6bf4 * tp/Texinfo/XS/Makefile.am (MiscXS_la_SOURCES),
tp/Texinfo/XS/xsmisc.c, tp/Texinfo/XS/xsmisc.h: rename tp/Texinfo/XS/misc.c as
xsmisc.c and tp/Texinfo/XS/miscxs.h as xsmisc.h.
94d61e6bf4 is described below
commit 94d61e6bf45cd52302d4029002d75c94903d7276
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Dec 3 22:24:15 2024 +0100
* tp/Texinfo/XS/Makefile.am (MiscXS_la_SOURCES),
tp/Texinfo/XS/xsmisc.c, tp/Texinfo/XS/xsmisc.h: rename
tp/Texinfo/XS/misc.c as xsmisc.c and tp/Texinfo/XS/miscxs.h as
xsmisc.h.
---
ChangeLog | 7 +++++++
tp/Texinfo/XS/Makefile.am | 2 +-
tp/Texinfo/XS/MiscXS.xs | 2 +-
tp/Texinfo/XS/{misc.c => xsmisc.c} | 2 +-
tp/Texinfo/XS/{miscxs.h => xsmisc.h} | 0
5 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index db1844b309..99b3768c10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-12-03 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/Makefile.am (MiscXS_la_SOURCES),
+ tp/Texinfo/XS/xsmisc.c, tp/Texinfo/XS/xsmisc.h: rename
+ tp/Texinfo/XS/misc.c as xsmisc.c and tp/Texinfo/XS/miscxs.h as
+ xsmisc.h.
+
2024-12-03 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/MiscXS.xs (xs_unicode_text), tp/Texinfo/XS/misc.c
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index fa05bd1dbb..a1fa75b726 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -85,7 +85,7 @@ install-data-hook:
xs_LTLIBRARIES += MiscXS.la
nodist_MiscXS_la_SOURCES = MiscXS.c
CLEANFILES += MiscXS.c
-MiscXS_la_SOURCES = misc.c miscxs.h main/base_utils.c main/base_utils.h
+MiscXS_la_SOURCES = xsmisc.c xsmisc.h main/base_utils.c main/base_utils.h
MiscXS_la_CPPFLAGS = -I$(srcdir)/main $(AM_CPPFLAGS) $(XSLIBS_CPPFLAGS)
-UHAVE_CONFIG_H
MiscXS_la_CFLAGS = $(XSLIBS_CFLAGS)
MiscXS_la_LIBADD = $(platform_PERL_LIBADD)
diff --git a/tp/Texinfo/XS/MiscXS.xs b/tp/Texinfo/XS/MiscXS.xs
index ce123a73a2..366e4f5912 100644
--- a/tp/Texinfo/XS/MiscXS.xs
+++ b/tp/Texinfo/XS/MiscXS.xs
@@ -18,7 +18,7 @@
#include "perl.h"
#include "XSUB.h"
-#include "miscxs.h"
+#include "xsmisc.h"
MODULE = Texinfo::MiscXS PACKAGE = Texinfo::MiscXS PREFIX = xs_
diff --git a/tp/Texinfo/XS/misc.c b/tp/Texinfo/XS/xsmisc.c
similarity index 99%
rename from tp/Texinfo/XS/misc.c
rename to tp/Texinfo/XS/xsmisc.c
index 8acf1ff43c..358578ffe6 100644
--- a/tp/Texinfo/XS/misc.c
+++ b/tp/Texinfo/XS/xsmisc.c
@@ -19,7 +19,7 @@
/* isascii_alnum */
#include "base_utils.h"
-#include "miscxs.h"
+#include "xsmisc.h"
char *
xs_process_text (const char *text)
diff --git a/tp/Texinfo/XS/miscxs.h b/tp/Texinfo/XS/xsmisc.h
similarity index 100%
rename from tp/Texinfo/XS/miscxs.h
rename to tp/Texinfo/XS/xsmisc.h
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/Makefile.am (MiscXS_la_SOURCES), tp/Texinfo/XS/xsmisc.c, tp/Texinfo/XS/xsmisc.h: rename tp/Texinfo/XS/misc.c as xsmisc.c and tp/Texinfo/XS/miscxs.h as xsmisc.h.,
Patrice Dumas <=
- Prev by Date:
branch master updated: * tp/Texinfo/XS/MiscXS.xs (xs_unicode_text), tp/Texinfo/XS/misc.c (xs_unicode_substitute_text): handle in_code in MiscXS.xs, remove in_code argument from xs_unicode_text in misc.c. Rename xs_unicode_text in misc.c to xs_unicode_substitute_text to make clear that it is not exactly the same as the Perl function, as it does the substitution but does not handle in_code.
- Next by Date:
branch master updated: * tp/Texinfo/XS/convert/converter.c (new_converter) (set_converter_init_information): call init_generic_converter in set_converter_init_information, not in new_converter, such that new_converter only allocate the converter. Also it is more similar to Perl code.
- Previous by thread:
branch master updated: * tp/Texinfo/XS/MiscXS.xs (xs_unicode_text), tp/Texinfo/XS/misc.c (xs_unicode_substitute_text): handle in_code in MiscXS.xs, remove in_code argument from xs_unicode_text in misc.c. Rename xs_unicode_text in misc.c to xs_unicode_substitute_text to make clear that it is not exactly the same as the Perl function, as it does the substitution but does not handle in_code.
- Next by thread:
branch master updated: * tp/Texinfo/XS/convert/converter.c (new_converter) (set_converter_init_information): call init_generic_converter in set_converter_init_information, not in new_converter, such that new_converter only allocate the converter. Also it is more similar to Perl code.
- Index(es):