diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f72cf43685a..27b79e8998a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2000-08-31 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag. | ||
| 4 | (struct re_pattern_buffer): Remove newline_anchor. | ||
| 5 | * regex.c: Keep namespace clean for GNU libc by renaming <fun> | ||
| 6 | to __<fun> and using `weak_alias (__<fun>, <fun>)'. | ||
| 7 | (re_max_failures, fail_stack): Use size_t rather than unsigned. | ||
| 8 | (regex_compile): For ^ and $, choose between buffer and line (beg|end) | ||
| 9 | depending on the new RE_NO_NEWLINE_ANCHOR syntax flag. | ||
| 10 | (print_compiled_pattern, re_search_2, mutually_exclusive_p) | ||
| 11 | (re_match_2_internal, re_compile_pattern, re_comp, regcomp): | ||
| 12 | Get rid of references to newline_anchor. | ||
| 13 | (regcomp): Allocate and precompute a fastmap. | ||
| 14 | |||
| 1 | 2000-08-31 Gerd Moellmann <gerd@gnu.org> | 15 | 2000-08-31 Gerd Moellmann <gerd@gnu.org> |
| 2 | 16 | ||
| 3 | * lread.c (openp): GCPRO local variable `filename'. | 17 | * lread.c (openp): GCPRO local variable `filename'. |