[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (2c2dde5a94 -> 3ab015d999)
From: |
Patrice Dumas |
Subject: |
master updated (2c2dde5a94 -> 3ab015d999) |
Date: |
Mon, 13 May 2024 13:50:45 -0400 (EDT) |
pertusus pushed a change to branch master.
from 2c2dde5a94 Changes in spacing
new d3bfb8d02a * tp/Texinfo/ParserNonXS.pm (_end_line_misc_line): use
command names instead of %command_index for @*table commands and @def* commands
with index entries names, for clearer a code, a code more similar to C and to
avoid using %command_index for something else that associating an index to a
command.
new 3ab015d999 * tp/Texinfo/ParserNonXS.pm (_end_line_misc_line): add
missing parenthesis.
Summary of changes:
ChangeLog | 46 +++++++++++
tp/TODO | 7 --
tp/Texinfo/ParserNonXS.pm | 91 ++++++++++++++--------
tp/Texinfo/XS/main/build_perl_info.c | 10 ++-
tp/Texinfo/XS/main/translations.c | 1 +
tp/Texinfo/XS/parsetexi/api.c | 1 -
tp/Texinfo/XS/parsetexi/end_line.c | 9 +++
tp/Texinfo/XS/parsetexi/indices.c | 33 ++++++--
tp/Texinfo/XS/parsetexi/parser.c | 6 ++
tp/t/init/translation_in_parser_in_translation.pm | 17 ++++
.../res_html/index.html | 8 ++
11 files changed, 177 insertions(+), 52 deletions(-)
- master updated (2c2dde5a94 -> 3ab015d999),
Patrice Dumas <=