changeset 5820:aec0a1f23054

(Depends-on): Add stdbool.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 06 May 2005 17:22:45 +0000
parents 16b0f8ffe787
children bbadae943797
files ChangeLog modules/argmatch modules/backupfile modules/chdir-long modules/closeout modules/cycle-check modules/dirname modules/fnmatch modules/fsusage modules/fwriteerror modules/getcwd modules/getloadavg modules/hard-locale modules/makepath modules/mountlist modules/nanosleep modules/posixtm modules/quotearg modules/readtokens modules/readtokens0 modules/readutmp modules/save-cwd modules/strftime modules/userspec modules/utimecmp modules/xgetcwd modules/xnanosleep modules/xstrtod modules/yesno
diffstat 29 files changed, 59 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* modules/argmatch (Depends-on): Add stdbool.
+	* modules/backupfile (Depends-on): Likewise.
+	* modules/chdir-long (Depends-on): Likewise.
+	* modules/closeout (Depends-on): Likewise.
+	* modules/cycle-check (Depends-on): Likewise.
+	* modules/dirname (Depends-on): Likewise.
+	* modules/fnmatch (Depends-on): Likewise.
+	* modules/fsusage (Depends-on): Likewise.
+	* modules/fwriteerror (Depends-on): Likewise.
+	* modules/getcwd (Depends-on): Likewise.
+	* modules/getloadavg (Depends-on): Likewise.
+	* modules/hard-locale (Depends-on): Likewise.
+	* modules/makepath (Depends-on): Likewise.
+	* modules/mountlist (Depends-on): Likewise.
+	* modules/nanosleep (Depends-on): Likewise.
+	* modules/posixtm (Depends-on): Likewise.
+	* modules/quotearg (Depends-on): Likewise.
+	* modules/readtokens (Depends-on): Likewise.
+	* modules/readtokens0 (Depends-on): Likewise.
+	* modules/readutmp (Depends-on): Likewise.
+	* modules/save-cwd (Depends-on): Likewise.
+	* modules/strftime (Depends-on): Likewise.
+	* modules/userspec (Depends-on): Likewise.
+	* modules/utimecmp (Depends-on): Likewise.
+	* modules/xgetcwd (Depends-on): Likewise.
+	* modules/xnanosleep (Depends-on): Likewise.
+	* modules/xstrtod (Depends-on): Likewise.
+	* modules/yesno (Depends-on): Likewise.
+
 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* modules/getloadavg (Depends-on): Add unistd-safer.
--- a/modules/argmatch
+++ b/modules/argmatch
@@ -12,6 +12,7 @@
 quote
 exit
 exitfail
+stdbool
 
 configure.ac:
 
@@ -26,4 +27,3 @@
 
 Maintainer:
 all
-
--- a/modules/backupfile
+++ b/modules/backupfile
@@ -12,6 +12,7 @@
 Depends-on:
 argmatch
 dirname
+stdbool
 
 configure.ac:
 gl_BACKUPFILE
--- a/modules/chdir-long
+++ b/modules/chdir-long
@@ -10,6 +10,7 @@
 openat
 mempcpy
 memrchr
+stdbool
 
 configure.ac:
 gl_FUNC_CHDIR_LONG
--- a/modules/closeout
+++ b/modules/closeout
@@ -13,6 +13,7 @@
 quotearg
 fpending
 exitfail
+stdbool
 
 configure.ac:
 gl_CLOSEOUT
--- a/modules/cycle-check
+++ b/modules/cycle-check
@@ -7,6 +7,7 @@
 lib/dev-ino.h
 
 Depends-on:
+stdbool
 
 configure.ac:
 
@@ -21,4 +22,3 @@
 
 Maintainer:
 Jim Meyering
-
--- a/modules/dirname
+++ b/modules/dirname
@@ -11,6 +11,7 @@
 
 Depends-on:
 xalloc
+stdbool
 
 configure.ac:
 gl_DIRNAME
--- a/modules/fnmatch
+++ b/modules/fnmatch
@@ -10,6 +10,7 @@
 
 Depends-on:
 alloca
+stdbool
 
 configure.ac:
 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
--- a/modules/fsusage
+++ b/modules/fsusage
@@ -12,6 +12,7 @@
 
 Depends-on:
 full-read
+stdbool
 
 configure.ac:
 gl_FSUSAGE
--- a/modules/fwriteerror
+++ b/modules/fwriteerror
@@ -6,6 +6,7 @@
 lib/fwriteerror.c
 
 Depends-on:
+stdbool
 
 configure.ac:
 
--- a/modules/getcwd
+++ b/modules/getcwd
@@ -11,6 +11,7 @@
 Depends-on:
 mempcpy
 extensions
+stdbool
 
 configure.ac:
 gl_FUNC_GETCWD
--- a/modules/getloadavg
+++ b/modules/getloadavg
@@ -9,6 +9,7 @@
 cloexec
 xalloc
 c-strtod
+stdbool
 unistd-safer
 
 configure.ac:
--- a/modules/hard-locale
+++ b/modules/hard-locale
@@ -7,6 +7,7 @@
 m4/hard-locale.m4
 
 Depends-on:
+stdbool
 strdup
 
 configure.ac:
--- a/modules/makepath
+++ b/modules/makepath
@@ -16,6 +16,7 @@
 error
 quote
 stat-macros
+stdbool
 
 configure.ac:
 gl_MAKEPATH
--- a/modules/mountlist
+++ b/modules/mountlist
@@ -9,6 +9,7 @@
 m4/mountlist.m4
 
 Depends-on:
+stdbool
 xalloc
 
 configure.ac:
--- a/modules/nanosleep
+++ b/modules/nanosleep
@@ -7,6 +7,7 @@
 
 Depends-on:
 timespec
+stdbool
 
 configure.ac:
 gl_FUNC_NANOSLEEP
@@ -21,4 +22,3 @@
 
 Maintainer:
 Jim Meyering
-
--- a/modules/posixtm
+++ b/modules/posixtm
@@ -8,6 +8,7 @@
 
 Depends-on:
 mktime
+stdbool
 
 configure.ac:
 gl_POSIXTM
--- a/modules/quotearg
+++ b/modules/quotearg
@@ -11,6 +11,7 @@
 Depends-on:
 xalloc
 gettext
+stdbool
 
 configure.ac:
 gl_QUOTEARG
--- a/modules/readtokens
+++ b/modules/readtokens
@@ -8,6 +8,7 @@
 
 Depends-on:
 xalloc
+stdbool
 
 configure.ac:
 gl_READTOKENS
--- a/modules/readtokens0
+++ b/modules/readtokens0
@@ -7,6 +7,7 @@
 
 Depends-on:
 obstack
+stdbool
 
 configure.ac:
 
@@ -21,4 +22,3 @@
 
 Maintainer:
 Jim Meyering
-
--- a/modules/readutmp
+++ b/modules/readutmp
@@ -8,6 +8,7 @@
 
 Depends-on:
 xalloc
+stdbool
 
 configure.ac:
 gl_READUTMP
--- a/modules/save-cwd
+++ b/modules/save-cwd
@@ -10,6 +10,7 @@
 chdir-long
 unistd-safer
 xgetcwd
+stdbool
 
 configure.ac:
 gl_SAVE_CWD
--- a/modules/strftime
+++ b/modules/strftime
@@ -11,6 +11,7 @@
 Depends-on:
 time_r
 tzset
+stdbool
 
 configure.ac:
 gl_FUNC_GNU_STRFTIME
--- a/modules/userspec
+++ b/modules/userspec
@@ -14,6 +14,7 @@
 xstrtol
 strdup
 gettext
+stdbool
 
 configure.ac:
 gl_USERSPEC
--- a/modules/utimecmp
+++ b/modules/utimecmp
@@ -12,6 +12,7 @@
 timespec
 utimens
 xalloc
+stdbool
 
 configure.ac:
 gl_UTIMECMP
--- a/modules/xgetcwd
+++ b/modules/xgetcwd
@@ -9,6 +9,7 @@
 Depends-on:
 getcwd
 xalloc
+stdbool
 
 configure.ac:
 gl_XGETCWD
--- a/modules/xnanosleep
+++ b/modules/xnanosleep
@@ -9,6 +9,7 @@
 
 Depends-on:
 timespec
+stdbool
 
 configure.ac:
 gl_XNANOSLEEP
--- a/modules/xstrtod
+++ b/modules/xstrtod
@@ -7,6 +7,7 @@
 m4/xstrtod.m4
 
 Depends-on:
+stdbool
 
 configure.ac:
 gl_XSTRTOD
@@ -22,4 +23,3 @@
 
 Maintainer:
 Jim Meyering
-
--- a/modules/yesno
+++ b/modules/yesno
@@ -9,6 +9,7 @@
 
 Depends-on:
 rpmatch
+stdbool
 
 configure.ac:
 gl_YESNO