index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
os
Commit message (
Expand
)
Author
Age
*
os/fs: Move mkdir_recurse from eval.c to os/fs.c
ZyX
2015-07-26
*
os/fs: Define os_strerror as an alias to uv_strerror
ZyX
2015-07-26
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
Remove dead WIFSTOPPED and WIFCONTINUED checks
Fredrik Fornwall
2015-07-13
*
os/*defs: restore some comments and formatting.
Justin M. Keyes
2015-07-06
*
refactor: remove SYS_MENU_FILE (unused)
Yamakaky
2015-07-06
*
Split os_unix_defs.h into os/
Yamakaky
2015-07-06
*
rbuffer: Reimplement as a ring buffer and decouple from rstream
Thiago de Arruda
2015-07-01
*
rstream: Fix bug triggered when libuv doesn't use the allocated buffer
oni-link
2015-07-01
*
klib: Improve klist.h
Thiago de Arruda
2015-07-01
*
os/fs: Use module-local uv_loop_t instance
Thiago de Arruda
2015-07-01
*
Fix warnings: shell.c: do_os_system(): Nonnull passed null: FP. #2923
Eliseo Martínez
2015-06-28
*
event_teardown(): retry uv_loop_close() instead of abort. #2903
oni-link
2015-06-25
*
getenv: return NULL if empty #2574
Scott Prager
2015-05-29
*
input: rename input_{start,stop}_stdin()
Justin M. Keyes
2015-05-27
*
input: stream_set_blocking(): libuv impl
Justin M. Keyes
2015-05-27
*
input: set input stream to blocking on exit
Justin M. Keyes
2015-05-27
*
Rename var eof as input_eof #2728
Rui Abreu Ferreira
2015-05-24
*
Add guard for sys/wait.h header in job.c #2686
Rui Abreu Ferreira
2015-05-21
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
os/input.c: Eliminate conversion warning from gcc 5 #2617
Björn Linse
2015-05-09
*
Merge 'p' declaration with init in vim_version_dir()
Mark Bainter
2015-05-06
*
Remove char_u: concat_fnames()
Mark Bainter
2015-05-06
*
unify jobstart, termopen, and system interfaces
Scott Prager
2015-05-02
*
Enable -Wconversion: normal.c.
Eliseo Martínez
2015-04-27
*
TAB0 might not be defined in termios.h #2483
Rui Abreu Ferreira
2015-04-23
*
Refactor get_env() to respect const qualifier
Mark Bainter
2015-04-18
*
Remove char_u: vim_setenv()
Mark Bainter
2015-04-18
*
Remove char_u: vim_getenv()
Mark Bainter
2015-04-17
*
Remove char_u: after_pathstep()
Mark Bainter
2015-04-17
*
Implement os_unsetenv()
Rui Abreu Ferreira
2015-04-14
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
memory: Replace klib memory pools by malloc/free
Thiago de Arruda
2015-04-12
*
remove char_u: vim_version_dir #2414
Mark Bainter
2015-04-12
*
refactor remove_tail() function to no longer use char_u #2413
Mark Bainter
2015-04-12
*
Refactor default_vim{,runtime}_dir to use char type. #2375
Mark Bainter
2015-04-12
*
eval: Fix `jobwait()`
Thiago de Arruda
2015-04-11
*
event: Only process if event_init has been run.
Scott Prager
2015-04-08
*
event.c: Simplify timer use in event_poll()
oni-link
2015-04-08
*
Fix a memory leak for WBuffers used in channel_write().
oni-link
2015-04-03
*
Remove potential NULL dereference. #2316
Prajjwal Bhandari
2015-03-31
*
os_scandir(), scandir_next(), and os_closedir()
Scott Prager
2015-03-31
*
eval: Implement `jobclose()` vimscript function
Thiago de Arruda
2015-03-29
*
eval: Implement `jobwait()` vimscript function
Thiago de Arruda
2015-03-29
*
eval: Refactor vimscript job control API
Thiago de Arruda
2015-03-29
*
tui: Fix reading when stdin is not a tty
Thiago de Arruda
2015-03-26
*
job: Close the process in a queued event handler
Thiago de Arruda
2015-03-25
*
terminal: New module that implements a terminal emulator
Thiago de Arruda
2015-03-25
[next]