[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (ebc80946af -> c5b625afd6)
|
From: |
Patrice Dumas |
|
Subject: |
master updated (ebc80946af -> c5b625afd6) |
|
Date: |
Sun, 10 Mar 2024 09:35:46 -0400 (EDT) |
pertusus pushed a change to branch master.
from ebc80946af * tp/Texinfo/ParserNonXS.pm (_handle_line_command)
(_handle_block_command): fix global commands state key.
new 393129ef1b * tp/Texinfo/XS/convert/converter.c (copy_option): handle
NULL source string.
new bd3e8e3f3c * tp/Texinfo/Convert/HTML.pm (_node_redirections): move
code related to node files redirections to a function, in particular to prepare
for XS overriding.
new 9c86b2b567 * tp/Texinfo/Convert/Converter.pm
(determine_files_and_directory), tp/Texinfo/Convert/Text.pm (output): remove
useless calls to global_commands_information.
new c5b625afd6 * tp/Texinfo/XS/convert/ConvertXS.xs
(html_prepare_conversion_units): setup the Perl Texinfo tree before building
output units to Perl as output units refer to the root commands.
Summary of changes:
ChangeLog | 28 +++
tp/TODO | 10 ++
tp/Texinfo/Convert/Converter.pm | 5 -
tp/Texinfo/Convert/HTML.pm | 332 ++++++++++++++++++-----------------
tp/Texinfo/Convert/Text.pm | 2 -
tp/Texinfo/XS/convert/ConvertXS.xs | 13 +-
tp/Texinfo/XS/convert/convert_html.c | 1 +
tp/Texinfo/XS/convert/converter.c | 5 +-
tp/Texinfo/XS/main/build_perl_info.c | 12 +-
9 files changed, 239 insertions(+), 169 deletions(-)
- master updated (ebc80946af -> c5b625afd6),
Patrice Dumas <=