mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -08:00
Nested repetitions such as (A*)* potentially take exponential time but can usually be rewritten in a faster and more readable way without much trouble. These were all found by Relint. * lisp/obsolete/terminal.el (te-parse-program-and-args): * lisp/org/org.el (org-make-tags-matcher): Apply the transform (A+B*)+ -> A(A|B)* * lisp/textmodes/fill.el (adaptive-fill-regexp): Apply the transform A*(B+A*)* -> (A|B)* * lisp/progmodes/idlw-shell.el (idlwave-shell-filter): Find the last newline or CR in a more direct way. * lisp/progmodes/vhdl-mode.el (vhdl-port-copy, vhdl-subprog-copy): Trim trailing whitespace from a string in a more direct way. All-whitespace strings are left unchanged as before. |
||
|---|---|---|
| .. | ||
| autoarg.el | ||
| autoload.el | ||
| bruce.el | ||
| cc-compat.el | ||
| cl-compat.el | ||
| cl.el | ||
| crisp.el | ||
| eieio-compat.el | ||
| eudcb-ph.el | ||
| gs.el | ||
| gulp.el | ||
| html2text.el | ||
| info-edit.el | ||
| inversion.el | ||
| iswitchb.el | ||
| landmark.el | ||
| linum.el | ||
| longlines.el | ||
| makesum.el | ||
| mantemp.el | ||
| meese.el | ||
| messcompat.el | ||
| metamail.el | ||
| mh-compat.el | ||
| netrc.el | ||
| nnir.el | ||
| otodo-mode.el | ||
| pgg-def.el | ||
| pgg-gpg.el | ||
| pgg-parse.el | ||
| pgg-pgp.el | ||
| pgg-pgp5.el | ||
| pgg.el | ||
| ps-def.el | ||
| quickurl.el | ||
| rcompile.el | ||
| rfc2368.el | ||
| rlogin.el | ||
| sb-image.el | ||
| starttls.el | ||
| sup-mouse.el | ||
| terminal.el | ||
| thumbs.el | ||
| tls.el | ||
| tpu-edt.el | ||
| tpu-extras.el | ||
| tpu-mapper.el | ||
| uce.el | ||
| url-about.el | ||
| url-dired.el | ||
| url-ns.el | ||
| vc-arch.el | ||
| vc-mtn.el | ||
| vi.el | ||
| vip.el | ||
| vt-control.el | ||
| vt100-led.el | ||
| ws-mode.el | ||
| yow.el | ||