summaryrefslogtreecommitdiff
path: root/src/timefns.c
AgeCommit message (Expand)Author
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
2020-03-03Time division speedupsPaul Eggert
2020-03-03Fix rounding errors in time conversionPaul Eggert
2020-03-02Tweak GMP usage for (HI LO US PS) timestampsPaul Eggert
2020-02-28* src/timefns.c (time_arith): Omit incorrect comment.Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-13Fix double-rounding bug in ceiling etc.Paul Eggert
2019-11-13Refactor double integer scalingPaul Eggert
2019-10-15Fix duplicated words in commentsRobert Pluim
2019-10-05Improve documentation for year-zero issuesPaul Eggert
2019-09-30Mention locale-related complications in format-time-string doc stringLars Ingebrigtsen
2019-09-29* src/timefns.c (Fdecode_time): Improve doc string.Paul Eggert
2019-08-24Tweak time arithmetic performancePaul Eggert
2019-08-21Be more careful about pointers to bignum valsPaul Eggert
2019-08-20Avoid some excess precision in time arithmeticPaul Eggert
2019-08-20Support larger TIMEs in (time-convert TIME t)Paul Eggert
2019-08-19Fix time-add/time-sub validity checkingPaul Eggert
2019-08-18Improve bignum_integer static checkingPaul Eggert
2019-08-17Have time-add etc. respect CURRENT_TIME_LIST tooPaul Eggert
2019-08-16More-compatible subsecond calendrical timestampsPaul Eggert
2019-08-16Subtracting “now” from “now” should yield zeroPaul Eggert
2019-08-16Fix time-add rounding bugPaul Eggert
2019-08-15Fix rounding errors with float timestampsPaul Eggert
2019-08-05decode-time now returns subsec tooPaul Eggert
2019-08-05New function time-convertPaul Eggert
2019-08-04Tweak time arithmetic performancePaul Eggert