texinfo-commits
[Top][All Lists]
Advanced

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

master updated (bf3461b805 -> e04e2d8fd8)


From: Patrice Dumas
Subject: master updated (bf3461b805 -> e04e2d8fd8)
Date: Sun, 29 Sep 2024 05:38:50 -0400 (EDT)

pertusus pushed a change to branch master.

    from bf3461b805 * tp/Texinfo/XS/convert/convert_html.c 
(html_command_description): use integer key lookup_extra_element.
     new ce68d788cc * tp/Texinfo/XS/main/DocumentXS.xs 
(set_document_global_info), tp/Texinfo/XS/main/build_perl_info.c 
(build_global_info), tp/Texinfo/XS/main/document.c 
(add_other_global_info_string), tp/Texinfo/XS/main/document_types.h 
(KEY_STRING_PAIR) (OTHER_GLOBAL_INFO, GLOBAL_INFO): do not use ASSOCIATED_INFO 
for global_info.other_info, use specific structures and 
add_other_global_info_string to add a key, string pair.
     new 9eb0440c5f * tp/Texinfo/XS/main/tree_types.h (KEY_PAIR), 
tp/Texinfo/XS/main/extra.c (get_associated_info_key), 
tp/Texinfo/XS/parsetexi/end_line.c, 
tp/Texinfo/XS/structuring_transfo/transformations.c: remove the skey field of 
KEY_PAIR, now that it is not used anywhere anymore.
     new e04e2d8fd8 tp/TODO: remove attempt to categorize all elements in 
Texinfo tree


Summary of changes:
 ChangeLog                                          |  24 ++++
 tp/Makefile.tres                                   |   1 +
 tp/TODO                                            | 122 +++++----------------
 tp/Texinfo/XS/main/DocumentXS.xs                   |   2 +-
 tp/Texinfo/XS/main/build_perl_info.c               |   8 +-
 tp/Texinfo/XS/main/document.c                      |  27 +++++
 tp/Texinfo/XS/main/document.h                      |   4 +
 tp/Texinfo/XS/main/document_types.h                |  13 ++-
 tp/Texinfo/XS/main/extra.c                         |  39 -------
 tp/Texinfo/XS/main/extra.h                         |   4 -
 tp/Texinfo/XS/main/tree_types.h                    |   1 -
 tp/Texinfo/XS/main/utils.c                         |   9 +-
 tp/Texinfo/XS/parsetexi/end_line.c                 |   4 -
 .../XS/structuring_transfo/transformations.c       |   1 -
 tp/t/test_document.t                               |  39 +++++++
 15 files changed, 147 insertions(+), 151 deletions(-)
 create mode 100644 tp/t/test_document.t



reply via email to

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