texinfo-commits
[Top][All Lists]
Advanced

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

[7539] _parse_texi call labels_information


From: gavinsmith0123
Subject: [7539] _parse_texi call labels_information
Date: Fri, 9 Dec 2016 21:39:00 +0000 (UTC)

Revision: 7539
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7539
Author:   gavin
Date:     2016-12-09 21:39:00 +0000 (Fri, 09 Dec 2016)
Log Message:
-----------
_parse_texi call labels_information

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Parser.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-12-07 20:45:09 UTC (rev 7538)
+++ trunk/ChangeLog     2016-12-09 21:39:00 UTC (rev 7539)
@@ -1,3 +1,14 @@
+2016-12-09  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Parser.pm (_parse_texi): Call 'labels_information' 
+       to initialize some data for the first time.
+
+2016-12-08  Gavin Smith  <address@hidden>
+
+       * info/t/Init-inter.inc: Always use ':' as the path separator, 
+       instead of trying to check whether ';' should be used.  Ken Brown
+       reported that this check was broken due to an undefined variable.
+
 2016-12-07  Gavin Smith  <address@hidden>
 
        * info/t/Init-inter.inc: Use mkfifo instead of mknod for better 

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2016-12-07 20:45:09 UTC (rev 7538)
+++ trunk/tp/Texinfo/Parser.pm  2016-12-09 21:39:00 UTC (rev 7539)
@@ -5498,6 +5498,9 @@
     }
     @{$self->{'context_stack'}} = ($self->{'context'});
   }
+
+  # Call 'labels_information' to initialize labels.
+  my $labels = labels_information($self);
   return $root;
 }
 




reply via email to

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