mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
Use module 'c99' when needed for declaration-after-statement syntax.
* modules/backup-rename (Depends-on): Add c99. * modules/backupfile (Depends-on): Likewise. * modules/bitset-tests (Depends-on): Likewise. * modules/bitsetv (Depends-on): Likewise. * modules/c-strtod (Depends-on): Likewise. * modules/c-strtold (Depends-on): Likewise. * modules/clean-temp (Depends-on): Likewise. * modules/copy-file (Depends-on): Likewise. * modules/crypto/hmac-md5-tests (Depends-on): Likewise. * modules/crypto/hmac-sha1-tests (Depends-on): Likewise. * modules/crypto/hmac-sha256-tests (Depends-on): Likewise. * modules/crypto/hmac-sha512-tests (Depends-on): Likewise. * modules/crypto/md5-buffer (Depends-on): Likewise. * modules/crypto/md5-tests (Depends-on): Likewise. * modules/crypto/sha1-buffer (Depends-on): Likewise. * modules/crypto/sha1-tests (Depends-on): Likewise. * modules/crypto/sha256-buffer (Depends-on): Likewise. * modules/crypto/sha256-tests (Depends-on): Likewise. * modules/crypto/sha512-buffer (Depends-on): Likewise. * modules/crypto/sha512-tests (Depends-on): Likewise. * modules/diffseq (Depends-on): Likewise. * modules/fatal-signal (Depends-on): Likewise. * modules/fchmodat (Depends-on): Likewise. * modules/fstrcmp (Depends-on): Likewise. * modules/fsusage (Depends-on): Likewise. * modules/fts (Depends-on): Likewise. * modules/fts-tests (Depends-on): Likewise. * modules/getumask (Depends-on): Likewise. * modules/git-merge-changelog (Depends-on): Likewise. * modules/hash-map (Depends-on): Likewise. * modules/hash-set (Depends-on): Likewise. * modules/lchmod (Depends-on): Likewise. * modules/libgmp-tests (Depends-on): Likewise. * modules/libtextstyle-optional-tests (Depends-on): Likewise. * modules/linkedhash-map (Depends-on): Likewise. * modules/linkedhash-set (Depends-on): Likewise. * modules/long-options (Depends-on): Likewise. * modules/mbrtoc32 (Depends-on): Likewise. * modules/memchr2-tests (Depends-on): Likewise. * modules/memmem-tests (Depends-on): Likewise. * modules/memrchr-tests (Depends-on): Likewise. * modules/mktime-internal (Depends-on): Likewise. * modules/nstrftime (Depends-on): Likewise. * modules/opendirat (Depends-on): Likewise. * modules/parse-datetime (Depends-on): Likewise. * modules/quotearg-simple-tests (Depends-on): Likewise. * modules/same (Depends-on): Likewise. * modules/supersede (Depends-on): Likewise. * modules/supersede-tests (Depends-on): Likewise. * modules/time_rz (Depends-on): Likewise. * modules/unistr/u16-chr-tests (Depends-on): Likewise. * modules/unistr/u32-chr-tests (Depends-on): Likewise. * modules/unistr/u8-chr-tests (Depends-on): Likewise. * modules/xalloc (Depends-on): Likewise. * modules/xnanosleep (Depends-on): Likewise.
This commit is contained in:
59
ChangeLog
59
ChangeLog
@@ -1,3 +1,62 @@
|
||||
2020-09-05 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Use module 'c99' when needed for declaration-after-statement syntax.
|
||||
* modules/backup-rename (Depends-on): Add c99.
|
||||
* modules/backupfile (Depends-on): Likewise.
|
||||
* modules/bitset-tests (Depends-on): Likewise.
|
||||
* modules/bitsetv (Depends-on): Likewise.
|
||||
* modules/c-strtod (Depends-on): Likewise.
|
||||
* modules/c-strtold (Depends-on): Likewise.
|
||||
* modules/clean-temp (Depends-on): Likewise.
|
||||
* modules/copy-file (Depends-on): Likewise.
|
||||
* modules/crypto/hmac-md5-tests (Depends-on): Likewise.
|
||||
* modules/crypto/hmac-sha1-tests (Depends-on): Likewise.
|
||||
* modules/crypto/hmac-sha256-tests (Depends-on): Likewise.
|
||||
* modules/crypto/hmac-sha512-tests (Depends-on): Likewise.
|
||||
* modules/crypto/md5-buffer (Depends-on): Likewise.
|
||||
* modules/crypto/md5-tests (Depends-on): Likewise.
|
||||
* modules/crypto/sha1-buffer (Depends-on): Likewise.
|
||||
* modules/crypto/sha1-tests (Depends-on): Likewise.
|
||||
* modules/crypto/sha256-buffer (Depends-on): Likewise.
|
||||
* modules/crypto/sha256-tests (Depends-on): Likewise.
|
||||
* modules/crypto/sha512-buffer (Depends-on): Likewise.
|
||||
* modules/crypto/sha512-tests (Depends-on): Likewise.
|
||||
* modules/diffseq (Depends-on): Likewise.
|
||||
* modules/fatal-signal (Depends-on): Likewise.
|
||||
* modules/fchmodat (Depends-on): Likewise.
|
||||
* modules/fstrcmp (Depends-on): Likewise.
|
||||
* modules/fsusage (Depends-on): Likewise.
|
||||
* modules/fts (Depends-on): Likewise.
|
||||
* modules/fts-tests (Depends-on): Likewise.
|
||||
* modules/getumask (Depends-on): Likewise.
|
||||
* modules/git-merge-changelog (Depends-on): Likewise.
|
||||
* modules/hash-map (Depends-on): Likewise.
|
||||
* modules/hash-set (Depends-on): Likewise.
|
||||
* modules/lchmod (Depends-on): Likewise.
|
||||
* modules/libgmp-tests (Depends-on): Likewise.
|
||||
* modules/libtextstyle-optional-tests (Depends-on): Likewise.
|
||||
* modules/linkedhash-map (Depends-on): Likewise.
|
||||
* modules/linkedhash-set (Depends-on): Likewise.
|
||||
* modules/long-options (Depends-on): Likewise.
|
||||
* modules/mbrtoc32 (Depends-on): Likewise.
|
||||
* modules/memchr2-tests (Depends-on): Likewise.
|
||||
* modules/memmem-tests (Depends-on): Likewise.
|
||||
* modules/memrchr-tests (Depends-on): Likewise.
|
||||
* modules/mktime-internal (Depends-on): Likewise.
|
||||
* modules/nstrftime (Depends-on): Likewise.
|
||||
* modules/opendirat (Depends-on): Likewise.
|
||||
* modules/parse-datetime (Depends-on): Likewise.
|
||||
* modules/quotearg-simple-tests (Depends-on): Likewise.
|
||||
* modules/same (Depends-on): Likewise.
|
||||
* modules/supersede (Depends-on): Likewise.
|
||||
* modules/supersede-tests (Depends-on): Likewise.
|
||||
* modules/time_rz (Depends-on): Likewise.
|
||||
* modules/unistr/u16-chr-tests (Depends-on): Likewise.
|
||||
* modules/unistr/u32-chr-tests (Depends-on): Likewise.
|
||||
* modules/unistr/u8-chr-tests (Depends-on): Likewise.
|
||||
* modules/xalloc (Depends-on): Likewise.
|
||||
* modules/xnanosleep (Depends-on): Likewise.
|
||||
|
||||
2020-09-05 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Fix "warning: array initialized from parenthesized string constant".
|
||||
|
||||
@@ -12,6 +12,7 @@ Depends-on:
|
||||
argmatch
|
||||
attribute
|
||||
basename-lgpl
|
||||
c99
|
||||
closedir
|
||||
d-ino
|
||||
dirent-safer
|
||||
|
||||
@@ -12,6 +12,7 @@ Depends-on:
|
||||
argmatch
|
||||
attribute
|
||||
basename-lgpl
|
||||
c99
|
||||
closedir
|
||||
d-ino
|
||||
dirent-safer
|
||||
|
||||
@@ -3,6 +3,7 @@ tests/test-bitset.c
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ lib/bitsetv.h
|
||||
|
||||
Depends-on:
|
||||
bitset
|
||||
c99
|
||||
xalloc
|
||||
|
||||
Makefile.am:
|
||||
|
||||
@@ -8,6 +8,7 @@ m4/c-strtod.m4
|
||||
m4/intl-thread-locale.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
locale
|
||||
strdup-posix
|
||||
|
||||
@@ -9,6 +9,7 @@ m4/c-strtod.m4
|
||||
m4/intl-thread-locale.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
locale
|
||||
strdup-posix
|
||||
|
||||
@@ -6,6 +6,7 @@ lib/clean-temp.h
|
||||
lib/clean-temp.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdbool
|
||||
stdint
|
||||
unistd
|
||||
|
||||
@@ -9,6 +9,7 @@ m4/copy-file.m4
|
||||
Depends-on:
|
||||
acl-permissions
|
||||
binary-io
|
||||
c99
|
||||
close
|
||||
copy-file-range
|
||||
error
|
||||
|
||||
@@ -2,6 +2,7 @@ Files:
|
||||
tests/test-hmac-md5.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ Files:
|
||||
tests/test-hmac-sha1.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ Files:
|
||||
tests/test-hmac-sha256.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ Files:
|
||||
tests/test-hmac-sha512.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ m4/md5.m4
|
||||
|
||||
Depends-on:
|
||||
byteswap
|
||||
c99
|
||||
extern-inline
|
||||
stdalign
|
||||
stdint
|
||||
|
||||
@@ -6,6 +6,7 @@ tests/bench-digest.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
getrusage
|
||||
gettimeofday
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ m4/sha1.m4
|
||||
|
||||
Depends-on:
|
||||
byteswap
|
||||
c99
|
||||
extern-inline
|
||||
stdalign
|
||||
stdint
|
||||
|
||||
@@ -6,6 +6,7 @@ tests/bench-digest.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
getrusage
|
||||
gettimeofday
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ m4/sha256.m4
|
||||
|
||||
Depends-on:
|
||||
byteswap
|
||||
c99
|
||||
extern-inline
|
||||
stdalign
|
||||
stdint
|
||||
|
||||
@@ -7,6 +7,7 @@ tests/bench-digest.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
getrusage
|
||||
gettimeofday
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ m4/sha512.m4
|
||||
|
||||
Depends-on:
|
||||
byteswap
|
||||
c99
|
||||
extern-inline
|
||||
stdalign
|
||||
stdint
|
||||
|
||||
@@ -7,6 +7,7 @@ tests/bench-digest.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
getrusage
|
||||
gettimeofday
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ Files:
|
||||
lib/diffseq.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ m4/fatal-signal.m4
|
||||
m4/sig_atomic_t.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
xalloc
|
||||
stdbool
|
||||
unistd
|
||||
|
||||
@@ -10,6 +10,7 @@ Depends-on:
|
||||
sys_stat
|
||||
extensions
|
||||
at-internal [test $HAVE_FCHMODAT = 0]
|
||||
c99 [test $REPLACE_FCHMODAT = 1]
|
||||
errno [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
|
||||
extern-inline [test $HAVE_FCHMODAT = 0]
|
||||
fchdir [test $HAVE_FCHMODAT = 0]
|
||||
|
||||
@@ -6,6 +6,7 @@ lib/fstrcmp.h
|
||||
lib/fstrcmp.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
diffseq
|
||||
lock
|
||||
tls
|
||||
|
||||
@@ -7,6 +7,7 @@ lib/fsusage.c
|
||||
m4/fsusage.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
largefile
|
||||
stdbool
|
||||
stdint
|
||||
|
||||
@@ -9,6 +9,7 @@ m4/fts.m4
|
||||
|
||||
Depends-on:
|
||||
attribute
|
||||
c99
|
||||
closedir
|
||||
cycle-check
|
||||
d-ino
|
||||
|
||||
@@ -5,6 +5,7 @@ Files:
|
||||
tests/test-fts.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
errno
|
||||
remove
|
||||
unlinkat
|
||||
|
||||
@@ -8,6 +8,7 @@ m4/getumask.m4
|
||||
Depends-on:
|
||||
sys_stat
|
||||
extensions
|
||||
c99 [test $HAVE_GETUMASK = 0]
|
||||
unistd [test $HAVE_GETUMASK = 0]
|
||||
clean-temp [test $HAVE_GETUMASK = 0]
|
||||
tempname [test $HAVE_GETUMASK = 0]
|
||||
|
||||
@@ -5,6 +5,7 @@ Files:
|
||||
lib/git-merge-changelog.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
getopt-gnu
|
||||
stdbool
|
||||
stdlib
|
||||
|
||||
@@ -12,6 +12,7 @@ Depends-on:
|
||||
map
|
||||
stdint
|
||||
xsize
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ Depends-on:
|
||||
set
|
||||
stdint
|
||||
xsize
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ lib/lchmod.c
|
||||
m4/lchmod.m4
|
||||
|
||||
Depends-on:
|
||||
c99 [test $HAVE_LCHMOD = 0]
|
||||
errno [test $HAVE_LCHMOD = 0]
|
||||
extensions
|
||||
fcntl-h [test $HAVE_LCHMOD = 0]
|
||||
|
||||
@@ -3,6 +3,7 @@ tests/macros.h
|
||||
tests/test-libgmp.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
verify
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -3,6 +3,7 @@ tests/test-libtextstyle.c
|
||||
tests/test-libtextstyle-default.css
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
isatty
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -12,6 +12,7 @@ Depends-on:
|
||||
map
|
||||
stdint
|
||||
xsize
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ Depends-on:
|
||||
set
|
||||
stdint
|
||||
xsize
|
||||
c99
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ lib/long-options.h
|
||||
lib/long-options.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
exitfail
|
||||
getopt-gnu
|
||||
stdbool
|
||||
|
||||
@@ -19,6 +19,7 @@ m4/visibility.m4
|
||||
Depends-on:
|
||||
uchar
|
||||
attribute [test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1]
|
||||
c99 [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
|
||||
hard-locale [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
|
||||
mbrtowc [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
|
||||
localcharset [test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1]
|
||||
|
||||
@@ -5,6 +5,7 @@ tests/macros.h
|
||||
m4/mmap-anon.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
getpagesize
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ tests/macros.h
|
||||
m4/mmap-anon.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
getpagesize
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ tests/macros.h
|
||||
m4/mmap-anon.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
getpagesize
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ lib/mktime-internal.h
|
||||
lib/mktime.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
mktime
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -9,6 +9,7 @@ m4/nstrftime.m4
|
||||
|
||||
Depends-on:
|
||||
attribute
|
||||
c99
|
||||
errno
|
||||
extensions
|
||||
intprops
|
||||
|
||||
@@ -6,6 +6,7 @@ lib/opendirat.c
|
||||
lib/opendirat.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
dirent
|
||||
fcntl-h
|
||||
fdopendir
|
||||
|
||||
@@ -10,6 +10,7 @@ m4/parse-datetime.m4
|
||||
|
||||
Depends-on:
|
||||
bison
|
||||
c99
|
||||
c-ctype
|
||||
stdbool
|
||||
gettime
|
||||
|
||||
@@ -6,6 +6,7 @@ tests/zerosize-ptr.h
|
||||
m4/mmap-anon.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdint
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -8,6 +8,7 @@ lib/same.c
|
||||
m4/same.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
error
|
||||
dirname
|
||||
fstat
|
||||
|
||||
@@ -7,6 +7,7 @@ lib/supersede.c
|
||||
m4/supersede.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
fcntl-h
|
||||
sys_stat
|
||||
clean-temp
|
||||
|
||||
@@ -5,6 +5,7 @@ tests/test-supersede-fopen.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
mkdtemp
|
||||
filenamecat
|
||||
write
|
||||
|
||||
@@ -18,6 +18,7 @@ lib/time_rz.c
|
||||
m4/time_rz.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
time
|
||||
flexmember [test $HAVE_TIMEZONE_T = 0]
|
||||
|
||||
@@ -6,6 +6,7 @@ tests/macros.h
|
||||
m4/mmap-anon.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
getpagesize
|
||||
unistr/u16-set
|
||||
|
||||
@@ -6,6 +6,7 @@ tests/macros.h
|
||||
m4/mmap-anon.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
getpagesize
|
||||
unistr/u32-set
|
||||
|
||||
@@ -6,6 +6,7 @@ tests/macros.h
|
||||
m4/mmap-anon.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extensions
|
||||
getpagesize
|
||||
unistr/u8-set
|
||||
|
||||
@@ -7,6 +7,7 @@ lib/xmalloc.c
|
||||
m4/xalloc.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
extern-inline
|
||||
stdint
|
||||
xalloc-die
|
||||
|
||||
@@ -7,6 +7,7 @@ lib/xnanosleep.c
|
||||
m4/xnanosleep.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
dtotimespec
|
||||
intprops
|
||||
nanosleep
|
||||
|
||||
Reference in New Issue
Block a user