[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (2ea426031c -> f342408f5c)
From: |
Patrice Dumas |
Subject: |
master updated (2ea426031c -> f342408f5c) |
Date: |
Sat, 11 Nov 2023 10:50:14 -0500 (EST) |
pertusus pushed a change to branch master.
from 2ea426031c * tp/Texinfo/XS/convert/ConvertXS.xs (destroy),
tp/Texinfo/Convert/Converter.pm (import, destroy),
tp/Texinfo/Convert/Text.pm(import, destroy),
tp/Texinfo/XS/convert/convert_html.c (html_destroy),
tp/Texinfo/XS/convert/converter.c (free_generic_converter),
tp/Texinfo/XS/main/convert_utils.c (destroy_translated_commands),
tp/t/test_utils.pl (test), tp/texi2any.pl: add function, XS interface and C
code to destroy a converter, to free its memory, called both in texi2any.p [...]
new ce2163c1be * tp/Texinfo/XS/main/converter_types.h
(HCC_CONTEXT_TYPES_LIST), tp/Texinfo/XS/main/utils.h: move definition of
HCC_CONTEXT_TYPES_LIST to main/converter_types.h.
new f342408f5c * tp/Texinfo/XS/convert/ConvertXS.xs
(html_prepare_units_directions_files), tp/Texinfo/XS/convert/convert_html.c
(html_destroy_files_source_info): free files_source_info.
Summary of changes:
ChangeLog | 37 ++++++++++++++++++
tp/Texinfo/XS/convert/ConvertXS.xs | 5 +++
tp/Texinfo/XS/convert/build_html_perl_state.c | 55 +++++++++++++--------------
tp/Texinfo/XS/convert/convert_html.c | 46 ++++++++++++++--------
tp/Texinfo/XS/convert/convert_html.h | 2 +
tp/Texinfo/XS/convert/get_html_perl_info.c | 24 +-----------
tp/Texinfo/XS/main/converter_types.h | 16 +++++++-
tp/Texinfo/XS/main/output_unit.c | 12 +++---
tp/Texinfo/XS/main/translations.c | 7 +++-
tp/Texinfo/XS/main/utils.h | 14 -------
10 files changed, 129 insertions(+), 89 deletions(-)
- master updated (2ea426031c -> f342408f5c),
Patrice Dumas <=
- Prev by Date:
[no subject]
- Next by Date:
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_destroy), tp/Texinfo/XS/convert/convert_html.c (reset_unset_no_arg_commands_formatting_context): free html_command_conversion strings and trees for no args commands, free no_arg_formatted_cmd, free translated_to_convert when replacing it in reset_unset_no_arg_commands_formatting_context.
- Previous by thread:
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs (destroy), tp/Texinfo/Convert/Converter.pm (import, destroy), tp/Texinfo/Convert/Text.pm(import, destroy), tp/Texinfo/XS/convert/convert_html.c (html_destroy), tp/Texinfo/XS/convert/converter.c (free_generic_converter), tp/Texinfo/XS/main/convert_utils.c (destroy_translated_commands), tp/t/test_utils.pl (test), tp/texi2any.pl: add function, XS interface and C code to destroy a converter, to free its memory, called both in texi2any.pl and test_utils.pl.
- Next by thread:
[no subject]
- Index(es):