[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (f881d9e12d -> 359344fbd0)
From: |
Patrice Dumas |
Subject: |
master updated (f881d9e12d -> 359344fbd0) |
Date: |
Sun, 22 Oct 2023 05:36:41 -0400 (EDT) |
pertusus pushed a change to branch master.
from f881d9e12d * tp/Texinfo/Convert/ParagraphNonXS.pm (add_next,
add_text): Remove handling of backspace control characters from add_next, doing
it in add_text instead (as is done in the corresponding XS code).
new 70bff15bfd * tp/Texinfo/XS/convert/converter.c,
tp/Texinfo/XS/convert/convert_html.c: fix integer conf use, taking into account
that -1 means undefined.
new 359344fbd0 * doc/texi2any_api.texi (Customizing Output File Names),
tp/Texinfo/Convert/HTML.pm (_get_top_unit, unit_is_top_output_unit)
(_prepare_output_units_global_targets), tp/Texinfo/XS/convert/convert_html.c
(get_top_unit) (prepare_output_units_global_targets): add get_top_unit, based
on _prepare_output_units_global_targets code, to find the top unit, with
output_units set as an optional argument, such that if not set, the first
output unit is not considered as a top output [...]
Summary of changes:
ChangeLog | 22 ++++++++++++++
doc/texi2any_api.texi | 3 +-
tp/Texinfo/Convert/HTML.pm | 56 ++++++++++++++++++++----------------
tp/Texinfo/XS/convert/convert_html.c | 41 +++++++++++++++++---------
tp/Texinfo/XS/convert/converter.c | 2 +-
tp/t/init/misc_file_collision.init | 11 ++++---
6 files changed, 91 insertions(+), 44 deletions(-)
- master updated (f881d9e12d -> 359344fbd0),
Patrice Dumas <=