[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3aebb35a45 -> 4f04555c38)
From: |
Patrice Dumas |
Subject: |
master updated (3aebb35a45 -> 4f04555c38) |
Date: |
Fri, 4 Oct 2024 06:59:03 -0400 (EDT) |
pertusus pushed a change to branch master.
from 3aebb35a45 * tp/t/test_utils.pl (test): call convert_to_texinfo for
plaintext test as it requires lessresources, no need to set up a Parser.
new c078d8d827 * tp/Texinfo/XS/Makefile.am
(libtexinfo_convert_la_SOURCES), tp/Texinfo/XS/convert/html_converter_types.h
(HTML_COMMAND_STRUCT) (, tp/Texinfo/XS/convert/html_conversion_state.c
(html_in_code) (html_in_math, html_in_preformatted_context,
html_inside_preformatted) (html_in_non_breakable_space, html_in_raw,
html_in_space_protected) (html_in_string, html_in_upper_case, html_in_verbatim)
(html_paragraph_number, html_preformatted_number, html_in_align)
(html_top_block_comman [...]
new 4f04555c38 * tp/Texinfo/XS/convert/html_conversion_state.h: declare
html_register_opened_section_level and html_close_registered_sections_level.
Summary of changes:
ChangeLog | 42 ++
tp/Texinfo/XS/Makefile.am | 3 +
tp/Texinfo/XS/convert/ConvertXS.xs | 1 +
tp/Texinfo/XS/convert/convert_html.c | 956 +------------------------
tp/Texinfo/XS/convert/convert_html.h | 77 +-
tp/Texinfo/XS/convert/get_html_perl_info.c | 1 +
tp/Texinfo/XS/convert/get_html_perl_info.h | 2 +-
tp/Texinfo/XS/convert/html_conversion_state.c | 977 ++++++++++++++++++++++++++
tp/Texinfo/XS/convert/html_conversion_state.h | 80 +++
tp/Texinfo/XS/convert/html_converter_types.h | 53 ++
10 files changed, 1162 insertions(+), 1030 deletions(-)
create mode 100644 tp/Texinfo/XS/convert/html_conversion_state.c
create mode 100644 tp/Texinfo/XS/convert/html_conversion_state.h
create mode 100644 tp/Texinfo/XS/convert/html_converter_types.h
- master updated (3aebb35a45 -> 4f04555c38),
Patrice Dumas <=