1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lisp/url
Sebastián Monía fec6e16f14 Special treatment for file:// URIs on Windows
* lisp/url/url-parse.el (url-generic-parse-url): Remove prefix /
when a file URI's filename starts with a single letter followed
by a colon and a slash or backslash.
(url-recreate-url): Mirror the change applied when parsing, so
the URL is recreated properly on MS-Windows.
* test/lisp/url/url-parse-tests.el
(url-generic-parse-url/ms-windows-file-uri-hanlding): New test.
(Bug#76982)
2025-04-13 11:59:24 +03:00
..
ChangeLog.1
url-auth.el
url-cache.el
url-cid.el
url-cookie.el ; Normalize spacing in last change 2025-04-11 10:02:54 +08:00
url-dav.el Prefer incf to cl-incf in remaining files 2025-02-26 02:57:03 +01:00
url-domsuf.el
url-expand.el
url-file.el
url-ftp.el
url-future.el
url-gw.el
url-handlers.el
url-history.el Remove redundant constant nil argument to gethash 2025-03-29 14:59:09 +01:00
url-http.el
url-imap.el
url-irc.el
url-ldap.el
url-mailto.el
url-methods.el
url-misc.el
url-news.el
url-nfs.el
url-parse.el Special treatment for file:// URIs on Windows 2025-04-13 11:59:24 +03:00
url-privacy.el
url-proxy.el
url-queue.el Prefer incf to cl-incf in remaining files 2025-02-26 02:57:03 +01:00
url-tramp.el
url-util.el
url-vars.el
url.el