texlive[56746] Build/source/texk/kpathsea: improve wording

commits+kakuto at tug.org commits+kakuto at tug.org
Sat Oct 24 12:32:29 CEST 2020


Revision: 56746
          http://tug.org/svn/texlive?view=revision&revision=56746
Author:   kakuto
Date:     2020-10-24 12:32:28 +0200 (Sat, 24 Oct 2020)
Log Message:
-----------
improve wording

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/knj.c
    trunk/Build/source/texk/kpathsea/readable.c

Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2020-10-23 23:55:17 UTC (rev 56745)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2020-10-24 10:32:28 UTC (rev 56746)
@@ -1,7 +1,8 @@
 2020-10-24  Akira Kakuto  <kakuto at w32tex.org>
 
-	* readable.c, knj.c: More than one directory separators in
-	filename+2 should not exist in \\?\ form of absolute path.
+	* readable.c, knj.c: More than one adjacent directory
+	separators in filename+2 should not exist in \\?\ form of
+	absolute path.
 
 2020-08-26  Karl Berry  <karl at tug.org>
 

Modified: trunk/Build/source/texk/kpathsea/knj.c
===================================================================
--- trunk/Build/source/texk/kpathsea/knj.c	2020-10-23 23:55:17 UTC (rev 56745)
+++ trunk/Build/source/texk/kpathsea/knj.c	2020-10-24 10:32:28 UTC (rev 56746)
@@ -127,7 +127,8 @@
   Windows, if it really exists and input name is given in
   full-absolute path in a command line.
   /./ , /../, \.\, \..\ should be excluded. (2020/06/06)
-  More than one directory separators should be excluded. (2020/10/24)
+  More than one adjacent directory separators should be
+  excluded. (2020/10/24)
 */
     fnn = xmalloc(len + 10);
     p = strstr(filename, ".\\");
@@ -205,7 +206,8 @@
   Windows, if it really exists and input name is given in
   full-absolute path in a command line.
   /./ , /../, \.\, \..\ should be excluded. (2020/06/06)
-  More than one directory separators should be excluded. (2020/10/24)
+  More than one adjacent directory separators should be
+  excluded. (2020/10/24)
 */
     fnn = xmalloc(len + 10);
     p = strstr(filename, ".\\");

Modified: trunk/Build/source/texk/kpathsea/readable.c
===================================================================
--- trunk/Build/source/texk/kpathsea/readable.c	2020-10-23 23:55:17 UTC (rev 56745)
+++ trunk/Build/source/texk/kpathsea/readable.c	2020-10-24 10:32:28 UTC (rev 56746)
@@ -51,7 +51,8 @@
   Windows, if it really exists and input name is given in
   full-absolute path in a command line.
   /../, /./, \..\, \.\ should be excluded (2020/06/06)
-  More than one directory separators should be excluded. (2020/10/24)
+  More than one adjacent directory separators should be
+  excluded. (2020/10/24)
 */
   p = strstr(fn, ".\\");
   if (!p) {



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