summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-15 20:01:02 +0000
committerKarl Berry <karl@freefriends.org>2022-03-15 20:01:02 +0000
commit664dc1f78cafa6dae96ff3bad0b0c4a5906dc9c2 (patch)
tree53e0391ee52c3edf78b49c3a729e7de84d441a15 /Build
parentbd1be3fc4dd3c9add0933864e8aa65390cb71fc6 (diff)
texlogsieve (15mar22)
git-svn-id: svn://tug.org/texlive/trunk@62723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve b/Build/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve
index 206387c8e6c..d1917ff99ea 100755
--- a/Build/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve
+++ b/Build/source/texk/texlive/linked_scripts/texlogsieve/texlogsieve
@@ -1002,7 +1002,7 @@ Options:
--version
if vars.version then
- print("texlogsieve 1.1.1")
+ print("texlogsieve 1.1.2")
print("Copyright (C) 2021, 2022 Nelson Lago <lago@ime.usp.br>")
print("License GPLv3+: GNU GPL version 3 or later "
.. "<https://gnu.org/licenses/gpl.html>.")
@@ -2544,6 +2544,7 @@ beginningOfLineDebugStringsHandler.patterns = {
'^%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,12 +2587,14 @@ beginningOfLineDebugStringsHandler.patterns = {
-- 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',
'^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 @@ function closeSquareBracketHandler:canDoit(position)
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