[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (082758afaa -> 48097fcfab)
From: |
Patrice Dumas |
Subject: |
master updated (082758afaa -> 48097fcfab) |
Date: |
Wed, 2 Oct 2024 11:42:47 -0400 (EDT) |
pertusus pushed a change to branch master.
from 082758afaa Fix ChangeLog date
new 38f705a203 * tp/Texinfo/XS/main/utils.c (html_get_direction_index),
tp/Texinfo/XS/convert/converter.c: move html_get_direction_index from
converter.c to utils.c.
new e4bce32157 * tp/Texinfo/Convert/Utils.pm (output_files_initialize)
(output_files_disable_output_encoding, output_files_open_out)
(output_files_register_closed, output_files_opened_files)
(output_files_unclosed_files), tp/Texinfo/Common.pm: move output files
open/close API from Common.pm to Convert/Utils.pm.
new 32cdcf206b * tp/maintain/regenerate_C_options_info.pl: protect " in
generated C strings.
new 48097fcfab * tp/Texinfo/Convert/HTML.pm (html_attribute_class,
_convert_text), tp/Texinfo/Convert/Plaintext.pm (new_formatter): always access
configuration through get_conf() in case it is in C data only.
Summary of changes:
ChangeLog | 34 ++++++
tp/Texinfo/Common.pm | 136 +-----------------------
tp/Texinfo/Convert/Converter.pm | 12 +--
tp/Texinfo/Convert/HTML.pm | 59 +++-------
tp/Texinfo/Convert/IXIN.pm | 4 +-
tp/Texinfo/Convert/Info.pm | 6 +-
tp/Texinfo/Convert/LaTeX.pm | 4 +-
tp/Texinfo/Convert/Plaintext.pm | 14 ++-
tp/Texinfo/Convert/Text.pm | 6 +-
tp/Texinfo/Convert/Utils.pm | 133 +++++++++++++++++++++++
tp/Texinfo/Convert/converters_defaults.txt | 29 +++++
tp/Texinfo/XS/convert/convert_html.c | 5 +-
tp/Texinfo/XS/convert/converter.c | 20 ----
tp/Texinfo/XS/convert/converter.h | 3 -
tp/Texinfo/XS/convert/converters_defaults.c | 27 +++++
tp/Texinfo/XS/convert/converters_defaults.h | 2 +
tp/Texinfo/XS/main/build_perl_info.c | 2 +-
tp/Texinfo/XS/main/utils.c | 22 ++++
tp/Texinfo/XS/main/utils.h | 2 +
tp/ext/epub3.pm | 16 +--
tp/init/chm.pm | 15 +--
tp/maintain/generate_code_convert_data.pl | 1 +
tp/maintain/regenerate_C_options_info.pl | 4 +-
tp/maintain/regenerate_documentlanguages-loc.pl | 2 +-
tp/t/test_utils.pl | 2 +-
tp/texi2any.pl | 30 +++---
26 files changed, 332 insertions(+), 258 deletions(-)
- master updated (082758afaa -> 48097fcfab),
Patrice Dumas <=