summaryrefslogtreecommitdiff
path: root/test/src/timefns-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Don’t test time functions for NaNs, INFPaul Eggert2022-06-151-6/+0
* Support (encode-time (list s m h D M Y))Paul Eggert2022-04-251-0/+9
* New time-equal-p testPaul Eggert2022-04-141-0/+4
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add time-convert testsPaul Eggert2021-12-051-0/+12
|/
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-0/+2
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* ; Fix license statements.Stefan Kangas2020-08-271-3/+5
* Use lexical-binding in most src testsStefan Kangas2020-04-241-1/+1
* Fix rounding errors in time conversionPaul Eggert2020-03-031-0/+3
* Port timestamp tests to odd timezones, (TICKS . HZ)Paul Eggert2020-02-271-23/+23
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Test format-time-string paddingPaul Eggert2019-12-061-0/+43
* Avoid some excess precision in time arithmeticPaul Eggert2019-08-201-22/+22
* Support larger TIMEs in (time-convert TIME t)Paul Eggert2019-08-201-0/+6
* Fix time-add/time-sub validity checkingPaul Eggert2019-08-191-0/+4
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-17/+29
* Fix time-add rounding bugPaul Eggert2019-08-161-0/+3
* Fix rounding errors with float timestampsPaul Eggert2019-08-151-0/+18
* decode-time now returns subsec tooPaul Eggert2019-08-051-6/+8
* New function time-convertPaul Eggert2019-08-051-1/+1
* Fix decode-time/encode-time roundtrip on macOSPaul Eggert2019-04-301-0/+6
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* Improvements on (TICKS . HZ)Paul Eggert2018-10-061-27/+89
* New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-0/+3
* Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-0/+79