summaryrefslogtreecommitdiff
path: root/src/timefns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve time error reportingPaul Eggert2018-11-031-53/+49
* Fix MinGW compilation problem in timefns.cEli Zaretskii2018-10-071-2/+8
* Improvements on (TICKS . HZ)Paul Eggert2018-10-061-36/+43
* New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-340/+797
* Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-0/+1287