texinfo-commits
[Top][All Lists]
Advanced

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

master updated (09f8c253ac -> 86832f51c2)


From: Patrice Dumas
Subject: master updated (09f8c253ac -> 86832f51c2)
Date: Wed, 24 Jan 2024 17:51:16 -0500 (EST)

pertusus pushed a change to branch master.

    from 09f8c253ac * tp/Texinfo/Convert/Plaintext.pm (add_newline_if_needed): 
Implement checking end of a string for newline using "use bytes".
     new 7926d3bf10 * tp/Texinfo/DocumentXS.pm (BEGIN), tp/Texinfo/IndicesXS.pm 
(BEGIN), tp/Texinfo/StructTransfXS.pm (BEGIN): set the Texinfo::XSLoader::init 
fallback_module module argument to undef when there is no actual fallback 
module.
     new 492151f896 * tp/Texinfo/Convert/ConvertXS.pm (BEGIN), 
tp/Texinfo/Convert/Paragraph.pm (BEGIN), tp/Texinfo/DocumentXS.pm (BEGIN), 
tp/Texinfo/IndicesXS.pm (BEGIN), tp/Texinfo/MiscXS.pm (BEGIN), 
tp/Texinfo/Parser.pm (BEGIN), tp/Texinfo/StructTransfXS.pm (BEGIN): leave out 
Texinfo::XSLoader::init warning and fatal message arguments when they are undef.
     new 86832f51c2 * tp/Texinfo/XSLoader.pm (init): if fallback module is not 
set, return undef instead of calling die.  For many XS modules there is no perl 
module fallback, instead, if the perl methods are used instead of the XS 
methods the output should be fine.  For the other cases, the return value of 
init should be checked.


Summary of changes:
 ChangeLog                          | 38 ++++++++++++++++++++++++++++++++++++++
 tp/Texinfo/Common.pm               |  7 ++++---
 tp/Texinfo/Convert/ConvertXS.pm    |  6 +++---
 tp/Texinfo/Convert/Converter.pm    |  4 +++-
 tp/Texinfo/Convert/Paragraph.pm    |  5 -----
 tp/Texinfo/Convert/PlainTexinfo.pm |  3 ++-
 tp/Texinfo/Convert/Text.pm         |  6 ++++--
 tp/Texinfo/Document.pm             |  2 --
 tp/Texinfo/DocumentXS.pm           |  7 +------
 tp/Texinfo/IndicesXS.pm            |  4 +---
 tp/Texinfo/MiscXS.pm               |  2 --
 tp/Texinfo/Parser.pm               |  5 -----
 tp/Texinfo/StructTransfXS.pm       |  8 ++++----
 tp/Texinfo/Transformations.pm      |  2 +-
 tp/Texinfo/XSLoader.pm             | 13 ++++++++++---
 15 files changed, 71 insertions(+), 41 deletions(-)



reply via email to

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