summaryrefslogtreecommitdiff
path: root/src/time.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1413: compiler warning for unused variablev9.0.1413Bram Moolenaar2023-03-171-6/+3
* patch 9.0.1411: accuracy of profiling is not optimalv9.0.1411Ernie Rael2023-03-161-4/+13
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-1/+1
* patch 9.0.1245: code is indented more than necessaryv9.0.1245Yegappan Lakshmanan2023-01-251-74/+78
* patch 9.0.0990: callback name argument is changed by setqflist()v9.0.0990Bram Moolenaar2022-12-021-0/+2
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-301-2/+2
* patch 9.0.0763: MS-Windows: warning for using int for size_tv9.0.0763Bram Moolenaar2022-10-151-1/+1
* patch 9.0.0733: use of strftime() is not safev9.0.0733Dominique Pelle2022-10-121-11/+20
* patch 9.0.0682: crash when popup with deleted timer is closedv9.0.0682Bram Moolenaar2022-10-071-3/+15
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-6/+4
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-15/+5
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-5/+3
* patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar2022-08-271-3/+19
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-1/+1
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-2/+2
* patch 8.2.4887: channel log does not show invoking a timer callbackv8.2.4887Bram Moolenaar2022-05-061-0/+14
* patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan2022-04-041-1/+1
* patch 8.2.4229: possible crash when invoking timer callback failsv8.2.4229Bram Moolenaar2022-01-271-0/+8
* patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not usefulv8.2.4199K.Takata2022-01-241-17/+3
* patch 8.2.4155: translating strftime() argument results in check errorv8.2.4155Bram Moolenaar2022-01-201-0/+1
* patch 8.2.4035: timer triggered at the debug prompt may cause troublev8.2.4035Bram Moolenaar2022-01-071-2/+3
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-5/+5
* patch 8.2.3768: timer_info() has the wrong repeat value in a timer callbackv8.2.3768Bram Moolenaar2021-12-091-1/+2
* patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar2021-12-091-1/+1
* patch 8.2.3341: Vim9: function call aborted despite try/catchv8.2.3341Bram Moolenaar2021-08-141-2/+2
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+24
* patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan2021-07-241-1/+8
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-3/+3
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-3/+7
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-11/+16
* patch 8.2.3161: Vim9: no error when reltime() has invalid argumentsv8.2.3161Bram Moolenaar2021-07-141-0/+12
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-2/+1
* patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not workv8.2.2894K.Takata2021-05-281-1/+15
* patch 8.2.2380: Vim9: occasional crash when using try/catch and a timerv8.2.2380Bram Moolenaar2021-01-201-0/+3
* patch 8.2.1961: various comments can be improvedv8.2.1961Bram Moolenaar2020-11-051-0/+2
* patch 8.2.1628: Vim9: cannot pass "true" to timer_paused()v8.2.1628Bram Moolenaar2020-09-061-1/+1
* patch 8.2.0949: strptime() does not use DSTv8.2.0949Bram Moolenaar2020-06-101-0/+1
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar2020-04-061-2/+5
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-0/+1041