emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 28 Feb 2002 18:55:18 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2480 emacs/src/ChangeLog:1.2481
*** emacs/src/ChangeLog:1.2480  Thu Feb 28 17:11:49 2002
--- emacs/src/ChangeLog Thu Feb 28 18:55:18 2002
***************
*** 1,3 ****
--- 1,18 ----
+ 2002-03-01  Kim F. Storm  <address@hidden>
+ 
+       * process.c (Qconnect, Qfailed): New variables.
+       (syms_of_process): Intern and staticpro them.
+       [NON_BLOCKING_CONNECT]: New conditional.
+       (connect_wait_mask, num_pending_connects): New variables.
+       (status_message): Convert Qfailed status.
+       (Fopen_network_stream): Added support for non-blocking connect.
+       New optional args: filter, sentinel, non_blocking.  Doc updated.
+       [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
+       (deactivate_process): Handle pending non-blocking connect.
+       (wait_reading_process_input): Poll for status of non-blocking
+       connects.  Exec sentinel directly when connect succeeds.
+       (status_notify): Don't read process output if not yet connected.
+ 
  2002-02-28  Kim F. Storm  <address@hidden>
  
        * window.c: (minibuf_selected_window): Renamed from



reply via email to

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