summaryrefslogtreecommitdiff
path: root/src/timefns.c
AgeCommit message (Expand)Author
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-03-24Fix system time sampling on MS-WindowsEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-12; Avoid compilation warning on MS-WindowsEli Zaretskii
2022-11-24Work around lsp-mode compatibility bugPaul Eggert
2022-08-14Improve timefns speed on integersPaul Eggert
2022-08-14Decode time conses before floatsPaul Eggert
2022-08-14* lisp/calendar/time-date.el (seconds-to-time): Use the original arg listStefan Monnier
2022-08-13Document time-convert FORM argument as mandatoryBasil L. Contovounesios
2022-08-13Improve time-convert docstring formatting for readabilityStefan Kangas
2022-08-01* src/timefns.c (Ffloat_time): Fix doc string.Paul Eggert
2022-08-01Improve time-equal-p etc. performancePaul Eggert
2022-08-01Improve float-time etc. performancePaul Eggert
2022-08-01Make time arithmetic more like comparisonPaul Eggert
2022-08-01(time-equal-p nil X) returns nilPaul Eggert
2022-06-17Improve time parsing documentationLars Ingebrigtsen
2022-06-15Streamline time decoding and conversionPaul Eggert
2022-06-15Prefer BASE_EQ in time-sensitive opsPaul Eggert
2022-04-29; Fix typo in documentation of 'current-time-list'Eli Zaretskii
2022-04-28Change current-time back to list formPaul Eggert
2022-04-27Add new function current-cpu-timeStefan Monnier
2022-04-25Use (TICKS . HZ) for current-time etc.Paul Eggert
2022-04-25Support (encode-time (list s m h D M Y))Paul Eggert
2022-04-16Document encode-time caveatsPaul Eggert
2022-04-16Stress difference of new and old ways to call `encode-time'Max Nikulin
2022-04-14New time-equal-p testPaul Eggert
2022-04-14Avoid possibly unnecessary lisp_time_struct callPhilip Kaludercic
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-03-04Fix process-attributes time precision on GNU/LinuxPaul Eggert
2022-03-04Avoid unnecessary make_float in time arithmeticPaul Eggert
2022-01-02Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier
2022-01-02Clarify %g and %G time format specsEli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-16* src/timefns.c: Minor comment fix.Paul Eggert
2021-12-16Omit temporary warning re obsolete timestampsPaul Eggert
2021-12-16Fix encode-time doc stringPaul Eggert
2021-10-11Work around GCC bug 102671Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-08-16Simplify format_time_stringPaul Eggert
2020-08-11Prefer make_nil_vector to make-vector with nilPaul Eggert
2020-03-19Tiny simplification of frac_to_doublePaul Eggert
2020-03-19Omit timestamp optimization invalid on 387 FPUPaul Eggert
2020-03-08Merge from origin/emacs-27Paul Eggert
2020-03-08; * src/timefns.c: Fix typo in previous change.Paul Eggert
2020-03-08* src/timefns.c: Add comments.Paul Eggert
2020-03-08Merge from origin/emacs-27Paul Eggert
2020-03-08* src/timefns.c: Add comments.Paul Eggert
2020-03-04Merge from origin/emacs-27Glenn Morris