aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-08-26 21:42:11 +0300
committerEli Zaretskii2013-08-26 21:42:11 +0300
commit6e9fb70cdf763da6d264932f14f5a67d354ec38d (patch)
tree8c9ecd47a5078c8b1c20662853a095523a7b1989 /src/ChangeLog
parentc160274456eb7bb09776b888f5274933f2ec2399 (diff)
downloademacs-6e9fb70cdf763da6d264932f14f5a67d354ec38d.tar.gz
emacs-6e9fb70cdf763da6d264932f14f5a67d354ec38d.zip
Fix MS-Windows build.
src/callproc.c: src/emacs.c: src/filelock.c: src/process.c: src/sysdep.c: src/w32.c: Reshuffle Windows-specific headers to avoid errors with redefinition of fd_set etc. src/process.c: Don't use num_pending_connects when NON_BLOCKING_CONNECT is not defined. src/sysselect.h: Move definitions of FD_* macros and of SELECT_TYPE here from w32.h. src/w32proc.c (sys_select): Adjust the argument types to what thread.h expects. nt/inc/sys/socket.h: Include stdint.h. Include sysselect.h instead of w32.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 70d722a02a4..a0682bdfd48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12013-08-26 Eli Zaretskii <eliz@gnu.org>
2
3 * callproc.c:
4 * emacs.c:
5 * filelock.c:
6 * process.c:
7 * sysdep.c:
8 * w32.c: Reshuffle Windows-specific headers to avoid errors with
9 redefinition of fd_set etc.
10
11 * process.c: Don't use num_pending_connects when
12 NON_BLOCKING_CONNECT is not defined.
13
14 * sysselect.h: Move definitions of FD_* macros and of SELECT_TYPE
15 here from w32.h.
16
17 * w32proc.c (sys_select): Adjust the argument types to what
18 thread.h expects.
19
12013-08-24 Eli Zaretskii <eliz@gnu.org> 202013-08-24 Eli Zaretskii <eliz@gnu.org>
2 21
3 * xdisp.c (get_next_display_element): Don't apply to characters 22 * xdisp.c (get_next_display_element): Don't apply to characters