From: Richard M. Stallman Date: Tue, 7 Dec 2004 21:44:21 +0000 (+0000) Subject: Remove the plan to use DFA regex; it would be infeasible. X-Git-Tag: ttn-vms-21-2-B4~3379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9962ae153a6a895c2e588ea8c844176cd0beaf8;p=emacs.git Remove the plan to use DFA regex; it would be infeasible. --- diff --git a/etc/TODO b/etc/TODO index 544e42694fc..5c674c5c06e 100644 --- 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