texinfo-commits
[Top][All Lists]
Advanced

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

master updated (6d7eb5054b -> 3aa0829d7f)


From: Patrice Dumas
Subject: master updated (6d7eb5054b -> 3aa0829d7f)
Date: Sat, 21 Oct 2023 16:23:12 -0400 (EDT)

pertusus pushed a change to branch master.

    from 6d7eb5054b update perl module versions for new modules
     new b83b739b1e * tp/Texinfo/Convert/HTML.pm 
(_prepare_special_units_directions): return if $special_units is not defined.
     new 3aa0829d7f * tp/Texinfo/XS/main/utils.h (FILE_SOURCE_INFO, 
FILE_SOURCE_INFO_LIST), tp/Texinfo/XS/convert/convert_html.h: move to utils.h 
from convert_html.h.


Summary of changes:
 ChangeLog                            |  52 ++++++
 tp/Texinfo/Convert/HTML.pm           |  30 ++--
 tp/Texinfo/Structuring.pm            |   4 +-
 tp/Texinfo/XS/convert/ConvertXS.xs   |  33 +++-
 tp/Texinfo/XS/convert/convert_html.c | 311 +++++++++++++++++++++--------------
 tp/Texinfo/XS/convert/convert_html.h |  14 --
 tp/Texinfo/XS/main/build_perl_info.c | 267 ++++++++++++++++++++++++++++--
 tp/Texinfo/XS/main/build_perl_info.h |  10 ++
 tp/Texinfo/XS/main/output_unit.c     | 101 +++++++++++-
 tp/Texinfo/XS/main/output_unit.h     |   2 +
 tp/Texinfo/XS/main/tree_types.h      |  11 +-
 tp/Texinfo/XS/main/utils.c           |   6 +
 tp/Texinfo/XS/main/utils.h           |  54 ++++--
 13 files changed, 715 insertions(+), 180 deletions(-)



reply via email to

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