texlive[55567] Build/source/texk/web2c: [CWEB] Translate another
commits+ascherer at tug.org
commits+ascherer at tug.org
Tue Jun 16 18:53:02 CEST 2020
Revision: 55567
http://tug.org/svn/texlive?view=revision&revision=55567
Author: ascherer
Date: 2020-06-16 18:53:02 +0200 (Tue, 16 Jun 2020)
Log Message:
-----------
[CWEB] Translate another message string in CTANGLE.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/ChangeLog
trunk/Build/source/texk/web2c/ctangleboot.cin
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog 2020-06-16 15:27:35 UTC (rev 55566)
+++ trunk/Build/source/texk/web2c/ChangeLog 2020-06-16 16:53:02 UTC (rev 55567)
@@ -1,3 +1,7 @@
+2020-06-16 Andreas Scherer <https://ascherer.github.io>
+
+ * ctangleboot.cin: Regenerate boot module.
+
2020-06-15 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
* gftodvi.ch: Suppress a compiler warning.
Modified: trunk/Build/source/texk/web2c/ctangleboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/ctangleboot.cin 2020-06-16 15:27:35 UTC (rev 55566)
+++ trunk/Build/source/texk/web2c/ctangleboot.cin 2020-06-16 16:53:02 UTC (rev 55567)
@@ -840,7 +840,7 @@
char in_buf[BUFSIZ+1];
int in_size,comparison= true;
if((check_file= fopen(check_file_name,"r"))==NULL)
-fatal("! Cannot open output file ",check_file_name);
+fatal(_("! Cannot open output file "),check_file_name);
/*:107*/
@@ -880,7 +880,7 @@
char in_buf[BUFSIZ+1];
int in_size,comparison= true;
if((check_file= fopen(check_file_name,"r"))==NULL)
-fatal("! Cannot open output file ",check_file_name);
+fatal(_("! Cannot open output file "),check_file_name);
/*:107*/
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2020-06-16 15:27:35 UTC (rev 55566)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2020-06-16 16:53:02 UTC (rev 55567)
@@ -1,5 +1,6 @@
2020-06-16 Andreas Scherer <https://ascherer.github.io>
+ * ctang-w2c.ch: Translate another message string.
* ctwill-w2c.ch,
* prod-twill.w: Page breaks for CWILL format. Fix final header.
* texinputs/pdfctimac.tex: Alternative comment font (9pt).
Modified: trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch 2020-06-16 15:27:35 UTC (rev 55566)
+++ trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch 2020-06-16 16:53:02 UTC (rev 55567)
@@ -893,7 +893,7 @@
char in_buf[BUFSIZ+1];
int in_size,comparison=true;
if((check_file=fopen(check_file_name,"r"))==NULL)
- fatal("! Cannot open output file ",check_file_name);
+ fatal(_("! Cannot open output file "),check_file_name);
@.Cannot open output file@>
@* Put ``version'' information in a single spot.
More information about the tex-live-commits
mailing list.