exit: Obsolete module, use stdlib instead.
authorIan Beckwith <ianb@erislabs.net>
Mon, 8 Mar 2010 02:45:23 +0000 (02:45 +0000)
committerIan Beckwith <ianb@erislabs.net>
Mon, 8 Mar 2010 02:45:23 +0000 (02:45 +0000)
(cherry picked from commit fa93ceab8152b5382d328d2c5e6347e53b291cd0)

Conflicts:

ChangeLog

ChangeLog
NEWS
doc/posix-functions/exit.texi
modules/exit

index f6d7e64..23d0e38 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  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
 
        copy-acl: enhance Solaris ACL error handling
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
-