[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (94c6ced215 -> 47c2f9007a)
From: |
Patrice Dumas |
Subject: |
master updated (94c6ced215 -> 47c2f9007a) |
Date: |
Sun, 29 Sep 2024 17:37:15 -0400 (EDT) |
pertusus pushed a change to branch master.
from 94c6ced215 * tp/Texinfo/XS/main/convert_to_text.c,
tp/Texinfo/XS/main/unicode.c, tp/Texinfo/XS/main/unicode.h
(ENCODING_CODEPOINTS, COMMAND_UNICODE) (DIACRITIC_UNICODE),
tp/Texinfo/XS/main/utils.h, tp/maintain/setup_accent_tables.pl,
tp/maintain/setup_converters_code_tables.pl: add const.
new c783f2c187 * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES,
EXTRA_DIST) (BUILT_SOURCES), tp/Texinfo/XS/main/convert_to_text.c,
tp/maintain/setup_converters_code_tables.pl: merge cmd_symbol.c in cmd_text.c
and setup cmd_text.c as a separately built file.
new 47c2f9007a * tp/Texinfo/XS/Makefile.am (libtexinfo_convert_la_SOURCES)
(nodist_IndicesXS_la_SOURCES, ConvertXS_la_SOURCES): put converter C files in
libtexinfo_convert_la_SOURCES.
Summary of changes:
ChangeLog | 43 +++++++++++
tp/Texinfo/Convert/Converter.pm | 2 +-
tp/Texinfo/Convert/HTML.pm | 8 +--
tp/Texinfo/XS/Makefile.am | 54 +++++++-------
tp/Texinfo/XS/convert/ConvertXS.xs | 3 +-
tp/Texinfo/XS/convert/convert_html.c | 106 +++++++++++++++++++---------
tp/Texinfo/XS/convert/convert_html.h | 2 +-
tp/Texinfo/XS/convert/converter.c | 20 ++++++
tp/Texinfo/XS/convert/converter.h | 8 +++
tp/Texinfo/XS/convert/get_html_perl_info.c | 3 +-
tp/Texinfo/XS/main/convert_to_text.c | 4 --
tp/Texinfo/XS/main/convert_to_text.h | 5 ++
tp/Texinfo/XS/main/converter_types.h | 1 -
tp/maintain/setup_converters_code_tables.pl | 62 +++++++++++-----
14 files changed, 234 insertions(+), 87 deletions(-)
- master updated (94c6ced215 -> 47c2f9007a),
Patrice Dumas <=