comparison runtime/doc/eval.txt @ 19350:76cb39bf1871 v8.2.0233

patch 8.2.0233: crash when using garbagecollect() in between rand() Commit: https://github.com/vim/vim/commit/4f645c54efe33d7a11e314676e503118761f08a7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 8 16:40:39 2020 +0100 patch 8.2.0233: crash when using garbagecollect() in between rand() Problem: Crash when using garbagecollect() in between rand(). Solution: Redesign the rand() and srand() implementation. (Yasuhiro Matsumoto, closes #5587, closes #5588)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Feb 2020 16:45:04 +0100
parents 6fd567c927c0
children 6c944fee0d7e
comparison
equal deleted inserted replaced
19349:dd7206f7e1ea 19350:76cb39bf1871
2865 test_override({expr}, {val}) none test with Vim internal overrides 2865 test_override({expr}, {val}) none test with Vim internal overrides
2866 test_refcount({expr}) Number get the reference count of {expr} 2866 test_refcount({expr}) Number get the reference count of {expr}
2867 test_scrollbar({which}, {value}, {dragging}) 2867 test_scrollbar({which}, {value}, {dragging})
2868 none scroll in the GUI for testing 2868 none scroll in the GUI for testing
2869 test_setmouse({row}, {col}) none set the mouse position for testing 2869 test_setmouse({row}, {col}) none set the mouse position for testing
2870 test_srand_seed([seed]) none set seed for testing srand()
2870 test_settime({expr}) none set current time for testing 2871 test_settime({expr}) none set current time for testing
2871 timer_info([{id}]) List information about timers 2872 timer_info([{id}]) List information about timers
2872 timer_pause({id}, {pause}) none pause or unpause a timer 2873 timer_pause({id}, {pause}) none pause or unpause a timer
2873 timer_start({time}, {callback} [, {options}]) 2874 timer_start({time}, {callback} [, {options}])
2874 Number create a timer 2875 Number create a timer