texinfo-commits
[Top][All Lists]
Advanced

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

master updated (3f9d281388 -> 8cf9610e18)


From: Patrice Dumas
Subject: master updated (3f9d281388 -> 8cf9610e18)
Date: Sun, 22 Sep 2024 12:37:39 -0400 (EDT)

pertusus pushed a change to branch master.

    from 3f9d281388 * tp/Texinfo/Convert/HTML.pm (%css_element_class_styles): 
use an absolute border-radius for cartouche as a relative one looks bad when 
width and height are different.  From Gavin.
     new 1dba9eec40 * tp/Texinfo/XS/configure.ac (perl_conf_PERL_LINK): setup 
flags to link against Perl when it is not in perl_conf_LDFLAGS.  Not needed in 
the default case, but useful to link against Perl explicitly.
     new 8cf9610e18 * tp/Texinfo/XS/convert/get_converter_perl_info.c 
(get_sv_converter) (converter_initialize, converter_set_document, 
reset_output_init_conf) (copy_sv_options_for_convert_text), 
tp/Texinfo/XS/main/get_perl_info.c, tp/Texinfo/XS/Makefile.am 
(nodist_IndicesXS_la_SOURCES, ConvertXS_la_SOURCES): move functions needed 
converter code out of get_perl_info.c to a new file get_converter_perl_info.c.


Summary of changes:
 ChangeLog                                       |  23 ++
 tp/Texinfo/XS/Makefile.am                       |  54 +++-
 tp/Texinfo/XS/configure.ac                      |   6 +
 tp/Texinfo/XS/convert/ConvertXS.xs              |   1 +
 tp/Texinfo/XS/convert/get_converter_perl_info.c | 354 ++++++++++++++++++++++++
 tp/Texinfo/XS/convert/get_converter_perl_info.h |  20 ++
 tp/Texinfo/XS/convert/get_html_perl_info.c      |   1 +
 tp/Texinfo/XS/main/IndicesXS.xs                 |   1 +
 tp/Texinfo/XS/main/get_perl_info.c              | 316 ---------------------
 tp/Texinfo/XS/main/get_perl_info.h              |   5 -
 10 files changed, 448 insertions(+), 333 deletions(-)
 create mode 100644 tp/Texinfo/XS/convert/get_converter_perl_info.c
 create mode 100644 tp/Texinfo/XS/convert/get_converter_perl_info.h



reply via email to

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