[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3254d51f56 -> 238108b290)
From: |
Patrice Dumas |
Subject: |
master updated (3254d51f56 -> 238108b290) |
Date: |
Thu, 28 Dec 2023 14:17:35 -0500 (EST) |
pertusus pushed a change to branch master.
from 3254d51f56 * tp/Texinfo/XS/convert/convert_html.c
(url_protect_url_text): cast char to (unsigned char) before giving to
text_printf with %x format, as the %x modifier expects an unsigned int
parameter and a char will usually be promoted to an int when passed to a
varargs function.
new bc1d5ac2ab * tp/Texinfo/Convert/HTML.pm
(html_image_file_location_name) (_convert_image_command), tp/ext/epub3.pm
(epub_convert_image_command): pass $image_basefile to
html_image_file_location_name instead of returning it.
new 238108b290 * tp/Texinfo/XS/convert/convert_html.c
(url_protect_file_text): cast char to (unsigned char) before giving to
text_printf with %x format, as the %x modifier expects an unsigned int
parameter and a char will usually be promoted to an int when passed to a
varargs function.
Summary of changes:
ChangeLog | 26 +++++
tp/Texinfo/Convert/HTML.pm | 87 +++++++-------
tp/Texinfo/XS/convert/convert_html.c | 216 ++++++++++++++++++++++++++++++++++-
tp/Texinfo/XS/main/convert_utils.h | 5 +
tp/ext/epub3.pm | 24 ++--
5 files changed, 302 insertions(+), 56 deletions(-)
- master updated (3254d51f56 -> 238108b290),
Patrice Dumas <=