[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (41e45ec43e -> 80415312e3)
From: |
Patrice Dumas |
Subject: |
master updated (41e45ec43e -> 80415312e3) |
Date: |
Fri, 4 Oct 2024 11:31:24 -0400 (EDT) |
pertusus pushed a change to branch master.
from 41e45ec43e * tp/Texinfo/Convert/HTML.pm (_html_convert_output,
_setup_output), tp/Texinfo/XS/convert/convert_html.c (html_setup_output)
(html_convert_output): create directory at the very beginning of
html_convert_output, not in setup_output, to delay modifications to the start
of the conversion.
new c09853aab3 * tp/Texinfo/XS/convert/convert_html.c
(html_run_stage_handlers): prefix run_stage_handlers with html_ and declare it
in header file. Update callers.
new 80415312e3 * tp/Texinfo/XS/convert/convert_html.c
(html_normalized_to_id) (html_normalized_label_id_file): prepend
normalized_to_id and normalized_label_id_file with html_ and declare in header
file. Update callers.
Summary of changes:
ChangeLog | 40 +
tp/Texinfo/XS/convert/convert_html.c | 1828 +++---------------------
tp/Texinfo/XS/convert/convert_html.h | 15 +-
tp/Texinfo/XS/convert/html_prepare_converter.c | 1393 ++++++++++++++++++
tp/Texinfo/XS/convert/html_prepare_converter.h | 6 +
5 files changed, 1684 insertions(+), 1598 deletions(-)
- master updated (41e45ec43e -> 80415312e3),
Patrice Dumas <=