texinfo-commits
[Top][All Lists]
Advanced

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

master updated (1c4707a838 -> eff3c78e51)


From: Patrice Dumas
Subject: master updated (1c4707a838 -> eff3c78e51)
Date: Tue, 14 May 2024 07:46:28 -0400 (EDT)

pertusus pushed a change to branch master.

    from 1c4707a838 * tp/Texinfo/XS/parsetexi/api.c (reset_parser_except_conf), 
tp/Texinfo/XS/parsetexi/input.c: remove input_reset_input_stack as it should 
never be useful.  There are debug messages in parse_texi if the input stack is 
not empty, if needed, the input stack variables could be reset there.
     new adc9571074 * tp/Texinfo/XS/parsetexi/api.c (parser_set_debug), 
tp/Texinfo/XS/parsetexi/debug_parser.c (set_debug_output): return the previous 
value.
     new eff3c78e51 * tp/Texinfo/ParserNonXS.pm (parse_texi_piece, 
parse_texi_line) (parse_texi_text, parse_texi_file), 
tp/Texinfo/XS/parsetexi/Parsetexi.pm (parse_texi_file) (parse_texi_piece, 
parse_texi_text, parse_texi_line): require a parser in argument of parse_texi_* 
instead of creating one if undef.  Do not export any function explicitly.


Summary of changes:
 ChangeLog                                    | 29 ++++++++++++++++++++
 Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm | 22 +++++++++------
 Pod-Simple-Texinfo/pod2texi.pl               |  4 +--
 tp/TODO                                      |  7 +++++
 tp/Texinfo/ParserNonXS.pm                    | 40 ++++++++--------------------
 tp/Texinfo/XS/main/translations.c            |  7 +++--
 tp/Texinfo/XS/parsetexi/Parsetexi.pm         | 27 ++++---------------
 tp/Texinfo/XS/parsetexi/api.c                |  4 +--
 tp/Texinfo/XS/parsetexi/api.h                |  2 +-
 tp/Texinfo/XS/parsetexi/debug_parser.c       |  4 ++-
 tp/Texinfo/XS/parsetexi/debug_parser.h       |  2 +-
 tp/t/accents.t                               |  5 ++--
 tp/t/automatic_nodes.t                       |  3 ++-
 tp/t/index_before_item.t                     |  5 ++--
 tp/t/protect_character_in_texinfo.t          |  8 +++---
 tp/t/test_brace_count.t                      |  5 ++--
 tp/t/test_fill_gaps_in_sectioning.t          |  5 ++--
 tp/t/test_is_content_empty.t                 | 10 ++++---
 tp/t/test_protect_contents.t                 |  5 ++--
 tp/t/test_sort.t                             |  5 ++--
 tp/t/test_tree_copy.t                        |  3 +--
 21 files changed, 113 insertions(+), 89 deletions(-)



reply via email to

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