1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lisp/url
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
..
ChangeLog.1 Prefer HTTPS to HTTP for gnu.org 2017-10-01 19:59:01 -07:00
url-about.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-auth.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-cache.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-cid.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-cookie.el Avoid unnecessary rounding errors in timestamps 2017-10-22 01:07:32 -07:00
url-dav.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-dired.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-domsuf.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-expand.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-file.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-ftp.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-future.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-gw.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-handlers.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-history.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-http.el Fix url-http use of url-current-object 2017-09-30 16:33:30 +03:00
url-imap.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-irc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-ldap.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-mailto.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-methods.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-misc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-news.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-nfs.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-ns.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-parse.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-privacy.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-proxy.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-queue.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-tramp.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-util.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url-vars.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
url.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00