texinfo-commits
[Top][All Lists]
Advanced

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

master updated (2332978ed2 -> a43c2d88a0)


From: Patrice Dumas
Subject: master updated (2332978ed2 -> a43c2d88a0)
Date: Wed, 2 Oct 2024 06:05:14 -0400 (EDT)

pertusus pushed a change to branch master.

    from 2332978ed2 add 
tp/t/init/special_unit_direction_string_info_customization.pm
     new 83645ee381 * tp/Texinfo/Convert/HTML.pm (converter_initialize): call 
GNUT_get_direction_string_info only once.
     new 474540ac7b * tp/Texinfo/Convert/HTML.pm (converter_initialize): remove 
the code setting sorted_special_unit_varieties and simplified_special_unit_info 
as they are not used anymore.
     new 7323011ca3 * tp/Texinfo/Convert/HTML.pm (converter_initialize): avoid 
spurious autovivification for translated_direction_strings.
     new 2d4a0ab5ce * tp/Texinfo/Convert/HTML.pm (converter_initialize), 
tp/Texinfo/XS/convert/ConvertXS.xs (html_converter_initialize_sv), 
tp/Texinfo/XS/convert/convert_html.c (html_free_converter), 
tp/Texinfo/XS/convert/get_html_perl_info.c (html_converter_initialize_sv), 
tp/Texinfo/XS/main/converter_types.h (CONVERTER): do not set 
converter->default_converted_directions_strings anymore from Perl, as the C 
defaults are now used.  Remove the default_converted_directions_strings 
argument  [...]
     new a43c2d88a0 * tp/Texinfo/XS/convert/get_html_perl_info.c 
(html_converter_initialize_sv): merge conditions on spec_sv for 
customized_direction_strings.


Summary of changes:
 ChangeLog                                  |  59 ++++++++++
 tp/Texinfo/Convert/HTML.pm                 |  42 +------
 tp/Texinfo/XS/convert/ConvertXS.xs         |   6 +-
 tp/Texinfo/XS/convert/convert_html.c       |  47 +++++---
 tp/Texinfo/XS/convert/get_html_perl_info.c | 175 +++++++++--------------------
 tp/Texinfo/XS/convert/get_html_perl_info.h |   2 +-
 tp/Texinfo/XS/main/conversion_data.h       |   4 +
 tp/Texinfo/XS/main/converter_types.h       |   1 -
 tp/maintain/generate_code_convert_data.pl  |   7 ++
 9 files changed, 160 insertions(+), 183 deletions(-)



reply via email to

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