mono.git
16 years ago2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 18 Oct 2007 01:40:59 +0000 (01:40 -0000)]
2007-10-17  Sebastien Pouliot  <sebastien@ximian.com>

* nunit-host-ignore-list: Change host name for DISTRO names.

svn path=/trunk/mcs/; revision=87730

16 years ago2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 18 Oct 2007 01:40:15 +0000 (01:40 -0000)]
2007-10-17  Sebastien Pouliot  <sebastien@ximian.com>

* HostIgnoreList.cs: Now use the DISTRO variable to track tests to
ignore.

svn path=/trunk/mcs/; revision=87729

16 years ago2007-10-18 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Thu, 18 Oct 2007 01:39:42 +0000 (01:39 -0000)]
2007-10-18  Marek Habersack  <mhabersack@novell.com>

* Menu.js: a workaround for an IE bug. IE recalculates element's
 offsetWidth when the element's _height_ is set - which in case of
 elements with overflowing content results in a value that's just
 slightly smaller than the client window width. In effect, a long
 submenu will also be very wide, which isn't desirable. Fixes bug
 #322809

svn path=/trunk/mcs/; revision=87728

16 years ago2007-10-17 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Wed, 17 Oct 2007 23:39:08 +0000 (23:39 -0000)]
2007-10-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* PropertyGridView.cs: Look for RefreshPropertiesAttribute
when modifying a property, and if found then invalidate as
requested.
Fixes part of #324865.

svn path=/trunk/mcs/; revision=87727

16 years agoThe fix for bug #325303 is for the 2.0 profile only
Marek Habersack [Wed, 17 Oct 2007 23:04:47 +0000 (23:04 -0000)]
The fix for bug #325303 is for the 2.0 profile only

svn path=/trunk/mcs/; revision=87726

16 years ago2007-10-17 William Holmes <billholmes54@gmail.com>
Bill Holmes [Wed, 17 Oct 2007 22:37:21 +0000 (22:37 -0000)]
2007-10-17  William Holmes  <billholmes54@gmail.com>

*marshal.c: Adding a case to marshal booleans to U1

Code is contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=87725

16 years ago2007-10-18 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 17 Oct 2007 21:43:35 +0000 (21:43 -0000)]
2007-10-18  Zoltan Varga  <vargaz@gmail.com>

* class.c (mono_class_from_name): Search the modules compromising dynamic
assemblies. Fixes #331601.

svn path=/trunk/mono/; revision=87720

16 years ago2007-10-17 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Wed, 17 Oct 2007 21:27:58 +0000 (21:27 -0000)]
2007-10-17  Marek Habersack  <mhabersack@novell.com>

* StaticFileHandler.cs: fixed an bug with Mono running under
Windows operating systems which caused XSP to return source of the
requested page if the file name used in the request ended in any
number of spaces or dots. The problem lies in the way the Win32
subsystem treats such file names - it ignores the trailing
characters and allows the calling application to open a file on
disk even when its name does not contain the trailing characters
used in the open request. Such file names may be supported by the
underlying filesystem (e.g. NTFS) but they are not supported by
the I/O Win32 subsystem. The security issue is reported in
CVE security report CVE-2007-5473. Fixes bug #332401

svn path=/trunk/mcs/; revision=87715

16 years ago2007-10-17 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Wed, 17 Oct 2007 21:17:41 +0000 (21:17 -0000)]
2007-10-17  Marek Habersack  <mhabersack@novell.com>

* TemplateParser.cs: removed code that ignored the Async and
AsyncTimeout attributes.

* PageParser.cs: handle the Async and AsyncTimeout attributes
here. Fixes bug #325450
2007-10-17  Marek Habersack  <mhabersack@novell.com>

* PageCompiler.cs: added code to set the AsyncMode and
AsyncTimeout Page properties.

svn path=/trunk/mcs/; revision=87714

16 years ago2007-10-17 Geoff Norton <gnorton@novell.com>
Geoff Norton [Wed, 17 Oct 2007 20:59:25 +0000 (20:59 -0000)]
2007-10-17  Geoff Norton  <gnorton@novell.com>

* XplatUIOSX.cs: Re-enable the native driver on the Mac.  This is still
highly experimental.  Fixed coordinate translation.  Fixed window locations.
Initial support for clipping. Implemented NC areas and menus.  Support for
launching from command line from Will Johansson (wjohansson@atacomm.com).
* OSXStructs.cs: Add ProcessSerialNumer (Patch from Will Johansson
wjohansson@atacomm.com)
* Hwnd.cs: Add some internal structures for tracking Mac cursors.
Hwnds now track the existence of all of their children for Mac clipping.
* XplatUI.cs: Re-enabled the native driver on the Mac.

svn path=/trunk/mcs/; revision=87712

16 years ago 2007-10-17 Geoff Norton <gnorton@novell.com>
Geoff Norton [Wed, 17 Oct 2007 20:36:36 +0000 (20:36 -0000)]
 2007-10-17  Geoff Norton  <gnorton@novell.com>

    * carbonFunctions.cs: Initial support for clipping children out of the
    CGContext before drawing on it.

svn path=/trunk/mcs/; revision=87709

16 years ago2007-10-17 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Wed, 17 Oct 2007 20:30:31 +0000 (20:30 -0000)]
2007-10-17  Jonathan Pobst  <monkey@jpobst.com>

* Line.cs: Move the InsertString function to here.
* TextControl.cs: Cleanup some duplicate code, move some InsertString
functionality to Line.

svn path=/trunk/mcs/; revision=87707

16 years ago2007-10-17 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 17 Oct 2007 19:39:26 +0000 (19:39 -0000)]
2007-10-17  Zoltan Varga  <vargaz@gmail.com>

* mini-ia64.h mini-amd64.c: Add support for the common vtable trampoline.

svn path=/trunk/mono/; revision=87706

16 years agoDo not abuse the MonoTODO attribute
Marek Habersack [Wed, 17 Oct 2007 19:13:40 +0000 (19:13 -0000)]
Do not abuse the MonoTODO attribute

svn path=/trunk/mcs/; revision=87705

16 years ago2007-10-17 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 17 Oct 2007 18:56:35 +0000 (18:56 -0000)]
2007-10-17  Zoltan Varga  <vargaz@gmail.com>

* inssel.brg (mini_emit_virtual_call): Fix the computation of ins->inst_offset on
64 bit platforms.

* mini-ia64.h mini-ia64.c: Add support for IMT.

svn path=/trunk/mono/; revision=87704

16 years agoreturn formAction in AJAX response.
Igor Zelmanovich [Wed, 17 Oct 2007 16:57:58 +0000 (16:57 -0000)]
return formAction in AJAX response.

svn path=/trunk/mcs/; revision=87701

16 years ago2007-10-17 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Wed, 17 Oct 2007 16:48:16 +0000 (16:48 -0000)]
2007-10-17  Igor Zelmanovich <igorz@mainsoft.com>

* HttpResponse.cs:
response status is sent after PreSendRequestHeaders invoked.
Redirect method set RedirectLocation property
fixes bug #334521

svn path=/trunk/mcs/; revision=87700

16 years agoUpdate
Miguel de Icaza [Wed, 17 Oct 2007 15:38:54 +0000 (15:38 -0000)]
Update

svn path=/trunk/mono/; revision=87694

16 years ago2007-10-17 Geoff Norton <gnorton@novell.com>
Geoff Norton [Wed, 17 Oct 2007 14:37:07 +0000 (14:37 -0000)]
2007-10-17  Geoff Norton  <gnorton@novell.com>

* ComboBox.cs: Destroy the popup after hiding it.  Fixes #322582

svn path=/trunk/mcs/; revision=87675

16 years ago2007-10-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 17 Oct 2007 14:30:23 +0000 (14:30 -0000)]
2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>

* AlternateView.cs : dispose linked resources. Remove MonoTODOs.
* Attachment.cs : check null content string.
  The string argument in .ctor(Stream,string) is name, not mediaType.
  Use contentEncoding argument in CreateAttachmentFromString().
* AttachmentBase.cs : TransferEncoding default is QuotedPrintable.

* LinkedResourceTest.cs, AttachmentTest.cs, AlternateViewTest.cs:
  added/enabled couple of attachment tests.

svn path=/trunk/mcs/; revision=87674

16 years ago2007-10-17 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Wed, 17 Oct 2007 13:53:18 +0000 (13:53 -0000)]
2007-10-17  Marek Habersack  <mhabersack@novell.com>

* Control.cs: properly configure control visibility in
PreRenderRecursiveInternal. The check must be made by looking at
the Visible value, not at the flags directly. Fixes bug #325303

svn path=/trunk/mcs/; revision=87663

16 years ago* SqlParameter.cs (ConvertToFrameworkType): Added SqlDbType.Image. Fixes bug # 328398.
Nagappan Alagappan [Wed, 17 Oct 2007 12:50:27 +0000 (12:50 -0000)]
* SqlParameter.cs (ConvertToFrameworkType): Added SqlDbType.Image. Fixes bug # 328398.

svn path=/trunk/mcs/; revision=87660

16 years ago* SqlConnection.cs: BeginTransaction does not handle
Nagappan Alagappan [Wed, 17 Oct 2007 12:32:16 +0000 (12:32 -0000)]
* SqlConnection.cs: BeginTransaction does not handle
  IsolationLevel.Unspecified, so the default is set as ReadCommited.
  Thanks to Jerome Haltom <wasabi@larvalstage.net> for this patch.
  Fixes bug # 333082.
* SqlTransaction.cs: If transaction count is greater then 0 then roll
  back. Thanks to Jerome Haltom <wasabi@larvalstage.net> for this
  patch. Fixes bug # 331953.

svn path=/trunk/mcs/; revision=87659

16 years ago* TdsConnectionPool.cs: Default the pooling is enabled. It has to be
Nagappan Alagappan [Wed, 17 Oct 2007 12:24:44 +0000 (12:24 -0000)]
* TdsConnectionPool.cs: Default the pooling is enabled. It has to be
  disabled only when we clear all the pools.

svn path=/trunk/mcs/; revision=87658

16 years ago2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 17 Oct 2007 12:15:53 +0000 (12:15 -0000)]
2007-10-17  Sebastien Pouliot  <sebastien@ximian.com>

* sn.1: Fix help for -T / -t as this shows the public key token
(and not the public key).

svn path=/trunk/mono/; revision=87657

16 years ago2007-10-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 17 Oct 2007 12:14:33 +0000 (12:14 -0000)]
2007-10-17  Sebastien Pouliot  <sebastien@ximian.com>

* sn.cs: Fix help for -T / -t as this shows the public key token
(and not the public key). Patch by Andy Hume. Fix bug #334507

svn path=/trunk/mcs/; revision=87656

16 years ago2007-10-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 17 Oct 2007 12:03:41 +0000 (12:03 -0000)]
2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>

* WebServicesSection.cs : r87621 has changed WebConfigurationManager
  to not read web.config, which caused couple of configuration
  regressions. So enable ConfigurationManager again.

svn path=/trunk/mcs/; revision=87654

16 years ago2007-10-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 17 Oct 2007 12:01:59 +0000 (12:01 -0000)]
2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>

* web.config, machine.config: moved webSerices section from former
  to latter.

svn path=/trunk/mono/; revision=87653

16 years ago2007-10-17 Mark Probst <mark.probst@gmail.com>
Mark Probst [Wed, 17 Oct 2007 11:26:19 +0000 (11:26 -0000)]
2007-10-17  Mark Probst  <mark.probst@gmail.com>

* bug-331798-tb.2.cs: added for Rodrigo

* Makefile.am: added bug-331798-tb.2.cs

svn path=/trunk/mono/; revision=87650

16 years agoWed Oct 17 13:24:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 17 Oct 2007 11:09:04 +0000 (11:09 -0000)]
Wed Oct 17 13:24:33 CEST 2007 Paolo Molaro <lupus@ximian.com>

* Timer.cs: better cleanup test for the expired array.

svn path=/trunk/mcs/; revision=87649

16 years agoRelax the success criteria for a timing-dependent test.
Paolo Molaro [Wed, 17 Oct 2007 11:06:59 +0000 (11:06 -0000)]
Relax the success criteria for a timing-dependent test.

svn path=/trunk/mcs/; revision=87648

16 years agoFix Java compilation
Noam Lampert [Wed, 17 Oct 2007 10:51:37 +0000 (10:51 -0000)]
Fix Java compilation

svn path=/trunk/mcs/; revision=87647

16 years ago2007-10-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 17 Oct 2007 09:28:54 +0000 (09:28 -0000)]
2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>

* MailMessage.cs : removed MonoTODO. some comment.
* SmtpException.cs, SmtpFailedRecipientsException.cs,
  SmtpFailedRecipientException.cs : implemented serialization.

svn path=/trunk/mcs/; revision=87642

16 years agoRemove redundant file from Java build
Noam Lampert [Wed, 17 Oct 2007 09:04:54 +0000 (09:04 -0000)]
Remove redundant file from Java build

svn path=/trunk/mcs/; revision=87640

16 years agooops.
Gert Driesen [Wed, 17 Oct 2007 08:52:59 +0000 (08:52 -0000)]
oops.

svn path=/trunk/mcs/; revision=87639

16 years ago* cs0177-8.cs: New test based on #325478.
Gert Driesen [Wed, 17 Oct 2007 08:42:42 +0000 (08:42 -0000)]
* cs0177-8.cs: New test based on #325478.

svn path=/trunk/mcs/; revision=87638

16 years agoA slightly more elegant way of dealing with 'item==null' issue
Marek Habersack [Wed, 17 Oct 2007 08:16:44 +0000 (08:16 -0000)]
A slightly more elegant way of dealing with 'item==null' issue

svn path=/trunk/mcs/; revision=87637

16 years ago2007-10-17 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Wed, 17 Oct 2007 08:09:38 +0000 (08:09 -0000)]
2007-10-17  Marek Habersack  <mhabersack@novell.com>

* SessionInProcHandler.cs: in certain situations the 'item'
parameter passed to SetAndReleaseItemExclusive may be null. The
issue was reported in bug #333898, but the reporter cannot provide
a test case that triggers the issue. Added work around the problem
in the way that should have the least impact on the rest of the
code. If 'item' is null, then the new session item is created
without the items and staticItems collections - they will be
initialized to defaults when retrieving the session item. This is
not a correct fix, but since there is no test case this is the
best what can be done right now.

svn path=/trunk/mcs/; revision=87636

16 years ago* AssemblyTest.cs: Enabled test for bug #334204.
Gert Driesen [Wed, 17 Oct 2007 07:26:49 +0000 (07:26 -0000)]
* AssemblyTest.cs: Enabled test for bug #334204.

svn path=/trunk/mcs/; revision=87632

16 years agoadd new file
Konstantin Triger [Wed, 17 Oct 2007 07:20:31 +0000 (07:20 -0000)]
add new file

svn path=/trunk/mcs/; revision=87630

16 years agoTARGET_JVM: remove extern declaration from compilation
Konstantin Triger [Wed, 17 Oct 2007 07:19:04 +0000 (07:19 -0000)]
TARGET_JVM: remove extern declaration from compilation

svn path=/trunk/mcs/; revision=87629

16 years ago* bug-331958.cs: added.
Gert Driesen [Wed, 17 Oct 2007 07:18:08 +0000 (07:18 -0000)]
* bug-331958.cs: added.
* Makefile.am: added bug-331958.cs.

svn path=/trunk/mono/; revision=87628

16 years ago2007-10-17 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Tue, 16 Oct 2007 22:34:48 +0000 (22:34 -0000)]
2007-10-17  Marek Habersack  <mhabersack@novell.com>

* ApplicationHost.cs: introduce an application domain data item to
allow checks for whether System.Web code runs inside a hosted
application or in a stand-alone one.
Made the array of web.config name variations an internal one, to
be used from within configuration code.

2007-10-17  Marek Habersack  <mhabersack@novell.com>

* WebConfigurationHost.cs: if running outside hosted environment,
read only the assemblyname.config configuration file instead of
web.config. Fixes bug #332425

svn path=/trunk/mcs/; revision=87621

16 years ago2007-10-17 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Tue, 16 Oct 2007 22:09:03 +0000 (22:09 -0000)]
2007-10-17  Zoltan Varga  <vargaz@gmail.com>

* mini-x86.c (mono_arch_emit_prolog): Increase the size allocated for the
prolog. Fixes #331958.

svn path=/trunk/mono/; revision=87620

16 years ago2007-10-16 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Tue, 16 Oct 2007 18:49:00 +0000 (18:49 -0000)]
2007-10-16  Zoltan Varga  <vargaz@gmail.com>

* icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
exception if the type name contains an assembly component. Fixes #334203.

svn path=/trunk/mono/; revision=87612

16 years ago2007-10-16 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Tue, 16 Oct 2007 18:31:00 +0000 (18:31 -0000)]
2007-10-16  Zoltan Varga  <vargaz@gmail.com>

* reflection.c (mono_reflection_get_type_with_rootimage): Search all the
modules inside dynamic assemblies. Fixes #334200.

svn path=/trunk/mono/; revision=87611

16 years ago* DbTransactionTest.cs: Added test for bug #325397.
Gert Driesen [Tue, 16 Oct 2007 18:23:21 +0000 (18:23 -0000)]
* DbTransactionTest.cs: Added test for bug #325397.

svn path=/trunk/mcs/; revision=87609

16 years ago2007-10-16 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Tue, 16 Oct 2007 17:50:14 +0000 (17:50 -0000)]
2007-10-16  Zoltan Varga  <vargaz@gmail.com>

* reflection.c: Set image->public_key and image->public_key_length;

* metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
fields.

* image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.

svn path=/trunk/mono/; revision=87608

16 years ago2007-10-16 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Tue, 16 Oct 2007 16:52:24 +0000 (16:52 -0000)]
2007-10-16  Jonathan Pobst  <monkey@jpobst.com>

* TableLayout.cs: Revert the last change to TableLayout.  It breaks
other, more important things.

svn path=/trunk/mcs/; revision=87602

16 years ago* ButtonBase.cs: Fixed IsDefault to use assigned value instead of
Gert Driesen [Tue, 16 Oct 2007 16:22:11 +0000 (16:22 -0000)]
* ButtonBase.cs: Fixed IsDefault to use assigned value instead of
always setting value to true.
* Form.cs: When changing AcceptButton, notify new and original button.
* ButtonBaseTest.cs: Added test for IsDefault.
* FormTest.cs: Added test for AcceptButton. Commented out CWLs.

svn path=/trunk/mcs/; revision=87599

16 years ago2007-10-16 Mark Probst <mark.probst@gmail.com>
Mark Probst [Tue, 16 Oct 2007 16:00:47 +0000 (16:00 -0000)]
2007-10-16  Mark Probst  <mark.probst@gmail.com>

* metadata.c: Implemented correct comparing of generic classes.
An inflated generic class can be equal to a non-inflated one if it
is inflated with generic type variables as type arguments.  Fixes
bug #333798.

2007-10-16  Mark Probst  <mark.probst@gmail.com>

* bug-333798.2.cs: added

* Makefile.am: added bug-333798.2.cs

svn path=/trunk/mono/; revision=87598

16 years agoTue Oct 16 17:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 16 Oct 2007 15:05:38 +0000 (15:05 -0000)]
Tue Oct 16 17:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>

* Timer.cs: remove expired timers from the the jobs list.

svn path=/trunk/mcs/; revision=87594

16 years ago* UTF8Encoding.cs: IsMailNewsSave should return true. Fixes bug
Gert Driesen [Tue, 16 Oct 2007 14:48:47 +0000 (14:48 -0000)]
* UTF8Encoding.cs: IsMailNewsSave should return true. Fixes bug
#332515.
* UTF32Encoding.cs: IsBrowserSave returns false for both Big-Endian and
Little-Endian.
* TestEncoding.cs: Also make class available on 1.0 profile.
* EncodingTest.cs: Added tests for Is* properties.
* UTF7EncodingTest.cs: Added tests for Is* properties.
* UnicodeEncodingTest.cs: Added tests for Is* properties. Fixed
line endings.
* UTF8EncodingTest.cs: Added tests for Is* properties. Spaces to
tabs. Numbered tests.
* ASCIIEncodingTest.cs: Added tests for Is* properties. No longer
derive from TestCase class. Spaces to tabs.
* UTF32EncodingTest.cs: Added tests for Is* properties. No longer
derive from deprecated Assertion class.

svn path=/trunk/mcs/; revision=87593

16 years ago2007-10-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 16 Oct 2007 14:45:54 +0000 (14:45 -0000)]
2007-10-16  Atsushi Enomoto  <atsushi@ximian.com>

* SmtpClient.cs : use 3 StringBuilder.Replace() calls rather than
  3 string.Replace() calls.

svn path=/trunk/mcs/; revision=87592

16 years ago2007-10-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 16 Oct 2007 14:43:21 +0000 (14:43 -0000)]
2007-10-16  Atsushi Enomoto  <atsushi@ximian.com>

* SmtpClient.cs : do state check on other setters than set_Timeout().

svn path=/trunk/mcs/; revision=87591

16 years ago2007-10-16 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Tue, 16 Oct 2007 14:14:53 +0000 (14:14 -0000)]
2007-10-16  Jonathan Pobst  <monkey@jpobst.com>

* Form.cs: Guard against an NRE when the user sets the AcceptButton to
a custom control that implements IButtonControl instead of an actual
button.  [Fixes bug #334244]

svn path=/trunk/mcs/; revision=87589

16 years ago2007-10-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 16 Oct 2007 13:00:28 +0000 (13:00 -0000)]
2007-10-16  Atsushi Enomoto  <atsushi@ximian.com>

* MailMessage.cs : Some entire refactory on BodyEncoding and
  IsBodyHtml. BodyEncoding and SubjectEncoding are guessed when
  Body and Subject are set for each.
* SmtpClient.cs :
  Subject header is encoded according to RFC 2047.
  Body is encoded according to RFC 2821.
  Output Date header.
  ToQuotedPrintable() should take encoding into consideration.
  For SevenBit/Unknown TransferEncoding, just decode with ASCII.
  In set_UseDefaultCredentials(), raise NIE only when value is true.
  In set_Timeout(), raise an error when Send() is in progress.

* MailMessageTest.cs : added test for encoding guess.

svn path=/trunk/mcs/; revision=87585

16 years ago* AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
Gert Driesen [Tue, 16 Oct 2007 11:33:06 +0000 (11:33 -0000)]
* AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
for test for bug #49114.

svn path=/trunk/mcs/; revision=87575

16 years ago* UriTest.cs: Removed extra tabs.
Gert Driesen [Tue, 16 Oct 2007 11:11:06 +0000 (11:11 -0000)]
* UriTest.cs: Removed extra tabs.
* UriTest3.cs: Added test for bug #325863. Improved test for absolute
URI.

svn path=/trunk/mcs/; revision=87574

16 years ago * Form.cs: Change SelectActiveControl to internal, we need to call it in
Everaldo Canuto [Tue, 16 Oct 2007 10:40:54 +0000 (10:40 -0000)]
* Form.cs: Change SelectActiveControl to internal, we need to call it in
MdiWindowManager.

* MdiWindowManager.cs: In RaiseActivated call SelectActiveControl to select
active control when activate a new mdi window.

[Fixes bug #330495]

2007-10-15  Everaldo Canuto  <ecanuto@novell.com>

svn path=/trunk/mcs/; revision=87569

16 years agoTimer test cases from Rafael Ferreira (raf@ophion.org).
Paolo Molaro [Tue, 16 Oct 2007 10:01:30 +0000 (10:01 -0000)]
Timer test cases from Rafael Ferreira (raf@ophion.org).

svn path=/trunk/mcs/; revision=87566

16 years agoTue Oct 16 12:14:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 16 Oct 2007 10:00:19 +0000 (10:00 -0000)]
Tue Oct 16 12:14:43 CEST 2007 Paolo Molaro <lupus@ximian.com>

* Timer.cs: rewrote to use threadpool threads to invoke the callbacks,
avoid Thread.Abort and Thread.Interrupt and use a single scheduler
thread, partially from the patch of Rafael Ferreira in bug #315999.
Fixes bug #315999, #332206.

svn path=/trunk/mcs/; revision=87565

16 years ago2007-10-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 16 Oct 2007 07:06:34 +0000 (07:06 -0000)]
2007-10-16  Atsushi Enomoto  <atsushi@ximian.com>

* SmtpClient.cs : Replace every \r and \n with \r\n per RFC 2821
  section 2.3.7, or you will receive SMTP error 451.

svn path=/trunk/mcs/; revision=87558

16 years ago2007-10-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 16 Oct 2007 06:59:36 +0000 (06:59 -0000)]
2007-10-16  Atsushi Enomoto  <atsushi@ximian.com>

* AlternateViewCollection.cs, LinkedResourceCollection.cs,
  AttachmentCollection.cs : added missing 2.0 members.

svn path=/trunk/mcs/; revision=87557

16 years agosvn path=/trunk/mcs/; revision=87555
Everaldo Canuto [Tue, 16 Oct 2007 06:36:10 +0000 (06:36 -0000)]
svn path=/trunk/mcs/; revision=87555

16 years ago2007-10-15 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Mon, 15 Oct 2007 21:46:36 +0000 (21:46 -0000)]
2007-10-15  Jonathan Pobst  <monkey@jpobst.com>

* TextControl.cs: When SuspendRecalc is first called, reset the recalc_start
to MaxValue and recalc_end to MinValue.  Currently, recalc_start is always 1,
so we always recalculate the whole document instead of just the new part.
[Fixes bug #325082]

svn path=/trunk/mcs/; revision=87537

16 years ago2007-10-15 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Mon, 15 Oct 2007 21:17:24 +0000 (21:17 -0000)]
2007-10-15  Zoltan Varga  <vargaz@gmail.com>

* mini-sparc.h mini-sparc.c: Add support for the common vtable trampoline.

svn path=/trunk/mono/; revision=87535

16 years ago2007-10-15 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Mon, 15 Oct 2007 20:52:10 +0000 (20:52 -0000)]
2007-10-15  Jonathan Pobst  <monkey@jpobst.com>

* LineTag.cs: Fix a case where the GetCharIndex would not return 0
when the mouse was to the left of the first character in the line.

svn path=/trunk/mcs/; revision=87533

16 years ago* FtpWebRequest.cs: Added support for DELETE.
Gert Driesen [Mon, 15 Oct 2007 18:47:32 +0000 (18:47 -0000)]
* FtpWebRequest.cs: Added support for DELETE.

svn path=/trunk/mcs/; revision=87530

16 years ago2007-10-15 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Mon, 15 Oct 2007 16:55:47 +0000 (16:55 -0000)]
2007-10-15  Jonathan Pobst  <monkey@jpobst.com>

* TableLayout.cs: If a control has an explicitly set col/row greater
than the number of columns/rows in the panel, expand the table to
accommodate the control.  [Fixes bug #332892]

svn path=/trunk/mcs/; revision=87524

16 years ago2007-10-15 Marek Safar <marek.safar@gmail.com>
Marek Safar [Mon, 15 Oct 2007 16:45:59 +0000 (16:45 -0000)]
2007-10-15  Marek Safar  <marek.safar@gmail.com>

* class.cs (FixedField): Removed redundant volatile check.

svn path=/trunk/mcs/; revision=87522

16 years agoBetter error message.
Marek Safar [Mon, 15 Oct 2007 16:30:17 +0000 (16:30 -0000)]
Better error message.

svn path=/trunk/mcs/; revision=87521

16 years ago2007-10-15 Marek Safar <marek.safar@gmail.com>
Marek Safar [Mon, 15 Oct 2007 16:26:06 +0000 (16:26 -0000)]
2007-10-15  Marek Safar  <marek.safar@gmail.com>

* class.cs, decl.cs: Fixed overload members verification to do only one
check per possible collision.

svn path=/trunk/mcs/; revision=87520

16 years agoFlush local changes.
Gert Driesen [Mon, 15 Oct 2007 16:03:54 +0000 (16:03 -0000)]
Flush local changes.

svn path=/trunk/mcs/; revision=87519

16 years agoRemove commented code.
Gert Driesen [Mon, 15 Oct 2007 15:48:09 +0000 (15:48 -0000)]
Remove commented code.

svn path=/trunk/mcs/; revision=87518

16 years ago* WebRequestTest.cs: Fixed test for serialization ctor to match
Gert Driesen [Mon, 15 Oct 2007 15:46:36 +0000 (15:46 -0000)]
* WebRequestTest.cs: Fixed test for serialization ctor to match
1.0 profile change. Added trivial tests to argument null checks.
Added test for DefaultWebProxy. Fixed line endings.
* WebRequest.cs: Changed serialization ctor to throw NIE on 1.0
profile. Cache default proxy, but still allow it to be explicitly set
to null.

svn path=/trunk/mcs/; revision=87517

16 years ago2007-10-15 Dick Porter <dick@ximian.com>
Dick Porter [Mon, 15 Oct 2007 14:49:11 +0000 (14:49 -0000)]
2007-10-15  Dick Porter  <dick@ximian.com>

* monitor.c (mono_monitor_try_enter_internal): Set thread state to
WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
81646.

* threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
instead of a monitor lock.  This means that monitor_try_enter and
co can set the thread state safely.
(ves_icall_System_Threading_Thread_Interrupt_internal): Always set
thread_interrupt_requested, so interrupt actually works.

* socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
state accessor function

svn path=/trunk/mono/; revision=87516

16 years ago2007-10-15 Dick Porter <dick@ximian.com>
Dick Porter [Mon, 15 Oct 2007 14:49:07 +0000 (14:49 -0000)]
2007-10-15  Dick Porter  <dick@ximian.com>

* Thread.cs: Initialise synch_cs to null now we aren't using it as
a monitor lock

svn path=/trunk/mcs/; revision=87515

16 years ago2007-10-15 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Mon, 15 Oct 2007 14:23:52 +0000 (14:23 -0000)]
2007-10-15  Jonathan Pobst  <monkey@jpobst.com>

* TextBox.cs, TextBoxBase.cs: When setting the document's password
character, use the property instead of the variable so that the
UseSystemPasswordChar property is taken into account.
[Fixes bug #333748]

svn path=/trunk/mcs/; revision=87513

16 years ago2007-10-15 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 15 Oct 2007 14:17:42 +0000 (14:17 -0000)]
2007-10-15  Martin Baulig  <martin@ximian.com>

* mono-debug.h
(MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
the debugger with the current runtime.

svn path=/trunk/mono/; revision=87512

16 years ago* SqlException.cs: Do not hide Message on 2.0 profile. Fixes bug
Gert Driesen [Mon, 15 Oct 2007 13:24:54 +0000 (13:24 -0000)]
* SqlException.cs: Do not hide Message on 2.0 profile. Fixes bug
#333901.

svn path=/trunk/mcs/; revision=87509

16 years ago2007-10-15 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 15 Oct 2007 13:07:47 +0000 (13:07 -0000)]
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* TemplateControlCompiler.cs, WebServiceCompiler.cs,
BuildProvider.cs, BaseCompiler.cs, CachingCompiler.cs: use
HttpApplication.LoadType instead of Type.GetType.
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* ProvidersHelper.cs: use HttpApplication.LoadType instead of
Type.GetType.
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* ObjectDataSourceView.cs: use HttpApplication.LoadType instead of
Type.GetType.
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* ProfileBase.cs: use HttpApplication.LoadType instead of
Type.GetType.

svn path=/trunk/mcs/; revision=87506

16 years ago2007-10-15 Juraj Skripsky <js@hotfeet.ch>
Juraj Skripsky [Mon, 15 Oct 2007 12:48:57 +0000 (12:48 -0000)]
2007-10-15  Juraj Skripsky  <js@hotfeet.ch>

* SessionStateModule.cs (Init): Use HttpApplication.LoadType,
don't swallow TypeLoadException.

svn path=/trunk/mcs/; revision=87504

16 years ago* EnvironmentTest.cs: Added test for bug #333740. Made names of some
Gert Driesen [Mon, 15 Oct 2007 12:04:23 +0000 (12:04 -0000)]
* EnvironmentTest.cs: Added test for bug #333740. Made names of some
existing tests more clear. Code formatting.

svn path=/trunk/mcs/; revision=87501

16 years ago2007-10-15 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 15 Oct 2007 09:42:03 +0000 (09:42 -0000)]
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* SessionStateServerHandler.cs: adjust order of field
initialization.

svn path=/trunk/mcs/; revision=87493

16 years ago* DateTimeTest.cs: Added test for bug #322510.
Gert Driesen [Mon, 15 Oct 2007 09:40:58 +0000 (09:40 -0000)]
* DateTimeTest.cs: Added test for bug #322510.

svn path=/trunk/mcs/; revision=87492

16 years ago2007-10-15 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 15 Oct 2007 09:25:46 +0000 (09:25 -0000)]
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* HttpApplication.cs: do not return a non-existing bin directory
from BinDirectories. Patch from Atsushi Enomoto
<atsushi@ximian.com>, thanks! Fixes bug #332434.

svn path=/trunk/mcs/; revision=87491

16 years ago2007-10-15 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 15 Oct 2007 09:17:41 +0000 (09:17 -0000)]
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* BulletedList.cs: html encode the item text. Fixes bug #333550.

svn path=/trunk/mcs/; revision=87489

16 years agoMon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 15 Oct 2007 09:04:38 +0000 (09:04 -0000)]
Mon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus@ximian.com>

* mini-ppc.c, mini-ppc.h: ppc support for the common vtable
trampoline.

svn path=/trunk/mono/; revision=87488

16 years ago2007-10-15 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 15 Oct 2007 08:57:38 +0000 (08:57 -0000)]
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* HttpModulesSection.cs: use HttpApplication.LoadType when loading
modules, to include both the bin/ directory and the top-level
assemblies in search. Fixes bug #333686.
2007-10-15  Marek Habersack  <mhabersack@novell.com>

* ModulesConfiguration.cs: load modules using
HttpApplication.LoadType to include the bin/ directory in search.

svn path=/trunk/mcs/; revision=87486

16 years agoMon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 15 Oct 2007 08:27:21 +0000 (08:27 -0000)]
Mon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus@ximian.com>

* mini-amd64.c, mini-amd64.h: amd64 support for the common vtable
trampoline.

svn path=/trunk/mono/; revision=87484

16 years agoMon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 15 Oct 2007 08:23:45 +0000 (08:23 -0000)]
Mon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus@ximian.com>

* mini-x86.c, mini-x86.h: x86 support for the common vtable
trampoline.

svn path=/trunk/mono/; revision=87482

16 years agoMon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 15 Oct 2007 08:21:41 +0000 (08:21 -0000)]
Mon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus@ximian.com>

* mini-trampolines.c: changed the magic rampoline to understand
the common vtable trampoline method: the method to invoke is
determined by the vtable displacement of the call.

svn path=/trunk/mono/; revision=87481

16 years agoMon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 15 Oct 2007 08:18:50 +0000 (08:18 -0000)]
Mon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>

* mini.c, mini.h: register the common vtable trampoline if the
architecture supports it.

svn path=/trunk/mono/; revision=87480

16 years ago* ILGenerator.cs: Added missing null checks. Removed extra tabs.
Gert Driesen [Mon, 15 Oct 2007 08:13:33 +0000 (08:13 -0000)]
* ILGenerator.cs: Added missing null checks. Removed extra tabs.
* ILGeneratorTest.cs: Improve test for DeclareLocal null check.
Added tests for null checks in Emit overloads.

svn path=/trunk/mcs/; revision=87476

16 years agoMon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 15 Oct 2007 08:06:13 +0000 (08:06 -0000)]
Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>

* object.c, object-internals.h: added the ability to set a single
trampoline for all the slots in a vtable.

svn path=/trunk/mono/; revision=87475

16 years agoMon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 15 Oct 2007 07:36:24 +0000 (07:36 -0000)]
Mon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus@ximian.com>

* cpu-amd64.md: use the correct max length for tls_get.

svn path=/trunk/mono/; revision=87473

16 years ago * FolderBrowserDialog.cs: When a node is right clicked and the "New
Carlos Alberto Cortez [Mon, 15 Oct 2007 06:56:34 +0000 (06:56 -0000)]
* FolderBrowserDialog.cs: When a node is right clicked and the "New
folder" contex menu appears, actually add the new folder to it, even
if the node is not currently selected. Still use SelectedNode in case
there wasn't found a node under the pointer.
Fixes #325452.

2007-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

svn path=/trunk/mcs/; revision=87472

16 years ago * ListViewItem.cs: When retrieving the focused state, the index check
Carlos Alberto Cortez [Mon, 15 Oct 2007 03:09:01 +0000 (03:09 -0000)]
* ListViewItem.cs: When retrieving the focused state, the index check
should be done only when ListView is in virtualmode, as it is an
expensive check for normal mode.

2007-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

svn path=/trunk/mcs/; revision=87469

16 years ago2007-10-14 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 14 Oct 2007 16:58:12 +0000 (16:58 -0000)]
2007-10-14  Zoltan Varga  <vargaz@gmail.com>

* mini.c (mono_method_to_ir): Use mini_get_class in CEE_LDELEM_ANY and
CEE_STELEM_ANY. Fixes #333696.

svn path=/trunk/mono/; revision=87466