aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-29 10:35:51 +0000
committerGerd Moellmann2001-03-29 10:35:51 +0000
commit176bc847137c3c61c2fc03edc9293aa3d2fb8548 (patch)
treeeeb4e71a6a76a14472eacd1040c5a39b994ac775 /src/ChangeLog
parent5f6c577179a59334cb0ce51246cf0387c4ab5bf9 (diff)
downloademacs-176bc847137c3c61c2fc03edc9293aa3d2fb8548.tar.gz
emacs-176bc847137c3c61c2fc03edc9293aa3d2fb8548.zip
(live_string_p, live_cons_p, live_symbol_p)
(live_float_p, live_misc_p): Return 1 only if the offset of the pointer in its block is >= 0.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9b9a5621068..6a487b123e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12001-03-29 Gerd Moellmann <gerd@gnu.org>
2
3 * alloc.c (live_string_p, live_cons_p, live_symbol_p)
4 (live_float_p, live_misc_p): Return 1 only if the offset of the
5 pointer in its block is >= 0.
6
12001-03-28 Paul Eggert <eggert@twinsun.com> 72001-03-28 Paul Eggert <eggert@twinsun.com>
2 8
3 * editfns.c (Ffloat_time): Fix off-by-factor-of-10 bug in the 9 * editfns.c (Ffloat_time): Fix off-by-factor-of-10 bug in the