emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106465: (wait_reading_process_output


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106465: (wait_reading_process_output): Add comment and URL.
Date: Mon, 21 Nov 2011 21:39:44 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106465
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-21 21:39:44 +0100
message:
  (wait_reading_process_output): Add comment and URL.
modified:
  src/ChangeLog
  src/process.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-11-21 18:21:42 +0000
+++ b/src/ChangeLog     2011-11-21 20:39:44 +0000
@@ -2,6 +2,7 @@
 
        * process.c (wait_reading_process_output): Fix asynchrounous
        GnuTLS socket handling on some versions of the GnuTLS library.
+       (wait_reading_process_output): Add comment and URL.
 
 2011-11-21  Jan Djärv  <address@hidden>
 

=== modified file 'src/process.c'
--- a/src/process.c     2011-11-21 18:21:42 +0000
+++ b/src/process.c     2011-11-21 20:39:44 +0000
@@ -4625,7 +4625,11 @@
              if (! wait_proc)
                {
                  /* We're not waiting on a specific process, so loop
-                    through all the channels and check for data. */
+                    through all the channels and check for data.
+                    This is a workaround needed for some versions of
+                    the gnutls library -- 2.12.14 has been confirmed
+                    to need it.  See
+                    http://comments.gmane.org/gmane.emacs.devel/145074 */
                  struct Lisp_Process *proc;
                  for (channel = 0; channel < MAXDESC; ++channel)
                    {


reply via email to

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