1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
emacs/lisp/net
Paul Eggert 3aee7be62e Avoid unnecessary rounding errors in timestamps
Avoid the rounding errors of float-time when it’s easy.  E.g.,
replace (< (float-time a) (float-time b)) with (time-less-p a b).
* lisp/desktop.el (desktop-save):
* lisp/ecomplete.el (ecomplete-add-item):
* lisp/epg.el (epg-wait-for-completion):
* lisp/files.el (dir-locals-find-file, dir-locals-read-from-dir):
* lisp/image-dired.el (image-dired-get-thumbnail-image)
(image-dired-create-thumb-1):
* lisp/info.el (info-insert-file-contents):
* lisp/ls-lisp.el (ls-lisp-format-time):
* lisp/net/ange-ftp.el (ange-ftp-file-newer-than-file-p)
(ange-ftp-verify-visited-file-modtime):
* lisp/net/rcirc.el (rcirc-ctcp-sender-PING):
* lisp/textmodes/remember.el (remember-store-in-mailbox):
* lisp/url/url-cookie.el (url-cookie-expired-p):
Bypass float-time to avoid rounding errors.

* lisp/files.el (dir-locals-find-file):
2017-10-22 01:07:32 -07:00
..
ange-ftp.el Avoid unnecessary rounding errors in timestamps 2017-10-22 01:07:32 -07:00
browse-url.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
dbus.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
dig.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
dns.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eudc-bob.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eudc-export.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eudc-hotlist.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eudc-vars.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eudc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eudcb-bbdb.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eudcb-ldap.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eudcb-mab.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
eww.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
gnutls.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
goto-addr.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
hmac-def.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
hmac-md5.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
imap.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ldap.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
mailcap.el Use doc-view or pdf-tools on any window-system 2017-09-17 19:39:35 -04:00
mairix.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
net-utils.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
netrc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
network-stream.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
newst-backend.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
newst-plainview.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
newst-reader.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
newst-ticker.el ; Typo fixes, mostly repeated words 2017-10-09 22:55:06 -07:00
newst-treeview.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
newsticker.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
nsm.el Move read-multiple-choice to its own library 2017-10-06 10:42:06 -04:00
ntlm.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
pinentry.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
pop3.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
puny.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
quickurl.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
rcirc.el Avoid unnecessary rounding errors in timestamps 2017-10-22 01:07:32 -07:00
rfc2104.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
rlogin.el Prefer HTTPS to HTTP for gnu.org 2017-10-01 19:59:01 -07:00
sasl-cram.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
sasl-digest.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
sasl-ntlm.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
sasl-scram-rfc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
sasl.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
secrets.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
shr-color.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
shr.el Revert last change in 'shr-descend' 2017-10-06 15:42:22 +03:00
sieve-manage.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
sieve-mode.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
sieve.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
snmp-mode.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
soap-client.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
soap-inspect.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
socks.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
starttls.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
telnet.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
tls.el * lisp/net/tls.el (tls-program): Fix :version. 2017-09-14 16:35:43 -04:00
tramp-adb.el Fix Bug#28896 2017-10-20 12:46:54 +02:00
tramp-cache.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
tramp-cmds.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
tramp-compat.el Fix compatibility problem in Tramp 2017-09-17 19:16:59 +02:00
tramp-ftp.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
tramp-gvfs.el Fix Bug#28896 2017-10-20 12:46:54 +02:00
tramp-sh.el Fix Bug#28896 2017-10-20 12:46:54 +02:00
tramp-smb.el Fix error in tramp-smb-handle-insert-directory 2017-10-16 11:35:02 +02:00
tramp-uu.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
tramp.el Fix Bug#28889 2017-10-21 18:51:25 +02:00
trampver.el Adapt Tramp version. Do not merge 2017-09-17 10:03:18 +02:00
webjump.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
zeroconf.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00