* NEWS: Document removal of 'exit'.
* modules/exit: Remove file.
+2011-05-02 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS: Document removal of 'exit'.
+ * modules/exit: Remove file.
+
2011-05-01 Bruno Haible <bruno@clisp.org>
Update DEPENDENCIES.
Date Modules Changes
+2011-05-02 exit The module is removed. It was deprecated
+ on 2010-03-05. Use 'stdlib' directly instead.
+
2011-04-27 mgetgroups The 'xgetgroups' function has been split into
a new 'xgetgroups' module.
+++ /dev/null
-Description:
-exit() function: program termination.
-
-Status:
-obsolete
-
-Notice:
-This module is obsolete. It will be removed on 2011-01-01. Use 'stdlib'.
-
-Files:
-
-Depends-on:
-stdlib
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdlib.h>
-
-License:
-LGPLv2+
-
-Maintainer:
-Bruno Haible