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
/
time.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
*
docs: small fixes
dundargoc
2023-05-13
*
refactor(time): refactor delay with input checking
bfredl
2023-04-24
*
vim-patch:8.1.1313: warnings for using localtime() and ctime() (#21229)
zeertzjq
2022-11-29
*
vim-patch:9.0.0733: use of strftime() is not safe (#21228)
zeertzjq
2022-11-29
*
vim-patch:8.2.4155: translating strftime() argument results in check error
zeertzjq
2022-11-25
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: format files with uncrustify #15663
dundargoc
2021-09-14
*
vim-patch:8.1.2313: debugging where a delay comes from is not easy
Jan Edmund Lazo
2021-04-15
*
vim-patch:8.1.2326: cannot parse a date/time string
Jan Edmund Lazo
2021-03-27
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
Merge pull request #12804 from janlazo/vim-8.1.1725
Jan Edmund Lazo
2020-08-31
|
\
|
*
vim-patch:8.1.1725: MS-Windows: E325 message may use incorrect date format
Jan Edmund Lazo
2020-08-30
*
|
docs, remove 'guifontset' #11708
Justin M. Keyes
2020-08-31
|
/
*
vim-patch:8.1.1567: localtime_r() does not respond to $TZ changes
Jan Edmund Lazo
2020-03-29
*
vim-patch:8.1.1313: warnings for using localtime() and ctime()
Jan Edmund Lazo
2020-03-29
*
viml/profile: revert gettimeofday() #10488
Justin M. Keyes
2019-07-13
*
viml/reltime(): allow negative result #10453
Justin M. Keyes
2019-07-09
*
viml/profile: switch to uv_gettimeofday() #10356
Justin M. Keyes
2019-06-29
*
rename: os_get_localtime => os_localtime
Justin M. Keyes
2018-07-24
*
lint, minor cleanup
Justin M. Keyes
2018-02-07
*
*: Add comment to all C files
ZyX
2017-04-19
*
time.c: os_microdelay(): Let input cancel the delay. #5830
Michael Schupikov
2017-01-06
*
*: Rename main loop variable from loop to main_loop
ZyX
2016-05-30
*
misc: UNIX => Unix #4022
Seth Jackson
2016-01-16
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-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
*
illumos requires the use of limits.h for things like INT_MAX #2049
Mike Zeller
2015-02-26
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Linting: Recommend os_* instead of POSIX functions.
Florian Walch
2015-01-11
*
time: Inline microdelay into os_microdelay
Thiago de Arruda
2014-12-03
*
term: Remove most calls to settmode
Thiago de Arruda
2014-12-02
*
compilation: Add -Wconversion to more files and validate CONV_SOURCES
Thiago de Arruda
2014-10-21
*
os/time: fix os_localtime_r on win + add func_attr
Nicolas Hillegeer
2014-07-20
*
os/time: make os_get_localtime more portable
Nicolas Hillegeer
2014-07-20
*
os: implement os_hrtime
Nicolas Hillegeer
2014-07-16
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
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