log lisp/emacs-lisp/regexp-opt.el @ 108895:c4f9f87f04a2

age author description
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-01-05 Glenn Morris Add 2009 to copyright years.
2008-05-23 Stefan Monnier (regexp-opt): Always return a properly-grouped regexp.
2008-05-06 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-04-09 Chong Yidong (regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size to
2008-04-09 Chong Yidong (regexp-opt-group): Use substring-no-properties for correct handling
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0
2007-01-26 Miles Bader Merge from emacs--devo--0
2006-12-16 Miles Bader Merge from emacs--devo--0
2006-11-21 Miles Bader Merge from emacs--devo--0
2006-02-08 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
2005-08-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2005-06-24 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
2004-12-08 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
2004-04-16 Kenichi Handa Sync to HEAD
2003-09-08 Kenichi Handa *** empty log message ***
2002-03-01 Kenichi Handa (regexp-opt-charset): Adjusted for the
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-07 Glenn Morris Add 2008 to copyright years.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-12-07 Glenn Morris Update copyright years.
2006-11-19 Juanma Barranquero (regexp-opt): Doc fix.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-16 Juanma Barranquero (regexp-opt-depth): Fix spelling in docstrings.
2004-12-06 Stefan Monnier (regexp-opt-depth): Use subregexp-context-p.
2003-09-01 Miles Bader Add arch taglines
2003-04-26 Juanma Barranquero (regexp-opt-depth): Don't count a "//(" which appears inside a character set.
2003-02-04 Juanma Barranquero Trailing whitepace deleted.
2003-01-20 Stefan Monnier (regexp-opt-group): Undo last change. Fix the docstring instead.
2003-01-20 Richard M. Stallman (regexp-opt-group): Compute HALF2 properly.
2002-06-18 Stefan Monnier (regexp-opt-group): Don't cons uselessly.
2002-01-09 Richard M. Stallman (regexp-opt): Bind max-specpdl-size.
2001-12-01 Stefan Monnier (regexp-opt): Bind completion-regexp-list to nil.
2001-11-28 Stefan Monnier Typo.
2001-11-28 Stefan Monnier (regexp-opt-depth): Fix off-by-two error.
2001-07-15 Pavel Janík Some fixes to follow coding conventions in files maintained by FSF.
2000-11-05 Stefan Monnier (regexp-opt-group): Sort the strings when extracting a suffix.
2000-10-08 Stefan Monnier (regexp-opt): Add \< and \> if PAREN=`words'.
2000-10-01 Stefan Monnier (regexp-opt-group): Put more parenthesis.
2000-08-09 Stefan Monnier (make-bool-vector): Remove.
2000-05-10 Stefan Monnier (regexp-opt-depth): Fix regexp.
2000-03-30 Dave Love Add `extensions' to Keywords.
2000-03-09 Stefan Monnier Update copyright and leading comment.
2000-02-02 Dave Love Change maintainer.
1999-10-08 Gerd Moellmann (regexp-opt-try-suffix): New function.
1999-08-16 Karl Heuer Fix maintainer address.
1999-06-04 Karl Heuer (regexp-opt-group): Avoid infinite
1997-09-07 Richard M. Stallman (regexp-opt): Doc fix.
1997-06-27 Simon Marshall simplify.
1997-06-06 Simon Marshall emit charsets after strings so that the final regexp finds the longest match.
1997-05-29 Richard M. Stallman Initial revision