[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (295b582bc7 -> cc7ea4199a)
From: |
Patrice Dumas |
Subject: |
master updated (295b582bc7 -> cc7ea4199a) |
Date: |
Tue, 12 Mar 2024 13:02:25 -0400 (EDT) |
pertusus pushed a change to branch master.
from 295b582bc7 Add modified test result
new bb302ac1f4 * tp/Texinfo/XS/convert/call_html_perl_function.c
(call_file_id_setting_*): check if special_unit->hv exist after getting the
function to call such that the Perl data may be rebuilt at that time.
new 218ecec580 * tp/Texinfo/XS/convert/get_html_perl_info.c
(html_converter_initialize_sv), tp/Texinfo/XS/main/converter_types.h
(HTML_FILE_ID_SETTING_NAMES_LIST, enum html_file_id_setting) (CONVERTER),
tp/Texinfo/XS/convert/call_html_perl_function.c (call_file_id_setting_*): get
the file_id_setting function references keys only once in
html_converter_initialize_sv, store them in the converter.
new cc7ea4199a * tp/Texinfo/XS/convert/get_html_perl_info.c
(html_converter_initialize_sv), tp/Texinfo/XS/main/converter_types.h
(CONVERTER): count the number of file_id_setting references actually set.
Summary of changes:
ChangeLog | 23 +
tp/Texinfo/XS/convert/call_html_perl_function.c | 710 +++++++++++-------------
tp/Texinfo/XS/convert/get_html_perl_info.c | 21 +
tp/Texinfo/XS/main/converter_types.h | 19 +
4 files changed, 395 insertions(+), 378 deletions(-)
- master updated (295b582bc7 -> cc7ea4199a),
Patrice Dumas <=