diff options
| author | Kim F. Storm | 2002-02-28 23:55:18 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-02-28 23:55:18 +0000 |
| commit | 81d5af8b094141856cd50c523d5d723978c2a62b (patch) | |
| tree | 606f8df655cac1aa05e786c2fe4aff9df467a1f5 /src | |
| parent | dd2a17ab8b7d44b6ab3500c45d03972799833e65 (diff) | |
| download | emacs-81d5af8b094141856cd50c523d5d723978c2a62b.tar.gz emacs-81d5af8b094141856cd50c523d5d723978c2a62b.zip | |
Added support for non-blocking connect.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 22b6a3bea72..53709a496c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2002-03-01 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * process.c (Qconnect, Qfailed): New variables. | ||
| 4 | (syms_of_process): Intern and staticpro them. | ||
| 5 | [NON_BLOCKING_CONNECT]: New conditional. | ||
| 6 | (connect_wait_mask, num_pending_connects): New variables. | ||
| 7 | (status_message): Convert Qfailed status. | ||
| 8 | (Fopen_network_stream): Added support for non-blocking connect. | ||
| 9 | New optional args: filter, sentinel, non_blocking. Doc updated. | ||
| 10 | [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code. | ||
| 11 | (deactivate_process): Handle pending non-blocking connect. | ||
| 12 | (wait_reading_process_input): Poll for status of non-blocking | ||
| 13 | connects. Exec sentinel directly when connect succeeds. | ||
| 14 | (status_notify): Don't read process output if not yet connected. | ||
| 15 | |||
| 1 | 2002-02-28 Kim F. Storm <storm@cua.dk> | 16 | 2002-02-28 Kim F. Storm <storm@cua.dk> |
| 2 | 17 | ||
| 3 | * window.c: (minibuf_selected_window): Renamed from | 18 | * window.c: (minibuf_selected_window): Renamed from |