Add #119: Evaluate using pcre's jit mode.
authorFabian Keil <fk@fabiankeil.de>
Sun, 2 Feb 2014 12:03:36 +0000 (12:03 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 2 Feb 2014 12:03:36 +0000 (12:03 +0000)
TODO

diff --git a/TODO b/TODO
index b83b595..da7318f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.91 2014/01/31 12:47:31 fabiankeil Exp $
+$Id: TODO,v 1.92 2014/01/31 12:47:43 fabiankeil Exp $
 
 Some Privoxy-related tasks, sorted by the time they
 have been added, not by priority.
@@ -334,3 +334,5 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO
 
 118) There should be "escaped" dynamic variables that are guaranteed
      not to break filters.
+
+119) Evaluate using pcre's jit mode.