]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0518: initialize the random buffer can be improved v9.1.0518
authorLemonBoy <thatlemon@gmail.com>
Thu, 4 Jul 2024 11:20:49 +0000 (13:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 4 Jul 2024 11:20:49 +0000 (13:20 +0200)
commit9987fe8ca05e5d367fc54eb94a5a583138d2e1f8
treefc04e22d216dff11fca50d4e352e65c54d7eeca8
parent898b3740c7f9fa544c82c9ae6927617aad9a6463
patch 9.1.0518: initialize the random buffer can be improved

Problem:  initialize the random buffer can be improved
Solution: refactor init_srand() function, move machine-specific parts to
          os_mswin and os_unix, implement a fallback for Windows 10 and
          later (LemonBoy)

closes: #15125

Signed-off-by: LemonBoy <thatlemon@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/evalfunc.c
src/os_mswin.c
src/os_unix.c
src/proto/os_mswin.pro
src/proto/os_unix.pro
src/version.c