[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (27c776c861 -> 9ab2b27256)
From: |
Patrice Dumas |
Subject: |
master updated (27c776c861 -> 9ab2b27256) |
Date: |
Fri, 4 Oct 2024 06:13:46 -0400 (EDT) |
pertusus pushed a change to branch master.
from 27c776c861 * tp/Texinfo/XS/convert/convert_html.c
(html_free_converter), tp/Texinfo/XS/convert/converter.c
(free_generic_converter): move debug message if error messages not empty to
free_generic_converter.
new f86f1f0c93 * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES),
tp/Texinfo/XS/main/utils.c, tp/Texinfo/XS/main/customization_options.c: move
functions related to customization options out ot utils.c to the new to
main/customization_options.c file.
new 9ab2b27256 * tp/Texinfo/XS/teximakehtml.c (main): do not add errors_nr
to the previous value.
Summary of changes:
ChangeLog | 13 +
tp/Texinfo/XS/Makefile.am | 2 +
tp/Texinfo/XS/convert/convert_html.c | 1 +
tp/Texinfo/XS/convert/converter.c | 1 +
tp/Texinfo/XS/convert/converters_defaults.c | 2 +-
tp/Texinfo/XS/convert/get_converter_perl_info.c | 2 +-
.../XS/convert/html_converter_init_options.c | 4 +-
tp/Texinfo/XS/convert/texinfo.c | 7 +-
tp/Texinfo/XS/main/build_perl_info.c | 2 +
tp/Texinfo/XS/main/convert_to_text.c | 1 +
tp/Texinfo/XS/main/customization_options.c | 535 +++++++++++++++++++++
tp/Texinfo/XS/main/customization_options.h | 63 +++
tp/Texinfo/XS/main/document.c | 1 +
tp/Texinfo/XS/main/get_perl_info.c | 1 +
tp/Texinfo/XS/main/utils.c | 508 -------------------
tp/Texinfo/XS/main/utils.h | 46 +-
tp/Texinfo/XS/teximakehtml.c | 7 +-
tp/maintain/regenerate_C_options_info.pl | 6 +-
18 files changed, 642 insertions(+), 560 deletions(-)
create mode 100644 tp/Texinfo/XS/main/customization_options.c
create mode 100644 tp/Texinfo/XS/main/customization_options.h
- master updated (27c776c861 -> 9ab2b27256),
Patrice Dumas <=