texinfo-commits
[Top][All Lists]
Advanced

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

master updated (f73f236 -> ac04776)


From: Patrice Dumas
Subject: master updated (f73f236 -> ac04776)
Date: Tue, 31 Aug 2021 04:29:58 -0400 (EDT)

pertusus pushed a change to branch master.

    from f73f236  * tp/Texinfo/XS/parsetexi/Parsetexi.pm (parse_texi_file): 
internationalize error message.
     new 901dd88  * tp/Texinfo/Transformations.pm (_print_down_menus): remove 
unused argument.
     new 3c50435  * tp/Texinfo/Common.pm: remove comments.
     new 1660c11  * tp/Texinfo/XSLoader.pm (init): pass warnings and die if the 
require of perl module associated with XS parser failed.
     new ac04776  * tp/Texinfo/Report.pm (new, gdt), tp/Texinfo/ParserNonXS.pm 
(_line_warn, _line_error) (_setup_parser, simple_parser, parse_texi_file, 
registered_errors), tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser, _get_errors) 
(registered_errors), texi2any.pl: do not initialize parsers as Texinfo::Report 
objects, instead create a new Texinfo::Report object in Texinfo::Report::new, 
and pass it from the parsers using registered_errors().


Summary of changes:
 ChangeLog                                      | 24 +++++++++++++
 tp/TODO                                        |  1 -
 tp/Texinfo/Common.pm                           |  7 +---
 tp/Texinfo/ParserNonXS.pm                      | 48 +++++++++++++++++++++-----
 tp/Texinfo/Report.pm                           | 28 ++++++++-------
 tp/Texinfo/Transformations.pm                  | 11 +++---
 tp/Texinfo/XS/parsetexi/Parsetexi.pm           | 22 ++++++++----
 tp/Texinfo/XSLoader.pm                         |  4 +++
 tp/t/test_protect_hashchar_at_line_beginning.t |  6 ++--
 tp/t/test_utils.pl                             | 19 +++++-----
 tp/texi2any.pl                                 | 30 +++++++++-------
 11 files changed, 136 insertions(+), 64 deletions(-)



reply via email to

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