CVS: M/src/util matchurl.cpp,1.44,1.45

Vadim Zeitlin <[email protected]>
Newsgroups gmane.mail.mahogany.cvs
Message-ID <[email protected]>
Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3789/src/util

Modified Files:
	matchurl.cpp 
Log Message:
uncomment apostroph and parentheses in the list of RFC2396 mark characters

Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -b -u -2 -r1.44 -r1.45
--- matchurl.cpp	20 Jan 2006 06:52:31 -0000	1.44
+++ matchurl.cpp	26 Sep 2006 01:10:10 -0000	1.45
@@ -430,8 +430,5 @@
 {
    return c == '-' || c == '_' || c == '.' || c == '!' || c == '~' ||
-          c == '*'
-          // these don't appear in the URLs in practice
-          //|| c == '\'' || c == '(' || c == ')'
-          ;
+          c == '*' || c == '\'' || c == '(' || c == ')';
 }
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.