aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/regexp-opt.el
Commit message (Expand)AuthorAgeFilesLines
* (regexp-opt): Bind max-specpdl-size.Richard M. Stallman2002-01-091-0/+1
* (regexp-opt): Bind completion-regexp-list to nil.Stefan Monnier2001-12-011-0/+1
* Typo.Stefan Monnier2001-11-281-1/+1
* (regexp-opt-depth): Fix off-by-two error.Stefan Monnier2001-11-281-1/+3
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
* (regexp-opt-group): Sort the strings when extracting a suffix.Stefan Monnier2000-11-051-1/+4
* (regexp-opt): Add \< and \> if PAREN=`words'.Stefan Monnier2000-10-081-6/+12
* (regexp-opt-group): Put more parenthesis.Stefan Monnier2000-10-011-4/+4
* (make-bool-vector): Remove.Stefan Monnier2000-08-091-15/+21
* (regexp-opt-depth): Fix regexp.Stefan Monnier2000-05-101-1/+2
* Add `extensions' to Keywords.Dave Love2000-03-301-2/+1
* Update copyright and leading comment.Stefan Monnier2000-03-091-95/+80
* Change maintainer.Dave Love2000-02-021-0/+1
* (regexp-opt-try-suffix): New function.Gerd Moellmann1999-10-081-20/+58
* Fix maintainer address.Karl Heuer1999-08-161-1/+1
* (regexp-opt-group): Avoid infiniteKarl Heuer1999-06-041-1/+3
* (regexp-opt): Doc fix.Richard M. Stallman1997-09-071-4/+3
* simplify.Simon Marshall1997-06-271-9/+9
* emit charsets after strings so that the final regexp finds the longest match.Simon Marshall1997-06-061-37/+45
* Initial revisionRichard M. Stallman1997-05-291-0/+231