diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-24 14:39:07 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-24 14:39:07 -0500 |
commit | 61bdb81653dfc35e6f702dd1e40026c332bbd75c (patch) | |
tree | 48a99f478a8cd6f267feb0ddcdcefcd51229fb38 /src/ChangeLog.11 | |
parent | 3a7d293b09b188490accc799d09b55237841d118 (diff) | |
download | emacs-61bdb81653dfc35e6f702dd1e40026c332bbd75c.tar.gz |
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog.11')
-rw-r--r-- | src/ChangeLog.11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index e8bfd964312..2e5404779b1 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 @@ -533,8 +533,8 @@ * deps.mk (getloadavg.o): Remove; gnulib now does this. * lisp.h (getloadavg) [!defined HAVE_GETLOADAVG]: Remove; gnulib now does this. - * src/s/freebsd.h (HAVE_GETLOADAVG): Remove; gnulib now does this. - * src/s/netbsd.h (HAVE_GETLOADAVG): Likewise. + * s/freebsd.h (HAVE_GETLOADAVG): Remove; gnulib now does this. + * s/netbsd.h (HAVE_GETLOADAVG): Likewise. * config.in: Regenerate. 2011-02-15 Eli Zaretskii <eliz@gnu.org> @@ -12539,7 +12539,7 @@ 2009-06-23 Jim Meyering <meyering@redhat.com> - * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): + * ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap pointer dereferences are guaranteed to be valid. |