[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (0e658d60c7 -> 792e8ca2c3)
From: |
Patrice Dumas |
Subject: |
master updated (0e658d60c7 -> 792e8ca2c3) |
Date: |
Wed, 2 Oct 2024 12:33:27 -0400 (EDT) |
pertusus pushed a change to branch master.
from 0e658d60c7 * tp/Texinfo/XS/main/utils.c (compare_option_str,
initialize_option), tp/maintain/regenerate_C_options_info.pl: add option name
in initialize_option and in generated initialize_options.
new f9fee24d76 * tp/Texinfo/XS/main/utils.c (find_option_string): return 0
if not found.
new 792e8ca2c3 * tp/Texinfo/XS/convert/get_converter_perl_info.c
(get_sv_configured_options, converter_initialize_sv),
tp/Texinfo/XS/main/get_perl_info.c: move get_sv_configured_options and
converter_initialize_sv to get_converter_perl_info.c. Remove obsolete
converter_initialize from get_converter_perl_info.c.
Summary of changes:
ChangeLog | 19 +++
tp/Texinfo/XS/convert/get_converter_perl_info.c | 157 +++++++++++++++++-------
tp/Texinfo/XS/main/get_perl_info.c | 134 --------------------
tp/Texinfo/XS/main/get_perl_info.h | 1 -
tp/Texinfo/XS/main/utils.c | 19 ++-
tp/Texinfo/XS/main/utils.h | 3 +
tp/maintain/regenerate_C_options_info.pl | 1 +
7 files changed, 154 insertions(+), 180 deletions(-)
- master updated (0e658d60c7 -> 792e8ca2c3),
Patrice Dumas <=