diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e95a87b3434..37ef8ee4d06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop. | ||
| 4 | (print_partial_compiled_pattern, re_compile_fastmap): Handle new opcode. | ||
| 5 | (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops. | ||
| 6 | (re_match_2_internal): Add code for on_failure_jump_nastyloop when | ||
| 7 | executing it as well as when popping it off the stack to find infinite | ||
| 8 | loops in non-greedy repetition operators. | ||
| 9 | |||
| 1 | 2000-03-26 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-03-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * doc.c (Qfunction_documentation): New variable. | 12 | * doc.c (Qfunction_documentation): New variable. |