changeset 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 d97ebd9e30f6
children 9bdd97960431
files etc/TODO
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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