texinfo-commits
[Top][All Lists]
Advanced

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

master updated (d8b1e5fbac -> 5ad69ff456)


From: Patrice Dumas
Subject: master updated (d8b1e5fbac -> 5ad69ff456)
Date: Wed, 25 Dec 2024 05:28:48 -0500 (EST)

pertusus pushed a change to branch master.

    from d8b1e5fbac * tp/Texinfo/XS/main/ConfigXS.xs 
(texinfo_set_from_init_file), tp/Texinfo/XS/main/txi_config.c 
(warn_obsolete_options) (texinfo_find_init_file_option_name, 
GNUT_set_from_init_file): warn for obsolete options and ignore.  This is 
different from Perl where values and option names may be mapped.
     new 53e20cb01c * tp/ctexi2any.pl: add a ctexi2any wrapper that can be 
called as a Perl script, to be called for tests.
     new 5ad69ff456 * tp/Texinfo/XS/main/customization_options.c 
(new_converter_initialization_info), tp/Texinfo/XS/convert/converter.c: move 
new_converter_initialization_info to customization_options.c such that it may 
be called in get_perl_info.c.


Summary of changes:
 ChangeLog                                          |  30 ++++
 tp/Texinfo/XS/convert/call_conversion_perl.c       |  49 ++++++
 tp/Texinfo/XS/convert/call_conversion_perl.h       |   5 +
 tp/Texinfo/XS/convert/converter.c                  |  11 --
 tp/Texinfo/XS/convert/converter.h                  |   1 -
 tp/Texinfo/XS/convert/get_converter_perl_info.c    | 163 --------------------
 tp/Texinfo/XS/convert/get_converter_perl_info.h    |   3 -
 .../XS/convert/replace_call_conversion_perl.c      |   7 +
 tp/Texinfo/XS/convert/texinfo.c                    |  18 ++-
 tp/Texinfo/XS/convert/texinfo.h                    |   3 +-
 tp/Texinfo/XS/main/customization_options.c         |  14 ++
 tp/Texinfo/XS/main/customization_options.h         |   5 +
 tp/Texinfo/XS/main/get_perl_info.c                 | 164 +++++++++++++++++++++
 tp/Texinfo/XS/main/get_perl_info.h                 |   4 +
 tp/Texinfo/XS/main/utils.c                         |   1 +
 tp/Texinfo/XS/texi2any.c                           |   5 +-
 tp/ctexi2any.pl                                    |  18 +++
 tp/tests/README                                    |   4 +-
 tp/tests/run_parser_all.sh                         |   1 +
 19 files changed, 320 insertions(+), 186 deletions(-)
 create mode 100755 tp/ctexi2any.pl



reply via email to

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