diff options
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. |