[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (48097fcfab -> cffde1d606)
From: |
Patrice Dumas |
Subject: |
master updated (48097fcfab -> cffde1d606) |
Date: |
Wed, 2 Oct 2024 11:47:11 -0400 (EDT) |
pertusus pushed a change to branch master.
from 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.
new d173df416d * tp/Texinfo/XS/main/build_perl_info.c (get_sv_conf):
rename get_conf as get_sv_conf. Update callers.
new cffde1d606 * tp/Texinfo/XS/convert/get_converter_perl_info.c
(reset_output_init_conf), tp/Texinfo/XS/main/get_perl_info.c: move
reset_output_init_conf to get_converter_perl_info.c.
Summary of changes:
ChangeLog | 91 ++++++++
tp/Texinfo/Convert/Converter.pm | 68 +++---
tp/Texinfo/XS/convert/ConvertXS.xs | 46 ++--
tp/Texinfo/XS/convert/convert_html.h | 3 -
tp/Texinfo/XS/convert/converter.c | 55 +++++
tp/Texinfo/XS/convert/converter.h | 4 +
tp/Texinfo/XS/convert/converters_defaults.c | 285 ++++++++++++++++++++++++
tp/Texinfo/XS/convert/converters_defaults.h | 16 ++
tp/Texinfo/XS/convert/get_converter_perl_info.c | 23 ++
tp/Texinfo/XS/convert/get_converter_perl_info.h | 3 +-
tp/Texinfo/XS/main/api_to_perl.c | 40 +++-
tp/Texinfo/XS/main/api_to_perl.h | 5 +
tp/Texinfo/XS/main/build_perl_info.c | 72 +++++-
tp/Texinfo/XS/main/build_perl_info.h | 6 +-
tp/Texinfo/XS/main/convert_utils.c | 12 -
tp/Texinfo/XS/main/convert_utils.h | 1 -
tp/Texinfo/XS/main/converter_types.h | 1 +
tp/Texinfo/XS/main/get_perl_info.c | 252 ++++++++++++++++++---
tp/Texinfo/XS/main/get_perl_info.h | 23 +-
tp/Texinfo/XS/main/option_types.h | 3 +
tp/Texinfo/XS/main/utils.c | 13 +-
tp/maintain/regenerate_C_options_info.pl | 46 +++-
22 files changed, 949 insertions(+), 119 deletions(-)
- master updated (48097fcfab -> cffde1d606),
Patrice Dumas <=