index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timefns.c
Age
Commit message (
Expand
)
Author
2022-04-14
New time-equal-p test
Paul Eggert
2022-04-14
Avoid possibly unnecessary lisp_time_struct call
Philip Kaludercic
2022-03-19
Remove unused fns/data and make fns static
Paul Eggert
2022-03-04
Fix process-attributes time precision on GNU/Linux
Paul Eggert
2022-03-04
Avoid unnecessary make_float in time arithmetic
Paul Eggert
2022-01-02
Merge remote-tracking branch 'origin/emacs-28' into trunk
Stefan Monnier
2022-01-02
Clarify %g and %G time format specs
Eli Zaretskii
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-16
* src/timefns.c: Minor comment fix.
Paul Eggert
2021-12-16
Omit temporary warning re obsolete timestamps
Paul Eggert
2021-12-16
Fix encode-time doc string
Paul Eggert
2021-10-11
Work around GCC bug 102671
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-08-16
Simplify format_time_string
Paul Eggert
2020-08-11
Prefer make_nil_vector to make-vector with nil
Paul Eggert
2020-03-19
Tiny simplification of frac_to_double
Paul Eggert
2020-03-19
Omit timestamp optimization invalid on 387 FPU
Paul Eggert
2020-03-08
Merge from origin/emacs-27
Paul Eggert
2020-03-08
; * src/timefns.c: Fix typo in previous change.
Paul Eggert
2020-03-08
* src/timefns.c: Add comments.
Paul Eggert
2020-03-08
Merge from origin/emacs-27
Paul Eggert
2020-03-08
* src/timefns.c: Add comments.
Paul Eggert
2020-03-04
Merge from origin/emacs-27
Glenn Morris
2020-03-03
Time division speedups
Paul Eggert
2020-03-03
Fix rounding errors in time conversion
Paul Eggert
2020-03-02
Tweak GMP usage for (HI LO US PS) timestamps
Paul Eggert
2020-02-28
* src/timefns.c (time_arith): Omit incorrect comment.
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-13
Fix double-rounding bug in ceiling etc.
Paul Eggert
2019-11-13
Refactor double integer scaling
Paul Eggert
2019-10-15
Fix duplicated words in comments
Robert Pluim
2019-10-05
Improve documentation for year-zero issues
Paul Eggert
2019-09-30
Mention locale-related complications in format-time-string doc string
Lars Ingebrigtsen
2019-09-29
* src/timefns.c (Fdecode_time): Improve doc string.
Paul Eggert
2019-08-24
Tweak time arithmetic performance
Paul Eggert
2019-08-21
Be more careful about pointers to bignum vals
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-18
Improve bignum_integer static checking
Paul Eggert
2019-08-17
Have time-add etc. respect CURRENT_TIME_LIST too
Paul Eggert
2019-08-16
More-compatible subsecond calendrical timestamps
Paul Eggert
2019-08-16
Subtracting “now” from “now” should yield zero
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-08-04
Tweak time arithmetic performance
Paul Eggert
[next]