[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (863fda666f -> 6f1b98bfd8)
From: |
Patrice Dumas |
Subject: |
master updated (863fda666f -> 6f1b98bfd8) |
Date: |
Mon, 23 Dec 2024 18:10:10 -0500 (EST) |
pertusus pushed a change to branch master.
from 863fda666f * tp/Texinfo/Common.pm (%array_parser_options)
(%default_parser_customization_values)
($common_parser_regular_options_defaults): add %array_parser_options for array
reference parser options and use Texinfo::Options parser options to gt the
other customization options. Remove %common_parser_customization and
%parser_customization.
new 3b2db85f03 * tp/Texinfo/XS/convert/converter.c
(set_global_document_commands) tp/Texinfo/XS/main/customization_options.c
(initialize_option) (option_set_conf, copy_options_list_set_configured),
tp/Texinfo/XS/main/get_perl_info.c (get_sv_option),
tp/Texinfo/XS/main/option_types.h (OPTION): replace configured with flags, and
use a flag to determine if the option is configured. Add flags argument to
initialization function.
new b36889bdff * tp/Texinfo/Convert/converters_defaults.txt,
tp/maintain/regenerate_C_options_info.pl: set defaults for parser array
variables. Select integer and strings only to set regular options in C.
new b19b656c4a * tp/Texinfo/XS/teximakehtml.c (main): copy the parser
customizations set into the parser options.
new 6f1b98bfd8 * tp/Texinfo/XS/convert/texinfo.c (txi_parser): check that
input_directory is not NULL before using.
Summary of changes:
ChangeLog | 43 +++
tp/Texinfo/Common.pm | 8 +-
tp/Texinfo/Convert/converters_defaults.txt | 4 +-
tp/Texinfo/Options.pm | 2 +
tp/Texinfo/XS/Makefile.am | 2 +-
tp/Texinfo/XS/convert/converter.c | 4 +-
tp/Texinfo/XS/convert/texinfo.c | 3 +-
tp/Texinfo/XS/main/customization_options.c | 7 +-
tp/Texinfo/XS/main/customization_options.h | 2 +-
tp/Texinfo/XS/main/get_perl_info.c | 2 +-
tp/Texinfo/XS/main/option_types.h | 5 +-
tp/Texinfo/XS/main/options_init_free.c | 466 ++++++++++++++---------------
tp/Texinfo/XS/teximakehtml.c | 53 +++-
tp/maintain/regenerate_C_options_info.pl | 41 ++-
14 files changed, 381 insertions(+), 261 deletions(-)
- master updated (863fda666f -> 6f1b98bfd8),
Patrice Dumas <=