texlive[73801] Build/source/texk: euptexdir: \ignoreprimitiveerror

commits+hironobu at tug.org commits+hironobu at tug.org
Sun Feb 9 09:07:06 CET 2025


Revision: 73801
          https://tug.org/svn/texlive?view=revision&revision=73801
Author:   hironobu
Date:     2025-02-09 09:07:05 +0100 (Sun, 09 Feb 2025)
Log Message:
-----------
euptexdir: \ignoreprimitiveerror formatting

Modified Paths:
--------------
    trunk/Build/source/texk/README
    trunk/Build/source/texk/web2c/euptexdir/ChangeLog
    trunk/Build/source/texk/web2c/euptexdir/suppresserrors.ch

Modified: trunk/Build/source/texk/README
===================================================================
--- trunk/Build/source/texk/README	2025-02-09 07:39:47 UTC (rev 73800)
+++ trunk/Build/source/texk/README	2025-02-09 08:07:05 UTC (rev 73801)
@@ -1,5 +1,5 @@
 $Id$
-Copyright 2006-2024 TeX Users Group.
+Copyright 2006-2025 TeX Users Group.
 You may freely use, modify and/or distribute this file.
 
 This TeX Live directory contains the programs that use the kpathsea
@@ -54,7 +54,7 @@
   dvipdfmx and xdvipdfmx.
     old info: https://project.ktug.org/dvipdfmx/
 
-dvipng 1.17 - checked 5feb25
+dvipng 1.18 - checked 5feb25
   https://mirror.ctan.org/dviware/dvipng/
   aka https://mirror.ctan.org/dviware/dvipng.zip
 

Modified: trunk/Build/source/texk/web2c/euptexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/euptexdir/ChangeLog	2025-02-09 07:39:47 UTC (rev 73800)
+++ trunk/Build/source/texk/web2c/euptexdir/ChangeLog	2025-02-09 08:07:05 UTC (rev 73801)
@@ -1,3 +1,8 @@
+2025-02-09  Hironobu Yamashita  <h.y.acetaminophen at gmail.com>
+
+	* suppresserrors.ch: Format \ignoreprimitiveerror printing
+	as in pdfTeX and XeTeX.
+
 2025-02-02  TANAKA Takuji  <ttk at t-lab.opal.ne.jp>
 
 	* euptex-{ofm,prntknj}.test, tests/eup-ofm.{tex,log},

Modified: trunk/Build/source/texk/web2c/euptexdir/suppresserrors.ch
===================================================================
--- trunk/Build/source/texk/web2c/euptexdir/suppresserrors.ch	2025-02-09 07:39:47 UTC (rev 73800)
+++ trunk/Build/source/texk/web2c/euptexdir/suppresserrors.ch	2025-02-09 08:07:05 UTC (rev 73801)
@@ -25,8 +25,8 @@
 @d print_ignored_err(#)==begin if interaction=error_stop_mode then
   wake_up_terminal;
   if file_line_error_style_p then print_file_line
-  else print_nl("! ");
-  print_nl("ignored error: "); print(#);
+  else print_nl("");
+  print("ignored error: "); print(#);
   end
 @z
 



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