aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-08-06 16:29:45 -0400
committerGlenn Morris2012-08-06 16:29:45 -0400
commit1db4583ad26f5052002a8a0869b69a02056717a3 (patch)
tree84957bb0fb79e544971ae2f9d4cdacf90abbfb1d /src/ChangeLog
parent1c6f11f42ac2afa209124ce06e64b7a0461d7bdd (diff)
downloademacs-1db4583ad26f5052002a8a0869b69a02056717a3.tar.gz
emacs-1db4583ad26f5052002a8a0869b69a02056717a3.zip
Guard against potential configure bug wrt HAVE_GETWD
* configure.ac (BROKEN_GETWD) [unixware]: New define. * src/sysdep.c: Respect BROKEN_GETWD.
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 ec3f08fc6a0..5bccda264b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-08-06 Glenn Morris <rgm@gnu.org> 12012-08-06 Glenn Morris <rgm@gnu.org>
2 2
3 * sysdep.c: Respect BROKEN_GETWD.
4
3 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT): 5 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
4 Let configure handle it. 6 Let configure handle it.
5 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it. 7 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.