texinfo-commits
[Top][All Lists]
Advanced

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

master updated (bb3623ddb7 -> e7483f3490)


From: Patrice Dumas
Subject: master updated (bb3623ddb7 -> e7483f3490)
Date: Tue, 24 Dec 2024 03:25:01 -0500 (EST)

pertusus pushed a change to branch master.

    from bb3623ddb7 * tp/Makefile.am (converterdata_SCRIPTS, load_txi_modules): 
install load_txi_modules.
     new 4a7f44a632 load initialization files in teximakehtml.c
     new 02959c2939 force using XS when Perl interpreter is embedded
     new e7483f3490 * tp/Texinfo/XS/convert/converter.c 
(free_generic_converter), tp/Texinfo/XS/convert/ConvertXS.xs 
(generic_converter_init): hold a reference to the converter in C.  It is 
required if the converter is not lexicaly associated to a Perl module, for 
instance when the converter is created by a call to Perl method from C.


Summary of changes:
 ChangeLog                                          |  52 ++++++
 tp/Texinfo/Convert/HTML.pm                         |   5 +-
 tp/Texinfo/XS/Makefile.am                          |   6 +-
 tp/Texinfo/XS/convert/ConvertXS.xs                 |   5 +
 .../call_conversion_perl.c}                        | 202 +++++++--------------
 tp/Texinfo/XS/convert/call_conversion_perl.h       |  20 ++
 tp/Texinfo/XS/convert/call_html_perl_function.c    |   4 +-
 tp/Texinfo/XS/convert/converter.c                  |   4 +
 tp/Texinfo/XS/main/build_perl_info.c               |  13 --
 tp/Texinfo/XS/main/build_perl_info.h               |   2 -
 tp/Texinfo/XS/main/call_perl_function.c            |  64 ++-----
 tp/Texinfo/XS/main/call_perl_function.h            |   3 -
 tp/Texinfo/XS/teximakehtml.c                       | 198 ++++++++++++++++++--
 tp/Texinfo/XSLoader.pm                             |  27 ++-
 tp/load_txi_modules.pl                             |   6 +-
 15 files changed, 375 insertions(+), 236 deletions(-)
 copy tp/Texinfo/XS/{main/call_perl_function.c => 
convert/call_conversion_perl.c} (52%)
 create mode 100644 tp/Texinfo/XS/convert/call_conversion_perl.h



reply via email to

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