aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-24 14:39:07 -0500
committerGlenn Morris2012-02-24 14:39:07 -0500
commit61bdb81653dfc35e6f702dd1e40026c332bbd75c (patch)
tree48a99f478a8cd6f267feb0ddcdcefcd51229fb38
parent3a7d293b09b188490accc799d09b55237841d118 (diff)
downloademacs-61bdb81653dfc35e6f702dd1e40026c332bbd75c.tar.gz
emacs-61bdb81653dfc35e6f702dd1e40026c332bbd75c.zip
ChangeLog fixes
-rw-r--r--src/ChangeLog5
-rw-r--r--src/ChangeLog.116
-rw-r--r--src/ChangeLog.72
3 files changed, 6 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8e439f1a1d4..d35c65266cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6764,7 +6764,7 @@
6764 conversion specifiers. For example, use "...%"pI"d..." rather 6764 conversion specifiers. For example, use "...%"pI"d..." rather
6765 than "...%"pEd"...". 6765 than "...%"pEd"...".
6766 (pEd): Remove. All uses replaced with similar uses of pI. 6766 (pEd): Remove. All uses replaced with similar uses of pI.
6767 * src/m/amdx86-64.h, src/m/ia64.h, src/m/ibms390x.h: Likewise. 6767 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
6768 * alloc.c (check_pure_size): Don't overflow by converting size to int. 6768 * alloc.c (check_pure_size): Don't overflow by converting size to int.
6769 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast. 6769 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
6770 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort. 6770 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
@@ -7746,8 +7746,7 @@
7746 Without this change, on typical 64-bit hosts error ("...%d...", N) 7746 Without this change, on typical 64-bit hosts error ("...%d...", N)
7747 was used to print both 32- and 64-bit integers N, which relied on 7747 was used to print both 32- and 64-bit integers N, which relied on
7748 undefined behavior. 7748 undefined behavior.
7749 * lisp.h, src/m/amdx86-64.h, src/m/ia64.h, src/m/ibms390x.h (pEd): 7749 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
7750 New macro.
7751 * lisp.h (error, verror): Mark as printf-like functions. 7750 * lisp.h (error, verror): Mark as printf-like functions.
7752 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work. 7751 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
7753 Report overflow in size calculations when allocating printf buffer. 7752 Report overflow in size calculations when allocating printf buffer.
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 @@
533 * deps.mk (getloadavg.o): Remove; gnulib now does this. 533 * deps.mk (getloadavg.o): Remove; gnulib now does this.
534 * lisp.h (getloadavg) [!defined HAVE_GETLOADAVG]: Remove; gnulib 534 * lisp.h (getloadavg) [!defined HAVE_GETLOADAVG]: Remove; gnulib
535 now does this. 535 now does this.
536 * src/s/freebsd.h (HAVE_GETLOADAVG): Remove; gnulib now does this. 536 * s/freebsd.h (HAVE_GETLOADAVG): Remove; gnulib now does this.
537 * src/s/netbsd.h (HAVE_GETLOADAVG): Likewise. 537 * s/netbsd.h (HAVE_GETLOADAVG): Likewise.
538 * config.in: Regenerate. 538 * config.in: Regenerate.
539 539
5402011-02-15 Eli Zaretskii <eliz@gnu.org> 5402011-02-15 Eli Zaretskii <eliz@gnu.org>
@@ -12539,7 +12539,7 @@
12539 12539
125402009-06-23 Jim Meyering <meyering@redhat.com> 125402009-06-23 Jim Meyering <meyering@redhat.com>
12541 12541
12542 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): 12542 * ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
12543 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap 12543 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
12544 pointer dereferences are guaranteed to be valid. 12544 pointer dereferences are guaranteed to be valid.
12545 12545
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 891c1ca081a..91fe15663a7 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -331,7 +331,7 @@
331 331
3321998-07-30 Paul Eggert <eggert@twinsun.com> 3321998-07-30 Paul Eggert <eggert@twinsun.com>
333 333
334 * src/Makefile.in (widget.o, xfns.o, xmenu.o): 334 * Makefile.in (widget.o, xfns.o, xmenu.o):
335 Prepend $(srcdir)/ to rule dependencies outside this dir. 335 Prepend $(srcdir)/ to rule dependencies outside this dir.
336 336
3371998-07-29 Kenichi Handa <handa@etl.go.jp> 3371998-07-29 Kenichi Handa <handa@etl.go.jp>