[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (7467fde7bc -> 1b12deb06f)
From: |
Patrice Dumas |
Subject: |
master updated (7467fde7bc -> 1b12deb06f) |
Date: |
Mon, 6 Nov 2023 08:43:53 -0500 (EST) |
pertusus pushed a change to branch master.
from 7467fde7bc * tp/Texinfo/Convert/HTML.pm
(_prepare_units_directions_files) (convert), tp/Texinfo/XS/convert/ConvertXS.xs
(html_prepare_units_directions_files)
(html_prepare_output_units_global_targets),
tp/Texinfo/XS/main/build_perl_info.c (build_html_global_units_directions)
(set_html_global_units_directions): add set_html_global_units_directions to set
in XS "global_units_directions" in perl converter instead of returning to perl.
new c33be61801 * tp/Texinfo/XS/main/build_perl_info.c
(pass_html_global_units_directions): rename from
set_html_global_units_directions. Update callers.
new 1b12deb06f * tp/Texinfo/Convert/HTML.pm
(_prepare_units_directions_files) (output, _html_set_pages_files): return
files_source_info as a reference on a hash instead of a hash.
Summary of changes:
ChangeLog | 30 +++++++++
tp/Texinfo/Convert/HTML.pm | 34 +++-------
tp/Texinfo/XS/convert/ConvertXS.xs | 69 +++++++++-----------
tp/Texinfo/XS/main/build_perl_info.c | 123 ++++++++++++++++++++++++++++++-----
tp/Texinfo/XS/main/build_perl_info.h | 19 +++---
5 files changed, 187 insertions(+), 88 deletions(-)
- master updated (7467fde7bc -> 1b12deb06f),
Patrice Dumas <=