summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao4
2026-04-20vim-patch:8.2.4912: using execute() to define a lambda doesn't work (#39229)Jan Edmund Lazo1
2026-04-18refactor(vimfn): full-Lua impl of vim.fn.environ()Justin M. Keyes1
2026-04-14build: update clang v21, fix warningsdundargoc10
2026-04-12build: support GNU Hurd by skipping BSD sysctl checks #38975mnikic1
2026-04-07Merge pull request #38669 from SanzharKuandyk/fix-38667zeertzjq1
2026-04-06fix(events): avoid recursive loop_uv_run() from vim.ui_attach() shell messageLuuk van Baal1
2026-04-06fix(channel): fix Ctrl-C handling regression in terminalSanzhar Kuandyk1
2026-04-06vim-patch:9.2.0291: too many strlen() callszeertzjq1
2026-04-05fix(windows): force console codepage to UTF-8 for shell/system() #38742Elijah Koulaxis1
2026-04-01refactor(channel): defer hidden console allocation to :detachSanzhar Kuandyk1
2026-03-30revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)zeertzjq1
2026-03-20fix(pty): prevent orphan conhost.exe on Windows 10 #38244tao3
2026-03-20vim-patch:9.2.0202: [security]: command injection via newline in glob() (#38385)zeertzjq1
2026-03-09fix(messages): non-fast and append for "shell_*" kinds #38188luukvbaal1
2026-02-28fix(channel): support :detach, :restart on Windows #37977Sanzhar Kuandyk1
2026-02-23fix(process): handle poll() interrupted by a signal (#38024)zeertzjq3
2026-02-23fix(logging): don't overwrite NameBuff (#38004)zeertzjq1
2026-02-22vim-patch:9.2.0031: Inefficient use of ga_concat()zeertzjq1
2026-02-19fix(rpc): include write failure reason in log (#37959)zeertzjq1
2026-02-14fix(terminal): resuming doesn't work with command in fish (#37857)zeertzjq1
2026-02-13feat(terminal): detect suspended PTY process (#37845)zeertzjq1
2026-01-29fix(process): avoid unexpected behavior when PTY chdir failed (#37614)zeertzjq1
2026-01-28fix(process): avoid buffering unnecessary UI event with PTY CWD (#37582)zeertzjq1
2026-01-22fix(terminal): <Ignore> should be no-op (#37494)zeertzjq1
2026-01-15refactor(process): don't read from PTY master using uv_pipe_tzeertzjq1
2026-01-07docs: misc (#37280)zeertzjq1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes2
2025-12-15fix(input): don't exit on EOF when peeking for input with -es (#36948)zeertzjq1
2025-12-04vim-patch:9.1.1948: Windows: Vim adds current directory to search pathzeertzjq1
2025-12-04vim-patch:9.1.1947: [security]: Windows: Vim may execute commands from curren...zeertzjq2
2025-11-23build: haiku os support #36639User01
2025-11-18fix(windows): wrong RT_MANIFEST ID in nvim.rc #36406SquallATF1
2025-11-16fix(system): handle SIGINT in --headless mode #36557tao1
2025-10-31Merge pull request #36393 from zeertzjq/rstream-close-cbzeertzjq1
2025-10-15vim-patch:8.1.1979: code for handling file names is spread out (#36176)Jan Edmund Lazo1
2025-10-10vim-patch:8.2.4772: old Coverity warning for not checking ftell() return valueJan Edmund Lazo1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo4
2025-09-15fix(lua): don't leak timer when vim._watch.watch() fails (#35768)zeertzjq1
2025-09-02perf: scheduler priority clamping on macOS #35488Luna Razzaghipour1
2025-08-14fix(build): also check os_win sources with uncrustify in CIbfredl3
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl29
2025-08-06refactor(build): don't use the preprocessor when generating headersbfredl6
2025-07-18feat(env): remove VIM_VERSION_NODOT macro #34890Phạm Bình An1
2025-06-23fix(tui): avoid memory leak and compiler warning on Windows (#34225)Axel1
2025-06-19vim-patch:9.1.1467: too many strlen() calls (#34572)zeertzjq1
2025-06-04refactor(windows): redundant icon messages #34274Emanuel Krollmann1
2025-06-01fix(windows): don't set window icon on SIGHUP #34260Emanuel Krollmann2
2025-05-25fix(system): don't treat NUL at start as no input (#34167)zeertzjq1
2025-05-02feat(messages): hl-StderrMsg, hl-StdoutMsg #33429Sathya Pramodh1