texinfo-commits
[Top][All Lists]
Advanced

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

master updated (121d510410 -> 7c60ae3e79)


From: Patrice Dumas
Subject: master updated (121d510410 -> 7c60ae3e79)
Date: Mon, 20 Nov 2023 18:30:18 -0500 (EST)

pertusus pushed a change to branch master.

    from 121d510410 XS build flags
     new da191054da * tp/Texinfo/XSLoader.pm (init): avoid undefined value in 
warning message.
     new 4d0292815f * tp/Texinfo/XS/convert/build_html_perl_state.c 
(build_html_target) (build_html_element_targets, add_html_element_target) 
(pass_html_element_targets, build_html_special_targets): split 
build_html_element_targets in three functions to be able to build one html 
target, and add one.
     new 7c60ae3e79 HTML css functions API change, split information and 
selector rules


Summary of changes:
 ChangeLog                                     |  67 +++++++++++++
 doc/texi2any_api.texi                         |  92 ++++++++++-------
 tp/Texinfo/Convert/HTML.pm                    | 105 +++++++++++--------
 tp/Texinfo/XS/convert/ConvertXS.xs            |  42 ++++++++
 tp/Texinfo/XS/convert/build_html_perl_state.c | 139 +++++++++++++++++---------
 tp/Texinfo/XS/convert/convert_html.c          |  90 ++++++++++++++++-
 tp/Texinfo/XS/convert/convert_html.h          |   5 +
 tp/Texinfo/XS/main/command_stack.c            |  11 +-
 tp/Texinfo/XS/main/command_stack.h            |   5 +-
 tp/Texinfo/XS/main/converter_types.h          |   8 ++
 tp/Texinfo/XS/main/utils.h                    |   2 +
 tp/Texinfo/XSLoader.pm                        |   4 +-
 tp/init/book.pm                               |   3 +-
 tp/init/documentation_examples.pm             |  14 +--
 tp/init/sc_formatting_with_css.pm             |   2 +-
 tp/t/init/t2h_singular.init                   |   3 +-
 16 files changed, 447 insertions(+), 145 deletions(-)



reply via email to

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