]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1313: warnings for using localtime() and ctime() v8.1.1313
authorBram Moolenaar <Bram@vim.org>
Fri, 10 May 2019 19:28:38 +0000 (21:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 May 2019 19:28:38 +0000 (21:28 +0200)
commit63d2555c9cefbbeeca3ec87fdd5d241e9488f9dd
treef96d5dcd14268406b6c78c002f9bb63db7fc9cb9
parent4ca41534b726c4116d2e430e877e34146b4d4831
patch 8.1.1313: warnings for using localtime() and ctime()

Problem:    Warnings for using localtime() and ctime().
Solution:   Use localtime_r() if available.  Avoid using ctime().
src/auto/configure
src/config.h.in
src/configure.ac
src/evalfunc.c
src/hardcopy.c
src/memline.c
src/nbdebug.c
src/proto/memline.pro
src/undo.c
src/version.c