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
*
Remove NUL macro
Marco Hinz
2014-04-29
*
Remove code and checks for unsupported systems.
Chris Watkins
2014-04-28
*
Broken build on 32 bit: Pending TODO: Reenable assertion.
Eliseo Martínez
2014-04-24
*
Fix clint.sh wrapper script and broken files
Thiago de Arruda
2014-04-22
*
Broken build on 32 bit: Fix -Wtautological-constant-out-of-range-compare.
Eliseo Martínez
2014-04-22
*
Broken build on 32 bit: Fix -Wshorten-64-to-32.
Eliseo Martínez
2014-04-22
*
fix -Wconversion warnings for rstream
Nicolas Hillegeer
2014-04-21
*
Replace explicit uv_guest_handle(fd) == UV_TTY by os_isatty
Pavel Platto
2014-04-20
*
Added os_isatty
Pavel Platto
2014-04-20
*
Fix bug of `job_stop` not emitting `JobExit`
Thiago de Arruda
2014-04-18
*
Remove unnecessary cleanup label from `job_start`
Thiago de Arruda
2014-04-18
*
Free job data on close_cb
Thiago de Arruda
2014-04-18
*
Stop job prepare watcher when there are no jobs
Thiago de Arruda
2014-04-18
*
Refactor job.c module to use WStream
Thiago de Arruda
2014-04-18
*
Extract writing boilerplate into wstream.c module
Thiago de Arruda
2014-04-18
*
Correctly free libuv handles
Thiago de Arruda
2014-04-18
*
Refactor job control to use RStream events
Thiago de Arruda
2014-04-18
*
Create EventType for RStream reading
Thiago de Arruda
2014-04-18
*
Deal with backpressure on RStream instances
Thiago de Arruda
2014-04-18
*
Handle special KE_EVENT case where maxlen < 3
Thiago de Arruda
2014-04-16
*
Refactor input module to use RStream class
Thiago de Arruda
2014-04-16
*
Refactor job control module to use RStream class
Thiago de Arruda
2014-04-16
*
Extract reading boilerplate into rstream.c module
Thiago de Arruda
2014-04-16
*
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
[next]