exit: Obsolete module, use stdlib instead.
authorSimon Josefsson <simon@josefsson.org>
Fri, 5 Mar 2010 06:51:36 +0000 (07:51 +0100)
committerSimon Josefsson <simon@josefsson.org>
Fri, 5 Mar 2010 06:51:36 +0000 (07:51 +0100)
ChangeLog
NEWS
doc/posix-functions/exit.texi
modules/exit

index 12dc75c..6a5c340 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-05  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/exit (License): Relax license to LGPLv2+.
+       (Status): Mark as obsolete.
+       * NEWS: Mention deprecated 'exit' module.
+       * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
+       of now obsolete 'exit'.
+
 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        fts-lgpl: remove unused module
diff --git a/NEWS b/NEWS
index 72b2b58..ad639dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2010-03-05  exit            This module is deprecated, use 'stdlib' directly
+                            instead.  It will be removed 2011-01-01.
+
 2009-12-13  sublist         The module does not define functions any more that
                             call xalloc_die() in out-of-memory situations. Use
                             module 'xsublist' and include file "gl_xsublist.h"
index 74d13ae..e196e2a 100644 (file)
@@ -4,7 +4,7 @@
 
 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exit.html}
 
-Gnulib module: exit
+Gnulib module: stdlib
 
 Portability problems fixed by Gnulib:
 @itemize
index 4de69b7..18899f2 100644 (file)
@@ -1,6 +1,12 @@
 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:
@@ -14,8 +20,7 @@ Include:
 <stdlib.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
-