texlive[53135] Build/source/texk/web2c: with bibtex -terse, just log

commits+karl at tug.org commits+karl at tug.org
Sun Dec 15 18:51:39 CET 2019


Revision: 53135
          http://tug.org/svn/texlive?view=revision&revision=53135
Author:   karl
Date:     2019-12-15 18:51:39 +0100 (Sun, 15 Dec 2019)
Log Message:
-----------
with bibtex -terse, just log "A level-N auxiliary file" intead of print

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/bibtex.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2019-12-15 00:53:20 UTC (rev 53134)
+++ trunk/Build/source/texk/web2c/ChangeLog	2019-12-15 17:51:39 UTC (rev 53135)
@@ -1,3 +1,8 @@
+2019-12-15  Karl Berry  <karl at freefriends.org>
+
+	* bibtex.ch (Open this .aux file [141]): if -terse,
+	only log the "A level-N auxiliary file" message, instead of print.
+
 2019-12-10  Hironori KITAGAWA  <h_kitagawa2001 at yahoo.co.jp>
 
 	* ac/web2c.ac (etex, ptex, eptex, uptex, euptex, pdftex): use zlib.
@@ -8409,6 +8414,7 @@
 
 	* bibtex.ch (10/main program): exit with bad status if history >
 	  warning_message.
+
 Mon Feb 21 14:50:08 1994  Karl Berry  (karl at cs.umb.edu)
 
 	* Makefile.in: srcdir changes from simon.

Modified: trunk/Build/source/texk/web2c/bibtex.ch
===================================================================
--- trunk/Build/source/texk/web2c/bibtex.ch	2019-12-15 00:53:20 UTC (rev 53134)
+++ trunk/Build/source/texk/web2c/bibtex.ch	2019-12-15 17:51:39 UTC (rev 53135)
@@ -1024,7 +1024,7 @@
         end;
 @z
 
-% [142] Don't pad with blanks, terminate with null.
+% [141] Don't pad with blanks, terminate with null.
 % Don't use a path to search for subsidiary aux files,
 % but do check the directory of the main .aux file.
 % 
@@ -1049,6 +1049,14 @@
     ) then
 @z
 
+ at x [still 141] Be silent unless verbose.
+print ('A level-',aux_ptr:0,' auxiliary file: ');
+print_aux_name;
+ at y
+log_pr ('A level-',aux_ptr:0,' auxiliary file: ');
+log_pr_aux_name;
+ at z
+
 % [152] This goto gets turned into a setjmp/longjmp by ./convert --
 % unfortunately, it is a nonlocal goto.  ekrell at ulysses.att.com
 % implemented the conversion.



More information about the tex-live-commits mailing list