[latex3-commits] [l3svn] branch master updated: l3build: Use \write128 for logging

noreply at latex-project.org noreply at latex-project.org
Wed Nov 18 11:53:39 CET 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  cf97ede   l3build: Use \write128 for logging
cf97ede is described below

commit cf97edeb8090d9213fc1845508cd92c5d7b6a63e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Nov 18 10:52:40 2015 +0000

    l3build: Use \write128 for logging
    
    This *should* be OK with LuaTeX in the future as well as
    other engines. (At present on Windows 128 isn't working with
    LuaTEX v0.85 but that's going to be fixed before it's released
    I think.)
---
 l3build/l3build.dtx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 6da0088..589faa9 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1103,13 +1103,10 @@
 % A long version of |\typeout|, because tests may contain |\par| tokens.
 % Besides, with that |\TYPE|, we can do |\TYPE { ... \TRUE ... \NEWLINE ... }|.
 %    \begin{macrocode}
-\ifx\@unused\@undefined
-  \chardef\@unused 128 %
-\fi
 \long\def\LONGTYPEOUT#1{%
   \begingroup
     \long\def\TYPE##1{##1}%
-    \immediate\write\@unused{#1}%
+    \immediate\write128{#1}%
   \endgroup
 }
 \let\TYPE\LONGTYPEOUT

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list