mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

Fixes #10101
See also 0ac1363599
Notable changes since v1.26.0:
- v1.27.0
- linux: use statx() to obtain file birth time
- v1.28.0
- unix,win: add uv_gettimeofday()
- unix,win: add uv_fs_{open,read,close}dir()
- unix: fix uv_interface_addresses()
- fs: remove macOS-specific copyfile(3) fixes neovim/neovim#10101
- unix: suppress EINTR/EINPROGRESS in uv_fs_close()
- v1.29.0
- unix: fix race condition in uv_async_send()
- linux: use O_CLOEXEC instead of EPOLL_CLOEXEC
- linux: read free/total memory from /proc/meminfo
- unix: don't assert on UV_PROCESS_WINDOWS_* flags
- unix,win: add uv_get_constrained_memory()
- v1.29.1
- linux: fix sscanf() overflows reading from /proc