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
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to