Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79426 --- shadow/79426 2006-09-19 17:02:08.000000000 -0400 +++ shadow/79426.tmp.13168 2006-09-19 17:06:20.000000000 -0400 @@ -119,6 +119,21 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-09-19 17:02 ------- Created an attachment (id=17716) corlib patch + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-19 17:06 ------- +Zoltan, I've attach two new patches: one for corlib, and one for +runtime. + +The corlib patch changes FileNotFoundException to match MS, and +introduces some unit tests for it. + +The runtime match modifies the signature of +mono_get_exception_file_not_found2 to take a MonoString instead of +char for the msg argument. We now pass NULL as msg where +appropriate, and construct a MonoString from char where a message +was actually passed in. + +Let me know if there's anything I should change. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
