texinfo-commits
[Top][All Lists]
Advanced

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

master updated (ae85f7133c -> 03c9181681)


From: Patrice Dumas
Subject: master updated (ae85f7133c -> 03c9181681)
Date: Tue, 9 Jan 2024 08:08:14 -0500 (EST)

pertusus pushed a change to branch master.

    from ae85f7133c Fix typo in POD.
     new d68472208f * tp/Texinfo/XS/structuring_transfo/StructuringTransfoXS.xs 
(index_entry_element_sort_string): free sort_string.
     new bcfe691ab5 Update TODO
     new e4505f8619 * tp/t/accents.t: initialize converter with 
_initialize_XS_NonXS_output_state.
     new b15425c753 * tp/Texinfo/Convert/Converter.pm (converter), 
tp/Texinfo/Convert/LaTeX.pm (converter_initialize), 
tp/Texinfo/Convert/Plaintext.pm (converter_initialize): set 
'convert_text_options' conversion to text options state with 
copy_options_for_convert_text, to be used in converters instead of calling 
copy_options_for_convert_text each time conversion to text options are needed.  
Remove the equivalent code from specific converters.
     new a8a9959355 Commit .h file too
     new 1d315262f2 * tp/Texinfo/Convert/Text.pm 
(copy_options_for_convert_text): replace the $enable_encoding_if_not_ascii 
argument by additional options argument.  Change return to be a reference on an 
hash, not an hash. Update callers.
     new bded263adb Add missing Changelog entry
     new 03c9181681 * tp/Texinfo/XS/main/utils.c (copy_strings, 
set_conf_string) (set_informative_command_value): add copy_strings and 
set_conf_string functions.  Use set_conf_string in 
set_informative_command_value.


Summary of changes:
 ChangeLog                                          | 113 ++++++++++++++++++++
 tp/TODO                                            |  16 +--
 tp/Texinfo/Convert/Converter.pm                    |   4 +
 tp/Texinfo/Convert/DocBook.pm                      |  65 ++++++++----
 tp/Texinfo/Convert/HTML.pm                         |  65 ++++++++----
 tp/Texinfo/Convert/IXIN.pm                         |  26 +++--
 tp/Texinfo/Convert/Info.pm                         |  23 +++--
 tp/Texinfo/Convert/LaTeX.pm                        |  61 ++++++-----
 tp/Texinfo/Convert/Plaintext.pm                    |  11 +-
 tp/Texinfo/Convert/TexinfoMarkup.pm                |  27 +++--
 tp/Texinfo/Convert/Text.pm                         | 115 +++++++++++++++------
 tp/Texinfo/Convert/TextContent.pm                  |   3 +-
 tp/Texinfo/Structuring.pm                          |  35 ++++---
 tp/Texinfo/XS/convert/build_html_perl_state.c      |   7 +-
 tp/Texinfo/XS/convert/build_html_perl_state.h      |   2 +-
 tp/Texinfo/XS/convert/convert_html.c               |  60 +++++------
 tp/Texinfo/XS/convert/converter.c                  |   3 +
 tp/Texinfo/XS/main/convert_to_text.c               |  78 ++++++++++----
 tp/Texinfo/XS/main/convert_to_text.h               |  12 ++-
 tp/Texinfo/XS/main/converter_types.h               |   5 +
 tp/Texinfo/XS/main/get_perl_info.c                 |  45 +++++---
 tp/Texinfo/XS/main/unicode.c                       |   4 +-
 tp/Texinfo/XS/main/unicode.h                       |   4 +-
 tp/Texinfo/XS/main/utils.c                         |  54 +++++++++-
 tp/Texinfo/XS/main/utils.h                         |   3 +
 .../XS/structuring_transfo/StructuringTransfoXS.xs |   5 +-
 tp/ext/epub3.pm                                    |  23 +++--
 tp/ext/highlight_syntax.pm                         |   8 +-
 tp/init/chm.pm                                     |  19 ++--
 tp/t/accents.t                                     |   2 +-
 tp/t/convert_to_text.t                             |   2 +-
 31 files changed, 639 insertions(+), 261 deletions(-)



reply via email to

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