texinfo-commits
[Top][All Lists]
Advanced

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

master updated (2adeb6bbf9 -> 820a88407f)


From: Patrice Dumas
Subject: master updated (2adeb6bbf9 -> 820a88407f)
Date: Sat, 25 May 2024 04:03:30 -0400 (EDT)

pertusus pushed a change to branch master.

    from 2adeb6bbf9 * tp/Texinfo/XS/main/parser_conf.c: add a NOTE in comment 
explaining why the registered confs are never unallocated.
     new 3dd3b9280e Update tp/TODO
     new 005c7fbf9f * tp/Texinfo/XS/main/converter_types.h (CONVERTER): rename 
seen_ids as registered_ids.  Update users.
     new 820a88407f * tp/Texinfo/XS/convert/convert_html.c 
(html_id_is_registered) (html_register_id, html_converter_initialize, 
html_reset_converter) (html_free_converter), 
tp/Texinfo/XS/main/converter_types.h (CONVERTER): make registered_ids a pointer 
in CONVERTER, to have only pointers in the registered ids union.


Summary of changes:
 ChangeLog                                       | 29 +++++++++++
 tp/TODO                                         | 31 +++++++----
 tp/Texinfo/XS/convert/ConvertXS.xs              |  4 +-
 tp/Texinfo/XS/convert/call_html_perl_function.c | 42 +++++++++++++++
 tp/Texinfo/XS/convert/call_html_perl_function.h |  8 +++
 tp/Texinfo/XS/convert/convert_html.c            | 69 ++++++++++++++++++++-----
 tp/Texinfo/XS/convert/convert_html.h            |  3 ++
 tp/Texinfo/XS/main/converter_types.h            |  6 ++-
 8 files changed, 164 insertions(+), 28 deletions(-)



reply via email to

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