Fixed issues with Regex.Unescape() identified as part of
authorJambunathan K <jambunathan@mono-cvs.ximian.com>
Sun, 6 Jun 2004 15:01:33 +0000 (15:01 -0000)
committerJambunathan K <jambunathan@mono-cvs.ximian.com>
Sun, 6 Jun 2004 15:01:33 +0000 (15:01 -0000)
commit793a40c31093f2aedc7e1ac9c37e12ed8641dbea
tree0055338ef0eb0c87f79dd08d70e7a38fa01a78dd
parentbcca5ac74e8408207f5946e2afc1c1b10dfbc1ea
Fixed issues with Regex.Unescape() identified as part of
debugging bug #58256. The original problem reported was about
inconsistency between the way we treat replacement patterns and the
way microsoft treats the replacement patterns in Regex.Replace(). MS
implementation is buggy and doesn't honour escape sequences in the
replacement patterns, even though the SDK claims otherwise.

svn path=/trunk/mcs/; revision=28912
mcs/class/System/System.Text.RegularExpressions/ChangeLog
mcs/class/System/System.Text.RegularExpressions/parser.cs