texinfo-commits
[Top][All Lists]
Advanced

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

master updated (e95d10cf66 -> 85bf5abf20)


From: Patrice Dumas
Subject: master updated (e95d10cf66 -> 85bf5abf20)
Date: Fri, 15 Nov 2024 18:35:42 -0500 (EST)

pertusus pushed a change to branch master.

    from e95d10cf66 move another input file for a test
     new f37e4b8dde * tp/Texinfo/XS/convert/build_html_perl_state.c, 
tp/Texinfo/XS/convert/call_html_perl_function.c 
(html_argument_formatting_type_names) (build_html_command_formatted_args), 
tp/Texinfo/XS/convert/convert_html.c: move html_argument_formatting_type_names 
and build_html_command_formatted_args to call_html_perl_function.c.
     new 2fae4fac10 * tp/Texinfo/XS/convert/build_html_perl_info.c, 
tp/Texinfo/XS/convert/build_html_perl_info.h, tp/Texinfo/XS/Makefile.am 
(XS_libtexinfo_convert_sources): rename build_html_perl_state.c as 
build_html_perl_info.c.
     new 2b5e5ba209 * tp/Texinfo/XS/Makefile.am 
(XS_libtexinfo_convert_sources), tp/Texinfo/XS/convert/build_html_perl_state.h, 
tp/Texinfo/XS/convert/build_html_perl_state.c (build_html_translated_names, 
build_html_formatting_state), tp/Texinfo/XS/convert/build_html_perl_info.c: 
recreate build_html_perl_state.c, moving build_html_translated_names and 
build_html_formatting_state to the file.
     new 8231a4fd48 * tp/Texinfo/XS/Makefile.am (XS_libtexinfo_convert_sources) 
(noinst_LTLIBRARIES, libxs_in_libtexinfo_convert_la_SOURCES) 
(libxs_in_libtexinfo_convert_la_CPPFLAGS) 
(libxs_in_libtexinfo_convert_la_CFLAGS) (libxs_in_libtexinfo_convert_la_LIBADD) 
(libxs_in_libtexinfo_convert_la_LDFLAGS) (libtexinfo_convert_la_LIBADD): add 
the libxs_in_libtexinfo_convert.la convenience internal library to be able to 
compile the C code calling Perl from libtexinfo_convert code with different 
[...]
     new 85bf5abf20 * tp/Texinfo/XS/Makefile.am (libtexinfo_convert_la_SOURCES) 
(xs_LTLIBRARIES, libtexinfo_convertxs_la_SOURCES) 
(libtexinfo_convertxs_la_CPPFLAGS) (libtexinfo_convertxs_la_CFLAGS, 
libtexinfo_convertxs_la_LIBADD) (libtexinfo_convertxs_la_LDFLAGS, 
IndicesXS_la_LIBADD) (ConvertXS_la_LIBADD): add the libtexinfo-convertxs.la 
shared library with code common for XS interfaces used to call 
libtexinfo-convert. Remove XS_libtexinfo_convert_sources.


Summary of changes:
 ChangeLog                                          |  64 ++
 tp/Texinfo/XS/Makefile.am                          |  52 +-
 tp/Texinfo/XS/convert/ConvertXS.xs                 |   3 +-
 ...ld_html_perl_state.c => build_html_perl_info.c} | 224 +----
 ...ld_html_perl_state.h => build_html_perl_info.h} |  11 +-
 tp/Texinfo/XS/convert/build_html_perl_state.c      | 903 +--------------------
 tp/Texinfo/XS/convert/build_html_perl_state.h      |  49 --
 tp/Texinfo/XS/convert/call_html_perl_function.c    |  57 +-
 tp/Texinfo/XS/convert/convert_html.c               |   6 -
 tp/Texinfo/XS/convert/get_converter_perl_info.c    |   4 +-
 tp/Texinfo/XS/convert/html_converter_api.c         |   1 +
 tp/Texinfo/XS/convert/html_converter_types.h       |   2 +-
 tp/Texinfo/XS/convert/html_prepare_converter.h     |   2 -
 tp/Texinfo/XS/main/IndicesXS.xs                    |   1 +
 14 files changed, 183 insertions(+), 1196 deletions(-)
 copy tp/Texinfo/XS/convert/{build_html_perl_state.c => build_html_perl_info.c} 
(80%)
 copy tp/Texinfo/XS/convert/{build_html_perl_state.h => build_html_perl_info.h} 
(86%)



reply via email to

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