texinfo-commits
[Top][All Lists]
Advanced

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

master updated (b72e5970b2 -> a829837e16)


From: Patrice Dumas
Subject: master updated (b72e5970b2 -> a829837e16)
Date: Mon, 27 Mar 2023 12:00:57 -0400 (EDT)

pertusus pushed a change to branch master.

    from b72e5970b2 * tp/Texinfo/XS/parsetexi/def.c (parse_def): do not 
increase the index in the esults array, such as to have the value at that index 
set.
     new 58175d1b58 Changelog: fix typos
     new a829837e16 * tp/Texinfo/ParserNonXS.pm (_parse_def), 
tp/Texinfo/XS/parsetexi/def.c (parse_def), tp/Texinfo/XS/parsetexi/end_line.c 
(end_line_def_line): handle linemacro without argument, by correct memory 
initialization, checking that there is a last argument and avoiding destroying 
element if it was not initialized.


Summary of changes:
 ChangeLog                                          |  19 +-
 tp/Makefile.tres                                   |   2 +
 tp/Texinfo/ParserNonXS.pm                          |   4 +-
 tp/Texinfo/XS/parsetexi/def.c                      |   7 +-
 tp/Texinfo/XS/parsetexi/end_line.c                 |   3 +-
 tp/t/65linemacro.t                                 |  22 +-
 .../missing_formal_arg.pl}                         |  98 ++++----
 .../no_arguments.pl}                               | 278 ++++++++++-----------
 8 files changed, 229 insertions(+), 204 deletions(-)
 copy tp/t/results/{macro/macro_one_arg_end_of_file.pl => 
linemacro/missing_formal_arg.pl} (57%)
 copy tp/t/results/{conditionals/macro_in_ifset_set.pl => 
linemacro/no_arguments.pl} (56%)



reply via email to

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