* TODO: Remove char/unsigned char, long long, IRIX unexelf.c.

The first two are done, and IRIX support has been dropped.
This commit is contained in:
Paul Eggert 2014-09-29 22:49:54 -07:00
parent 491bdec705
commit 2b2e7e6607
2 changed files with 5 additions and 9 deletions

View file

@ -1,3 +1,8 @@
2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
* TODO: Remove char/unsigned char, long long, IRIX unexelf.c.
The first two are done, and IRIX support has been dropped.
2014-09-29 Eli Zaretskii <eliz@gnu.org>
* refcards/ru-refcard.tex: Bump version to 25.0.50.

View file

@ -531,12 +531,6 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
[Basic support added 2013/10:
http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00904.html ]
** Eliminate the storm of warnings concerning char/unsigned char
mismatches that we get with GCC 4.x and proprietary compilers on
various systems. They make it difficult to spot the important warnings.
** Fix anything necessary to use `long long' EMACS_INTs with GCC.
** Split out parts of lisp.h.
** Update the FAQ.
@ -1337,9 +1331,6 @@ for vc-rcs-update-changelog.
** a two-char comment-starter whose two chars are symbol constituents will
not be noticed if it appears within a word.
** Fix unexelf.c to handle the .data.rel and .data.rel.local
sections made by GCC 3.4 on IRIX.
This file is part of GNU Emacs.