summaryrefslogtreecommitdiff
path: root/src/timefns.c
Commit message (Expand)AuthorAge
* * src/timefns.c: Minor comment fix.Paul Eggert2021-12-16
* Omit temporary warning re obsolete timestampsPaul Eggert2021-12-16
* Fix encode-time doc stringPaul Eggert2021-12-16
* Work around GCC bug 102671Paul Eggert2021-10-11
* Update copyright year to 2021Paul Eggert2021-01-01
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Simplify format_time_stringPaul Eggert2020-08-16
* Prefer make_nil_vector to make-vector with nilPaul Eggert2020-08-11
* Tiny simplification of frac_to_doublePaul Eggert2020-03-19
* Omit timestamp optimization invalid on 387 FPUPaul Eggert2020-03-19
* Merge from origin/emacs-27Paul Eggert2020-03-08
|\
| * ; * src/timefns.c: Fix typo in previous change.Paul Eggert2020-03-08
| * * src/timefns.c: Add comments.Paul Eggert2020-03-08
* | Merge from origin/emacs-27Paul Eggert2020-03-08
|\|
| * * src/timefns.c: Add comments.Paul Eggert2020-03-08
* | Merge from origin/emacs-27Glenn Morris2020-03-04
|\|
| * * src/timefns.c (time_arith): Omit incorrect comment.Paul Eggert2020-02-28
* | Time division speedupsPaul Eggert2020-03-03
* | Fix rounding errors in time conversionPaul Eggert2020-03-03
* | Tweak GMP usage for (HI LO US PS) timestampsPaul Eggert2020-03-02
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-13
* Refactor double integer scalingPaul Eggert2019-11-13
* Fix duplicated words in commentsRobert Pluim2019-10-15
* Improve documentation for year-zero issuesPaul Eggert2019-10-05
* Mention locale-related complications in format-time-string doc stringLars Ingebrigtsen2019-09-30
* * src/timefns.c (Fdecode_time): Improve doc string.Paul Eggert2019-09-29
* Tweak time arithmetic performancePaul Eggert2019-08-24
* Be more careful about pointers to bignum valsPaul Eggert2019-08-21
* Avoid some excess precision in time arithmeticPaul Eggert2019-08-20
* Support larger TIMEs in (time-convert TIME t)Paul Eggert2019-08-20
* Fix time-add/time-sub validity checkingPaul Eggert2019-08-19
* Improve bignum_integer static checkingPaul Eggert2019-08-18
* Have time-add etc. respect CURRENT_TIME_LIST tooPaul Eggert2019-08-17
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-16
* Subtracting “now” from “now” should yield zeroPaul Eggert2019-08-16
* Fix time-add rounding bugPaul Eggert2019-08-16
* Fix rounding errors with float timestampsPaul Eggert2019-08-15
* decode-time now returns subsec tooPaul Eggert2019-08-05
* New function time-convertPaul Eggert2019-08-05
* Tweak time arithmetic performancePaul Eggert2019-08-04
* Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-29
* Remove printmax_t etc.Paul Eggert2019-07-07
* Fix decode-time/encode-time roundtrip on macOSPaul Eggert2019-04-30
* Fix a typo in a recent commitEli Zaretskii2019-04-24
* Fix return type of make_time.Philipp Stephani2019-04-24
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* format-time-string: document new '+' flagPaul Eggert2019-02-25
* Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-01