Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | (regexp-opt-group): Compute HALF2 properly. | Richard M. Stallman | 2003-01-20 | 1 | -1/+4 | |
| | | ||||||
* | | (regexp-opt-group): Don't cons uselessly. | Stefan Monnier | 2002-06-18 | 1 | -3/+3 | |
|/ | ||||||
* | (regexp-opt): Bind max-specpdl-size. | Richard M. Stallman | 2002-01-09 | 1 | -0/+1 | |
| | ||||||
* | (regexp-opt): Bind completion-regexp-list to nil. | Stefan Monnier | 2001-12-01 | 1 | -0/+1 | |
| | ||||||
* | Typo. | Stefan Monnier | 2001-11-28 | 1 | -1/+1 | |
| | ||||||
* | (regexp-opt-depth): Fix off-by-two error. | Stefan Monnier | 2001-11-28 | 1 | -1/+3 | |
| | ||||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel JanÃk | 2001-07-15 | 1 | -1/+1 | |
| | ||||||
* | (regexp-opt-group): Sort the strings when extracting a suffix. | Stefan Monnier | 2000-11-05 | 1 | -1/+4 | |
| | ||||||
* | (regexp-opt): Add \< and \> if PAREN=`words'. | Stefan Monnier | 2000-10-08 | 1 | -6/+12 | |
| | ||||||
* | (regexp-opt-group): Put more parenthesis. | Stefan Monnier | 2000-10-01 | 1 | -4/+4 | |
| | ||||||
* | (make-bool-vector): Remove. | Stefan Monnier | 2000-08-09 | 1 | -15/+21 | |
| | | | | | | (regexp-opt-group): Use a list of chars for `letters'. (regexp-opt-charset): `chars' is now a list of chars. Use a char-table rather than a vector so it works for multibyte chars. | |||||
* | (regexp-opt-depth): Fix regexp. | Stefan Monnier | 2000-05-10 | 1 | -1/+2 | |
| | ||||||
* | Add `extensions' to Keywords. | Dave Love | 2000-03-30 | 1 | -2/+1 | |
| | ||||||
* | Update copyright and leading comment. | Stefan Monnier | 2000-03-09 | 1 | -95/+80 | |
| | | | | | | | | | | | | | | | | (regexp-opt): Update comment and adapt the code the new meaning of the `paren' argument of regex-opt-group for shy-groups. (regexp-opt-depth): Handle shy groups as well as backslashed backslashes. (regexp-opt-group): Turn the leading comment into a docstring. Allow `paren' to be a string (the string to use to open a group). Remove open-presuf and close-presuf. Instead of checking for `all one-char' and then later on check for `several one-char', handle both cases close together. Also apply a more generic algorithm for suffixes (the mirror image of the algorithm used for prefixes). Use shy-groups. \Use nreverse rather than reverse. (regexp-opt-try-suffix): Removed. | |||||
* | Change maintainer. | Dave Love | 2000-02-02 | 1 | -0/+1 | |
| | ||||||
* | (regexp-opt-try-suffix): New function. | Gerd Moellmann | 1999-10-08 | 1 | -20/+58 | |
| | | | | | (regexp-opt-group): Use it to get common suffixes in STRINGS. If STRINGS is nil, return "" rather than nil. | |||||
* | Fix maintainer address. | Karl Heuer | 1999-08-16 | 1 | -1/+1 | |
| | ||||||
* | (regexp-opt-group): Avoid infinite | Karl Heuer | 1999-06-04 | 1 | -1/+3 | |
| | | | | recursion on bogus input. | |||||
* | (regexp-opt): Doc fix. | Richard M. Stallman | 1997-09-07 | 1 | -4/+3 | |
| | ||||||
* | simplify. | Simon Marshall | 1997-06-27 | 1 | -9/+9 | |
| | ||||||
* | emit charsets after strings so that the final regexp finds the longest match. | Simon Marshall | 1997-06-06 | 1 | -37/+45 | |
| | ||||||
* | Initial revision | Richard M. Stallman | 1997-05-29 | 1 | -0/+231 | |