aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-08-20 19:48:10 +0300
committerEli Zaretskii2012-08-20 19:48:10 +0300
commit72279493cc35c01b488884687fcbe0a0d12beaa5 (patch)
treecdd2eca3fc5fe7993ae682e2aed4764ec140e163 /src/ChangeLog
parent487a247f1d48faac2aa789baddd5ee5d7fa28d4a (diff)
downloademacs-72279493cc35c01b488884687fcbe0a0d12beaa5.tar.gz
emacs-72279493cc35c01b488884687fcbe0a0d12beaa5.zip
Improve MS-Windows related commentary and log entry for 2012-08-19T21:00:09Z!eggert@cs.ucla.edu.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1e25015da20..bdfb4e3fcb1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -42,6 +42,8 @@
42 Rely on <config.h> + <unistd.h> to declare 'environ', 42 Rely on <config.h> + <unistd.h> to declare 'environ',
43 as gnulib does this if the system doesn't. 43 as gnulib does this if the system doesn't.
44 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]: 44 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
45 Remove declaration. MS-Windows declares it on stdlib.h which is
46 included by conf_post.h.
45 * emacs.c (environ) [DOUG_LEA_MALLOC]: 47 * emacs.c (environ) [DOUG_LEA_MALLOC]:
46 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl. 48 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
47 * vm-limit.c: Include <unistd.h>, for 'environ'. 49 * vm-limit.c: Include <unistd.h>, for 'environ'.