diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-06 17:22:45 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-06 17:22:45 +0000 |
commit | d3e8c58c07934d00ff72d0dc32aa48a2c3667137 (patch) | |
tree | 866b0be57c2695e6c5604989ab62a0f50ac3d167 | |
parent | 49e0d57f8e99b2be5efdaf87863669825000b3e9 (diff) | |
download | gnulib-d3e8c58c07934d00ff72d0dc32aa48a2c3667137.tar.gz |
(Depends-on): Add stdbool.
-rw-r--r-- | ChangeLog | 31 | ||||
-rw-r--r-- | modules/argmatch | 2 | ||||
-rw-r--r-- | modules/backupfile | 1 | ||||
-rw-r--r-- | modules/chdir-long | 1 | ||||
-rw-r--r-- | modules/closeout | 1 | ||||
-rw-r--r-- | modules/cycle-check | 2 | ||||
-rw-r--r-- | modules/dirname | 1 | ||||
-rw-r--r-- | modules/fnmatch | 1 | ||||
-rw-r--r-- | modules/fsusage | 1 | ||||
-rw-r--r-- | modules/fwriteerror | 1 | ||||
-rw-r--r-- | modules/getcwd | 1 | ||||
-rw-r--r-- | modules/getloadavg | 1 | ||||
-rw-r--r-- | modules/hard-locale | 1 | ||||
-rw-r--r-- | modules/makepath | 1 | ||||
-rw-r--r-- | modules/mountlist | 1 | ||||
-rw-r--r-- | modules/nanosleep | 2 | ||||
-rw-r--r-- | modules/posixtm | 1 | ||||
-rw-r--r-- | modules/quotearg | 1 | ||||
-rw-r--r-- | modules/readtokens | 1 | ||||
-rw-r--r-- | modules/readtokens0 | 2 | ||||
-rw-r--r-- | modules/readutmp | 1 | ||||
-rw-r--r-- | modules/save-cwd | 1 | ||||
-rw-r--r-- | modules/strftime | 1 | ||||
-rw-r--r-- | modules/userspec | 1 | ||||
-rw-r--r-- | modules/utimecmp | 1 | ||||
-rw-r--r-- | modules/xgetcwd | 1 | ||||
-rw-r--r-- | modules/xnanosleep | 1 | ||||
-rw-r--r-- | modules/xstrtod | 2 | ||||
-rw-r--r-- | modules/yesno | 1 |
29 files changed, 59 insertions, 5 deletions
@@ -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. diff --git a/modules/argmatch b/modules/argmatch index 0c039652f2..27e2b7561e 100644 --- a/modules/argmatch +++ b/modules/argmatch @@ -12,6 +12,7 @@ quotearg quote exit exitfail +stdbool configure.ac: @@ -26,4 +27,3 @@ GPL Maintainer: all - diff --git a/modules/backupfile b/modules/backupfile index 15ff8f9e27..e8fde212fe 100644 --- a/modules/backupfile +++ b/modules/backupfile @@ -12,6 +12,7 @@ m4/backupfile.m4 Depends-on: argmatch dirname +stdbool configure.ac: gl_BACKUPFILE diff --git a/modules/chdir-long b/modules/chdir-long index c805d6efa8..1bff7fab0e 100644 --- a/modules/chdir-long +++ b/modules/chdir-long @@ -10,6 +10,7 @@ Depends-on: openat mempcpy memrchr +stdbool configure.ac: gl_FUNC_CHDIR_LONG diff --git a/modules/closeout b/modules/closeout index 4c5120fa5c..a030d452e1 100644 --- a/modules/closeout +++ b/modules/closeout @@ -13,6 +13,7 @@ error quotearg fpending exitfail +stdbool configure.ac: gl_CLOSEOUT diff --git a/modules/cycle-check b/modules/cycle-check index ccbdc1dcf5..8eca3e1e57 100644 --- a/modules/cycle-check +++ b/modules/cycle-check @@ -7,6 +7,7 @@ lib/cycle-check.h lib/dev-ino.h Depends-on: +stdbool configure.ac: @@ -21,4 +22,3 @@ GPL Maintainer: Jim Meyering - diff --git a/modules/dirname b/modules/dirname index ccf2a33290..c0ba7d7e11 100644 --- a/modules/dirname +++ b/modules/dirname @@ -11,6 +11,7 @@ m4/dirname.m4 Depends-on: xalloc +stdbool configure.ac: gl_DIRNAME diff --git a/modules/fnmatch b/modules/fnmatch index c8a930c449..15935c565e 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -10,6 +10,7 @@ m4/fnmatch.m4 Depends-on: alloca +stdbool configure.ac: # No macro. You should also use one of fnmatch-posix or fnmatch-gnu. diff --git a/modules/fsusage b/modules/fsusage index 9102d0e9fe..3a76b7a8ce 100644 --- a/modules/fsusage +++ b/modules/fsusage @@ -12,6 +12,7 @@ m4/fsusage.m4 Depends-on: full-read +stdbool configure.ac: gl_FSUSAGE diff --git a/modules/fwriteerror b/modules/fwriteerror index 66be2605cf..f03112e004 100644 --- a/modules/fwriteerror +++ b/modules/fwriteerror @@ -6,6 +6,7 @@ lib/fwriteerror.h lib/fwriteerror.c Depends-on: +stdbool configure.ac: diff --git a/modules/getcwd b/modules/getcwd index 1367c2ac0d..b80d7eb00d 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -11,6 +11,7 @@ m4/getcwd.m4 Depends-on: mempcpy extensions +stdbool configure.ac: gl_FUNC_GETCWD diff --git a/modules/getloadavg b/modules/getloadavg index 21881a43a2..b7192c30a6 100644 --- a/modules/getloadavg +++ b/modules/getloadavg @@ -9,6 +9,7 @@ Depends-on: cloexec xalloc c-strtod +stdbool unistd-safer configure.ac: diff --git a/modules/hard-locale b/modules/hard-locale index 7b8e203086..2f9810adf9 100644 --- a/modules/hard-locale +++ b/modules/hard-locale @@ -7,6 +7,7 @@ lib/hard-locale.c m4/hard-locale.m4 Depends-on: +stdbool strdup configure.ac: diff --git a/modules/makepath b/modules/makepath index 209fc2acb2..5dc5bf79e8 100644 --- a/modules/makepath +++ b/modules/makepath @@ -16,6 +16,7 @@ dirname error quote stat-macros +stdbool configure.ac: gl_MAKEPATH diff --git a/modules/mountlist b/modules/mountlist index 12a395abe2..91f388d9d7 100644 --- a/modules/mountlist +++ b/modules/mountlist @@ -9,6 +9,7 @@ m4/fstypename.m4 m4/mountlist.m4 Depends-on: +stdbool xalloc configure.ac: diff --git a/modules/nanosleep b/modules/nanosleep index e0d3d8559e..51165f991a 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -7,6 +7,7 @@ m4/nanosleep.m4 Depends-on: timespec +stdbool configure.ac: gl_FUNC_NANOSLEEP @@ -21,4 +22,3 @@ GPL Maintainer: Jim Meyering - diff --git a/modules/posixtm b/modules/posixtm index 517127b472..06af4c8385 100644 --- a/modules/posixtm +++ b/modules/posixtm @@ -8,6 +8,7 @@ m4/posixtm.m4 Depends-on: mktime +stdbool configure.ac: gl_POSIXTM diff --git a/modules/quotearg b/modules/quotearg index df7d335cba..6ad71a92f0 100644 --- a/modules/quotearg +++ b/modules/quotearg @@ -11,6 +11,7 @@ m4/quotearg.m4 Depends-on: xalloc gettext +stdbool configure.ac: gl_QUOTEARG diff --git a/modules/readtokens b/modules/readtokens index c5826c09eb..9453de9972 100644 --- a/modules/readtokens +++ b/modules/readtokens @@ -8,6 +8,7 @@ m4/readtokens.m4 Depends-on: xalloc +stdbool configure.ac: gl_READTOKENS diff --git a/modules/readtokens0 b/modules/readtokens0 index f03a2a44a6..a7b563129d 100644 --- a/modules/readtokens0 +++ b/modules/readtokens0 @@ -7,6 +7,7 @@ lib/readtokens0.c Depends-on: obstack +stdbool configure.ac: @@ -21,4 +22,3 @@ GPL Maintainer: Jim Meyering - diff --git a/modules/readutmp b/modules/readutmp index 64214da6c1..542af93061 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -8,6 +8,7 @@ m4/readutmp.m4 Depends-on: xalloc +stdbool configure.ac: gl_READUTMP diff --git a/modules/save-cwd b/modules/save-cwd index 337601faa1..15f94c07b1 100644 --- a/modules/save-cwd +++ b/modules/save-cwd @@ -10,6 +10,7 @@ Depends-on: chdir-long unistd-safer xgetcwd +stdbool configure.ac: gl_SAVE_CWD diff --git a/modules/strftime b/modules/strftime index 07abef6e09..7abe4206c1 100644 --- a/modules/strftime +++ b/modules/strftime @@ -11,6 +11,7 @@ m4/strftime.m4 Depends-on: time_r tzset +stdbool configure.ac: gl_FUNC_GNU_STRFTIME diff --git a/modules/userspec b/modules/userspec index a25ef818bf..6166bb8a7b 100644 --- a/modules/userspec +++ b/modules/userspec @@ -14,6 +14,7 @@ xalloc xstrtol strdup gettext +stdbool configure.ac: gl_USERSPEC diff --git a/modules/utimecmp b/modules/utimecmp index e4e6f43246..bad8e6a01a 100644 --- a/modules/utimecmp +++ b/modules/utimecmp @@ -12,6 +12,7 @@ hash timespec utimens xalloc +stdbool configure.ac: gl_UTIMECMP diff --git a/modules/xgetcwd b/modules/xgetcwd index 2fbc90faf5..346793cc0a 100644 --- a/modules/xgetcwd +++ b/modules/xgetcwd @@ -9,6 +9,7 @@ m4/xgetcwd.m4 Depends-on: getcwd xalloc +stdbool configure.ac: gl_XGETCWD diff --git a/modules/xnanosleep b/modules/xnanosleep index 546daf4091..3b30c4806e 100644 --- a/modules/xnanosleep +++ b/modules/xnanosleep @@ -9,6 +9,7 @@ m4/xnanosleep.m4 Depends-on: timespec +stdbool configure.ac: gl_XNANOSLEEP diff --git a/modules/xstrtod b/modules/xstrtod index 75399b5268..2d8e4a638c 100644 --- a/modules/xstrtod +++ b/modules/xstrtod @@ -7,6 +7,7 @@ lib/xstrtod.c m4/xstrtod.m4 Depends-on: +stdbool configure.ac: gl_XSTRTOD @@ -22,4 +23,3 @@ GPL Maintainer: Jim Meyering - diff --git a/modules/yesno b/modules/yesno index ab8224682f..e0bd2902b7 100644 --- a/modules/yesno +++ b/modules/yesno @@ -9,6 +9,7 @@ m4/yesno.m4 Depends-on: rpmatch +stdbool configure.ac: gl_YESNO |