[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (924c79d4b8 -> 56c7791d19)
From: |
Patrice Dumas |
Subject: |
master updated (924c79d4b8 -> 56c7791d19) |
Date: |
Sun, 29 Sep 2024 08:29:13 -0400 (EDT) |
pertusus pushed a change to branch master.
from 924c79d4b8 Stricter check of @-commands not appearing at the beginning
of a line
new 62f4e8c566 * tp/Texinfo/ParserNonXS.pm (_abort_empty_line),
tp/Texinfo/XS/parsetexi/parser.c (abort_empty_line): remove returned status
from abort_empty_line.
new 15c45b9bb8 * tp/Texinfo/ParserNonXS.pm (_close_commands),
tp/Texinfo/XS/parsetexi/close.c (close_commands): instead of calling
end_paragraph and end_preformatted, call close_all_style_commands once and
close paragraph or preformatted, depending on the one present.
new 0a32ea1543 * doc/texinfo.texi (Customization Variables and Options):
put @vindex at beginning of line.
new 434778c5bc * tp/Texinfo/ParserNonXS.pm
(%close_paragraph_not_preformatted) (_end_paragraph_preformatted,
_close_commands) (_process_remaining_on_line), tp/Texinfo/XS/parsetexi/close.c
(close_commands), tp/Texinfo/XS/parsetexi/parser.c (end_paragraph_preformatted,
process_remaining_on_line): add _end_paragraph_preformatted that closes
preofrmatted or paragraph. Use it in close_commands. In
process_remaining_on_line, handle especially @-command closing paragraph and
not preformatt [...]
new 56c7791d19 * tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line),
tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): call
close_container instead of end_paragraph to close a paragraph when directly in
the paragraph.
Summary of changes:
ChangeLog | 51 +++++++++++++++++++++++++++++++++
doc/texinfo.texi | 54 +++++++++++++++++++++++------------
tp/Texinfo/ParserNonXS.pm | 46 +++++++++++++++++++++---------
tp/Texinfo/XS/parsetexi/close.c | 52 ++++++++++++++++-----------------
tp/Texinfo/XS/parsetexi/end_line.c | 3 +-
tp/Texinfo/XS/parsetexi/parser.c | 57 ++++++++++++++++++++++++-------------
tp/Texinfo/XS/parsetexi/parser.h | 30 ++++++++++---------
tp/Texinfo/XS/parsetexi/separator.c | 2 +-
8 files changed, 202 insertions(+), 93 deletions(-)
- master updated (924c79d4b8 -> 56c7791d19),
Patrice Dumas <=
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29