[582] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r695 - / trunk/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:07:38 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Mon, 16 Apr 2007 21:50:37 -0400 (EDT)

Author: nelhage
Date: 2007-04-16 21:50:37 -0400 (Mon, 16 Apr 2007)
New Revision: 695

Modified:
   /
   trunk/owl/owl.h
Log:
 r20834@phanatique:  nelhage | 2007-04-03 17:00:19 -0400
 Escape {} and () in regular expressions
 



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:20727
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
   + 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:20834
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636

Modified: trunk/owl/owl.h
===================================================================
--- trunk/owl/owl.h	2007-04-12 22:05:37 UTC (rev 694)
+++ trunk/owl/owl.h	2007-04-17 01:50:37 UTC (rev 695)
@@ -199,7 +199,7 @@
 #define OWL_WEBZEPHYR_CLASS     "webzephyr"
 #define OWL_WEBZEPHYR_OPCODE    "webzephyr"
 
-#define OWL_REGEX_QUOTECHARS    "+*.?[]^\\$"
+#define OWL_REGEX_QUOTECHARS    "+*.?[]^\\${}()"
 #define OWL_REGEX_QUOTEWITH     "\\"
 
 #if defined(HAVE_DES_STRING_TO_KEY) && defined(HAVE_DES_KEY_SCHED) && defined(HAVE_DES_ECB_ENCRYPT)


home help back first fref pref prev next nref lref last post