[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (96a901138e -> 088adb5570)
From: |
Patrice Dumas |
Subject: |
master updated (96a901138e -> 088adb5570) |
Date: |
Sun, 29 Sep 2024 18:10:27 -0400 (EDT) |
pertusus pushed a change to branch master.
from 96a901138e * tp/Texinfo/Convert/HTML.pm (%special_characters)
(conversion_initialization): remove _set_non_breaking_space. Add
$xml_named_entity_nbsp as entity of non_breaking_space. Simplify code setting
conf_default_no_arg_commands_formatting_normal too non_breaking_space for space
commands.
new c0a90d9072 * tp/Texinfo/XS/convert/converter.c
(determine_files_and_directory): free input_file_name,
input_basename_for_outfile and document_path, found with valgrind.
new c4ad1e732e * tp/Texinfo/XS/convert/convert_html.c (html_prepare_css):
initialize css_import_lines and css_rule_lines only if there are css files,
from valgrind.
new 088adb5570 * tp/Texinfo/XS/convert/convert_html.c
(html_initialize_output_state): strdup special character for
output_no_arg_commands_formatting.
Summary of changes:
ChangeLog | 44 +++++
tp/Texinfo/Convert/HTML.pm | 10 +-
tp/Texinfo/XS/convert/ConvertXS.xs | 4 +-
tp/Texinfo/XS/convert/convert_html.c | 40 ++--
tp/Texinfo/XS/convert/convert_html.h | 2 +
tp/Texinfo/XS/convert/converter.c | 16 +-
tp/Texinfo/XS/convert/get_html_perl_info.c | 299 ++++++++++++++++++++++-------
tp/Texinfo/XS/convert/get_html_perl_info.h | 4 +-
tp/Texinfo/XS/main/converter_types.h | 1 +
9 files changed, 331 insertions(+), 89 deletions(-)
- master updated (96a901138e -> 088adb5570),
Patrice Dumas <=