summaryrefslogtreecommitdiff
path: root/src/timefns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * * src/timefns.c (time_arith): Omit incorrect comment.Paul Eggert2020-02-281-3/+1
* | Time division speedupsPaul Eggert2020-03-031-4/+10
* | Fix rounding errors in time conversionPaul Eggert2020-03-031-44/+35
* | Tweak GMP usage for (HI LO US PS) timestampsPaul Eggert2020-03-021-11/+20
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-131-2/+0
* Refactor double integer scalingPaul Eggert2019-11-131-22/+5
* Fix duplicated words in commentsRobert Pluim2019-10-151-1/+1
* Improve documentation for year-zero issuesPaul Eggert2019-10-051-2/+2
* Mention locale-related complications in format-time-string doc stringLars Ingebrigtsen2019-09-301-2/+6
* * src/timefns.c (Fdecode_time): Improve doc string.Paul Eggert2019-09-291-3/+3
* Tweak time arithmetic performancePaul Eggert2019-08-241-4/+4
* Be more careful about pointers to bignum valsPaul Eggert2019-08-211-6/+7
* Avoid some excess precision in time arithmeticPaul Eggert2019-08-201-22/+84
* Support larger TIMEs in (time-convert TIME t)Paul Eggert2019-08-201-10/+30
* Fix time-add/time-sub validity checkingPaul Eggert2019-08-191-3/+3
* Improve bignum_integer static checkingPaul Eggert2019-08-181-9/+9
* Have time-add etc. respect CURRENT_TIME_LIST tooPaul Eggert2019-08-171-3/+6
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-73/+105
* Subtracting “now” from “now” should yield zeroPaul Eggert2019-08-161-3/+13
* Fix time-add rounding bugPaul Eggert2019-08-161-3/+11
* Fix rounding errors with float timestampsPaul Eggert2019-08-151-78/+143
* decode-time now returns subsec tooPaul Eggert2019-08-051-24/+58
* New function time-convertPaul Eggert2019-08-051-105/+76
* Tweak time arithmetic performancePaul Eggert2019-08-041-12/+32
* Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-291-0/+6
* Remove printmax_t etc.Paul Eggert2019-07-071-2/+2
* Fix decode-time/encode-time roundtrip on macOSPaul Eggert2019-04-301-2/+3
* Fix a typo in a recent commitEli Zaretskii2019-04-241-1/+1
* Fix return type of make_time.Philipp Stephani2019-04-241-1/+8
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-3/+3
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-3/+3
* format-time-string: document new '+' flagPaul Eggert2019-02-251-12/+18
* Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-011-2/+2
* Add portable dumperDaniel Colascione2019-01-151-6/+19
* decode-time: allow bignum yearsPaul Eggert2019-01-011-8/+18
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* Minor fixes/simplifications to time functionsPaul Eggert2018-12-191-1/+0