aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-11-06 21:37:49 -0800
committerPaul Eggert2011-11-06 21:37:49 -0800
commitca78dc431fff3bc2a4f33f2a0fc1449608568d23 (patch)
tree852659f64eee8bd5aa0e53736d8dcfdde793d8ed /src/ChangeLog
parent3c6702ef8a797bff39c6e1e4440efab84ca3b8cf (diff)
downloademacs-ca78dc431fff3bc2a4f33f2a0fc1449608568d23.tar.gz
emacs-ca78dc431fff3bc2a4f33f2a0fc1449608568d23.zip
* alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
This is also needed for porting to any host where GC_MARK_STACK is not GC_MAKE_GCPROS_NOOPS. (which_symbols): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4058054ec02..3711292ad35 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-11-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
4 This is also needed for porting to any host where GC_MARK_STACK is
5 not GC_MAKE_GCPROS_NOOPS.
6 (which_symbols): Use it.
7
12011-11-07 Kenichi Handa <handa@m17n.org> 82011-11-07 Kenichi Handa <handa@m17n.org>
2 9
3 * coding.c (coding_set_destination): Check coding->src_pos only 10 * coding.c (coding_set_destination): Check coding->src_pos only