aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-19 10:54:26 -0700
committerPaul Eggert2013-07-19 10:54:26 -0700
commit4195afc389bb0e5ed5aa749e7606a710e07a72d1 (patch)
tree60dfc46ed7b1cc06d36faaa291ec0ae3fb020843 /src/ChangeLog
parenta1aeeffedd3b05a33bdd73737651debbda00cf5f (diff)
downloademacs-4195afc389bb0e5ed5aa749e7606a710e07a72d1.tar.gz
emacs-4195afc389bb0e5ed5aa749e7606a710e07a72d1.zip
* alloc.c (staticpro): Avoid buffer overrun on repeated calls.
(NSTATICS): Now a constant; doesn't need to be a macro.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 975bcaaba0e..73e24bcf829 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-07-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c (staticpro): Avoid buffer overrun on repeated calls.
4 (NSTATICS): Now a constant; doesn't need to be a macro.
5
12013-07-19 Richard Stallman <rms@gnu.org> 62013-07-19 Richard Stallman <rms@gnu.org>
2 7
3 * coding.c (decode_coding_utf_8): Add simple loop for fast 8 * coding.c (decode_coding_utf_8): Add simple loop for fast