[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (d358299519 -> 940f3a35d3)
From: |
Patrice Dumas |
Subject: |
master updated (d358299519 -> 940f3a35d3) |
Date: |
Sun, 29 Sep 2024 15:49:09 -0400 (EDT) |
pertusus pushed a change to branch master.
from d358299519 * tp/Texinfo/XS/convert/convert_html.c (html_init_output):
set MATHJAX_CONFIGURATION.
new 3ec2b3c381 * tp/Texinfo/XS/main/utils.c (html_free_direction_icons):
reset number and list to 0 as the icon list structure may be reused.
new 940f3a35d3 * tp/Texinfo/XS/convert/get_converter_perl_info.c
(converter_set_document, converter_initialize) (reset_output_init_conf),
tp/Texinfo/XS/main/get_perl_info.c: move converter_set_document,
converter_initialize and reset_output_init_conf to get_converter_perl_info.c.
Summary of changes:
ChangeLog | 29 ++++++
tp/Texinfo/Convert/HTML.pm | 23 ++--
tp/Texinfo/XS/convert/convert_html.c | 6 +-
tp/Texinfo/XS/convert/converter.c | 26 +----
tp/Texinfo/XS/convert/get_converter_perl_info.c | 45 ++++----
tp/Texinfo/XS/main/api_to_perl.c | 8 ++
tp/Texinfo/XS/main/api_to_perl.h | 1 +
tp/Texinfo/XS/main/get_perl_info.c | 2 +-
tp/Texinfo/XS/main/utils.c | 133 +++++++++++++++++++++++-
tp/Texinfo/XS/main/utils.h | 3 +
tp/maintain/regenerate_C_options_info.pl | 11 ++
11 files changed, 228 insertions(+), 59 deletions(-)
- master updated (d358299519 -> 940f3a35d3),
Patrice Dumas <=