texinfo-commits
[Top][All Lists]
Advanced

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

master updated (b7d625b4e1 -> dafbda473c)


From: Patrice Dumas
Subject: master updated (b7d625b4e1 -> dafbda473c)
Date: Fri, 19 Apr 2024 06:20:49 -0400 (EDT)

pertusus pushed a change to branch master.

    from b7d625b4e1 * tp/Texinfo/XS/convert/ConvertXS.xs 
(get_converter_indices_sorted_by_index): check if locale language is set before 
caching the built Perl sorted index.
     new 74704f6f2d * tp/init/html32.pm (html32_convert_tab_command): move code 
around, remove comment.
     new 863ee064b2 * tp/Texinfo/XS/convert/convert_html.c: remove TODO already 
in Texinfo/Convert/HTML.pm.
     new f18cd5e9b6 * tp/Texinfo/Convert/Plaintext.pm (_align_lines): remove 
$bytes_count returned value, as it is not used.  Update caller.
     new dafbda473c * tp/Texinfo/ParserNonXS.pm (_close_command_cleanup) 
(_handle_other_command): remove 'rows_count', instead use 
scalar(@{$parent->{'contents'}}), as in C code.


Summary of changes:
 ChangeLog                                 | 47 ++++++++++++++++++++++++++
 tp/Texinfo/Convert/HTML.pm                | 14 ++++----
 tp/Texinfo/Convert/Plaintext.pm           | 12 ++-----
 tp/Texinfo/ParserNonXS.pm                 | 12 +++----
 tp/Texinfo/XS/convert/convert_html.c      |  7 ----
 tp/Texinfo/XS/parsetexi/close.c           |  8 +++--
 tp/Texinfo/XS/parsetexi/counter.c         | 55 +++++++++++++++++++++++++++++--
 tp/Texinfo/XS/parsetexi/counter.h         |  3 +-
 tp/Texinfo/XS/parsetexi/handle_commands.c |  4 +--
 tp/Texinfo/XS/parsetexi/macro.c           |  2 +-
 tp/Texinfo/XS/parsetexi/parser.c          |  8 ++---
 tp/Texinfo/XS/parsetexi/separator.c       |  1 -
 tp/init/html32.pm                         |  8 ++---
 13 files changed, 130 insertions(+), 51 deletions(-)



reply via email to

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