texinfo-commits
[Top][All Lists]
Advanced

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

master updated (b659f4bb35 -> 782716744d)


From: Patrice Dumas
Subject: master updated (b659f4bb35 -> 782716744d)
Date: Wed, 31 Jan 2024 19:43:15 -0500 (EST)

pertusus pushed a change to branch master.

    from b659f4bb35 * tp/Texinfo/Common.pm (locate_include_file): change code 
used to concatenate directories and file to get the same result as with XS/C in 
tests.
     new f7cd9ef6f1 * tp/Texinfo/XS/main/document.c (document_merged_indices): 
rename merged_indices as document_merged_indices.
     new 782716744d Sort index entries on demand in HTML


Summary of changes:
 ChangeLog                                          | 43 ++++++++++++
 tp/Texinfo/Convert/HTML.pm                         | 81 +++++-----------------
 tp/Texinfo/XS/convert/ConvertXS.xs                 | 24 -------
 tp/Texinfo/XS/convert/call_html_perl_function.c    | 50 +++++++++++++
 tp/Texinfo/XS/convert/call_html_perl_function.h    |  3 +
 tp/Texinfo/XS/convert/convert_html.c               | 25 ++++---
 tp/Texinfo/XS/convert/convert_html.h               |  3 +-
 tp/Texinfo/XS/main/IndicesXS.xs                    |  4 +-
 tp/Texinfo/XS/main/document.c                      |  2 +-
 tp/Texinfo/XS/main/document.h                      |  2 +-
 tp/Texinfo/XS/main/manipulate_indices.c            | 34 ++++++---
 tp/Texinfo/XS/main/manipulate_indices.h            |  9 +--
 .../res_parser/formatting_chm/formatting.2         |  2 +-
 .../res_parser/formatting_epub/formatting.2        |  2 +-
 .../res_parser/formatting_html32/formatting.2      |  2 +-
 .../formatting_html_no_split/formatting.2          |  2 +-
 .../res_parser/formatting_xhtml/formatting.2       |  2 +-
 .../formatting_enable_encoding/formatting.2        |  2 +-
 .../res_parser/formatting_epub_nodes/formatting.2  |  2 +-
 .../res_parser/formatting_exotic/formatting.2      |  2 +-
 .../layout/res_parser/formatting_fr/formatting.2   |  2 +-
 .../res_parser/formatting_fr_icons/formatting.2    |  2 +-
 .../res_parser/formatting_inline_css/formatting.2  |  2 +-
 .../res_parser/formatting_mathjax/formatting.2     |  2 +-
 .../formatting_numerical_entities/formatting.2     |  2 +-
 .../formatting_sort_element_counts/formatting.2    |  2 +-
 .../res_parser/formatting_texi2html/formatting.2   |  2 +-
 .../formatting_texi2html_nodes/formatting.2        |  2 +-
 .../formatting_weird_quotes/formatting.2           |  2 +-
 .../res_parser/formatting_singular/formatting.2    |  2 +-
 30 files changed, 185 insertions(+), 131 deletions(-)



reply via email to

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