texinfo-commits
[Top][All Lists]
Advanced

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

master updated (8beaaacffb -> a78fb6d64e)


From: Patrice Dumas
Subject: master updated (8beaaacffb -> a78fb6d64e)
Date: Tue, 1 Oct 2024 12:40:08 -0400 (EDT)

pertusus pushed a change to branch master.

    from 8beaaacffb * tp/Texinfo/XS/main/document.c 
(remove_document_descriptor): call unregister_document_hv.
     new ffe3ae8e59 * tp/Texinfo/XS/parsetexi/input.c (set_input_encoding) 
(parser_reset_encoding_list): use the general input_conversions from utils.c in 
the parser.  Remove parser_input_conversions.  Do not call reset_encoding_list 
in parser_reset_encoding_list such that conversion code can reuse the converter 
setup for the parsing.
     new 7d69b4e9e9 * tp/Texinfo/XS/parsetexi/input.c (set_input_encoding) 
(encode_file_name): use encode_string to encode the file name.  Remove 
reverse_iconv.
     new a78fb6d64e * tp/Texinfo/XS/parsetexi/input.c (set_input_encoding) 
(encode_file_name): add filename_encoding_conversion to cache the encoding 
conversion like reverse_iconv did previously.  Reset in set_input_encoding.  
Call directly encode_with_iconv instead of encode_string.


Summary of changes:
 ChangeLog                       | 22 ++++++++++++++++
 tp/Texinfo/XS/parsetexi/api.c   |  3 ---
 tp/Texinfo/XS/parsetexi/input.c | 58 ++++++++++++++++++-----------------------
 3 files changed, 47 insertions(+), 36 deletions(-)



reply via email to

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