texinfo-commits
[Top][All Lists]
Advanced

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

master updated (612b7df014 -> e14c5d63e5)


From: Patrice Dumas
Subject: master updated (612b7df014 -> e14c5d63e5)
Date: Sun, 29 Sep 2024 08:55:00 -0400 (EDT)

pertusus pushed a change to branch master.

    from 612b7df014 * tp/Texinfo/XS/convert/convert_html.c 
(convert_xref_commands), tp/Texinfo/XS/main/extra.c (lookup_extra_element) 
(lookup_extra_container), tp/Texinfo/XS/main/manipulate_tree.c 
(copy_container_contents): separate extra_container from extra_element, by 
adding a specific function to lookup extra container, lookup_extra_container.  
Add copy_container_contents to create a new element to be used as 
extra_container and refer to the contents of another element.  Use it to add 
[...]
     new e50873c032 Add some const
     new e14c5d63e5 * tp/Texinfo/XS/main/build_perl_info.c 
(build_perl_directions), tp/Texinfo/XS/main/extra.c (add_extra_directions) 
(lookup_extra_directions), tp/Texinfo/XS/main/manipulate_tree.c 
(copy_associated_info, remove_associated_copy_info), tp/Texinfo/XS/main/tree.c 
(destroy_associated_info, new_directions), tp/Texinfo/XS/main/tree_types.h 
(KEY_PAIR): use a simple list for directions in extra info with elements const. 
 The elements are set to const because directions are set aft [...]


Summary of changes:
 ChangeLog                                       |  15 ++
 tp/Texinfo/XS/convert/convert_html.c            |  24 +--
 tp/Texinfo/XS/main/build_perl_info.c            |  14 +-
 tp/Texinfo/XS/main/debug.c                      |   6 +-
 tp/Texinfo/XS/main/extra.c                      |  33 ++--
 tp/Texinfo/XS/main/extra.h                      |   5 +-
 tp/Texinfo/XS/main/manipulate_tree.c            |  41 +++--
 tp/Texinfo/XS/main/output_unit.c                |  50 +++---
 tp/Texinfo/XS/main/tree.c                       |  13 +-
 tp/Texinfo/XS/main/tree.h                       |   1 +
 tp/Texinfo/XS/main/tree_types.h                 |   1 +
 tp/Texinfo/XS/structuring_transfo/structuring.c | 207 ++++++++++++------------
 12 files changed, 236 insertions(+), 174 deletions(-)



reply via email to

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