Mercurial > vim
comparison src/config.h.in @ 17135:d03a52e02f1a v8.1.1567
patch 8.1.1567: localtime_r() does not respond to $TZ changes
commit https://github.com/vim/vim/commit/db51730df1817fc4b6ecf5a065c69fac518ad821
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jun 18 22:53:24 2019 +0200
patch 8.1.1567: localtime_r() does not respond to $TZ changes
Problem: Localtime_r() does not respond to $TZ changes.
Solution: If $TZ changes then call tzset(). (Tom Ryder)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 18 Jun 2019 23:00:07 +0200 |
parents | 353ed7ef78df |
children | 9007e9896303 |
comparison
equal
deleted
inserted
replaced
17134:afef6986c785 | 17135:d03a52e02f1a |
---|---|
215 #undef HAVE_SYSINFO_MEM_UNIT | 215 #undef HAVE_SYSINFO_MEM_UNIT |
216 #undef HAVE_TGETENT | 216 #undef HAVE_TGETENT |
217 #undef HAVE_TOWLOWER | 217 #undef HAVE_TOWLOWER |
218 #undef HAVE_TOWUPPER | 218 #undef HAVE_TOWUPPER |
219 #undef HAVE_ISWUPPER | 219 #undef HAVE_ISWUPPER |
220 #undef HAVE_TZSET | |
220 #undef HAVE_UNSETENV | 221 #undef HAVE_UNSETENV |
221 #undef HAVE_USLEEP | 222 #undef HAVE_USLEEP |
222 #undef HAVE_UTIME | 223 #undef HAVE_UTIME |
223 #undef HAVE_BIND_TEXTDOMAIN_CODESET | 224 #undef HAVE_BIND_TEXTDOMAIN_CODESET |
224 #undef HAVE_MBLEN | 225 #undef HAVE_MBLEN |