aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a12f34a2a5b..3f33d4c59da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12000-03-28 Stefan Monnier <monnier@cs.yale.edu>
2
3 * regex.c (analyse_first): New function obtained by ripping out most
4 of re_compile_fastmap and generalizing it a little bit so that it
5 can also just return whether a given (sub)pattern can match the empty
6 string or not.
7 (regex_compile): Use `analyse_first' to decide whether the loop-check
8 needs to be done or not for *, +, *? and +? (the loop check is costly
9 for non-greedy repetition).
10 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
11
12000-03-28 Dave Love <fx@gnu.org> 122000-03-28 Dave Love <fx@gnu.org>
2 13
3 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k, 14 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k,