[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (986be8f3a6 -> 85896e869d)
From: |
Patrice Dumas |
Subject: |
master updated (986be8f3a6 -> 85896e869d) |
Date: |
Tue, 24 Dec 2024 16:06:36 -0500 (EST) |
pertusus pushed a change to branch master.
from 986be8f3a6 * tp/Texinfo/Convert/LaTeX.pm (convert_math_to_images): add
parentheses to Cwd::abs_path to avoid being considered as a bareword. Found in
the opencsw CI.
new c1af9f09f7 * tp/Texinfo/XS/convert/call_conversion_perl.c
(call_eval_use_module) (call_config_GNUT_load_init_file),
tp/Texinfo/XS/convert/texinfo.c (txi_converter_output_format_setup),
tp/Texinfo/XS/teximakehtml.c (main): add call_eval_use_module that evals use
module to load a module. Pass external_module to
txi_converter_output_format_setup to call call_eval_use_module.
new f85959c9fe * tp/Texinfo/XS/teximakehtml.c (formats_table,
long_options) (main): add formats with Perl modules specifications and options.
Load the corresponding Perl module to output the format.
new 85896e869d * tp/Texinfo/XS/texi2any.c, tp/Texinfo/XS/Makefile.am
(teximakehtml_SOURCES, ctexi2any_SOURCES): rename teximakehtml.c as texi2any.c.
Summary of changes:
ChangeLog | 29 ++++++
tp/Texinfo/XS/Makefile.am | 4 +-
tp/Texinfo/XS/convert/call_conversion_perl.c | 20 ++--
tp/Texinfo/XS/convert/call_conversion_perl.h | 2 +
.../XS/convert/replace_call_conversion_perl.c | 5 +
tp/Texinfo/XS/convert/texinfo.c | 15 ++-
tp/Texinfo/XS/convert/texinfo.h | 3 +-
tp/Texinfo/XS/{teximakehtml.c => texi2any.c} | 113 +++++++++++++++++----
tp/init/book.pm | 2 +-
tp/texi2any.pl | 2 +-
10 files changed, 159 insertions(+), 36 deletions(-)
rename tp/Texinfo/XS/{teximakehtml.c => texi2any.c} (95%)
- master updated (986be8f3a6 -> 85896e869d),
Patrice Dumas <=