summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os/time.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-05-13docs: small fixesdundargoc1
2023-04-24refactor(time): refactor delay with input checkingbfredl1
2022-11-29vim-patch:8.1.1313: warnings for using localtime() and ctime() (#21229)zeertzjq1
2022-11-29vim-patch:9.0.0733: use of strftime() is not safe (#21228)zeertzjq1
2022-11-25vim-patch:8.2.4155: translating strftime() argument results in check errorzeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2021-04-15vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo1
2021-03-27vim-patch:8.1.2326: cannot parse a date/time stringJan Edmund Lazo1
2021-01-31Use abort() instead of assert(false) for things that should never happenJames McCoy1
2020-08-31Merge pull request #12804 from janlazo/vim-8.1.1725Jan Edmund Lazo1
2020-08-31docs, remove 'guifontset' #11708Justin M. Keyes1
2020-08-30vim-patch:8.1.1725: MS-Windows: E325 message may use incorrect date formatJan Edmund Lazo1
2020-03-29vim-patch:8.1.1567: localtime_r() does not respond to $TZ changesJan Edmund Lazo1
2020-03-29vim-patch:8.1.1313: warnings for using localtime() and ctime()Jan Edmund Lazo1
2019-07-13viml/profile: revert gettimeofday() #10488Justin M. Keyes1
2019-07-09viml/reltime(): allow negative result #10453Justin M. Keyes1
2019-06-29viml/profile: switch to uv_gettimeofday() #10356Justin M. Keyes1
2018-07-24rename: os_get_localtime => os_localtimeJustin M. Keyes1
2018-02-07lint, minor cleanupJustin M. Keyes1
2017-04-19*: Add comment to all C filesZyX1
2017-01-06time.c: os_microdelay(): Let input cancel the delay. #5830Michael Schupikov1
2016-05-30*: Rename main loop variable from loop to main_loopZyX1
2016-01-16misc: UNIX => Unix #4022Seth Jackson1
2015-10-08viminfo: First version of ShaDa file dumpingZyX1
2015-08-13event: Refactor async event processingThiago de Arruda1
2015-07-17event loop: New abstraction layer with refactored time/signal APIThiago de Arruda1
2015-02-26illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller1
2015-02-21refactor: Remove term modules and termcap optionsThiago de Arruda1
2015-01-11Linting: Recommend os_* instead of POSIX functions.Florian Walch1
2014-12-03time: Inline microdelay into os_microdelayThiago de Arruda1
2014-12-02term: Remove most calls to settmodeThiago de Arruda1
2014-10-21compilation: Add -Wconversion to more files and validate CONV_SOURCESThiago de Arruda1
2014-07-20os/time: fix os_localtime_r on win + add func_attrNicolas Hillegeer1
2014-07-20os/time: make os_get_localtime more portableNicolas Hillegeer1
2014-07-16os: implement os_hrtimeNicolas Hillegeer1
2014-07-14Use strict function prototypes #945Pavel Platto1
2014-06-02Add automatic generation of headersZyX1