texinfo-commits
[Top][All Lists]
Advanced

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

master updated (946c4c4d4c -> ca34707dea)


From: Patrice Dumas
Subject: master updated (946c4c4d4c -> ca34707dea)
Date: Sun, 22 Jan 2023 12:07:06 -0500 (EST)

pertusus pushed a change to branch master.

    from 946c4c4d4c * NEWS: Add 7.0.2 news. * README-hacking: minor updates for 
release instructions
     new 9d0742670d Keep removed elements with source marks and transfer source 
marks
     new ca34707dea Nesting context, @*ref, @footnote, @*caption checking perl 
parser


Summary of changes:
 ChangeLog                                          |  54 ++++
 tp/TODO                                            |  27 +-
 tp/Texinfo/Common.pm                               |  11 +
 tp/Texinfo/ParserNonXS.pm                          | 286 ++++++++++++++++-----
 tp/Texinfo/XS/parsetexi/api.c                      |  18 +-
 tp/Texinfo/XS/parsetexi/close.c                    |   8 +-
 tp/Texinfo/XS/parsetexi/def.c                      |   2 +-
 tp/Texinfo/XS/parsetexi/end_line.c                 |  35 ++-
 tp/Texinfo/XS/parsetexi/handle_commands.c          |   4 +-
 tp/Texinfo/XS/parsetexi/input.c                    |  25 +-
 tp/Texinfo/XS/parsetexi/input.h                    |   3 +-
 tp/Texinfo/XS/parsetexi/menus.c                    |   6 +-
 tp/Texinfo/XS/parsetexi/multitable.c               |   2 +-
 tp/Texinfo/XS/parsetexi/parser.c                   |  29 ++-
 tp/Texinfo/XS/parsetexi/separator.c                |   4 +-
 tp/Texinfo/XS/parsetexi/source_marks.c             |  56 +++-
 tp/Texinfo/XS/parsetexi/source_marks.h             |   1 +
 tp/Texinfo/XS/parsetexi/tree.c                     |  24 +-
 tp/Texinfo/XS/parsetexi/tree.h                     |   2 +-
 tp/Texinfo/XS/parsetexi/tree_types.h               |  13 +-
 tp/t/results/include/cpp_lines.pl                  |  37 +++
 tp/t/results/include/double_include.pl             |  82 ++++++
 tp/t/results/include/include_comment.pl            |  49 ++++
 tp/t/results/include/include_space.pl              |  37 +++
 tp/t/results/include/include_space_comment.pl      |  50 ++++
 tp/t/results/include/include_with_setfilename.pl   |  71 +++++
 .../include_with_setfilename_in_preformatted.pl    |  82 +++++-
 .../macro_and_commands_in_early_commands.pl        | 102 ++++++++
 .../results/include/macro_definition_in_include.pl |  35 +++
 tp/t/results/include/macro_in_early_commands.pl    |  96 +++++++
 tp/t/results/include/no_eol_in_included_file.pl    |  37 +++
 tp/t/results/include/simple.pl                     |  37 +++
 tp/t/results/include/simple_no_eol.pl              |  33 +++
 tp/t/results/include/test_two_include.pl           |  74 ++++++
 tp/t/results/include/value_expansion_in_include.pl | 111 ++++++++
 tp/t/results/macro/bib_example.pl                  |  37 +++
 tp/t/results/macro/include_after_empty_line_arg.pl |  37 +++
 tp/t/results/moresectioning/raiselowersections.pl  |  37 +++
 38 files changed, 1503 insertions(+), 151 deletions(-)



reply via email to

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