texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (c7abfaa332 -> 918a11e526)


From: Patrice Dumas
Subject: master updated (c7abfaa332 -> 918a11e526)
Date: Sun, 29 Sep 2024 05:23:51 -0400 (EDT)

pertusus pushed a change to branch master.

    from c7abfaa332 * tp/Texinfo/ParserNonXS.pm (_handle_line_command), 
tp/Texinfo/XS/parsetexi/handle_commands.c (handle_line_command): rename extra 
key level as subentry_level.
     new 566a12aca9 * tp/Texinfo/XS/convert/ConvertXS.xs 
(html_register_file_information): make sure that the key is saved on the heap 
by adding to converter small_strings.
     new 9f3045e7b0 * tp/Texinfo/XS/convert/convert_html.c 
(add_associated_file_info_integer, html_register_file_information) 
(lookup_associated_file_info, html_get_file_information) (html_set_pages_files, 
setup_output_simple_page) (html_conversion_finalization), 
tp/Texinfo/XS/main/converter_types.h (FILE_INFO_KEY_PAIR, FILE_ASSOCIATED_INFO, 
FILE_ASSOCIATED_INFO_LIST) (CONVERTER), tp/Texinfo/XS/main/extra.c: add a 
specific structure for information associated to a file instead of using th 
[...]
     new 918a11e526 * tp/Texinfo/XS/convert/ConvertXS.xs 
(html_register_file_information): really use the string stored in small_strings.


Summary of changes:
 ChangeLog                                          |  37 ++++++++
 tp/Texinfo/XS/convert/ConvertXS.xs                 |   3 +-
 tp/Texinfo/XS/convert/call_html_perl_function.c    |   2 -
 tp/Texinfo/XS/convert/convert_html.c               |  95 ++++++++++++++-----
 tp/Texinfo/XS/main/build_perl_info.c               |  26 ++---
 tp/Texinfo/XS/main/convert_to_text.c               |   6 +-
 tp/Texinfo/XS/main/convert_utils.c                 |   5 +-
 tp/Texinfo/XS/main/converter_types.h               |  18 +++-
 tp/Texinfo/XS/main/debug.c                         |  11 ++-
 tp/Texinfo/XS/main/extra.c                         | 105 ++++++++++++++-------
 tp/Texinfo/XS/main/extra.h                         |  16 ++--
 tp/Texinfo/XS/main/manipulate_indices.c            |   3 +-
 tp/Texinfo/XS/main/manipulate_tree.c               |  15 +--
 tp/Texinfo/XS/main/output_unit.c                   |  10 +-
 tp/Texinfo/XS/main/tree.c                          |   7 ++
 tp/Texinfo/XS/main/tree_types.h                    |  28 +++++-
 tp/Texinfo/XS/main/utils.c                         |   4 +-
 tp/Texinfo/XS/parsetexi/end_line.c                 |  18 ++--
 tp/Texinfo/XS/parsetexi/handle_commands.c          |  19 ++--
 tp/Texinfo/XS/parsetexi/parser.c                   |   6 +-
 tp/Texinfo/XS/parsetexi/separator.c                |   6 +-
 tp/Texinfo/XS/structuring_transfo/structuring.c    |  12 +--
 .../XS/structuring_transfo/transformations.c       |   5 +-
 23 files changed, 322 insertions(+), 135 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]