diff options
| author | Stefan Monnier | 2000-03-27 22:26:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-03-27 22:26:54 +0000 |
| commit | ed0767d80f1d3ae00b4a89576b009e44398cc1ba (patch) | |
| tree | 3628c75f0a930d59d45d3ba1b0dc9c38b1c4e7a5 /src/ChangeLog | |
| parent | e11e7e46bcd0f5310d5a8ed56908993d8662866f (diff) | |
| download | emacs-ed0767d80f1d3ae00b4a89576b009e44398cc1ba.tar.gz emacs-ed0767d80f1d3ae00b4a89576b009e44398cc1ba.zip | |
(REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression.
(enum re_opcode_t): Update description of succeed_n.
(PATFETCH): Always define.
(regex_compile): Use lookahead rather than PATUNFETCH (for repetition
operators, char classes, shy-groups and intervals).
Optimize special cases of intervals so as to only use succeed_n and
jump_n when really needed.
(re_compile_fastmap): Simplify handling of jump_n and succeed_n now
that we don't have to handle the special cases any more.
Simplify on_failure_jump handling as well.
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 3a01bac0160..d3ea1be941d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2000-03-27 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as | ||
| 4 | an expression. | ||
| 5 | (enum re_opcode_t): Update description of succeed_n. | ||
| 6 | (PATFETCH): Always define. | ||
| 7 | (regex_compile): Use lookahead rather than PATUNFETCH (for repetition | ||
| 8 | operators, char classes, shy-groups and intervals). | ||
| 9 | Optimize special cases of intervals so as to only use succeed_n and | ||
| 10 | jump_n when really needed. | ||
| 11 | (re_compile_fastmap): Simplify handling of jump_n and succeed_n now | ||
| 12 | that we don't have to handle the special cases any more. | ||
| 13 | Simplify on_failure_jump handling as well. | ||
| 14 | |||
| 1 | 2000-03-28 Jason Rumney <jasonr@gnu.org> | 15 | 2000-03-28 Jason Rumney <jasonr@gnu.org> |
| 2 | 16 | ||
| 3 | * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT. | 17 | * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT. |