diff etc/TODO @ 58834:88cf8c060c08

Remove the plan to use DFA regex; it would be infeasible.
author Richard M. Stallman <rms@gnu.org>
date Tue, 07 Dec 2004 21:44:21 +0000
parents 8cf051896b6b
children 9b6234081dc1 5e454dd0d649 f2ebccfa87d4
line wrap: on
line diff
--- a/etc/TODO	Tue Dec 07 21:13:26 2004 +0000
+++ b/etc/TODO	Tue Dec 07 21:44:21 2004 +0000
@@ -315,8 +315,6 @@
 
 * 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