From: Paul Eggert Date: Tue, 30 Sep 2014 05:49:54 +0000 (-0700) Subject: * TODO: Remove char/unsigned char, long long, IRIX unexelf.c. X-Git-Tag: emacs-25.0.90~2635^2~679^2~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b2e7e6607f41cf7ad07d9e00d4e9ee833560958;p=emacs.git * TODO: Remove char/unsigned char, long long, IRIX unexelf.c. The first two are done, and IRIX support has been dropped. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index d87964b6bd2..05f4dcade27 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2014-09-30 Paul Eggert + + * 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 * refcards/ru-refcard.tex: Bump version to 25.0.50. diff --git a/etc/TODO b/etc/TODO index c38efd6aca3..ccd00e51218 100644 --- a/etc/TODO +++ b/etc/TODO @@ -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.