[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_document_sta
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_document_state_initialization): initialize explicitely 'current_part'. |
Date: |
Sat, 18 May 2024 16:33:51 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new b50e2304e5 * tp/Texinfo/ParserNonXS.pm
(%parser_document_state_initialization): initialize explicitely 'current_part'.
b50e2304e5 is described below
commit b50e2304e5e1ab1edfbb3b534a6526d19d91cd02
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat May 18 22:33:55 2024 +0200
* tp/Texinfo/ParserNonXS.pm (%parser_document_state_initialization):
initialize explicitely 'current_part'.
---
ChangeLog | 5 +++++
tp/Texinfo/ParserNonXS.pm | 1 +
2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index b44f9626b8..f432ca674f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-18 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/ParserNonXS.pm (%parser_document_state_initialization):
+ initialize explicitely 'current_part'.
+
2024-05-18 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/parsetexi/parser.c (parse_texi): set a document
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 10ecda31ea..566a97dde2 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -159,6 +159,7 @@ my %parser_document_state_initialization = (
'source_mark_counters' => {}, #
'current_node' => undef, # last seen node.
'current_section' => undef, # last seen section.
+ 'current_part' => undef, # last seen part.
);
my %parsing_state_initialization = (
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_document_state_initialization): initialize explicitely 'current_part'.,
Patrice Dumas <=