Mark 'atexit' obsolete.
authorBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 15:24:05 +0000 (16:24 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 15:24:05 +0000 (16:24 +0100)
ChangeLog
modules/atexit
modules/chdir-long
modules/wait-process

index e1bbd99..e66e20e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-11-02  Bruno Haible  <bruno@clisp.org>
 
+       Mark 'atexit' obsolete.
+       * modules/atexit (Status, Notice): New sections.
+       * modules/chdir-long (Depends-on): Add atexit.
+       * modules/wait-process (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
        * gnulib-tool: New option --with-obsolete.
        (func_usage): Document it.
        (func_modules_transitive_closure): Drop obsolete dependencies if
index adce14d..5bb202e 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 atexit() function: register a function to be called at program termination.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/atexit.c
 m4/atexit.m4
index 8b0d551..f9cb402 100644 (file)
@@ -7,6 +7,7 @@ lib/chdir-long.c
 m4/chdir-long.m4
 
 Depends-on:
+atexit
 fchdir
 fcntl
 openat
index 447e580..0670bda 100644 (file)
@@ -16,6 +16,7 @@ gettext-h
 stdbool
 sys_wait
 unistd
+atexit
 
 configure.ac:
 gl_WAIT_PROCESS