# HG changeset patch # User Paul Eggert # Date 1115400165 0 # Node ID aec0a1f23054a8210ac609c0116679c5b5a5b159 # Parent 16b0f8ffe7878738703b299b21f4e72e6e151205 (Depends-on): Add stdbool. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2005-05-06 Paul Eggert + + * 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 * modules/getloadavg (Depends-on): Add unistd-safer. diff --git a/modules/argmatch b/modules/argmatch --- a/modules/argmatch +++ b/modules/argmatch @@ -12,6 +12,7 @@ quote exit exitfail +stdbool configure.ac: @@ -26,4 +27,3 @@ Maintainer: all - diff --git a/modules/backupfile b/modules/backupfile --- a/modules/backupfile +++ b/modules/backupfile @@ -12,6 +12,7 @@ Depends-on: argmatch dirname +stdbool configure.ac: gl_BACKUPFILE diff --git a/modules/chdir-long b/modules/chdir-long --- a/modules/chdir-long +++ b/modules/chdir-long @@ -10,6 +10,7 @@ openat mempcpy memrchr +stdbool configure.ac: gl_FUNC_CHDIR_LONG diff --git a/modules/closeout b/modules/closeout --- a/modules/closeout +++ b/modules/closeout @@ -13,6 +13,7 @@ quotearg fpending exitfail +stdbool configure.ac: gl_CLOSEOUT diff --git a/modules/cycle-check b/modules/cycle-check --- 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 - diff --git a/modules/dirname b/modules/dirname --- a/modules/dirname +++ b/modules/dirname @@ -11,6 +11,7 @@ Depends-on: xalloc +stdbool configure.ac: gl_DIRNAME diff --git a/modules/fnmatch b/modules/fnmatch --- 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. diff --git a/modules/fsusage b/modules/fsusage --- a/modules/fsusage +++ b/modules/fsusage @@ -12,6 +12,7 @@ Depends-on: full-read +stdbool configure.ac: gl_FSUSAGE diff --git a/modules/fwriteerror b/modules/fwriteerror --- a/modules/fwriteerror +++ b/modules/fwriteerror @@ -6,6 +6,7 @@ lib/fwriteerror.c Depends-on: +stdbool configure.ac: diff --git a/modules/getcwd b/modules/getcwd --- a/modules/getcwd +++ b/modules/getcwd @@ -11,6 +11,7 @@ Depends-on: mempcpy extensions +stdbool configure.ac: gl_FUNC_GETCWD diff --git a/modules/getloadavg b/modules/getloadavg --- a/modules/getloadavg +++ b/modules/getloadavg @@ -9,6 +9,7 @@ cloexec xalloc c-strtod +stdbool unistd-safer configure.ac: diff --git a/modules/hard-locale b/modules/hard-locale --- a/modules/hard-locale +++ b/modules/hard-locale @@ -7,6 +7,7 @@ m4/hard-locale.m4 Depends-on: +stdbool strdup configure.ac: diff --git a/modules/makepath b/modules/makepath --- a/modules/makepath +++ b/modules/makepath @@ -16,6 +16,7 @@ error quote stat-macros +stdbool configure.ac: gl_MAKEPATH diff --git a/modules/mountlist b/modules/mountlist --- a/modules/mountlist +++ b/modules/mountlist @@ -9,6 +9,7 @@ m4/mountlist.m4 Depends-on: +stdbool xalloc configure.ac: diff --git a/modules/nanosleep b/modules/nanosleep --- 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 - diff --git a/modules/posixtm b/modules/posixtm --- a/modules/posixtm +++ b/modules/posixtm @@ -8,6 +8,7 @@ Depends-on: mktime +stdbool configure.ac: gl_POSIXTM diff --git a/modules/quotearg b/modules/quotearg --- a/modules/quotearg +++ b/modules/quotearg @@ -11,6 +11,7 @@ Depends-on: xalloc gettext +stdbool configure.ac: gl_QUOTEARG diff --git a/modules/readtokens b/modules/readtokens --- a/modules/readtokens +++ b/modules/readtokens @@ -8,6 +8,7 @@ Depends-on: xalloc +stdbool configure.ac: gl_READTOKENS diff --git a/modules/readtokens0 b/modules/readtokens0 --- a/modules/readtokens0 +++ b/modules/readtokens0 @@ -7,6 +7,7 @@ Depends-on: obstack +stdbool configure.ac: @@ -21,4 +22,3 @@ Maintainer: Jim Meyering - diff --git a/modules/readutmp b/modules/readutmp --- a/modules/readutmp +++ b/modules/readutmp @@ -8,6 +8,7 @@ Depends-on: xalloc +stdbool configure.ac: gl_READUTMP diff --git a/modules/save-cwd b/modules/save-cwd --- a/modules/save-cwd +++ b/modules/save-cwd @@ -10,6 +10,7 @@ chdir-long unistd-safer xgetcwd +stdbool configure.ac: gl_SAVE_CWD diff --git a/modules/strftime b/modules/strftime --- a/modules/strftime +++ b/modules/strftime @@ -11,6 +11,7 @@ Depends-on: time_r tzset +stdbool configure.ac: gl_FUNC_GNU_STRFTIME diff --git a/modules/userspec b/modules/userspec --- a/modules/userspec +++ b/modules/userspec @@ -14,6 +14,7 @@ xstrtol strdup gettext +stdbool configure.ac: gl_USERSPEC diff --git a/modules/utimecmp b/modules/utimecmp --- a/modules/utimecmp +++ b/modules/utimecmp @@ -12,6 +12,7 @@ timespec utimens xalloc +stdbool configure.ac: gl_UTIMECMP diff --git a/modules/xgetcwd b/modules/xgetcwd --- a/modules/xgetcwd +++ b/modules/xgetcwd @@ -9,6 +9,7 @@ Depends-on: getcwd xalloc +stdbool configure.ac: gl_XGETCWD diff --git a/modules/xnanosleep b/modules/xnanosleep --- a/modules/xnanosleep +++ b/modules/xnanosleep @@ -9,6 +9,7 @@ Depends-on: timespec +stdbool configure.ac: gl_XNANOSLEEP diff --git a/modules/xstrtod b/modules/xstrtod --- 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 - diff --git a/modules/yesno b/modules/yesno --- a/modules/yesno +++ b/modules/yesno @@ -9,6 +9,7 @@ Depends-on: rpmatch +stdbool configure.ac: gl_YESNO