| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Don’t test time functions for NaNs, INF | Paul Eggert | 2022-06-15 | 1 | -6/+0 |
* | Support (encode-time (list s m h D M Y)) | Paul Eggert | 2022-04-25 | 1 | -0/+9 |
* | New time-equal-p test | Paul Eggert | 2022-04-14 | 1 | -0/+4 |
* | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Add time-convert tests | Paul Eggert | 2021-12-05 | 1 | -0/+12 |
|/ |
|
* | ; Minor stylistic checkdoc fixes in test/**/*.el | Stefan Kangas | 2021-09-26 | 1 | -0/+2 |
* | ; Normalize and add missing first and last lines | Stefan Kangas | 2021-04-19 | 1 | -1/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | ; Fix license statements. | Stefan Kangas | 2020-08-27 | 1 | -3/+5 |
* | Use lexical-binding in most src tests | Stefan Kangas | 2020-04-24 | 1 | -1/+1 |
* | Fix rounding errors in time conversion | Paul Eggert | 2020-03-03 | 1 | -0/+3 |
* | Port timestamp tests to odd timezones, (TICKS . HZ) | Paul Eggert | 2020-02-27 | 1 | -23/+23 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Test format-time-string padding | Paul Eggert | 2019-12-06 | 1 | -0/+43 |
* | Avoid some excess precision in time arithmetic | Paul Eggert | 2019-08-20 | 1 | -22/+22 |
* | Support larger TIMEs in (time-convert TIME t) | Paul Eggert | 2019-08-20 | 1 | -0/+6 |
* | Fix time-add/time-sub validity checking | Paul Eggert | 2019-08-19 | 1 | -0/+4 |
* | More-compatible subsecond calendrical timestamps | Paul Eggert | 2019-08-16 | 1 | -17/+29 |
* | Fix time-add rounding bug | Paul Eggert | 2019-08-16 | 1 | -0/+3 |
* | Fix rounding errors with float timestamps | Paul Eggert | 2019-08-15 | 1 | -0/+18 |
* | decode-time now returns subsec too | Paul Eggert | 2019-08-05 | 1 | -6/+8 |
* | New function time-convert | Paul Eggert | 2019-08-05 | 1 | -1/+1 |
* | Fix decode-time/encode-time roundtrip on macOS | Paul Eggert | 2019-04-30 | 1 | -0/+6 |
* | Update more copyright years | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
* | Improvements on (TICKS . HZ) | Paul Eggert | 2018-10-06 | 1 | -27/+89 |
* | New (TICKS . HZ) timestamp format | Paul Eggert | 2018-10-06 | 1 | -0/+3 |
* | Move timestamp-related stuff to timefns.c | Paul Eggert | 2018-10-06 | 1 | -0/+79 |