* icall.c: add boolean argument to base64_to_byte_array and
authorGert Driesen <drieseng@users.sourceforge.net>
Sun, 21 Aug 2005 08:27:48 +0000 (08:27 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sun, 21 Aug 2005 08:27:48 +0000 (08:27 -0000)
commit0e980f7c34155377ff3f243ca2442df75db24caa
tree383f8e888eb1cbe0bdd9217483e3c0af5de42806
parent12ac6f5aecb57ede56f16de8ff6aee80e455caca
* icall.c: add boolean argument to base64_to_byte_array and
InternalFromBase64String to control whether a whitespace-only string
is allowed (or should casue a FormatException to be thrown). We need
this as the behavior has changed between MS.NET 1.x and 2.0, and we
to match the MS behaviour in both profiles.
* appdomain.c: Bump corlib version.

svn path=/trunk/mono/; revision=48616
mono/metadata/ChangeLog
mono/metadata/appdomain.c
mono/metadata/icall.c