texinfo-commits
[Top][All Lists]
Advanced

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

master updated (f536711c62 -> 2f3d653e29)


From: Patrice Dumas
Subject: master updated (f536711c62 -> 2f3d653e29)
Date: Wed, 15 Nov 2023 03:37:19 -0500 (EST)

pertusus pushed a change to branch master.

    from f536711c62 * tp/Texinfo/command_data.txt (item_LINE, itemx, defblock, 
defline, deftypeline): Remove contain_basic_inline flag.  There is no reason an 
@anchor should not occur inside @item, inside @table, or the other commands, as 
no index entry is being created with the @anchor.
     new ad3205d85f * tp/Texinfo/Convert/HTML.pm (%XS_overrides, 
%XS_conversion_overrides) (import): use hashes for association of overriden sub 
with XS sub.
     new 2f3d653e29 * tp/Texinfo/XS/convert/converter.h 
(OTXI_PROTECT_XML_CASES), tp/Texinfo/XS/convert/converter.c 
(xml_format_text_with_numeric_entities, xml_protect_text): add code that can be 
inlined for the protection of XML special characters as OTXI_PROTECT_XML_CASES. 
 Use in converter.c and base code more on misc.c code with memcmp and case.


Summary of changes:
 ChangeLog                            |  39 +++++++
 tp/Texinfo/Convert/Converter.pm      |  12 +-
 tp/Texinfo/Convert/HTML.pm           | 109 +++++++++--------
 tp/Texinfo/XS/convert/ConvertXS.xs   |   3 +
 tp/Texinfo/XS/convert/convert_html.c | 220 ++++++++++++++++++++++++++++++++---
 tp/Texinfo/XS/convert/convert_html.h |   2 +
 tp/Texinfo/XS/convert/converter.c    |  97 +++++++++++++++
 tp/Texinfo/XS/convert/converter.h    |  17 +++
 8 files changed, 421 insertions(+), 78 deletions(-)



reply via email to

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