texinfo-commits
[Top][All Lists]
Advanced

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

master updated (efd2bcbd33 -> 38c570ede1)


From: Patrice Dumas
Subject: master updated (efd2bcbd33 -> 38c570ede1)
Date: Sat, 5 Oct 2024 03:34:11 -0400 (EDT)

pertusus pushed a change to branch master.

    from efd2bcbd33 * tp/Texinfo/XS: re-run   gnulib-tool --add-import 
euidaccess
     new c60007f14a Implement reading xhtmlxref in C and XS
     new 38c570ede1 * tp/Texinfo/XS/convert/format_html.c (external_node_href), 
tp/Texinfo/XS/convert/html_prepare_converter.c (parse_htmlxref_files): no 
warning for an empty URL prefix, instead set it as an empty string.


Summary of changes:
 ChangeLog                                       |  47 +++
 tp/Texinfo/Convert/HTML.pm                      |  11 +-
 tp/Texinfo/XS/Makefile.am                       |   2 +-
 tp/Texinfo/XS/convert/ConvertXS.xs              |   5 +-
 tp/Texinfo/XS/convert/build_html_perl_state.c   |  54 +++
 tp/Texinfo/XS/convert/build_html_perl_state.h   |   2 +
 tp/Texinfo/XS/convert/converter.c               |   8 +
 tp/Texinfo/XS/convert/get_converter_perl_info.c |   5 +-
 tp/Texinfo/XS/convert/get_html_perl_info.c      |   9 +-
 tp/Texinfo/XS/convert/html_prepare_converter.c  | 507 +++++++++++++++++++++++-
 tp/Texinfo/XS/convert/texinfo.c                 |  14 +-
 tp/Texinfo/XS/convert/texinfo.h                 |   7 +-
 tp/Texinfo/XS/main/converter_types.h            |   3 +
 tp/Texinfo/XS/main/utils.c                      | 105 ++++-
 tp/Texinfo/XS/main/utils.h                      |   3 +
 tp/Texinfo/XS/teximakehtml.c                    |  38 +-
 16 files changed, 773 insertions(+), 47 deletions(-)



reply via email to

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