[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (0e969e43bf -> ea8c5a7288)
From: |
Patrice Dumas |
Subject: |
master updated (0e969e43bf -> ea8c5a7288) |
Date: |
Wed, 3 Jan 2024 18:10:54 -0500 (EST) |
pertusus pushed a change to branch master.
from 0e969e43bf Texinfo/Convert/Converter.pm: fix a typo.
new 65caa334b0 * tp/Texinfo/XS/main/utils.h: remove COMMAND_OPTION_REF and
COMMAND_OPTION_VALUE that are not used anymore.
new 2c8b0420e5 * tp/Texinfo/XS/convert/converter.c (copy_option,
new_option_value) (command_init, set_global_document_commands): simplify
command_init by simply copying the option. Properly initialize all the fields
in new_option_value. Add copy_option to copy an option in another and use it
in set_global_document_commands. Only copy option if set field is not on.
new ea8c5a7288 * tp/Texinfo/XS/convert/get_html_perl_info.c
(html_converter_initialize_sv): call recopy_converter_conf_sv in
html_converter_initialize_sv as soon as format specific information has been
gathered.
Summary of changes:
ChangeLog | 30 +++++++++++++
tp/Texinfo/Convert/Converter.pm | 8 +++-
tp/Texinfo/Convert/HTML.pm | 4 ++
tp/Texinfo/XS/convert/ConvertXS.xs | 8 +++-
tp/Texinfo/XS/convert/converter.c | 71 ++++++++++++++----------------
tp/Texinfo/XS/convert/get_html_perl_info.c | 5 +++
tp/Texinfo/XS/main/get_perl_info.c | 11 +++--
tp/Texinfo/XS/main/get_perl_info.h | 3 +-
tp/Texinfo/XS/main/utils.h | 18 --------
9 files changed, 89 insertions(+), 69 deletions(-)
- master updated (0e969e43bf -> ea8c5a7288),
Patrice Dumas <=