texinfo-commits
[Top][All Lists]
Advanced

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

master updated (9cf2be8b2f -> 83ff036df6)


From: Patrice Dumas
Subject: master updated (9cf2be8b2f -> 83ff036df6)
Date: Sun, 29 Sep 2024 06:16:28 -0400 (EDT)

pertusus pushed a change to branch master.

    from 9cf2be8b2f * tp/Texinfo/XS/main/manipulate_tree.c 
(copy_associated_info): use the newly initialized string list instead of 
allocating another one.
     new ce77965002 Associate output units lists with document in XS
     new c95d4885bc * tp/Texinfo/XS/main/document.c 
(destroy_document_information_except_tree), tp/Texinfo/XS/main/output_unit.c 
(destroy_output_unit) (free_output_unit_list, free_output_units_lists): free 
output units.
     new 9063bacc11 * tp/Texinfo/XS/main/output_unit.c (retrieve_output_units) 
(new_output_units_descriptor): rename output_units variable as 
output_units_lists.
     new 83ff036df6 * tp/Texinfo/XS/main/output_unit.c (destroy_output_unit): 
destroy the unit_command if the output_unit is a special_unit_variety as in 
that case the element is not in the main document Texinfo tree and will not be 
freed.


Summary of changes:
 ChangeLog                                          | 48 ++++++++++++
 tp/Texinfo/Convert/Plaintext.pm                    |  2 +-
 tp/Texinfo/OutputUnits.pm                          |  4 +-
 tp/Texinfo/XS/convert/ConvertXS.xs                 | 30 +++++---
 tp/Texinfo/XS/convert/convert_html.c               | 46 +++++++-----
 tp/Texinfo/XS/main/build_perl_info.c               | 23 +++---
 tp/Texinfo/XS/main/build_perl_info.h               |  8 +-
 tp/Texinfo/XS/main/document.c                      |  4 +
 tp/Texinfo/XS/main/document_types.h                |  7 ++
 tp/Texinfo/XS/main/get_perl_info.c                 |  7 +-
 tp/Texinfo/XS/main/get_perl_info.h                 |  4 +-
 tp/Texinfo/XS/main/output_unit.c                   | 87 ++++++++++++++++------
 tp/Texinfo/XS/main/output_unit.h                   |  7 +-
 .../XS/structuring_transfo/StructuringTransfoXS.xs | 31 +++++---
 tp/t/test_utils.pl                                 |  2 +-
 15 files changed, 226 insertions(+), 84 deletions(-)



reply via email to

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