[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (e8906416b0 -> 6f520a4867)
From: |
Patrice Dumas |
Subject: |
master updated (e8906416b0 -> 6f520a4867) |
Date: |
Mon, 4 Dec 2023 18:42:13 -0500 (EST) |
pertusus pushed a change to branch master.
from e8906416b0 * tp/Texinfo/Convert/Plaintext.pm (node_line): Rename to
'node_name' as node_line is a confusing name, the result not being a full line
but usually only part of a line.
new f4c3b70319 * tp/Texinfo/Convert/HTML.pm (command_tree): copy tree in
substituted strings in argument of gdt to obtain the same output as with XS
code.
new e3e4ff788b Update test result file
new 075f75338e * tp/maintain/setup_converters_code_tables.pl: add include
command_ids.h in generated cmd_structuring.c.
new ae64ed0184 Update Changelog entry
new 6f520a4867 * tp/Texinfo/XS/main/converter_types.h (FILE_NUMBER_NAME):
rename CURRENT_FILE_INFO as FILE_NUMBER_NAME.
Summary of changes:
ChangeLog | 141 +
tp/TODO | 4 +
tp/Texinfo/Convert/HTML.pm | 68 +-
tp/Texinfo/XS/Makefile.am | 13 +-
tp/Texinfo/XS/convert/build_html_perl_state.c | 48 +-
tp/Texinfo/XS/convert/call_html_perl_function.c | 453 +-
tp/Texinfo/XS/convert/call_html_perl_function.h | 27 +-
tp/Texinfo/XS/convert/convert_html.c | 4495 +++++++++++++-------
tp/Texinfo/XS/convert/convert_html.h | 1 +
tp/Texinfo/XS/convert/converter.c | 3 +-
tp/Texinfo/XS/convert/converter.h | 2 +-
tp/Texinfo/XS/convert/get_html_perl_info.c | 50 +
tp/Texinfo/XS/main/build_perl_info.c | 2 +-
tp/Texinfo/XS/main/command_stack.c | 29 +-
tp/Texinfo/XS/main/command_stack.h | 3 +
tp/Texinfo/XS/main/convert_to_texinfo.c | 12 +-
tp/Texinfo/XS/main/convert_utils.c | 100 +-
tp/Texinfo/XS/main/convert_utils.h | 5 +
tp/Texinfo/XS/main/converter_types.h | 61 +-
tp/Texinfo/XS/main/debug.c | 2 +-
tp/Texinfo/XS/main/errors.c | 26 +-
tp/Texinfo/XS/main/errors.h | 18 +-
tp/Texinfo/XS/main/extra.c | 34 +-
tp/Texinfo/XS/main/extra.h | 35 +-
tp/Texinfo/XS/main/get_perl_info.c | 43 +-
tp/Texinfo/XS/main/manipulate_tree.c | 213 +-
tp/Texinfo/XS/main/manipulate_tree.h | 11 +
tp/Texinfo/XS/main/output_unit.c | 16 +-
tp/Texinfo/XS/main/tree_types.h | 2 +-
tp/Texinfo/XS/main/unicode.c | 2 +-
tp/Texinfo/XS/main/utils.c | 76 +-
tp/Texinfo/XS/main/utils.h | 14 +-
tp/Texinfo/XS/structuring_transfo/structuring.c | 57 +-
tp/Texinfo/XS/structuring_transfo/structuring.h | 4 +
.../XS/structuring_transfo/transformations.c | 237 +-
.../XS/structuring_transfo/transformations.h | 1 -
tp/maintain/setup_converters_code_tables.pl | 1 +
tp/t/html_tests.t | 2 +
.../html_tests/acronym_in_node_and_section.pl | 2 +-
tp/t/results/html_tests/check_htmlxref.pl | 74 +-
.../html_tests/check_htmlxref_ignore_ref_top_up.pl | 74 +-
tp/t/results/html_tests/check_htmlxref_menu.pl | 70 +
.../check_htmlxref_menu/res_html/chapter.html | 4 +-
.../html_tests/check_htmlxref_no_use_nodes.pl | 70 +
.../res_html/chapter.html | 4 +-
.../html_tests/headings_after_lone_nodes.pl | 3 +-
46 files changed, 4675 insertions(+), 1937 deletions(-)
- master updated (e8906416b0 -> 6f520a4867),
Patrice Dumas <=
- [no subject], Patrice Dumas, 2023/12/04
- [no subject], Patrice Dumas, 2023/12/04
- [no subject], Patrice Dumas, 2023/12/04
- [no subject], Patrice Dumas, 2023/12/04
- [no subject], Patrice Dumas, 2023/12/04