texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (91a59eccff -> 3deb8dab5e)


From: Patrice Dumas
Subject: master updated (91a59eccff -> 3deb8dab5e)
Date: Wed, 25 Dec 2024 16:12:13 -0500 (EST)

pertusus pushed a change to branch master.

    from 91a59eccff * tp/Texinfo/XS/texi2any.c (main): reset the 
format_specification to the converted format format_specification if the output 
format is different from the converted format.
     new 3ae1200393 * tp/Texinfo/XS/texi2any.c (main): set program_file to be 
"texi2any" if TEST is set.
     new e66224c5e6 * tp/Texinfo/XS/main/customization_options.c 
(show_options_list_options_set), tp/Texinfo/XS/main/utils.c (sort_strings_list, 
join_strings_list): add functions to sort and join strings list, and function 
to show the options set in OPTIONS_LIST, to be used for debugging.
     new 3deb8dab5e * tp/Texinfo/XS/main/document.c (set_document_options): 
replace initialize_document_options by set_document_options, which uses a 
temporary OPTIONS_LIST and uses program_options, cmdline_options and 
init_files_options too to set document options.  Similar to Perl code setting 
MainConfig, filling with document options, calling 
get_customization_options_hash and register_document_options.


Summary of changes:
 ChangeLog                                  | 29 +++++++++++++++++
 tp/Texinfo/Config.pm                       |  4 +--
 tp/Texinfo/XS/convert/texinfo.c            |  2 --
 tp/Texinfo/XS/main/customization_options.c | 22 +++++++++++++
 tp/Texinfo/XS/main/customization_options.h |  1 +
 tp/Texinfo/XS/main/document.c              | 50 ++++++++++++++++++++++++++----
 tp/Texinfo/XS/main/document.h              |  5 ++-
 tp/Texinfo/XS/main/txi_config.c            |  6 ++++
 tp/Texinfo/XS/main/utils.c                 | 41 ++++++++++++++++++++++++
 tp/Texinfo/XS/main/utils.h                 |  2 ++
 tp/Texinfo/XS/texi2any.c                   | 16 +++++++---
 11 files changed, 163 insertions(+), 15 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]