emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (3c586e1 -> 0bbf00c)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (3c586e1 -> 0bbf00c)
Date: Thu, 15 Sep 2016 22:55:34 +0000 (UTC)

eggert pushed a change to branch master.

      from  3c586e1   Rework fixing Bug#24432
       new  8f4b6a2   Update from gnulib
       new  0bbf00c   Prefer now-standard int width macros


Summary of changes:
 .gitignore           |    1 +
 doc/misc/texinfo.tex |  203 ++++++--------
 lib/ftoastr.h        |    2 +-
 lib/gnulib.mk        |   29 ++
 lib/intprops.h       |   15 +-
 lib/limits.in.h      |   63 +++++
 lib/stdint.in.h      |  747 +++++++++++++++++++++++++++-----------------------
 m4/extensions.m4     |   44 ++-
 m4/gnulib-comp.m4    |    4 +
 m4/limits-h.m4       |   29 ++
 m4/stdint.m4         |   48 ++--
 m4/stdio_h.m4        |    6 +-
 m4/sys_types_h.m4    |   27 +-
 nt/gnulib.mk         |   29 ++
 src/data.c           |   28 +-
 src/gmalloc.c        |    5 +-
 src/image.c          |    8 +-
 src/indent.c         |   10 +-
 src/lisp.h           |   24 +-
 src/lread.c          |    3 +-
 src/sysdep.c         |    4 +-
 src/term.c           |    2 +-
 src/w32proc.c        |    2 +-
 src/xfaces.c         |    3 +-
 src/xfns.c           |    2 +-
 src/xselect.c        |    4 +-
 src/xterm.c          |    5 +-
 27 files changed, 802 insertions(+), 545 deletions(-)
 create mode 100644 lib/limits.in.h
 create mode 100644 m4/limits-h.m4



reply via email to

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