texinfo-commits
[Top][All Lists]
Advanced

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

master updated (bca2525be8 -> e0209ea8ac)


From: Patrice Dumas
Subject: master updated (bca2525be8 -> e0209ea8ac)
Date: Sat, 18 Nov 2023 03:10:57 -0500 (EST)

pertusus pushed a change to branch master.

    from bca2525be8 * tp/Texinfo/XS/main/convert_utils.c (convert_to_utf8, 
convert_to_utf8_verbatiminclude): Rename function to avoid confusion with 
convert_to_utf8 in input.c.
     new bbe793d935 * tp/Texinfo/XS/main/element_types.awk, 
tp/Texinfo/XS/main/converter_types.h (CONVERTER): output code defining 
TXI_TREE_TYPES_NUMBER to the number of tree element types.  Update codes that 
used the last type instead.
     new 9e204d5b1c * tp/Texinfo/Convert/ConvertXS.pm: remove fallback module.
     new 31c214610f * tp/maintain/regenerate_C_options_info.pl: handle value 
set from perl being undef.
     new e0209ea8ac * tp/Texinfo/Convert/HTML.pm (_open_command_update_context) 
(_convert_command_update_context, _open_type_update_context) 
(_convert_type_update_context, _convert), tp/Texinfo/XS/convert/convert_html.c 
(html_open_command_update_context) (html_convert_command_update_context, 
html_open_type_update_context) (html_convert_type_update_context, 
convert_to_html_internal): use functions for state update, and modify when 
updating takes place for types, before open and before the  [...]


Summary of changes:
 ChangeLog                                  |  50 +++
 tp/TODO                                    |   2 +
 tp/Texinfo/Convert/ConvertXS.pm            |   2 +-
 tp/Texinfo/Convert/HTML.pm                 | 302 ++++++++-------
 tp/Texinfo/XS/convert/ConvertXS.xs         |  15 +-
 tp/Texinfo/XS/convert/convert_html.c       | 575 ++++++++++++++++-------------
 tp/Texinfo/XS/convert/get_html_perl_info.c |  24 +-
 tp/Texinfo/XS/main/builtin_commands.c      |  53 +++
 tp/Texinfo/XS/main/builtin_commands.h      |   4 +
 tp/Texinfo/XS/main/converter_types.h       |  16 +-
 tp/Texinfo/XS/main/element_types.awk       |   6 +
 tp/Texinfo/XS/main/element_types.h         |   2 +
 tp/Texinfo/XS/main/element_types.txt       |   3 -
 tp/Texinfo/XSLoader.pm                     |   4 +-
 tp/maintain/regenerate_C_options_info.pl   |   5 +-
 15 files changed, 649 insertions(+), 414 deletions(-)



reply via email to

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