texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (7db580c9e9 -> 2719e7a946)


From: Patrice Dumas
Subject: master updated (7db580c9e9 -> 2719e7a946)
Date: Fri, 4 Oct 2024 19:12:19 -0400 (EDT)

pertusus pushed a change to branch master.

    from 7db580c9e9 * tp/Texinfo/XS/convert/convert_html.c: rename 
convert_to_html_internal as convert_tree_append.
     new ee46ee3a66 * tp/Texinfo/XS/convert/html_converter_types.h: declare 
translated_special_unit_info, direction_string_type_names, 
direction_string_context_names, html_conversion_context_type_names, 
html_argument_formatting_type_names and html_stage_handler_stage_type_names.
     new 2719e7a946 * tp/Texinfo/XS/convert/convert_html.c, 
tp/Texinfo/XS/convert/format_html.c (html_command_description): move 
html_command_description to format_html.c.


Summary of changes:
 ChangeLog                                          |    45 +
 tp/Texinfo/XS/Makefile.am                          |     2 +
 tp/Texinfo/XS/convert/ConvertXS.xs                 |     1 +
 tp/Texinfo/XS/convert/build_html_perl_state.c      |     9 +-
 tp/Texinfo/XS/convert/convert_html.c               | 12995 +------------------
 tp/Texinfo/XS/convert/convert_html.h               |   282 +-
 .../XS/convert/{convert_html.c => format_html.c}   |  3747 +-----
 .../XS/convert/{convert_html.h => format_html.h}   |   103 +-
 tp/Texinfo/XS/convert/get_html_perl_info.c         |    12 +-
 tp/Texinfo/XS/convert/html_converter_types.h       |    12 +
 tp/Texinfo/XS/convert/html_prepare_converter.c     |     4 +
 11 files changed, 789 insertions(+), 16423 deletions(-)
 copy tp/Texinfo/XS/convert/{convert_html.c => format_html.c} (80%)
 copy tp/Texinfo/XS/convert/{convert_html.h => format_html.h} (76%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]