[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (5ad78a7d91 -> b54816f76a)
From: |
Patrice Dumas |
Subject: |
master updated (5ad78a7d91 -> b54816f76a) |
Date: |
Tue, 24 Dec 2024 03:44:24 -0500 (EST) |
pertusus pushed a change to branch master.
from 5ad78a7d91 * tp/Texinfo/XS/Makefile.am
(libcallperl_libtexinfo_convert_la_SOURCES) (libtexinfo_convertxs_la_SOURCES),
tp/Texinfo/XS/convert/call_conversion_perl.c (get_sv_converter),
tp/Texinfo/XS/convert/get_converter_perl_info.c: move
libcallperl_libtexinfo_convert.c to libcallperl_libtexinfo_convert, and move
get_sv_converter to libcallperl_libtexinfo_convert.c as it is used in that file.
new 2ed355b271 * tp/Texinfo/XS/convert/texinfo.c (txi_load_init_file): add
embedded_interpreter argument, to be able to skip the call if there is no
embedded interpreter forced by the caller. Update caller.
new 8fd915ed9c * tp/Texinfo/XS/teximakehtml.c (locate_and_load_init_file)
(locate_and_load_extension_file, main): free strings and structures to avoid
memory leaks found with valgrind.
new b54816f76a * tp/Texinfo/XS/convert/converter.c
(free_converter_paths_information) (setup_converter_paths_information),
tp/Texinfo/XS/convert/converter.h (INSTALLED_PATHS, UNINSTALLED_PATHS): add
free_converter_paths_information. Free previous conversion_paths_info before
setting them in setup_converter_paths_information.
Summary of changes:
ChangeLog | 35 +++++++++++++++++++++++
tp/Texinfo/XS/convert/converter.c | 45 +++++++++++++++++++++++++-----
tp/Texinfo/XS/convert/converter.h | 6 ++--
tp/Texinfo/XS/convert/texinfo.c | 10 +++++--
tp/Texinfo/XS/convert/texinfo.h | 2 +-
tp/Texinfo/XS/main/api_to_perl.c | 11 +++++++-
tp/Texinfo/XS/main/replace_perl_api_call.c | 12 ++++++++
tp/Texinfo/XS/main/xs_utils.c | 17 +++++++++++
tp/Texinfo/XS/main/xs_utils.h | 3 ++
tp/Texinfo/XS/teximakehtml.c | 12 ++++++--
10 files changed, 137 insertions(+), 16 deletions(-)
- master updated (5ad78a7d91 -> b54816f76a),
Patrice Dumas <=