exit: Remove module.
authorSimon Josefsson <simon@josefsson.org>
Mon, 2 May 2011 06:45:02 +0000 (08:45 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 2 May 2011 06:45:02 +0000 (08:45 +0200)
* NEWS: Document removal of 'exit'.
* modules/exit: Remove file.

ChangeLog
NEWS
modules/exit [deleted file]

index fba5f00..58b9dd0 100644 (file)
--- 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.
diff --git a/NEWS b/NEWS
index b693a33..8674ed8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ User visible incompatible changes
 
 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.
 
diff --git a/modules/exit b/modules/exit
deleted file mode 100644 (file)
index 18899f2..0000000
+++ /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