changeset 14671:1d6606adcbd8

exit: Remove module. * NEWS: Document removal of 'exit'. * modules/exit: Remove file.
author Simon Josefsson <simon@josefsson.org>
date Mon, 02 May 2011 08:45:02 +0200
parents ca87903bda34
children 258142b2fe00
files ChangeLog NEWS modules/exit
diffstat 3 files changed, 8 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@
 
 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.
 
deleted file mode 100644
--- a/modules/exit
+++ /dev/null
@@ -1,26 +0,0 @@
-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