diff options
| author | Stefan Monnier | 1999-12-05 04:05:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-12-05 04:05:42 +0000 |
| commit | db0e466c893cdfbe6dad3862a3a71292d92b11c7 (patch) | |
| tree | 1e82e46f401f66fc0a1de1c1405158961952838f /src | |
| parent | 22afa6e864aaf0b823d4c29fa6ab8a09ec8173ce (diff) | |
| download | emacs-db0e466c893cdfbe6dad3862a3a71292d92b11c7.tar.gz emacs-db0e466c893cdfbe6dad3862a3a71292d92b11c7.zip | |
* regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
operators and handle them properly.
* regex.h (RE_ALL_GREEDY): New option.
(RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic
sorting would put it.
(RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP)
(_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b2264f4c6e9..f350ca6312f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 1999-12-04 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy | ||
| 4 | operators and handle them properly. | ||
| 5 | * regex.h (RE_ALL_GREEDY): New option. | ||
| 6 | (RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic | ||
| 7 | sorting would put it. | ||
| 8 | (RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP) | ||
| 9 | (_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior. | ||
| 10 | |||
| 1 | 1999-12-04 Dave Love <d.love@dl.ac.uk> | 11 | 1999-12-04 Dave Love <d.love@dl.ac.uk> |
| 2 | 12 | ||
| 3 | * m/arm.h: New file. | 13 | * m/arm.h: New file. |