aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-07 21:44:21 +0000
committerRichard M. Stallman <[email protected]>2004-12-07 21:44:21 +0000
commite9962ae153a6a895c2e588ea8c844176cd0beaf8 (patch)
tree9a59b6ef38976d1a84581db04e5b752bd73870f6
parent7f72fcc3a53f9f0ab3576c51f0ab98ff1db57435 (diff)
Remove the plan to use DFA regex; it would be infeasible.
-rw-r--r--etc/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/TODO b/etc/TODO
index 544e42694f..5c674c5c06 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