[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (fcc9d8fae0 -> 851e989742)
From: |
Patrice Dumas |
Subject: |
master updated (fcc9d8fae0 -> 851e989742) |
Date: |
Mon, 30 Dec 2024 16:54:43 -0500 (EST) |
pertusus pushed a change to branch master.
from fcc9d8fae0 correct ChangeLog
new 262f11e722 * tp/Texinfo/XS/main/convert_utils.c
(register_unclosed_file), tp/Texinfo/XS/main/utils.c
(new_output_files_information) (allocate_file_stream): add allocate_file_stream
based on register_unclosed_file code, with code doing the allocation of a
FILE_STREAM in OUTPUT_FILES_INFORMATION unclosed_files. Add
new_output_files_information.
new 339040efcc * tp/Texinfo/XS/texi2any.c (main): free macro expansion
file output files information.
new 851e989742 ChangeLog: reorder
Summary of changes:
ChangeLog | 26 ++++++
tp/Texinfo/XS/convert/call_conversion_perl.c | 38 ++++++++-
tp/Texinfo/XS/convert/call_conversion_perl.h | 4 +-
.../XS/convert/replace_call_conversion_perl.c | 2 +-
tp/Texinfo/XS/convert/texinfo.c | 32 ++++++-
tp/Texinfo/XS/main/build_perl_info.c | 2 +-
tp/Texinfo/XS/main/convert_utils.c | 25 ++----
tp/Texinfo/XS/main/convert_utils.h | 2 +
tp/Texinfo/XS/main/converter_types.h | 5 ++
tp/Texinfo/XS/main/get_perl_info.c | 97 ++++++++++++++++++++++
tp/Texinfo/XS/main/get_perl_info.h | 2 +
tp/Texinfo/XS/main/utils.c | 32 +++++++
tp/Texinfo/XS/main/utils.h | 3 +
tp/Texinfo/XS/texi2any.c | 2 +-
14 files changed, 245 insertions(+), 27 deletions(-)
- master updated (fcc9d8fae0 -> 851e989742),
Patrice Dumas <=