aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/time.c
Commit message (Expand)AuthorAge
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* docs: small fixesdundargoc2023-05-13
* refactor(time): refactor delay with input checkingbfredl2023-04-24
* vim-patch:8.1.1313: warnings for using localtime() and ctime() (#21229)zeertzjq2022-11-29
* vim-patch:9.0.0733: use of strftime() is not safe (#21228)zeertzjq2022-11-29
* vim-patch:8.2.4155: translating strftime() argument results in check errorzeertzjq2022-11-25
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo2021-04-15
* vim-patch:8.1.2326: cannot parse a date/time stringJan Edmund Lazo2021-03-27
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* Merge pull request #12804 from janlazo/vim-8.1.1725Jan Edmund Lazo2020-08-31
|\
| * vim-patch:8.1.1725: MS-Windows: E325 message may use incorrect date formatJan Edmund Lazo2020-08-30
* | docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
|/
* vim-patch:8.1.1567: localtime_r() does not respond to $TZ changesJan Edmund Lazo2020-03-29
* vim-patch:8.1.1313: warnings for using localtime() and ctime()Jan Edmund Lazo2020-03-29
* viml/profile: revert gettimeofday() #10488Justin M. Keyes2019-07-13
* viml/reltime(): allow negative result #10453Justin M. Keyes2019-07-09
* viml/profile: switch to uv_gettimeofday() #10356Justin M. Keyes2019-06-29
* rename: os_get_localtime => os_localtimeJustin M. Keyes2018-07-24
* lint, minor cleanupJustin M. Keyes2018-02-07
* *: Add comment to all C filesZyX2017-04-19
* time.c: os_microdelay(): Let input cancel the delay. #5830Michael Schupikov2017-01-06
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* event: Refactor async event processingThiago de Arruda2015-08-13
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Linting: Recommend os_* instead of POSIX functions.Florian Walch2015-01-11
* time: Inline microdelay into os_microdelayThiago de Arruda2014-12-03
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* compilation: Add -Wconversion to more files and validate CONV_SOURCESThiago de Arruda2014-10-21
* os/time: fix os_localtime_r on win + add func_attrNicolas Hillegeer2014-07-20
* os/time: make os_get_localtime more portableNicolas Hillegeer2014-07-20
* os: implement os_hrtimeNicolas Hillegeer2014-07-16
* Use strict function prototypes #945Pavel Platto2014-07-14
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15