Mercurial > emacs
comparison src/ChangeLog @ 43599:b227905067b6
Added support for non-blocking connect.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 28 Feb 2002 23:55:18 +0000 |
parents | 078c962a35f1 |
children | 5f4fc7c4085c |
comparison
equal
deleted
inserted
replaced
43598:f49377cf2e3c | 43599:b227905067b6 |
---|---|
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 |
4 Vminibuf_selected_window. Users changed. | 19 Vminibuf_selected_window. Users changed. |
5 (syms_of_window): Staticpro it. | 20 (syms_of_window): Staticpro it. |