[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (e477307a81 -> b5f703ae42)
From: |
Patrice Dumas |
Subject: |
master updated (e477307a81 -> b5f703ae42) |
Date: |
Tue, 24 Dec 2024 03:38:20 -0500 (EST) |
pertusus pushed a change to branch master.
from e477307a81 * tp/Texinfo/XS/main/replace_perl_api_call.c
(call_translations_translate_string), tp/Texinfo/XS/main/translations.c
(translate_string): have call_translations_translate_string return 0 if there
is no external translate_string. In translate_string, even if
use_external_translate_string is > 0, continue with C gettext if there is no
external translate_string.
new 9bc34bcdc5 * tp/Texinfo/XS/convert/texinfo.c
(txi_set_base_default_options), tp/Texinfo/XS/teximakehtml.c (main): set
XS_STRXFRM_COLLATION_LOCALE in main, remove embedded_interpreter
txi_set_base_default_options argument.
new 40e0b4e348 * tp/texi2any.pl: use get_conf to determine if HTML_MATH
and HIGHLIGHT_SYNTAX are set to load extensions. Move code around.
new b466dc5ff9 * tp/load_txi_modules.pl (BEGIN): load Texinfo::XSLoader in
BEGIN block and call set_XS_embedded to be sure that it is done before any
module with XS is loaded.
new b5f703ae42 * tp/Texinfo/XS/convert/call_conversion_perl.c
(call_init_perl), tp/Texinfo/XS/teximakehtml.c (main): call perl_run to have
load_txi_modules.pl executed. Report and check statuses.
Summary of changes:
ChangeLog | 39 ++++++
tp/Texinfo/XS/convert/call_conversion_perl.c | 20 ++-
tp/Texinfo/XS/convert/call_conversion_perl.h | 4 +-
tp/Texinfo/XS/convert/texinfo.c | 8 +-
tp/Texinfo/XS/convert/texinfo.h | 3 +-
tp/Texinfo/XS/teximakehtml.c | 198 ++++++++++++++++++++-------
tp/load_txi_modules.pl | 11 +-
tp/texi2any.pl | 21 +--
8 files changed, 222 insertions(+), 82 deletions(-)
- master updated (e477307a81 -> b5f703ae42),
Patrice Dumas <=