index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
timefns-tests.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-13
Use eabs in Fcurrent_time_zone
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-06-15
Don’t test time functions for NaNs, INF
Paul Eggert
2022-04-25
Support (encode-time (list s m h D M Y))
Paul Eggert
2022-04-14
New time-equal-p test
Paul Eggert
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-05
Add time-convert tests
Paul Eggert
2021-09-26
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-04-19
; Normalize and add missing first and last lines
Stefan Kangas
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-08-27
; Fix license statements.
Stefan Kangas
2020-04-24
Use lexical-binding in most src tests
Stefan Kangas
2020-03-03
Fix rounding errors in time conversion
Paul Eggert
2020-02-27
Port timestamp tests to odd timezones, (TICKS . HZ)
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-06
Test format-time-string padding
Paul Eggert
2019-08-20
Avoid some excess precision in time arithmetic
Paul Eggert
2019-08-20
Support larger TIMEs in (time-convert TIME t)
Paul Eggert
2019-08-19
Fix time-add/time-sub validity checking
Paul Eggert
2019-08-16
More-compatible subsecond calendrical timestamps
Paul Eggert
2019-08-16
Fix time-add rounding bug
Paul Eggert
2019-08-15
Fix rounding errors with float timestamps
Paul Eggert
2019-08-05
decode-time now returns subsec too
Paul Eggert
2019-08-05
New function time-convert
Paul Eggert
2019-04-30
Fix decode-time/encode-time roundtrip on macOS
Paul Eggert
2018-12-31
Update more copyright years
Paul Eggert
2018-10-06
Improvements on (TICKS . HZ)
Paul Eggert
2018-10-06
New (TICKS . HZ) timestamp format
Paul Eggert
2018-10-06
Move timestamp-related stuff to timefns.c
Paul Eggert