texinfo-commits
[Top][All Lists]
Advanced

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

master updated (192ee2dc4d -> 244ebf293c)


From: Patrice Dumas
Subject: master updated (192ee2dc4d -> 244ebf293c)
Date: Fri, 14 Jul 2023 20:31:04 -0400 (EDT)

pertusus pushed a change to branch master.

    from 192ee2dc4d * tp/Texinfo/ParserNonXS.pm (_end_line_misc_line) 
(_handle_menu_entry_separators, _handle_line_command) (_handle_open_brace, 
_handle_comma), tp/Texinfo/XS/parsetexi/handle_commands.c 
(parse_rawline_command) (handle_line_command), tp/Texinfo/XS/parsetexi/menus.c 
(handle_menu_entry_separators), tp/Texinfo/XS/parsetexi/parser.c 
(process_remaining_on_line), tp/Texinfo/XS/parsetexi/separator.c 
(handle_comma): synchronize debug messages across parsers.
     new cdb483cb8f * tp/Texinfo/Convert/HTML.pm (run_stage_handlers): do not 
output the code handler reference, instead use an index to determine the 
handler.
     new 1e5dce8f5a * tp/t/60macro.t: add spaces after bad macro specification 
argument.
     new 244ebf293c * tp/Texinfo/ParserNonXS.pm (_parse_macro_command_line) 
(_expand_macro_arguments, _end_line, _handle_macro) 
(_process_remaining_on_line), tp/Texinfo/XS/parsetexi/end_line.c 
(end_line_misc_line), tp/Texinfo/XS/parsetexi/macro.c 
(parse_macro_command_line, expand_macro_arguments, handle_macro), 
tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): synchronize debug 
messages, move code around to be more consistent across parsers,


Summary of changes:
 ChangeLog                          |  29 ++++++++++
 tp/Texinfo/Convert/HTML.pm         |  11 ++--
 tp/Texinfo/ParserNonXS.pm          | 108 +++++++++++++++++++++++--------------
 tp/Texinfo/XS/parsetexi/end_line.c |   4 +-
 tp/Texinfo/XS/parsetexi/macro.c    |  51 +++++++++++-------
 tp/Texinfo/XS/parsetexi/parser.c   |   4 +-
 tp/t/60macro.t                     |   2 +-
 tp/t/results/macro/bad_argument.pl |   8 +--
 8 files changed, 144 insertions(+), 73 deletions(-)



reply via email to

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