[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3771cc0272 -> 63217d8c0c)
From: |
Patrice Dumas |
Subject: |
master updated (3771cc0272 -> 63217d8c0c) |
Date: |
Tue, 28 Jan 2025 17:23:44 -0500 (EST) |
pertusus pushed a change to branch master.
from 3771cc0272 * tp/Texinfo/ParserNonXS.pm,
tp/Texinfo/XS/convert/convert_html.c, tp/Texinfo/XS/parsetexi/commands.c,
tp/Texinfo/XSLoader.pm: add and remove FIXME, change in comments.
new 0f9a585e99 * tp/Texinfo/XS/main/build_perl_info.c
(pass_document_sv_to_converter_sv, pass_converter_text_options): split
pass_document_to_converter_sv in two, with pass_document_sv_to_converter_sv to
add document SV to converter SV and pass_converter_text_options. Update
callers.
new e7a3c1afbc * tp/Texinfo/XS/main/build_perl_info.c
(store_document_texinfo_tree): store tree in document->hv.
new 63217d8c0c Add a customization option for DocBook for a piece, not a
book
Summary of changes:
ChangeLog | 44 ++++++++++
tp/TODO | 8 ++
tp/Texinfo/Convert/DocBook.pm | 6 +-
tp/Texinfo/Convert/HTML.pm | 3 +-
tp/Texinfo/Options.pm | 1 +
tp/Texinfo/XS/convert/ConvertXS.xs | 5 +-
tp/Texinfo/XS/convert/build_html_perl_info.c | 18 +++-
tp/Texinfo/XS/convert/call_conversion_perl.c | 4 +-
tp/Texinfo/XS/convert/get_html_perl_info.c | 8 +-
tp/Texinfo/XS/convert/html_converter_finish.c | 12 +--
tp/Texinfo/XS/convert/html_prepare_converter.c | 21 +++++
tp/Texinfo/XS/convert/html_prepare_converter.h | 2 +
tp/Texinfo/XS/main/build_perl_info.c | 28 +++++--
tp/Texinfo/XS/main/build_perl_info.h | 5 +-
tp/Texinfo/XS/main/call_perl_function.c | 12 +--
tp/Texinfo/XS/main/document_types.h | 14 ++--
tp/Texinfo/XS/main/options_data.h | 3 +-
tp/Texinfo/XS/main/options_defaults.c | 2 +
tp/Texinfo/XS/main/options_init_free.c | 95 ++++++++++++----------
.../XS/structuring_transfo/StructuringTransfoXS.xs | 12 +++
.../XS/structuring_transfo/transformations.c | 8 ++
tp/Texinfo/options_data.txt | 2 +
tp/t/test_utils.pl | 33 +++-----
23 files changed, 240 insertions(+), 106 deletions(-)
- master updated (3771cc0272 -> 63217d8c0c),
Patrice Dumas <=