1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00
emacs/lisp/url
Paul Eggert 7ddd08bd3e Omit/rewrite useless regexp repetitions
Problem reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-04/msg00527.html
* lisp/align.el (align-rules-list):
* lisp/cedet/srecode/srt-mode.el (srecode-font-lock-keywords):
* lisp/emacs-lisp/copyright.el (copyright-regexp):
* lisp/erc/erc-backend.el (JOIN):
* lisp/erc/erc-goodies.el (erc-unmorse):
* lisp/mail/mail-extr.el (mail-extr-telephone-extension-pattern):
* lisp/net/tramp-adb.el (tramp-adb-prompt):
* lisp/org/org-table.el (org-table-range-regexp):
* lisp/progmodes/idlwave.el (idlwave-where):
* lisp/progmodes/verilog-mode.el (verilog-declaration-re-2-no-macro)
(verilog-declaration-re-2-macro, verilog-delete-auto-buffer)
(verilog-auto-inst-port):
* lisp/url/url-misc.el (url-data):
Omit or rewrite useless repetitions that risk being very slow in
the backtracking regexp engine in Emacs.
2019-04-12 19:43:41 -07:00
..
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-about.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-auth.el Simplify url-digest-auth-make-cnonce 2019-02-11 00:08:41 -08:00
url-cache.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-cid.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-cookie.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-dav.el Simplify use of encode-time 2019-02-10 23:54:35 -08:00
url-dired.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-domsuf.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-expand.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-file.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-ftp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-future.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-gw.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-handlers.el Merge from origin/emacs-26 2019-03-20 13:47:07 -07:00
url-history.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-http.el Don't signal error from url debug functions 2019-04-13 03:36:45 +03:00
url-imap.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-irc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-ldap.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-mailto.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-methods.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-misc.el Omit/rewrite useless regexp repetitions 2019-04-12 19:43:41 -07:00
url-news.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-nfs.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-ns.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-parse.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
url-privacy.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-proxy.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-queue.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-tramp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-util.el Don't signal error from url debug functions 2019-04-13 03:36:45 +03:00
url-vars.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00