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
/
signal.c
Commit message (
Expand
)
Author
Age
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: enable IWYU on mac
dundargoc
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: adjust headers according to the style guide (#23934)
dundargoc
2023-06-06
*
refactor(exit): pass error message to preserve_exit() (#22097)
zeertzjq
2023-02-04
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
refactor: remove unnecessary volatile #19210
erw7
2022-07-04
*
fix(ci): noisy logs, unreliable test #19019
Justin M. Keyes
2022-06-18
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
feat(events): support SIGWINCH for Signal event #18029
Loong Wang
2022-04-10
*
chore: add additional compiler flags (#17815)
Lewis Russell
2022-03-24
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
refactor: format files with uncrustify #15663
dundargoc
2021-09-14
*
vim-patch:8.2.0728: messages about a deadly signal are not left aligned
Jan Edmund Lazo
2020-10-16
*
vim-patch:8.0.1564: too many #ifdefs
Jan Edmund Lazo
2020-06-04
*
TUI: block signals on suspend #12180
Kei Kamikawa
2020-04-25
*
Log signals handled in deadly_signal (#10939)
Daniel Hahler
2019-09-04
*
events: add "Signal" event #9564
Marco Hinz
2019-02-04
*
IO: let 'fsync' option control more cases
Justin M. Keyes
2018-04-21
*
pty_process_unix: _exit() on execvp() failure
Justin M. Keyes
2017-12-13
*
*: Add comment to all C files
ZyX
2017-04-19
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
signal_init: unblock all signals on startup. #5283
Nicolas Hillegeer
2016-09-03
*
signal_init: Always unblock SIGCHLD. (#5243)
Justin M. Keyes
2016-08-29
*
*: Rename main loop variable from loop to main_loop
ZyX
2016-05-30
*
Add guards for SIGPIPE and SIGQUIT
Rui Abreu Ferreira
2015-12-08
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
memory: Replace klib memory pools by malloc/free
Thiago de Arruda
2015-04-12
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
Remove long_u: Remove type.
Eliseo Martínez
2015-01-19
*
ui: Add abstract_ui termcap and split UI layer
Thiago de Arruda
2014-12-08
*
event: Ensure the event loop has been cleaned up in event_teardown
Thiago de Arruda
2014-11-02
*
event: Reintroduce the immediate event queue
Thiago de Arruda
2014-11-02
*
event: Remove automatic event deferall
Thiago de Arruda
2014-10-21
*
event: Remove EventType enum and pass a callback to `event_push`
Thiago de Arruda
2014-10-21
*
api: Implement '--embedded-mode' command-line option
Thiago de Arruda
2014-08-28
*
events: Refactor how event deferral is handled
Thiago de Arruda
2014-07-17
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
events: Refactor how events are queued for processing
Thiago de Arruda
2014-06-18
*
Add automatic generation of headers
ZyX
2014-06-02
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15