[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (ffe074b6c3 -> d33c438946)
From: |
Patrice Dumas |
Subject: |
master updated (ffe074b6c3 -> d33c438946) |
Date: |
Fri, 8 Dec 2023 11:07:45 -0500 (EST) |
pertusus pushed a change to branch master.
from ffe074b6c3 * tp/Texinfo/Convert/HTML.pm (_convert_def_line_type):
avoid intermediate variables, move code around.
new 62eea27985 Pass XS converter errors to texi2any
new 288c9a9d6e * tp/ext/highlight_syntax.pm: do not call
get_pending_formatted_inline_content at example opening if the code calling
get_associated_formatted_inline_content will not be called for example
conversion, to have a correct pairing of calls by the preformatted element
eventually formatted.
new d33c438946 * tp/Texinfo/XS/convert/convert_html.c
(get_associated_inline_content_number)
(html_associate_pending_formatted_inline_content)
(html_get_associated_formatted_inline_content) (html_finalize_output_state),
tp/Texinfo/XS/main/converter_types.h (HTML_ASSOCIATED_INLINE_CONTENT): use a
TEXT in HTML_ASSOCIATED_INLINE_CONTENT to accumulate content, and allow the
same element to be found more than once when text appears.
Summary of changes:
ChangeLog | 30 +++++++
tp/Texinfo/Convert/Converter.pm | 8 ++
tp/Texinfo/Convert/Text.pm | 5 ++
tp/Texinfo/XS/convert/ConvertXS.xs | 21 +++++
tp/Texinfo/XS/convert/convert_html.c | 155 ++++++++++++++++++++++++-----------
tp/Texinfo/XS/main/converter_types.h | 2 +-
tp/ext/highlight_syntax.pm | 22 ++++-
tp/texi2any.pl | 10 +++
8 files changed, 198 insertions(+), 55 deletions(-)
- master updated (ffe074b6c3 -> d33c438946),
Patrice Dumas <=