[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (deb0cac7e1 -> c9f58db576)
From: |
Patrice Dumas |
Subject: |
master updated (deb0cac7e1 -> c9f58db576) |
Date: |
Fri, 27 Dec 2024 04:41:58 -0500 (EST) |
pertusus pushed a change to branch master.
from deb0cac7e1 PlainTexinfo converter in C
new 26fb4b9c3d * tp/Texinfo/XS/convert/converter.c (converter_format_data)
(converter_converter), tp/Texinfo/XS/convert/converter.h
(CONVERTER_FORMAT_DATA): add converter_converter field in CONVERTER_FORMAT_DATA
and use it in converter_converter to be able to do a different converter
initialization for a format.
new c9f58db576 Raw text converter in C
Summary of changes:
ChangeLog | 56 +++++++-
tp/Texinfo/Convert/Text.pm | 6 +-
tp/Texinfo/XS/Makefile.am | 2 +
tp/Texinfo/XS/convert/converter.c | 240 ++++++++++-------------------------
tp/Texinfo/XS/convert/converter.h | 16 ++-
tp/Texinfo/XS/convert/texinfo.c | 14 +-
tp/Texinfo/XS/main/build_perl_info.c | 10 +-
tp/Texinfo/XS/main/convert_to_text.c | 2 +-
tp/Texinfo/XS/main/convert_utils.c | 4 +-
tp/Texinfo/XS/main/converter_types.h | 18 ++-
tp/Texinfo/XS/main/get_perl_info.c | 25 ++--
tp/Texinfo/XS/main/utils.c | 141 +++++++++++++++++++-
tp/Texinfo/XS/main/utils.h | 13 +-
tp/Texinfo/XS/texi2any.c | 5 +-
tp/texi2any.pl | 4 +-
15 files changed, 342 insertions(+), 214 deletions(-)
- master updated (deb0cac7e1 -> c9f58db576),
Patrice Dumas <=