texinfo-commits
[Top][All Lists]
Advanced

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

master updated (eb593d9f32 -> 8ae87a576d)


From: Patrice Dumas
Subject: master updated (eb593d9f32 -> 8ae87a576d)
Date: Tue, 24 Dec 2024 11:25:08 -0500 (EST)

pertusus pushed a change to branch master.

    from eb593d9f32 always use arguments being line_arg to determine if item in 
table
     new 9b78905ae5 * tp/Texinfo/Convert/HTML.pm (_convert), 
tp/Texinfo/XS/convert/convert_html.c (html_convert_tree_append): check only 
that brace command is not empty when determining if there are arguments, as 
other commands cannot be empty.
     new 3c9b1017a0 * tp/Texinfo/Convert/HTML.pm (_convert), 
tp/Texinfo/XS/convert/convert_html.c (html_convert_tree_append): remove the 
condition on arguments_list being set, it is always the case.
     new 8ae87a576d * tp/Texinfo/ParserNonXS.pm: remove 
_print_command_args_texi, it is better to call Texinfo::Convert::Texinfo 
functions.


Summary of changes:
 ChangeLog                            |  21 +++
 tp/Texinfo/Convert/HTML.pm           | 191 ++++++++++---------
 tp/Texinfo/Convert/Text.pm           |   6 +-
 tp/Texinfo/Convert/TextContent.pm    |   2 +-
 tp/Texinfo/ParserNonXS.pm            |  26 ---
 tp/Texinfo/XS/convert/convert_html.c | 349 +++++++++++++++++------------------
 6 files changed, 288 insertions(+), 307 deletions(-)



reply via email to

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