texinfo-commits
[Top][All Lists]
Advanced

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

master updated (f81fe970f3 -> 4a3ea9851e)


From: Patrice Dumas
Subject: master updated (f81fe970f3 -> 4a3ea9851e)
Date: Sun, 29 Sep 2024 06:54:28 -0400 (EDT)

pertusus pushed a change to branch master.

    from f81fe970f3 * tp/Texinfo/XS/parsetexi/parser.c 
(process_macro_block_contents) (process_raw_block_contents) 
(process_ignored_raw_format_block_contents) (process_remaining_on_line): free 
and set allocated_text in functions, as soon as next_line is called.  Pass line 
as out parameter by reference.
     new a398d1594d * tp/Texinfo/ParserNonXS.pm (_handle_block_command) 
(_process_remaining_on_line), tp/Texinfo/XS/parsetexi/handle_commands.c 
(handle_block_command), tp/Texinfo/XS/parsetexi/parser.c 
(process_remaining_on_line): remove the code related to @*macro from 
handle_block_command and put it directly in process_remaining_on_line.
     new 4a3ea9851e * tp/Texinfo/XS/parsetexi/handle_commands.c 
(handle_block_command): minor changes.  avoid setting current twice.  use else 
if for conditions that are exclusive instead of series of if.


Summary of changes:
 ChangeLog                                 |  18 ++
 tp/Texinfo/ParserNonXS.pm                 | 280 ++++++++++++++----------------
 tp/Texinfo/XS/parsetexi/handle_commands.c | 268 +++++++++++++---------------
 tp/Texinfo/XS/parsetexi/handle_commands.h |   3 +-
 tp/Texinfo/XS/parsetexi/parser.c          |  22 ++-
 5 files changed, 288 insertions(+), 303 deletions(-)



reply via email to

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