[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (ebb7b8dc5e -> 8f751ebc84)
From: |
Patrice Dumas |
Subject: |
master updated (ebb7b8dc5e -> 8f751ebc84) |
Date: |
Wed, 2 Oct 2024 07:39:00 -0400 (EDT) |
pertusus pushed a change to branch master.
from ebb7b8dc5e * tp/Texinfo/XS/convert/convert_html.c
(html_default_format_button): fix handling of BST_string, BST_external_string,
BIT_string and BIT_external_string based on their new significations.
new bfd7624c6a * tp/Makefile.am (EXTRA_DIST),
tp/Texinfo/Convert/converters_defaults.txt, tp/Texinfo/XS/Makefile.am
(BUILT_SOURCES, MAINTAINERCLEANFILES, regenerate_C_options_info.pl)
(ConvertXS_la_SOURCES, EXTRA_DIST), tp/maintain/regenerate_C_options_info.pl:
generate with regenerate_C_options_info.pl C functions in
convert/converters_defaults.c based on a textual description in
tp/Texinfo/Convert/converters_defaults.txt that sets converters default string
and integer options.
new 396e3c8eca * tp/maintain/regenerate_C_options_info.pl: fix parsing of
converter defaults options with space.
new 8f751ebc84 * tp/Texinfo/Convert/Converter.pm,
tp/Texinfo/Convert/converters_defaults.txt: add converter and common 'formats'
options to use in Texinfo/Convert/Converter.pm.
Summary of changes:
ChangeLog | 30 ++++++
tp/Makefile.am | 12 ++-
tp/Texinfo/Convert/Converter.pm | 23 ++---
tp/Texinfo/Convert/HTML.pm | 60 ++----------
tp/Texinfo/Convert/converters_defaults.txt | 101 ++++++++++++++++++++
tp/Texinfo/XS/Makefile.am | 25 ++++-
tp/Texinfo/XS/convert/converters_defaults.c | 77 ++++++++++++++++
tp/Texinfo/XS/convert/converters_defaults.h | 21 +++++
tp/maintain/regenerate_C_options_info.pl | 138 +++++++++++++++++++++++++---
tp/maintain/regenerate_perl_options_info.pl | 71 +++++++++++++-
10 files changed, 468 insertions(+), 90 deletions(-)
create mode 100644 tp/Texinfo/Convert/converters_defaults.txt
create mode 100644 tp/Texinfo/XS/convert/converters_defaults.c
create mode 100644 tp/Texinfo/XS/convert/converters_defaults.h
- master updated (ebb7b8dc5e -> 8f751ebc84),
Patrice Dumas <=