]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the plan to use DFA regex; it would be infeasible.
authorRichard M. Stallman <rms@gnu.org>
Tue, 7 Dec 2004 21:44:21 +0000 (21:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 7 Dec 2004 21:44:21 +0000 (21:44 +0000)
etc/TODO

index 544e42694fcae7815e26ff9111a0e02a958e97d2..5c674c5c06e67c735be3254721930696bc5c39fb 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -315,8 +315,6 @@ to the FSF.
 
 * Internal changes
 
-** Replace Emacs's regex.c with the new DFA-based glibc regex code.
-
 ** Replace gmalloc.c with the modified Doug Lea code from the current
   GNU libc so that the special mmapping of buffers can be removed --
   that apparently loses under Solaris, at least.  [fx has mostly done