texinfo-commits
[Top][All Lists]
Advanced

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

master updated (9e0960ea46 -> b15a6fa1d2)


From: Patrice Dumas
Subject: master updated (9e0960ea46 -> b15a6fa1d2)
Date: Fri, 4 Oct 2024 06:06:16 -0400 (EDT)

pertusus pushed a change to branch master.

    from 9e0960ea46 * tp/t/test_parser_registrar.t: use is instead of ok when 
relevant.
     new cf04ff5780 * tp/Texinfo/XS/main/build_perl_info.c 
(add_formatted_error_messages), tp/Texinfo/XS/main/document_types.h 
(ERROR_MESSAGE_LIST), tp/Texinfo/XS/main/errors.c 
(message_list_line_formatted_message) 
(message_list_document_formatted_message): add error_nrs field in 
ERROR_MESSAGE_LIST and set it.  Use it in add_formatted_error_messages.
     new 7b4bffad12 * tp/Texinfo/XS/teximakehtml.c 
(add_new_option_strlist_value): copy strings.
     new b15a6fa1d2 * tp/Texinfo/XS/convert/texinfo.c (txi_converter) 
(txi_converter_initialize), tp/Texinfo/XS/teximakehtml.c (main): rename 
txi_converter as txi_converter_initialize and readd txi_converter that just 
creates a converter and returns it, hiding the converter descriptor.


Summary of changes:
 ChangeLog                            |  42 +++++++++++++
 tp/TODO                              |   8 ++-
 tp/Texinfo/XS/convert/texinfo.c      |  65 ++++++++++++++++++--
 tp/Texinfo/XS/convert/texinfo.h      |  22 +++++--
 tp/Texinfo/XS/main/build_perl_info.c |   6 +-
 tp/Texinfo/XS/main/document_types.h  |   2 +
 tp/Texinfo/XS/main/errors.c          | 113 +++++++++++++++++++++++++++++++++--
 tp/Texinfo/XS/main/errors.h          |   4 ++
 tp/Texinfo/XS/teximakehtml.c         |  80 +++++++++----------------
 9 files changed, 274 insertions(+), 68 deletions(-)



reply via email to

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