[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3deb3211e4 -> f275f01a75)
From: |
Patrice Dumas |
Subject: |
master updated (3deb3211e4 -> f275f01a75) |
Date: |
Fri, 27 Oct 2023 12:57:47 -0400 (EDT) |
pertusus pushed a change to branch master.
from 3deb3211e4 * tp/t/test_tree_copy.t: skip copy_tree call if with XS as
there is no XS converter available and it triggers a debug message. Report from
Gavin.
new 5fd083b102 * tp/Texinfo/Convert/HTML.pm (import): load conversion
overrides only if TEXINFO_XS_CONVERT is set.
new f275f01a75 * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES),
tp/Texinfo/XS/main/command_stack.c (COMMAND_STACK) (reset_command_stack,
push_command, pop_command, top_command) (enum command_type_variety, enum
monospace_context, COMMAND_OR_TYPE) (COMMAND_OR_TYPE_STACK,
push_command_or_type, pop_command_or_type) (top_command_or_type, STRING_STACK,
push_string_stack_string) (pop_string_stack, top_string_stack,
MONOSPACE_CONTEXT_STACK) (push_monospace, push_style_no_code, pop_monosp [...]
Summary of changes:
ChangeLog | 58 +++
tp/Texinfo/Convert/Converter.pm | 3 +-
tp/Texinfo/Convert/HTML.pm | 26 +-
tp/Texinfo/XS/Makefile.am | 2 +
tp/Texinfo/XS/convert/convert_html.c | 646 ++++++++++++++++++++++++++++--
tp/Texinfo/XS/main/build_perl_info.c | 204 +++++++++-
tp/Texinfo/XS/main/build_perl_info.h | 1 +
tp/Texinfo/XS/main/call_perl_function.c | 119 ++++++
tp/Texinfo/XS/main/command_stack.c | 196 +++++++++
tp/Texinfo/XS/main/command_stack.h | 89 ++++
tp/Texinfo/XS/main/element_types.c | 3 +
tp/Texinfo/XS/main/element_types.h | 3 +
tp/Texinfo/XS/main/element_types.txt | 8 +
tp/Texinfo/XS/main/get_perl_info.c | 95 ++++-
tp/Texinfo/XS/main/translations.h | 8 +-
tp/Texinfo/XS/main/tree_perl_api.h | 5 +
tp/Texinfo/XS/main/utils.c | 7 +
tp/Texinfo/XS/main/utils.h | 60 ++-
tp/Texinfo/XS/parsetexi/api.c | 1 +
tp/Texinfo/XS/parsetexi/close.c | 1 +
tp/Texinfo/XS/parsetexi/context_stack.c | 51 +--
tp/Texinfo/XS/parsetexi/context_stack.h | 16 +-
tp/Texinfo/XS/parsetexi/end_line.c | 1 +
tp/Texinfo/XS/parsetexi/handle_commands.c | 1 +
tp/Texinfo/XS/parsetexi/indices.c | 1 +
tp/Texinfo/XS/parsetexi/parser.c | 1 +
tp/Texinfo/XS/parsetexi/separator.c | 1 +
27 files changed, 1505 insertions(+), 102 deletions(-)
create mode 100644 tp/Texinfo/XS/main/command_stack.c
create mode 100644 tp/Texinfo/XS/main/command_stack.h
- master updated (3deb3211e4 -> f275f01a75),
Patrice Dumas <=