aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Brown2013-08-15 12:37:15 -0400
committerKen Brown2013-08-15 12:37:15 -0400
commit0fe73012cda7153f85cff32db8df442a0859fa5b (patch)
tree27f37c1b0d7b4e3e9eba3df00bcf5ca9d72651c2 /src/ChangeLog
parent691a357f3afffc2f40a6f04dea072933dcdf8bc0 (diff)
downloademacs-0fe73012cda7153f85cff32db8df442a0859fa5b.tar.gz
emacs-0fe73012cda7153f85cff32db8df442a0859fa5b.zip
Revert last change to gmalloc.c; update some comments.
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 46591eb1952..c12b32ebc71 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-08-15 Ken Brown <kbrown@cornell.edu>
2
3 * emacs.c (main): Update comment about G_SLICE_ALWAYS_MALLOC.
4 * gmalloc.c (memalign) [CYGWIN]: Revert last change; it's not
5 needed.
6
12013-08-15 Paul Eggert <eggert@cs.ucla.edu> 72013-08-15 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Fix minor problems found by static checking. 9 Fix minor problems found by static checking.