[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (6ca5ec784c -> ffe074b6c3)
From: |
Patrice Dumas |
Subject: |
master updated (6ca5ec784c -> ffe074b6c3) |
Date: |
Fri, 8 Dec 2023 07:06:53 -0500 (EST) |
pertusus pushed a change to branch master.
from 6ca5ec784c * tp/Texinfo/XS/convert/convert_html.c (nav_panel_array)
(nav_panel_classes, html_default_format_navigation_panel)
(foot_body_heading_array, foot_body_heading_classes)
(html_default_format_footnotes_sequence, mini_toc_array) (mini_toc_classes,
mini_toc_internal): use static data for classes arrays that are not dynamic.
new 4ba20f3a64 * tp/Texinfo/XS/convert/call_html_perl_function.c
(call_types_open): call build_tree_to_build only if not exiting immediately.
new ffe074b6c3 * tp/Texinfo/Convert/HTML.pm (_convert_def_line_type):
avoid intermediate variables, move code around.
Summary of changes:
ChangeLog | 40 +++
tp/Texinfo/Convert/Converter.pm | 22 +-
tp/Texinfo/Convert/HTML.pm | 155 ++++----
tp/Texinfo/XS/convert/call_html_perl_function.c | 4 +-
tp/Texinfo/XS/convert/convert_html.c | 460 ++++++++++++++++++++++--
tp/Texinfo/XS/main/utils.c | 28 ++
tp/Texinfo/XS/main/utils.h | 9 +
tp/Texinfo/XS/parsetexi/def.c | 26 +-
8 files changed, 604 insertions(+), 140 deletions(-)
- master updated (6ca5ec784c -> ffe074b6c3),
Patrice Dumas <=