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
*
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
*
Update to the newest libuv version
Thiago de Arruda
2014-03-22
*
Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm.
Thomas Wienecke
2014-03-15
*
Move and refactor mch_[gs]etperm to os/fs module.
Thomas Wienecke
2014-03-15
*
Use include paths relative to src/
James McCoy
2014-03-14
*
Adapt include guards to the style guide
James McCoy
2014-03-14
*
Fix: Use an assert to make sure, an error message can be copied into buffer b...
oni-link
2014-03-13
*
refactored part of expand_env_esc() into mch_get_user_directory()
Stefan Hoffmann
2014-03-13
*
moved mch_get_user_name() and mch_get_uname() into os/users.c
Stefan Hoffmann
2014-03-13
*
refactored logic from init_users() into mch_get_usernames()
Stefan Hoffmann
2014-03-13
*
Fix bugs, clean code, add tests.
Thomas Wienecke
2014-03-07
*
Remove unused return values.
Thomas Wienecke
2014-03-07
*
Move definition of helper function below their usage.
Thomas Wienecke
2014-03-07
*
Simplify mch_can_exe extracting is_executable_in_path.
Thomas Wienecke
2014-03-07
*
Declare is_executable as static and remove its unit tests.
Thomas Wienecke
2014-03-07
*
Move mch_can_exe, executable_file to os/fs.c.
Thomas Wienecke
2014-03-07
*
Fix memory leak and enable valgrind on travis
Thiago de Arruda
2014-03-07
*
cleanup environment variable handling + unit tests
Stefan Hoffmann
2014-03-06
*
Fix style issues.
Thomas Wienecke
2014-03-06
*
Port mch_isdir to libuv.
Thomas Wienecke
2014-03-05
*
Rename and refactor mch_FullName.
Thomas Wienecke
2014-03-04
*
Remove implicit declaration of vim_strrchr and vim_strncpy
Scott Nielsen
2014-02-26
*
Removes 'proto' dir
scott-linder
2014-02-26
*
os_unix: Port mch_FullName and mch_isFullName to libuv.
Thomas Wienecke
2014-02-25
[next]