texinfo-commits
[Top][All Lists]
Advanced

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

master updated (b0eb920e16 -> 3425b4cc74)


From: Patrice Dumas
Subject: master updated (b0eb920e16 -> 3425b4cc74)
Date: Thu, 3 Oct 2024 15:29:51 -0400 (EDT)

pertusus pushed a change to branch master.

    from b0eb920e16 * NEWS, tp/Texinfo/Convert/Plaintext.pm 
(_convert_def_line): use a --- for definition line leading hyphen to end up 
with two hyphen in the default case as was the case previously.  See 
https://lists.gnu.org/archive/html/bug-texinfo/2004-02/msg00021.html
     new 0a4d89860d Add a C demonstration program that converts Texinfo to HTML
     new 3425b4cc74 * tp/Texinfo/XS/Makefile.am (C_libtexinfo_sources) 
(XS_libtexinfo_sources, libtexinfo_la_SOURCES) (C_libtexinfo_convert_sources, 
XS_libtexinfo_convert_sources) (libtexinfo_convert_la_SOURCES): separate 
libtexinfo_la_SOURCES and libtexinfo_convert_la_SOURCES in C and XS code using 
variables.


Summary of changes:
 ChangeLog                                          |  66 ++++
 tp/TODO                                            |   3 +-
 tp/Texinfo/XS/Makefile.am                          |  43 ++-
 tp/Texinfo/XS/convert/convert_html.c               | 237 +++++++++----
 ...unction.h => replace_perl_call_html_function.c} | 389 ++++++++++++++++-----
 tp/Texinfo/XS/main/replace_perl_api_call.c         |  88 +++++
 tp/Texinfo/XS/teximakehtml.c                       | 369 +++++++++++++++++++
 7 files changed, 1021 insertions(+), 174 deletions(-)
 copy tp/Texinfo/XS/convert/{call_html_perl_function.h => 
replace_perl_call_html_function.c} (50%)
 create mode 100644 tp/Texinfo/XS/main/replace_perl_api_call.c
 create mode 100644 tp/Texinfo/XS/teximakehtml.c



reply via email to

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