texlive[65545] trunk: texfot (15jan23)
commits+karl at tug.org
commits+karl at tug.org
Sun Jan 15 21:53:22 CET 2023
Revision: 65545
http://tug.org/svn/texlive?view=revision&revision=65545
Author: karl
Date: 2023-01-15 21:53:22 +0100 (Sun, 15 Jan 2023)
Log Message:
-----------
texfot (15jan23)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl
trunk/Master/texmf-dist/doc/man/man1/texfot.1
trunk/Master/texmf-dist/doc/man/man1/texfot.man1.pdf
trunk/Master/texmf-dist/scripts/texfot/texfot.pl
Modified: trunk/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl 2023-01-15 06:04:13 UTC (rev 65544)
+++ trunk/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl 2023-01-15 20:53:22 UTC (rev 65545)
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+# $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
# Invoke a TeX command, filtering all but interesting terminal output;
# do not look at the log or check any output files.
# Exit status is that of the subprogram.
@@ -8,7 +8,7 @@
#
# Public domain. Originally written 2014 by Karl Berry.
-my $ident = '$Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $';
+my $ident = '$Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $';
(my $prg = $0) =~ s,^.*/,,;
select STDERR; $| = 1; # no buffering
select STDOUT; $| = 1;
@@ -192,7 +192,7 @@
|No\ pages\ of\ output
|\(.*end\ occurred\ inside\ a\ group
|(Und|Ov)erfull
- |(LaTeX|Package|Class).*(Error|Warning)
+ |(LaTeX|Package|Class|Module).*(Error|Warning)
|.*Citation.*undefined
|.*\ Error # as in \Url Error ->...
|Missing\ character: # good to show (need \tracinglostchars=1)
@@ -457,6 +457,6 @@
bug reports. It has no home page beyond the package page on CTAN:
L<https://ctan.org/pkg/texfot>.
- $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+ $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
=cut
Modified: trunk/Master/texmf-dist/doc/man/man1/texfot.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/texfot.1 2023-01-15 06:04:13 UTC (rev 65544)
+++ trunk/Master/texmf-dist/doc/man/man1/texfot.1 2023-01-15 20:53:22 UTC (rev 65545)
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "TEXFOT 1"
-.TH TEXFOT 1 "2022-09-24" "texfot" "Karl Berry"
+.TH TEXFOT 1 "2022-12-16" "texfot" "Karl Berry"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -356,5 +356,5 @@
<https://ctan.org/pkg/texfot>.
.PP
.Vb 1
-\& $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+\& $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
.Ve
Modified: trunk/Master/texmf-dist/doc/man/man1/texfot.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/texfot/texfot.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texfot/texfot.pl 2023-01-15 06:04:13 UTC (rev 65544)
+++ trunk/Master/texmf-dist/scripts/texfot/texfot.pl 2023-01-15 20:53:22 UTC (rev 65545)
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+# $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
# Invoke a TeX command, filtering all but interesting terminal output;
# do not look at the log or check any output files.
# Exit status is that of the subprogram.
@@ -8,7 +8,7 @@
#
# Public domain. Originally written 2014 by Karl Berry.
-my $ident = '$Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $';
+my $ident = '$Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $';
(my $prg = $0) =~ s,^.*/,,;
select STDERR; $| = 1; # no buffering
select STDOUT; $| = 1;
@@ -192,7 +192,7 @@
|No\ pages\ of\ output
|\(.*end\ occurred\ inside\ a\ group
|(Und|Ov)erfull
- |(LaTeX|Package|Class).*(Error|Warning)
+ |(LaTeX|Package|Class|Module).*(Error|Warning)
|.*Citation.*undefined
|.*\ Error # as in \Url Error ->...
|Missing\ character: # good to show (need \tracinglostchars=1)
@@ -457,6 +457,6 @@
bug reports. It has no home page beyond the package page on CTAN:
L<https://ctan.org/pkg/texfot>.
- $Id: texfot,v 1.47 2022/09/24 16:38:13 karl Exp $
+ $Id: texfot,v 1.48 2022/12/16 02:15:30 karl Exp $
=cut
More information about the tex-live-commits
mailing list.