[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3202ce7ae0 -> 7eb7bb95bd)
From: |
Patrice Dumas |
Subject: |
master updated (3202ce7ae0 -> 7eb7bb95bd) |
Date: |
Thu, 3 Oct 2024 14:37:59 -0400 (EDT) |
pertusus pushed a change to branch master.
from 3202ce7ae0 * tp/Texinfo/XS/main/get_perl_info.h: remove
html_fill_button_specification_list declaration.
new ca5c50b26b * tp/Texinfo/XS/main/builtin_commands.c (ref_3_args_order)
(ref_5_args_order), tp/Texinfo/XS/main/builtin_commands.h,
tp/Texinfo/XS/main/node_name_normalization.c,
tp/Texinfo/XS/structuring_transfo/transformations.c: move definitions of
ref_3_args_order and ref_5_args_order to builtin_commands.c such that they are
defined in one file only.
new 7eb7bb95bd * tp/Texinfo/XS/main/document.c
(initialize_document_options): add C function to initialize and set document
options novalidate, documentlanguage based on parser information and call
set_output_encoding, as is done in Perl.
Summary of changes:
ChangeLog | 16 +++++++++++++
tp/Texinfo/XS/main/builtin_commands.c | 5 ++++
tp/Texinfo/XS/main/builtin_commands.h | 3 +++
tp/Texinfo/XS/main/document.c | 27 ++++++++++++++++++++++
tp/Texinfo/XS/main/document.h | 2 ++
tp/Texinfo/XS/main/node_name_normalization.c | 3 ---
.../XS/structuring_transfo/transformations.c | 4 ----
7 files changed, 53 insertions(+), 7 deletions(-)
- master updated (3202ce7ae0 -> 7eb7bb95bd),
Patrice Dumas <=