]> git.eshelyaron.com Git - emacs.git/commitdiff
* TODO: Remove char/unsigned char, long long, IRIX unexelf.c.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Sep 2014 05:49:54 +0000 (22:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Sep 2014 05:49:54 +0000 (22:49 -0700)
The first two are done, and IRIX support has been dropped.

etc/ChangeLog
etc/TODO

index d87964b6bd29c65e1cf01caf907fc4946e91afe2..05f4dcade278ae44df35fcd4f87fb1a16401ae2a 100644 (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.
index c38efd6aca33ad0f980a122172e637e00c8beb19..ccd00e512186933ccbdfaf36c917a0253f011233 100644 (file)
--- 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.
-
 \f
 This file is part of GNU Emacs.