emacs/lisp/calc
Paul Eggert c90a420779 Add FIXMEs for subsecond support
This adds FIXMEs to areas where Lisp code should support
subsecond information in broken-down timestamps.
It also fixes some unnecessary truncation of timestamps, and
ports the code to a hypothetical future Emacs version where
(decode-time) returns subsecond timestamps by default.
* lisp/calc/calc-forms.el (calc-time, math-iso-dt-to-date)
(calcFunc-now):
* lisp/calendar/icalendar.el (icalendar--add-decoded-times):
* lisp/calendar/iso8601.el (iso8601-parse-interval):
Truncate seconds to an integer, and add a FIXME about
subseconds support.
* lisp/calendar/icalendar.el (icalendar--decode-isodatetime)
(icalendar--decode-isoduration):
Add a FIXME about subseconds support.
* lisp/gnus/gnus-delay.el (gnus-delay-article):
Don’t truncate seconds to an integer, as there’s no need
to do that here.
* lisp/gnus/gnus-util.el (gnus-seconds-today)
(gnus-seconds-month, gnus-seconds-year):
* lisp/gnus/message.el (message-make-expires-date):
* lisp/org/org-timer.el (org-timer-show-remaining-time):
* lisp/vc/ediff-mult.el (ediff-format-date):
Truncate seconds to an integer, as that’s what’s wanted here.
* lisp/midnight.el (midnight-next):
Ceiling seconds to an integer, as that’s what wanted here.
2019-08-17 15:43:05 -07:00
..
calc-aent.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
calc-alg.el Fix trig simplification crash (bug#33052) 2019-07-10 19:28:35 +02:00
calc-arith.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-bin.el Fix calc number formatting with digit grouping (bug#36689) 2019-07-16 17:37:46 +02:00
calc-comb.el * lisp/calc/calc.el: Take advantage of native bignums. 2019-06-25 23:05:11 -04:00
calc-cplx.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-embed.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-ext.el Fix calc number formatting with digit grouping (bug#36689) 2019-07-16 17:37:46 +02:00
calc-fin.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-forms.el Add FIXMEs for subsecond support 2019-08-17 15:43:05 -07:00
calc-frac.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-funcs.el * lisp/calc/calc.el: Take advantage of native bignums. 2019-06-25 23:05:11 -04:00
calc-graph.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
calc-help.el Remove XEmacs compat code from calc 2019-06-19 22:56:26 +02:00
calc-incom.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-keypd.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-lang.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
calc-macs.el * lisp/calc/calc.el: Take advantage of native bignums. 2019-06-25 23:05:11 -04:00
calc-map.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-math.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
calc-menu.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-misc.el * lisp/calc/calc.el: Take advantage of native bignums. 2019-06-25 23:05:11 -04:00
calc-mode.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-mtx.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-nlfit.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-poly.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
calc-prog.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-rewr.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-rules.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-sel.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-stat.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-store.el Be safer about "%" in message formats 2019-03-07 09:05:56 -08:00
calc-stuff.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-trail.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-undo.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc-units.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
calc-vec.el * lisp/calc/calc.el: Take advantage of native bignums. 2019-06-25 23:05:11 -04:00
calc-yank.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calc.el calc mode line touch up 2019-08-03 22:03:27 +02:00
calcalg2.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calcalg3.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
calccomp.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
calcsel2.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00