+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
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"
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/exit.html}
-Gnulib module: exit
+Gnulib module: stdlib
Portability problems fixed by Gnulib:
@itemize
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.h>
License:
-GPL
+LGPLv2+
Maintainer:
Bruno Haible
-