1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
emacs/lisp/url
Paul Eggert d0c77a1894 Remove some assumptions about timestamp format
These changes remove some assumptions of Lisp code on timestamp
format.  Although we’re not going to change the default format any
time soon, I went looking for code that was too intimate about
details of timestamp format and removed assumptions where this was
easy to do with current Emacs primitives.
* lisp/ido.el (ido-wash-history):
Fix test for zero timestamp.
* lisp/time.el (display-time-event-handler):
Use time-less-p rather than doing it by hand.
(display-time-update): Simplify by using float-time
instead of doing the equivalent by hand.
* lisp/url/url-auth.el (url-digest-auth-make-cnonce):
* test/lisp/calendar/parse-time-tests.el (parse-time-tests):
* test/lisp/emacs-lisp/timer-tests.el (timer-test-multiple-of-time):
* test/lisp/net/tramp-tests.el:
(tramp-test19-directory-files-and-attributes)
(tramp-test22-file-times, tramp-test23-visited-file-modtime):
Don’t assume detailed format of returned Lisp timestamps.
2018-09-24 19:15:23 -07:00
..
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-about.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-auth.el Remove some assumptions about timestamp format 2018-09-24 19:15:23 -07:00
url-cache.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
url-cid.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-cookie.el Add an undo command to url-cookie-mode 2018-04-15 22:48:28 +02:00
url-dav.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-dired.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
url-domsuf.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-expand.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-file.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
url-ftp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-future.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-gw.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-handlers.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
url-history.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-http.el * lisp/url/url-http.el (url-http-create-request): Doc fix. 2018-06-29 17:33:43 +02:00
url-imap.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-irc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-ldap.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-mailto.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-methods.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-misc.el Load mm-util as needed for url-file and url-data (Bug#30258) 2018-01-26 19:50:57 -05:00
url-news.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-nfs.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-ns.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-parse.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-privacy.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-proxy.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-queue.el Change gnutls-verify-error to be first-match 2018-04-13 15:08:18 +02:00
url-tramp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-util.el `url-domain' doc clarification 2018-05-01 14:29:11 +02:00
url-vars.el Update defcustom version for last patch to url-vars.el 2018-04-13 15:42:53 +02:00
url.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00