[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (a41c348f41 -> 6b3d6f3020)
From: |
Patrice Dumas |
Subject: |
master updated (a41c348f41 -> 6b3d6f3020) |
Date: |
Sun, 3 Mar 2024 14:33:44 -0500 (EST) |
pertusus pushed a change to branch master.
from a41c348f41 Remove some perl_only_* wrappers
new c5b74c50ab Separate Parser and Document errors and registrars
new 6b3d6f3020 * tp/Texinfo/Structuring.pm (sectioning_structure),
tp/Texinfo/XS/structuring_transfo/StructuringTransfoXS.xs
(sectioning_structure): use a document in argument, to avoid the possibility to
use the parser error registrar. Update callers.
Summary of changes:
ChangeLog | 28 +++++++++++++++++++
tp/Texinfo/Document.pm | 11 ++++++--
tp/Texinfo/Structuring.pm | 23 ++++++++--------
tp/Texinfo/XS/main/build_perl_info.c | 16 +++++++++++
tp/Texinfo/XS/main/document.c | 14 ++++++++--
tp/Texinfo/XS/main/document.h | 3 ++-
tp/Texinfo/XS/main/document_types.h | 1 +
tp/Texinfo/XS/parsetexi/Parsetexi.pm | 12 ++++-----
tp/Texinfo/XS/parsetexi/Parsetexi.xs | 3 +++
.../XS/structuring_transfo/StructuringTransfoXS.xs | 7 ++---
tp/t/automatic_menus.t | 2 +-
tp/t/convert_to_text.t | 2 +-
tp/t/test_parser_registrar.t | 2 +-
tp/t/test_tree_copy.t | 2 +-
tp/t/test_utils.pl | 11 ++++----
tp/texi2any.pl | 31 +++++++++-------------
16 files changed, 115 insertions(+), 53 deletions(-)
- master updated (a41c348f41 -> 6b3d6f3020),
Patrice Dumas <=