texinfo-commits
[Top][All Lists]
Advanced

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

master updated (273ea6e2b8 -> a1162a32c7)


From: Patrice Dumas
Subject: master updated (273ea6e2b8 -> a1162a32c7)
Date: Tue, 31 Oct 2023 09:21:13 -0400 (EDT)

pertusus pushed a change to branch master.

    from 273ea6e2b8 Update test results
     new c8e432d6cb * tp/Texinfo/Convert/HTML.pm (output): rename $output for 
the no page case to $text_output.  Move _do_js_files call out of the conversion 
code, to prepare for XS override.
     new a1162a32c7 * tp/Texinfo/Convert/HTML.pm ($XS_convert): add a variable, 
set to 1 if $ENV{TEXINFO_XS_CONVERT} is 1 to run perl codes calling XS codes 
only if set.


Summary of changes:
 ChangeLog                               |  26 ++
 tp/Texinfo/Convert/HTML.pm              | 441 +++++++++++++++++---------------
 tp/Texinfo/XS/convert/ConvertXS.xs      |  52 ++++
 tp/Texinfo/XS/convert/convert_html.c    | 242 +++++++++++++++++-
 tp/Texinfo/XS/convert/convert_html.h    |   5 +
 tp/Texinfo/XS/main/call_perl_function.c | 186 ++++++++++++++
 tp/Texinfo/XS/main/call_perl_function.h |   8 +
 7 files changed, 748 insertions(+), 212 deletions(-)



reply via email to

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