changeset 12908:13e6892eb21b

exit: Obsolete module, use stdlib instead.
author Simon Josefsson <simon@josefsson.org>
date Fri, 05 Mar 2010 07:51:36 +0100
parents 41c34f933d77
children 86f1ff71881a
files ChangeLog NEWS doc/posix-functions/exit.texi modules/exit
diffstat 4 files changed, 19 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@
 
 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"
--- a/doc/posix-functions/exit.texi
+++ b/doc/posix-functions/exit.texi
@@ -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
--- a/modules/exit
+++ b/modules/exit
@@ -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 @@
 <stdlib.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
-