texinfo-commits
[Top][All Lists]
Advanced

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

master updated (9eb9d583e0 -> 39ccd09203)


From: Patrice Dumas
Subject: master updated (9eb9d583e0 -> 39ccd09203)
Date: Thu, 1 Feb 2024 17:51:25 -0500 (EST)

pertusus pushed a change to branch master.

    from 9eb9d583e0 * tp/Texinfo/XS/convert/call_html_perl_function.c, 
tp/Texinfo/XS/main/call_perl_function.c 
(get_call_index_entries_sorted_by_letter): move 
get_call_index_entries_sorted_by_letter to call_perl_function.c.
     new b7c7345b7a * tp/Makefile.am (test_files), 
t/input_files/formatting_customizations_input.texi, tp/Makefile.tres, 
tp/t/converters_tests.t (reference_for_formatting_customizations) 
(test_formatting_customizations), tp/tests/Makefile.onetst, 
tp/tests/formatting/list-of-tests: add tests of customizations on formatting.  
Setup a separate test in tests/formatting/list-of-tests to be able to test 
rawtext too, as in t/*.t raw text does not take into account customization.
     new 39ccd09203 * tp/Texinfo/XS/main/get_perl_info.c 
(copy_sv_options_for_convert_text): fetch ASCII_GLYPH, NUMBER_SECTIONS and 
set_case.


Summary of changes:
 ChangeLog                                          |  43 +++++
 tp/Makefile.am                                     |   1 +
 tp/Makefile.tres                                   |   2 +
 tp/TODO                                            |   2 +-
 tp/Texinfo/Convert/Text.pm                         |   8 +-
 tp/Texinfo/Convert/Unicode.pm                      |   4 +-
 tp/Texinfo/Translations.pm                         |   7 +-
 tp/Texinfo/XS/convert/convert_html.c               |   7 +-
 tp/Texinfo/XS/convert/get_html_perl_info.c         |   8 -
 tp/Texinfo/XS/main/DocumentXS.xs                   |   4 +-
 tp/Texinfo/XS/main/convert_to_text.c               |   5 +-
 tp/Texinfo/XS/main/get_perl_info.c                 |  32 ++--
 tp/Texinfo/XS/main/translations.c                  |  14 +-
 tp/Texinfo/XS/main/translations.h                  |   3 +-
 tp/Texinfo/XS/main/unicode.c                       |   4 +
 tp/t/convert_to_text.t                             |  40 ++++-
 tp/t/converters_tests.t                            |   8 +
 .../formatting_customizations_input.texi           |   8 +
 .../reference_for_formatting_customizations.pl}    | 195 +++++++++++----------
 .../test_formatting_customizations.pl}             | 195 +++++++++++----------
 tp/tests/Makefile.onetst                           |   1 +
 tp/tests/formatting/list-of-tests                  |   4 +
 .../formatting_customizations_input.1              |   0
 .../formatting_customizations_input.2              |   0
 .../formatting_customizations_input.txt            |   8 +
 ...ng_formatting_customizations_input_raw_text.sh} |   2 +-
 26 files changed, 381 insertions(+), 224 deletions(-)
 create mode 100644 tp/t/input_files/formatting_customizations_input.texi
 copy tp/t/results/{formats_encodings/dotless_argument_non_ascii.pl => 
converters_tests/reference_for_formatting_customizations.pl} (52%)
 copy tp/t/results/{formats_encodings/dotless_argument_non_ascii.pl => 
converters_tests/test_formatting_customizations.pl} (54%)
 copy infog/test-infodir/dummy => 
tp/tests/formatting/res_parser/formatting_customizations_input_raw_text/formatting_customizations_input.1
 (100%)
 copy infog/test-infodir/dummy => 
tp/tests/formatting/res_parser/formatting_customizations_input_raw_text/formatting_customizations_input.2
 (100%)
 create mode 100644 
tp/tests/formatting/res_parser/formatting_customizations_input_raw_text/formatting_customizations_input.txt
 copy tp/tests/test_scripts/{formatting_cpp_lines.sh => 
formatting_formatting_customizations_input_raw_text.sh} (85%)



reply via email to

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