From: Fabian Keil Date: Sun, 2 Feb 2014 12:03:36 +0000 (+0000) Subject: Add #119: Evaluate using pcre's jit mode. X-Git-Tag: v_3_0_22~191 X-Git-Url: http://www.privoxy.org/gitweb/seealso.html?a=commitdiff_plain;h=7e1e6f98b1921b5ee5c40a65fcfa0c8e76e02c8e;p=privoxy.git Add #119: Evaluate using pcre's jit mode. --- diff --git a/TODO b/TODO index b83b595d..da7318f7 100644 --- 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.