emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107409: ChangeLog fixes


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107409: ChangeLog fixes
Date: Fri, 24 Feb 2012 14:39:07 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107409
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-24 14:39:07 -0500
message:
  ChangeLog fixes
modified:
  src/ChangeLog
  src/ChangeLog.11
  src/ChangeLog.7
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-02-24 08:34:09 +0000
+++ b/src/ChangeLog     2012-02-24 19:39:07 +0000
@@ -6764,7 +6764,7 @@
        conversion specifiers.  For example, use "...%"pI"d..." rather
        than "...%"pEd"...".
        (pEd): Remove.  All uses replaced with similar uses of pI.
-       * src/m/amdx86-64.h, src/m/ia64.h, src/m/ibms390x.h: Likewise.
+       * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
        * alloc.c (check_pure_size): Don't overflow by converting size to int.
        * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
        * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
@@ -7746,8 +7746,7 @@
        Without this change, on typical 64-bit hosts error ("...%d...", N)
        was used to print both 32- and 64-bit integers N, which relied on
        undefined behavior.
-       * lisp.h, src/m/amdx86-64.h, src/m/ia64.h, src/m/ibms390x.h (pEd):
-       New macro.
+       * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
        * lisp.h (error, verror): Mark as printf-like functions.
        * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
        Report overflow in size calculations when allocating printf buffer.

=== modified file 'src/ChangeLog.11'
--- a/src/ChangeLog.11  2012-01-10 17:32:19 +0000
+++ b/src/ChangeLog.11  2012-02-24 19:39:07 +0000
@@ -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  <address@hidden>
@@ -12539,7 +12539,7 @@
 
 2009-06-23  Jim Meyering  <address@hidden>
 
-       * 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.
 

=== modified file 'src/ChangeLog.7'
--- a/src/ChangeLog.7   2012-01-19 07:21:25 +0000
+++ b/src/ChangeLog.7   2012-02-24 19:39:07 +0000
@@ -331,7 +331,7 @@
 
 1998-07-30  Paul Eggert  <address@hidden>
 
-       * src/Makefile.in (widget.o, xfns.o, xmenu.o):
+       * Makefile.in (widget.o, xfns.o, xmenu.o):
        Prepend $(srcdir)/ to rule dependencies outside this dir.
 
 1998-07-29  Kenichi Handa  <address@hidden>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]