]> Savannah Git Hosting - gnulib.git/commit
nstrftime, c-nstrftime: Support time zone names on MSVC.
authorBruno Haible <bruno@clisp.org>
Thu, 6 Jun 2024 16:29:51 +0000 (18:29 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Jun 2024 16:29:51 +0000 (18:29 +0200)
commit4a31d1988bbc34cd348009cf8761f306fbd14c63
tree2d2128a53e685a47f5b2c496df61483f2b888214
parentb53e7a0509f8a5ff65304b79fe7fbcfd5e49de64
nstrftime, c-nstrftime: Support time zone names on MSVC.

* lib/strftime.c: Use HAVE_TZNAME_ARRAY instead of HAVE_TZNAME.
(tzname): Remove declaration.
* modules/nstrftime (Depends-on): Add tzname.
* modules/c-nstrftime (Depends-on): Likewise.
* m4/nstrftime.m4 (gl_FUNC_GNU_STRFTIME): Don't require
AC_STRUCT_TIMEZONE.
* m4/c-nstrftime.m4 (gl_C_GNU_STRFTIME): Likewise.
ChangeLog
lib/strftime.c
m4/c-nstrftime.m4
m4/nstrftime.m4
modules/c-nstrftime
modules/nstrftime