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
/
os
Commit message (
Expand
)
Author
Age
*
Bring neovim up to date with recent libuv changes
Will Tange
2014-04-14
*
Rename os_total_mem to os_get_total_mem_kib.
Chris Watkins
2014-04-12
*
port vim_mkdir, mch_rmdir and mch_remove to libuv
Stefan Hoffmann
2014-04-11
*
Remove OOM error handling code after ga_grow() calls
Felipe Oliveira Carvalho
2014-04-11
*
Move exe functions back to os/fs.c
John Schmidt
2014-04-08
*
Move functions from os/fs.c into path.c
John Schmidt
2014-04-08
*
Remove old comment from job.c
Thiago de Arruda
2014-04-08
*
Define special key for asynchronous events
Thiago de Arruda
2014-04-08
*
Fix/add more files with to clint-files.txt
Thiago de Arruda
2014-04-08
*
Implement job control
Thiago de Arruda
2014-04-07
*
Use stdbool in os module
Hinidu
2014-04-07
*
Turn Event into a tagged union
Felipe Oliveira Carvalho
2014-04-07
*
Reimplement the event queue in event.c using klist.h
Felipe Oliveira Carvalho
2014-04-07
*
Remove simpler cases of OOM error handling (after *alloc calls)
Felipe Oliveira Carvalho
2014-04-06
*
Remove unneeded variable `in_os_delay`
Thiago de Arruda
2014-04-06
*
Add comments and fix `os_microdelay` call
Thiago de Arruda
2014-04-06
*
Implement os_microdelay and os_delay on top of it
Thiago de Arruda
2014-04-06
*
Replace `strdup` calls by `xstrdup`
Thiago de Arruda
2014-04-06
*
Use early return for rejecting_deadly in signal_cb
Thiago de Arruda
2014-04-06
*
Moved mch_get_host_name and renamed it to os_get_hostanme
Stefan Hoffmann
2014-04-05
*
Moved mch_get_pid and renamed it to os_get_pid
Stefan Hoffmann
2014-04-05
*
Rewrite `mch_call_shell` on top of libuv
Thiago de Arruda
2014-04-05
*
Stop queueing events when signals are rejected
Thiago de Arruda
2014-04-05
*
Extract memory.c from misc2.c
John Schmidt
2014-04-04
*
Replace mch_rename and vim_rename with libuv
Hinidu
2014-04-04
*
Add os_stat to os/fs module.
Thomas Wienecke
2014-04-03
*
added doxygen documentation for os_file_is_{readonly, writable}
Stefan Hoffmann
2014-04-03
*
remove mch_access macro as it is only used in fs.c
Stefan Hoffmann
2014-04-03
*
move filewritable() into /src/os/fs.c and rename it
Stefan Hoffmann
2014-04-03
*
move check_file_readonly() into /src/os/fs.c and rename it
Stefan Hoffmann
2014-04-03
*
Use check_symbol_exists() instead of check_function_exists().
John Szakmeister
2014-04-03
*
Move signal handling to libuv event loop
Thiago de Arruda
2014-04-01
*
Rename ga_init2() to ga_init()
John Schmidt
2014-03-31
*
Fix shell.{c,h} comments to match the style guide
Thiago de Arruda
2014-03-31
*
Add doxygen comments to the functions in shell.c
Thiago de Arruda
2014-03-31
*
Rewrite `show_shell_mess` as a `ShellOpts` flag
Thiago de Arruda
2014-03-31
*
Refactor SHELL_* defines into enum typedef
Thiago de Arruda
2014-03-31
*
Refactor/cleanup argument parsing functions
Thiago de Arruda
2014-03-31
*
Extract `shell_build_argv` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Make `extra_shell_arg` a `mch_call_shell` parameter
Thiago de Arruda
2014-03-31
*
Extract `shell_count_argc` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Extract `shell_skip_word` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Add doxygen-style comments to functions from os/fs.c.
Thomas Wienecke
2014-03-31
*
Address clint warnings and other style issues.
Thomas Wienecke
2014-03-27
*
Rename mch_* functions to os_* in os module.
Thomas Wienecke
2014-03-27
*
Fix prepare watcher teardown in the event loop
Thiago de Arruda
2014-03-27
*
Re-integrate FEAT_FILTERPIPE code
Thiago de Arruda
2014-03-27
*
Make `EventType` enum private to input.c
Thiago de Arruda
2014-03-27
*
Reimplement input functions on top of libuv
Thiago de Arruda
2014-03-26
*
Implement `mch_delay` on top of libuv
Thiago de Arruda
2014-03-24
[next]