texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7944] pseudotty move code out of conditional block


From: gavinsmith0123
Subject: [7944] pseudotty move code out of conditional block
Date: Mon, 28 Aug 2017 16:46:32 -0400 (EDT)

Revision: 7944
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7944
Author:   gavin
Date:     2017-08-28 16:46:31 -0400 (Mon, 28 Aug 2017)
Log Message:
-----------
pseudotty move code out of conditional block

Modified Paths:
--------------
    trunk/ChangeLog

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-08-28 20:44:38 UTC (rev 7943)
+++ trunk/ChangeLog     2017-08-28 20:46:31 UTC (rev 7944)
@@ -1,3 +1,12 @@
+2017-08-28  Gavin Smith  <address@hidden>
+
+       * info/pseudotty.c: Open slave end of pseudoterminal outside of 
+       a conditional block so that it will be open even if that block 
+       is not executed.  Otherwise we could fail to turn off the 
+       special interpretation of some characters (C-u, C-s) to the 
+       terminal in time, leading some tests to fail.  Assaf Gordon 
+       reported test failures for several platforms.
+
 2017-08-27  Gavin Smith  <address@hidden>
 
        * pretest 6.4.91




reply via email to

[Prev in Thread] Current Thread [Next in Thread]