Static checking by Sun C 5.12.
[bpt/emacs.git] / lib-src / ChangeLog
index 81876d8..6ecfb28 100644 (file)
@@ -1,3 +1,15 @@
+2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Static checking by Sun C 5.12.
+       * etags.c (analyse_regex): Omit unreachable code.
+
+       * movemail.c (main): Call umask on all systems.
+       This is OK since Emacs already assumes umask elsewhere.
+       Don't grant more read permissions than necessary.
+       The old 0333 dates back to before we called setuid,
+       so it was needed back then to ensure user-readability,
+       but 0377 should suffice now.
+
 2013-02-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * movemail.c (getenv): Remove decl (unused since 1994).