texlive[62723] trunk: texlogsieve (15mar22)

commits+karl at tug.org commits+karl at tug.org
Tue Mar 15 21:01:02 CET 2022


Revision: 62723
          http://tug.org/svn/texlive?view=revision&revision=62723
Author:   karl
Date:     2022-03-15 21:01:02 +0100 (Tue, 15 Mar 2022)
Log Message:
-----------
texlogsieve (15mar22)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve
    trunk/Master/texmf-dist/doc/man/man1/texlogsieve.1
    trunk/Master/texmf-dist/doc/man/man1/texlogsieve.man1.pdf
    trunk/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf
    trunk/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex
    trunk/Master/texmf-dist/scripts/texlogsieve/texlogsieve

Modified: trunk/Build/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve	2022-03-15 19:59:39 UTC (rev 62722)
+++ trunk/Build/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve	2022-03-15 20:01:02 UTC (rev 62723)
@@ -1002,7 +1002,7 @@
 
   --version
   if vars.version then
-      print("texlogsieve 1.1.1")
+      print("texlogsieve 1.1.2")
       print("Copyright (C) 2021, 2022 Nelson Lago <lago at ime.usp.br>")
       print("License GPLv3+: GNU GPL version 3 or later "
             .. "<https://gnu.org/licenses/gpl.html>.")
@@ -2544,6 +2544,7 @@
   '^%s*restricted system commands enabled%.',
   '^%s*entering extended mode',
   '^%s*restricted \\write18 enabled%.',
+  '^%s*\\write18 enabled%.',
   '^%s*%%%&%-line parsing enabled%.',
 
   -- Two diferent ways of saying "**jobname":
@@ -2586,6 +2587,7 @@
   -- there may be dots in the path, so we need to
   -- anchor the final dot to the end of the line
   '^luaotfload | conf : Root cache directory is "?[^"]-"?%.$',
+  '^luaotfload | db : Font names database loaded from .-%.luc%.gz',
   '^luaotfload | db : Font names database loaded from .-%.luc',
   '^luaotfload | cache : Lookup cache loaded from .-%.luc%.',
   '^luaotfload | main : initialization completed in [%d%.]+ seconds',
@@ -2592,6 +2594,7 @@
 
   '^Lua%-only attribute.-=%s*%S+',
   "^Inserting %b`' at position .- in %b`'%.",
+  "^Removing +%b`' from %b`'%.",
 
   "^For additional information on amsmath, use the `%?' option%.",
 
@@ -3725,7 +3728,7 @@
   if position == 0 then return true, {first = first} end
 
   local linenum = 0
-  local pending = openFiles:size()
+  local pending = shipouts:size()
   local unpaired = 0
 
   while linenum < position do

Modified: trunk/Master/texmf-dist/doc/man/man1/texlogsieve.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/texlogsieve.1	2022-03-15 19:59:39 UTC (rev 62722)
+++ trunk/Master/texmf-dist/doc/man/man1/texlogsieve.1	2022-03-15 20:01:02 UTC (rev 62723)
@@ -1,4 +1,4 @@
-.TH TEXLOGSIEVE "1" "March 2022" "texlogsieve 1.1.1" "User Commands"
+.TH TEXLOGSIEVE "1" "March 2022" "texlogsieve 1.1.2" "User Commands"
 
 .SH NAME
 

Modified: trunk/Master/texmf-dist/doc/man/man1/texlogsieve.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex	2022-03-15 19:59:39 UTC (rev 62722)
+++ trunk/Master/texmf-dist/doc/support/texlogsieve/texlogsieve.tex	2022-03-15 20:01:02 UTC (rev 62723)
@@ -73,13 +73,14 @@
 \changes{1.1.0}{2022/03/04}{Print warning in the summary when there are
                             error messages}
 \changes{1.1.0}{2022/03/04}{Do not lose messages if the file is truncated}
-\changes{1.1.1}{2022/03/05}{Fix error in scope variable}
+\changes{1.1.1}{2022/03/05}{Fix error in variable scope}
+\changes{1.1.2}{2022/03/14}{Fix bug unwrapping lines starting with ``]''}
 
 \begin{document}
 
 \title{\textsf{texlogsieve}:\thanks{This document
-corresponds to \textsf{texlogsieve}~1.1.1,
-dated~2022-03-05.}\\[.3\baselineskip]
+corresponds to \textsf{texlogsieve}~1.1.2,
+dated~2022-03-14.}\\[.3\baselineskip]
 {\normalsize(yet another program to)\\[-.6\baselineskip]}
 {\large filter and summarize \LaTeX\ log files}
 }

Modified: trunk/Master/texmf-dist/scripts/texlogsieve/texlogsieve
===================================================================
--- trunk/Master/texmf-dist/scripts/texlogsieve/texlogsieve	2022-03-15 19:59:39 UTC (rev 62722)
+++ trunk/Master/texmf-dist/scripts/texlogsieve/texlogsieve	2022-03-15 20:01:02 UTC (rev 62723)
@@ -1002,7 +1002,7 @@
 
   --version
   if vars.version then
-      print("texlogsieve 1.1.1")
+      print("texlogsieve 1.1.2")
       print("Copyright (C) 2021, 2022 Nelson Lago <lago at ime.usp.br>")
       print("License GPLv3+: GNU GPL version 3 or later "
             .. "<https://gnu.org/licenses/gpl.html>.")
@@ -2544,6 +2544,7 @@
   '^%s*restricted system commands enabled%.',
   '^%s*entering extended mode',
   '^%s*restricted \\write18 enabled%.',
+  '^%s*\\write18 enabled%.',
   '^%s*%%%&%-line parsing enabled%.',
 
   -- Two diferent ways of saying "**jobname":
@@ -2586,6 +2587,7 @@
   -- there may be dots in the path, so we need to
   -- anchor the final dot to the end of the line
   '^luaotfload | conf : Root cache directory is "?[^"]-"?%.$',
+  '^luaotfload | db : Font names database loaded from .-%.luc%.gz',
   '^luaotfload | db : Font names database loaded from .-%.luc',
   '^luaotfload | cache : Lookup cache loaded from .-%.luc%.',
   '^luaotfload | main : initialization completed in [%d%.]+ seconds',
@@ -2592,6 +2594,7 @@
 
   '^Lua%-only attribute.-=%s*%S+',
   "^Inserting %b`' at position .- in %b`'%.",
+  "^Removing +%b`' from %b`'%.",
 
   "^For additional information on amsmath, use the `%?' option%.",
 
@@ -3725,7 +3728,7 @@
   if position == 0 then return true, {first = first} end
 
   local linenum = 0
-  local pending = openFiles:size()
+  local pending = shipouts:size()
   local unpaired = 0
 
   while linenum < position do



More information about the tex-live-commits mailing list.