[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (a38bc14650 -> bce2b9ba92)
From: |
Patrice Dumas |
Subject: |
master updated (a38bc14650 -> bce2b9ba92) |
Date: |
Wed, 3 Jan 2024 15:51:41 -0500 (EST) |
pertusus pushed a change to branch master.
from a38bc14650 * tp/Texinfo/Convert/Plaintext.pm (ensure_end_of_line):
Adjust implementation slightly so not to take a newline off before putting one
back on. No functional changes intended.
new aec744d7aa * tp/Texinfo/XS/convert/convert_html.c
(convert_enumerate_command): output a start of 0 with digits.
new addd7f8524 * tp/Makefile.am (Commands.pm, Options.pm): have generated
files depend on the script generating them.
new 03d03b9f75 * tp/Texinfo/Convert/HTML.pm (convert, output): use
get_conf instead of accessing directly 'conf'.
new bce2b9ba92 * tp/Texinfo/XS/main/build_perl_info.c (build_string_list)
(html_build_direction_icons): add.
Summary of changes:
ChangeLog | 77 ++
tp/Makefile.am | 4 +-
tp/TODO | 3 +
tp/Texinfo/Convert/Converter.pm | 43 +-
tp/Texinfo/Convert/HTML.pm | 243 ++--
tp/Texinfo/XS/convert/ConvertXS.xs | 33 +-
tp/Texinfo/XS/convert/convert_html.c | 1635 +++++++++++++++++++----
tp/Texinfo/XS/convert/converter.c | 111 +-
tp/Texinfo/XS/main/DocumentXS.xs | 4 +-
tp/Texinfo/XS/main/build_perl_info.c | 65 +-
tp/Texinfo/XS/main/build_perl_info.h | 10 +
tp/Texinfo/XS/main/call_perl_function.c | 3 +-
tp/Texinfo/XS/main/convert_to_text.c | 15 +-
tp/Texinfo/XS/main/convert_utils.c | 20 +-
tp/Texinfo/XS/main/converter_types.h | 31 +
tp/Texinfo/XS/main/errors.c | 18 +-
tp/Texinfo/XS/main/get_perl_info.c | 59 +-
tp/Texinfo/XS/main/get_perl_info.h | 11 +-
tp/Texinfo/XS/main/output_unit.c | 4 +-
tp/Texinfo/XS/main/translations.c | 8 +-
tp/Texinfo/XS/main/utils.c | 98 +-
tp/Texinfo/XS/main/utils.h | 17 +-
tp/Texinfo/XS/structuring_transfo/structuring.c | 20 +-
tp/Texinfo/options_data.txt | 438 +++---
tp/maintain/regenerate_C_options_info.pl | 186 +--
tp/maintain/regenerate_perl_options_info.pl | 2 +-
tp/t/accents.t | 2 +-
27 files changed, 2287 insertions(+), 873 deletions(-)
- master updated (a38bc14650 -> bce2b9ba92),
Patrice Dumas <=