]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1955 v7.4.1955
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Jun 2016 14:44:24 +0000 (16:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Jun 2016 14:44:24 +0000 (16:44 +0200)
commitf4fba6dcd508cb369ffa6916d9cb3fcf3d7ed548
treeeadfcc55dff51f143e33a228f91c9c60302fbd20
parentd388d2ac8bf8c770bf97dc406e99a20ba5104855
patch 7.4.1955
Problem:    Using 32-bit Perl with 64-bit time_t causes memory corruption.
            (Christian Brabandt)
Solution:   Use time_T instead of time_t for global variables. (Ken Takata)
src/ex_cmds.c
src/globals.h
src/misc2.c
src/proto/ex_cmds.pro
src/proto/misc2.pro
src/structs.h
src/version.c
src/vim.h