summaryrefslogtreecommitdiff
path: root/src/timefns.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-10/+8
* Fix system time sampling on MS-WindowsEli Zaretskii2023-03-241-0/+9
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Avoid compilation warning on MS-WindowsEli Zaretskii2022-12-121-0/+4
* Work around lsp-mode compatibility bugPaul Eggert2022-11-241-1/+1
* Improve timefns speed on integersPaul Eggert2022-08-141-4/+15
* Decode time conses before floatsPaul Eggert2022-08-141-11/+11
* * lisp/calendar/time-date.el (seconds-to-time): Use the original arg listStefan Monnier2022-08-141-3/+10
* Document time-convert FORM argument as mandatoryBasil L. Contovounesios2022-08-131-3/+2
* Improve time-convert docstring formatting for readabilityStefan Kangas2022-08-131-6/+12
* * src/timefns.c (Ffloat_time): Fix doc string.Paul Eggert2022-08-011-1/+1
* Improve time-equal-p etc. performancePaul Eggert2022-08-011-1/+7
* Improve float-time etc. performancePaul Eggert2022-08-011-20/+19
* Make time arithmetic more like comparisonPaul Eggert2022-08-011-33/+11
* (time-equal-p nil X) returns nilPaul Eggert2022-08-011-1/+3
* Improve time parsing documentationLars Ingebrigtsen2022-06-171-1/+1
* Streamline time decoding and conversionPaul Eggert2022-06-151-7/+9
* Prefer BASE_EQ in time-sensitive opsPaul Eggert2022-06-151-15/+15
* ; Fix typo in documentation of 'current-time-list'Eli Zaretskii2022-04-291-1/+1
* Change current-time back to list formPaul Eggert2022-04-281-17/+31
* Add new function current-cpu-timeStefan Monnier2022-04-271-0/+15
* Use (TICKS . HZ) for current-time etc.Paul Eggert2022-04-251-14/+12
* Support (encode-time (list s m h D M Y))Paul Eggert2022-04-251-6/+15
* Document encode-time caveatsPaul Eggert2022-04-161-9/+7
* Stress difference of new and old ways to call `encode-time'Max Nikulin2022-04-161-0/+4
* New time-equal-p testPaul Eggert2022-04-141-1/+2
* Avoid possibly unnecessary lisp_time_struct callPhilip Kaludercic2022-04-141-2/+1
* Remove unused fns/data and make fns staticPaul Eggert2022-03-191-1/+1
* Fix process-attributes time precision on GNU/LinuxPaul Eggert2022-03-041-1/+1
* Avoid unnecessary make_float in time arithmeticPaul Eggert2022-03-041-4/+12
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-021-3/+4
|\
| * Clarify %g and %G time format specsEli Zaretskii2022-01-021-3/+4
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * src/timefns.c: Minor comment fix.Paul Eggert2021-12-161-2/+1
* | Omit temporary warning re obsolete timestampsPaul Eggert2021-12-161-49/+10
* | Fix encode-time doc stringPaul Eggert2021-12-161-6/+5
|/
* Work around GCC bug 102671Paul Eggert2021-10-111-0/+5
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-3/+3
* Simplify format_time_stringPaul Eggert2020-08-161-18/+15
* Prefer make_nil_vector to make-vector with nilPaul Eggert2020-08-111-1/+1
* Tiny simplification of frac_to_doublePaul Eggert2020-03-191-2/+1
* Omit timestamp optimization invalid on 387 FPUPaul Eggert2020-03-191-3/+0
* Merge from origin/emacs-27Paul Eggert2020-03-081-7/+42
|\
| * ; * src/timefns.c: Fix typo in previous change.Paul Eggert2020-03-081-1/+1
| * * src/timefns.c: Add comments.Paul Eggert2020-03-081-7/+42
* | Merge from origin/emacs-27Paul Eggert2020-03-081-8/+24
|\ \ | |/
| * * src/timefns.c: Add comments.Paul Eggert2020-03-081-8/+24
* | Merge from origin/emacs-27Glenn Morris2020-03-041-3/+1
|\ \ | |/