summaryrefslogtreecommitdiff
path: root/src/timefns.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* ; * src/timefns.c: Fix typo in previous change.Paul Eggert2020-03-08
* * src/timefns.c: Add comments.Paul Eggert2020-03-08
* * src/timefns.c: Add comments.Paul Eggert2020-03-08
* * src/timefns.c (time_arith): Omit incorrect comment.Paul Eggert2020-02-28
* 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
* Add portable dumperDaniel Colascione2019-01-15
* decode-time: allow bignum yearsPaul Eggert2019-01-01
* Update more copyright yearsPaul Eggert2018-12-31
* Minor fixes/simplifications to time functionsPaul Eggert2018-12-19
* Improve time error reportingPaul Eggert2018-11-03
* Fix MinGW compilation problem in timefns.cEli Zaretskii2018-10-07
* Improvements on (TICKS . HZ)Paul Eggert2018-10-06
* New (TICKS . HZ) timestamp formatPaul Eggert2018-10-06
* Move timestamp-related stuff to timefns.cPaul Eggert2018-10-06