[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (00f22028af -> 58f5ac6101)
From: |
Patrice Dumas |
Subject: |
master updated (00f22028af -> 58f5ac6101) |
Date: |
Mon, 23 Dec 2024 18:48:33 -0500 (EST) |
pertusus pushed a change to branch master.
from 00f22028af * tp/Texinfo/XS/main/utils.c (store_value, clear_value),
tp/Texinfo/XS/parsetexi/macro.c (store_value_parsed_document)
(store_parser_value_parsed_document, clear_value_parsed_document)
(clear_parser_value_parsed_document): move the part of store_value and
clear_value strctly related to setting or clearing values in a values list to
utils.c, adding a vluaes list argument to clear_value. Rename functions in
macro.c that apply on parser and also set internal flags in pars [...]
new b44be9dab3 * tp/Texinfo/XS/main/customization_options.c
(clear_options_list): also clear the OF_set_in_list flags.
new 58f5ac6101 * tp/Texinfo/XS/teximakehtml.c (add_to_option_list)
(remove_from_option_list, set_expansion, unset_expansion) (main): add
add_to_option_list and remove_from_option_list, use in set_expansion,
unset_expansion nad to set EXPANDED_FORMATS.
Summary of changes:
ChangeLog | 35 ++++++++
tp/Texinfo/XS/convert/texinfo.c | 38 +--------
tp/Texinfo/XS/convert/texinfo.h | 4 +-
tp/Texinfo/XS/main/customization_options.c | 9 ++
tp/Texinfo/XS/teximakehtml.c | 133 +++++++++++++++++++++--------
5 files changed, 145 insertions(+), 74 deletions(-)
- master updated (00f22028af -> 58f5ac6101),
Patrice Dumas <=