mono.git
17 years agoMoved TestConfiguration.cs to Npgsql.
Kornél Pál [Wed, 6 Sep 2006 20:49:02 +0000 (20:49 -0000)]
Moved TestConfiguration.cs to Npgsql.

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

17 years agoComIStreamMarshaler.cs: ManagedToNativeWrapper should not have a destructor because...
Kornél Pál [Wed, 6 Sep 2006 19:08:18 +0000 (19:08 -0000)]
ComIStreamMarshaler.cs: ManagedToNativeWrapper should not have a destructor because it is freed using Release. (Proper fix for bug #78315.) Free COM vtable when unloading and all objects Released.

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

17 years agodo not recourse as this will be done by Configuration object
Konstantin Triger [Wed, 6 Sep 2006 17:56:41 +0000 (17:56 -0000)]
do not recourse as this will be done by Configuration object

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

17 years ago2006-09-05 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 6 Sep 2006 17:52:53 +0000 (17:52 -0000)]
2006-09-05  Lluis Sanchez Gual  <lluis@novell.com>

* XmlSchemaImporter.cs: In MS.NET 2.0, simple type arrays are mapped
to strings. Make sure maps returned by ImportClassSimpleType are always
simple type maps. All this fixes bug #77585.

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

17 years ago* ConfigurationLocation.cs: do not read root element, correctly close stream.
Konstantin Triger [Wed, 6 Sep 2006 17:51:24 +0000 (17:51 -0000)]
* ConfigurationLocation.cs: do not read root element, correctly close stream.
* Configuration.cs: use ReadData for nested content to throw if location
elements are encounterd.
In constructor taking parent Configuration: do not call Init and so avoid
rereading config file.

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

17 years ago2006-09-06 Mike Kestner <mkestner@novell.com>
Mike Kestner [Wed, 6 Sep 2006 17:28:21 +0000 (17:28 -0000)]
2006-09-06  Mike Kestner  <mkestner@novell.com>

* Splitter.cs: use the "current" rect when finishing drag handle
to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]

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

17 years ago2006-09-06 Mike Kestner <mkestner@novell.com>
Mike Kestner [Wed, 6 Sep 2006 17:00:44 +0000 (17:00 -0000)]
2006-09-06  Mike Kestner  <mkestner@novell.com>

* Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
support offset splitters. [Fixes #79298]

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

17 years ago2006-09-06 Alexander Olk <alex.olk@googlemail.com>
Alexander Olk [Wed, 6 Sep 2006 16:45:03 +0000 (16:45 -0000)]
2006-09-06  Alexander Olk  <alex.olk@googlemail.com>

* Mime.cs: Fixed a bug that could override the global mime type
  result.

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

17 years ago2006-09-06 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 6 Sep 2006 16:03:27 +0000 (16:03 -0000)]
2006-09-06  Zoltan Varga  <vargaz@gmail.com>

* reflection.c (mono_param_get_objects): Handle enum default parameter values
correctly.

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

17 years ago2006-09-06 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 6 Sep 2006 16:00:01 +0000 (16:00 -0000)]
2006-09-06  Zoltan Varga  <vargaz@gmail.com>

* ParameterInfoTest.cs: Add a test for enum default parameter values.

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

17 years ago2006-09-06 Jonathan Chambers <joncham@gmail.com>
Jonathan Chambers [Wed, 6 Sep 2006 15:37:25 +0000 (15:37 -0000)]
2006-09-06  Jonathan Chambers  <joncham@gmail.com>

* ComIStreamMarshaler.cs: Only deallocate memory
for COM wrapper if not shutting down. #78315

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

17 years ago2006-09-06 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 6 Sep 2006 15:05:03 +0000 (15:05 -0000)]
2006-09-06  Lluis Sanchez Gual <lluis@novell.com>

* ValueCollectionParameterReader.cs, MimeFormatter.cs: Support enums in
the http get and post protocols. Fixes bug #78461.

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

17 years agoupdated capabilities DB
Gonzalo Paniagua Javier [Wed, 6 Sep 2006 14:55:33 +0000 (14:55 -0000)]
updated capabilities DB

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

17 years ago2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 6 Sep 2006 14:33:10 +0000 (14:33 -0000)]
2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Page.cs: don't use the Browser object, as it slows down process
request time *a lot*. Fixes bug #79206.

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

17 years ago2006-09-06 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 6 Sep 2006 13:13:33 +0000 (13:13 -0000)]
2006-09-06  Zoltan Varga  <vargaz@gmail.com>

* Dictionary.cs: Speed up get_Item/set_Item/GetPrev () a bit. Increase capacity
specified by the user so 'capacity' elements can really be added without resizing.

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

17 years ago2006-09-06 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 6 Sep 2006 13:07:50 +0000 (13:07 -0000)]
2006-09-06  Zoltan Varga  <vargaz@gmail.com>

* pinvoke3.cs libtest.c: Add test for #79289.

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

17 years ago2006-09-06 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 6 Sep 2006 13:06:04 +0000 (13:06 -0000)]
2006-09-06  Zoltan Varga  <vargaz@gmail.com>

* marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
Fixes #79289.

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

17 years agofixed: populating nodes flow.
Igor Zelmanovich [Wed, 6 Sep 2006 12:58:18 +0000 (12:58 -0000)]
fixed: populating nodes flow.

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

17 years ago2006-09-06 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 6 Sep 2006 12:50:51 +0000 (12:50 -0000)]
2006-09-06  Martin Baulig  <martin@ximian.com>

* icall.c (mono_lookup_internal_call): Small fix.

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

17 years agoTreeNodeCollection.cs: fixed: ViewState saved and restored correct
Igor Zelmanovich [Wed, 6 Sep 2006 12:34:06 +0000 (12:34 -0000)]
TreeNodeCollection.cs: fixed: ViewState saved and restored correct

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

17 years ago2006-09-06 Lluis Sanchez gual <lluis@novell.com>
Lluis Sanchez [Wed, 6 Sep 2006 12:08:07 +0000 (12:08 -0000)]
2006-09-06  Lluis Sanchez gual  <lluis@novell.com>

* BinaryFormatterTest.cs: Added test for bug #78749 (nested
IObjectReference objects).

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

17 years ago2006-08-06 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 6 Sep 2006 12:01:03 +0000 (12:01 -0000)]
2006-08-06  Lluis Sanchez Gual  <lluis@novell.com>

* ObjectManager.cs: Add support for nested IObjectReference.
Fixes bug #78749.

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

17 years ago* Membership.cs: fixed GetAllUsers, typo bug
Vladimir Krasnov [Wed, 6 Sep 2006 11:43:47 +0000 (11:43 -0000)]
* Membership.cs: fixed GetAllUsers, typo bug
* SqlRoleProvider.cs, SqlMembershipProvider.cs: refactored to use aspnetdb built in stored procedures,
fixed application name and membership relation,
improved exception handling

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

17 years agosvn path=/trunk/mcs/; revision=64995
Merav Sudri [Wed, 6 Sep 2006 11:29:31 +0000 (11:29 -0000)]
svn path=/trunk/mcs/; revision=64995

17 years agosvn path=/trunk/mcs/; revision=64994
Merav Sudri [Wed, 6 Sep 2006 11:28:50 +0000 (11:28 -0000)]
svn path=/trunk/mcs/; revision=64994

17 years ago* System.Web.Services20.vmwcsproj: added ServiceDescriptionSerializerBase2.cs for 2.0
Vladimir Krasnov [Wed, 6 Sep 2006 11:14:12 +0000 (11:14 -0000)]
* System.Web.Services20.vmwcsproj: added ServiceDescriptionSerializerBase2.cs for 2.0
* ServiceDescriptionSerializerBase2.cs: inserted TARGET_JVM for not supported class

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

17 years agoadded basic implementation for some 2.0 features
Konstantin Triger [Wed, 6 Sep 2006 10:32:17 +0000 (10:32 -0000)]
added basic implementation for some 2.0 features

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

17 years ago2006-09-06 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 6 Sep 2006 10:30:58 +0000 (10:30 -0000)]
2006-09-06  Atsushi Enomoto  <atsushi@ximian.com>

* CipherReference.cs, EncryptedReference.cs : unify duplicate code.
  Remove incorrect name check in the latter class so that it works
  for DataReference and KeyReference as well.

* DataReferenceTest.cs : new test.

* System.Security_test.dll.sources: added DataReferenceTest.cs.

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

17 years agosvn path=/trunk/mcs/; revision=64989
Lluis Sanchez [Wed, 6 Sep 2006 09:32:18 +0000 (09:32 -0000)]
svn path=/trunk/mcs/; revision=64989

17 years agosvn path=/trunk/mcs/; revision=64987
Andrew Skiba [Wed, 6 Sep 2006 08:06:27 +0000 (08:06 -0000)]
svn path=/trunk/mcs/; revision=64987

17 years agoifdef MSNET for mono-specific references
Andrew Skiba [Wed, 6 Sep 2006 08:04:27 +0000 (08:04 -0000)]
ifdef MSNET for mono-specific references

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

17 years agoTreeView.cs: corrected rendering: RenderBeginTag, RenderEndTag
Igor Zelmanovich [Wed, 6 Sep 2006 07:32:52 +0000 (07:32 -0000)]
TreeView.cs: corrected rendering: RenderBeginTag, RenderEndTag

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

17 years agoTreeView.cs: fixed: when specified value is not one of the TreeNodeTypes values excep...
Igor Zelmanovich [Wed, 6 Sep 2006 07:01:42 +0000 (07:01 -0000)]
TreeView.cs: fixed: when specified value is not one of the TreeNodeTypes values exception is threw.

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

17 years agoTreeView.cs: fixed: when specified image set is not one of the TreeViewImageSet value...
Igor Zelmanovich [Wed, 6 Sep 2006 06:19:58 +0000 (06:19 -0000)]
TreeView.cs: fixed: when specified image set is not one of the TreeViewImageSet values exception is threw.

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

17 years ago2006-09-05 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Wed, 6 Sep 2006 02:00:31 +0000 (02:00 -0000)]
2006-09-05  Miguel de Icaza  <miguel@novell.com>

* TypeBuilder.cs (SetParent): Null parent is allowed for
interfaces. .   This was exposed by the VB compiler

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

17 years ago2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 5 Sep 2006 18:21:57 +0000 (18:21 -0000)]
2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>

* RSAManaged.cs: Backport NRE fix from mscorlib.dll.

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

17 years ago - Draw Image on tab pages if an image list is used.
Jackson Harper [Tue, 5 Sep 2006 17:27:45 +0000 (17:27 -0000)]
    - Draw Image on tab pages if an image list is used.

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

17 years ago2006-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 5 Sep 2006 15:38:06 +0000 (15:38 -0000)]
2006-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* InotifyWatcher.cs: fix file names for the rename event.
* FileSystemWatcher.cs: ignore exceptions that happen when invoking
event handlers.

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

17 years agofix API call
Sebastien Pouliot [Tue, 5 Sep 2006 15:23:12 +0000 (15:23 -0000)]
fix API call

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

17 years ago2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 5 Sep 2006 15:20:13 +0000 (15:20 -0000)]
2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>

* RSAManagedTest.cs: Add a test case for #79269 (wrong exception).

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

17 years ago * TabControl.cs: Better calculation method for setting the
Jackson Harper [Tue, 5 Sep 2006 15:14:12 +0000 (15:14 -0000)]
    * TabControl.cs: Better calculation method for setting the
        * slider
        pos. Prevents crashes on really wide tabs.

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

17 years ago2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 5 Sep 2006 15:11:43 +0000 (15:11 -0000)]
2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate2.cs: Call import in ctor to be sure the private key
will be decoded. Last fix for #79269.

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

17 years ago2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 5 Sep 2006 15:00:12 +0000 (15:00 -0000)]
2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate.cs: Keep in sync with Mono.Security.dll (#79262).

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

17 years ago2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 5 Sep 2006 14:59:26 +0000 (14:59 -0000)]
2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate.cs: Don't reset RSA or DSA property if the new value
is null (part of the fix for #79262).

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

17 years agoConverted source files to UTF-8 (without byte order mark). Use UTF-8 as the default...
Kornél Pál [Tue, 5 Sep 2006 13:54:12 +0000 (13:54 -0000)]
Converted source files to UTF-8 (without byte order mark). Use UTF-8 as the default encoding for compilers.

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

17 years ago2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 5 Sep 2006 13:53:59 +0000 (13:53 -0000)]
2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>

* RSACryptoServiceProviderTest.cs: Test case for #79269 where we
ensure a CryptographicException (not a NRE) when decrypting without a
private key.

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

17 years ago2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 5 Sep 2006 13:52:18 +0000 (13:52 -0000)]
2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>

* RSAManaged.cs: Fix a NRE when decrypting without a private key
(#79269). We now throw a CryptographicException with an appropriate
text message.

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

17 years agoremove svn:executable
Raja R Harinath [Tue, 5 Sep 2006 13:48:09 +0000 (13:48 -0000)]
remove svn:executable
add svn:eol-style native for files with LF-endings

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

17 years agoIn class/System.Web.Services/Test/System.Web.Services.Description:
Ankit Jain [Tue, 5 Sep 2006 13:41:57 +0000 (13:41 -0000)]
In class/System.Web.Services/Test/System.Web.Services.Description:

* ServiceDescriptionTest.cs (Namespaces): New.

In class/System.Web.Services/System.Web.Services.Description:

* wsdl.genxs: Remove readerhooks for "unknownAttribute" and
"attributes".
* ServiceDescription.cs (ServiceDescription.AddUnknownAttribute):
(ServiceDescription.SetExtensibleAttributes): Remove.
* ServiceDescriptionSerializerBase.cs: Regenerated with genxs (for
!NET_2_0 profile)
* ServiceDescriptionSerializerBase2.cs: Generated with genxs2 (for
NET_2_0 profile)

In class/System.Web.Services:

* System.Web.Services.dll.sources: Add
ServiceDescriptionSerializerBase2.cs

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

17 years agoremove svn:executable
Raja R Harinath [Tue, 5 Sep 2006 13:40:47 +0000 (13:40 -0000)]
remove svn:executable
make line-endings uniform
set svn:eol-style native for files with LF-endings

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

17 years agoTODO: Renamed mono-1.dll to mono.dll.
Kornél Pál [Tue, 5 Sep 2006 13:09:43 +0000 (13:09 -0000)]
TODO: Renamed mono-1.dll to mono.dll.

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

17 years agoMakefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
Kornél Pál [Tue, 5 Sep 2006 13:06:01 +0000 (13:06 -0000)]
Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)

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

17 years agoTARGET_JVM: add runtime support for ConnectionStringsExpressionBuilder
Konstantin Triger [Tue, 5 Sep 2006 12:54:53 +0000 (12:54 -0000)]
TARGET_JVM: add runtime support for ConnectionStringsExpressionBuilder

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

17 years agofixed: ViewState saved and restored correct
Igor Zelmanovich [Tue, 5 Sep 2006 12:45:34 +0000 (12:45 -0000)]
fixed: ViewState saved and restored correct

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

17 years agoadd using for System.Web.Configuration
Konstantin Triger [Tue, 5 Sep 2006 12:23:19 +0000 (12:23 -0000)]
add using for System.Web.Configuration

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

17 years agoconsider authorization section for access decision
Konstantin Triger [Tue, 5 Sep 2006 12:16:02 +0000 (12:16 -0000)]
consider authorization section for access decision

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

17 years agoIn System.Runtime.Serialization.Formatters.Binary:
Raja R Harinath [Tue, 5 Sep 2006 12:10:14 +0000 (12:10 -0000)]
In System.Runtime.Serialization.Formatters.Binary:
Fix #79159
* ObjectWriter.cs (WritePrimitiveTypeArray) [NET_2_0]: Encode the
'Kind' of each DateTime.
* ObjectReader.cs (ReadArrayOfPrimitiveType) [NET_2_0]: Decode the
'Kind' of each DateTime.

In Test/System.Runtime.Serialization.Formatters.Binary:
* BinaryFormatterTest.cs (DateTimeArray): New test for
round-tripping DateTime arrays.

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

17 years ago2006-09-05 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Tue, 5 Sep 2006 12:01:35 +0000 (12:01 -0000)]
2006-09-05  Zoltan Varga  <vargaz@gmail.com>

* interlocked-2.2.cs: Add tests for the generic versions of the interlocked methods.

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

17 years ago* debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove double g_free.
Raja R Harinath [Tue, 5 Sep 2006 11:55:35 +0000 (11:55 -0000)]
* debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove double g_free.

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

17 years agosvn path=/trunk/mcs/; revision=64926
Lluis Sanchez [Tue, 5 Sep 2006 11:42:28 +0000 (11:42 -0000)]
svn path=/trunk/mcs/; revision=64926

17 years agosvn path=/trunk/mcs/; revision=64925
Lluis Sanchez [Tue, 5 Sep 2006 11:39:04 +0000 (11:39 -0000)]
svn path=/trunk/mcs/; revision=64925

17 years agosvn path=/trunk/mcs/; revision=64924
Lluis Sanchez [Tue, 5 Sep 2006 11:31:58 +0000 (11:31 -0000)]
svn path=/trunk/mcs/; revision=64924

17 years agoMake line-endings uniform. Pick the one which changes the least number of lines...
Raja R Harinath [Tue, 5 Sep 2006 11:24:50 +0000 (11:24 -0000)]
Make line-endings uniform.  Pick the one which changes the least number of lines.  Set eol-style=native on files with LF-endings.

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

17 years ago* System/DateTime.cs (Today) [NET_2_0]: Set kind to Local.
Raja R Harinath [Tue, 5 Sep 2006 11:09:47 +0000 (11:09 -0000)]
* System/DateTime.cs (Today) [NET_2_0]: Set kind to Local.
* Test/System/DateTimeTest.cs (Kind): Add test for DateTime.Today.

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

17 years agoIn class/System.Web.Services/System.Web.Services.Description:
Ankit Jain [Tue, 5 Sep 2006 09:57:52 +0000 (09:57 -0000)]
In class/System.Web.Services/System.Web.Services.Description:
* ServiceDescriptionImportWarnings.cs: Remove [Serializable].

In class/System.Web.Services/System.Web.Services.Protocols:

* LogicalMethodTypes.cs:
* SoapMessageStage.cs:
* SoapServiceRoutingStyle.cs:
* SoapHeaderDirection.cs:
* SoapParameterStyle.cs:
* SoapProtocolVersion.cs: Remove [Serializable].

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

17 years ago* OperationFlow.cs: Remove [Serializable].
Ankit Jain [Tue, 5 Sep 2006 08:58:55 +0000 (08:58 -0000)]
* OperationFlow.cs: Remove [Serializable].

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

17 years ago* Page.cs: Imlemented InitOutputCache(OutputCacheParameters cacheSettings).
Konstantin Triger [Tue, 5 Sep 2006 08:25:10 +0000 (08:25 -0000)]
* Page.cs: Imlemented InitOutputCache(OutputCacheParameters cacheSettings).
* OutputCacheParameters.cs: added an implementation.

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

17 years ago* NameValueConfigurationElement.cs: fixed functionality
Vladimir Krasnov [Tue, 5 Sep 2006 07:59:27 +0000 (07:59 -0000)]
* NameValueConfigurationElement.cs: fixed functionality
* ConfigurationElementCollection.cs, ConnectionStringSettingsCollection.cs: fixed <remove> element in connectionStrings section
* t37.cs, t37.exe.config, t37.exe.expected: new test for <remove> bug in connectionStrings section

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

17 years ago* DocumentableItem.cs (DocumentableItem.Namespaces): Add missing NET_2_0
Ankit Jain [Tue, 5 Sep 2006 07:36:05 +0000 (07:36 -0000)]
* DocumentableItem.cs (DocumentableItem.Namespaces): Add missing NET_2_0
property.

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

17 years agoEnsure the source file stream is closed
Konstantin Triger [Tue, 5 Sep 2006 07:28:47 +0000 (07:28 -0000)]
Ensure the source file stream is closed

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

17 years ago* Win32EventLog.cs: Removed workarounds for bug #79152 and bug #79117
Gert Driesen [Tue, 5 Sep 2006 07:12:56 +0000 (07:12 -0000)]
* Win32EventLog.cs: Removed workarounds for bug #79152 and bug #79117
now that these have been fixed. Release unmanaged memory that was
allocated for replacement strings.

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

17 years ago2006-09-04 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Tue, 5 Sep 2006 03:40:19 +0000 (03:40 -0000)]
2006-09-04  Miguel de Icaza  <miguel@novell.com>

* src/gmarkup.c: The leak fixing commit.

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

17 years agoAnother easy one
Miguel de Icaza [Tue, 5 Sep 2006 03:16:22 +0000 (03:16 -0000)]
Another easy one

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

17 years ago (g_markup_parse_context_parse): Add comment processing.
Miguel de Icaza [Tue, 5 Sep 2006 03:13:10 +0000 (03:13 -0000)]
(g_markup_parse_context_parse): Add comment processing.

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

17 years ago2006-09-04 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Tue, 5 Sep 2006 03:01:31 +0000 (03:01 -0000)]
2006-09-04  Miguel de Icaza  <miguel@novell.com>

* src/gmarkup.c (g_markup_parse_context_end_parse): Add missing
method.
(g_markup_parse_context_free): Implement.
(parse_attributes): Store the value, not the attribute name
twice.
Properly check the /> section.
(g_markup_parse_context_parse): When checking for error, use the
"error!=NULL && *error != NULL" upon return from callbacks,
it is only then that its valid to check for *error for error
conditions.

Only release one element of the list.

* test/markup.c: Incorporate the kind of code that is used in Mono
for domain loading;  Will test the rest later.

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

17 years ago2006-09-04 Jonathan Chambers <joncham@gmail.com>
Jonathan Chambers [Tue, 5 Sep 2006 00:49:09 +0000 (00:49 -0000)]
2006-09-04  Jonathan Chambers  <joncham@gmail.com>

* ComIStreamMarshaler.cs: Do not deallocate unmanaged memory
allocated for vtable. If this finalizer runs before all clients
are done with it (Image(s) in this case) we crash on windows. #78315

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

17 years ago2006-09-04 Jonathan Gilbert <logic@deltaq.org>
Jonathan Gilbert [Mon, 4 Sep 2006 22:32:54 +0000 (22:32 -0000)]
2006-09-04  Jonathan Gilbert  <logic@deltaq.org>

        * TestBitmap.cs: Reactivated the Rotate1bit4bit test, with code
        added to ignore the test if Microsoft's GDIPLUS.DLL is in use.

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

17 years ago2006-09-04 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 4 Sep 2006 18:37:34 +0000 (18:37 -0000)]
2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>

* debug-mono-symfile.c: Fix *some* memory leaks that happens only
when --debug is specified.

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

17 years agoUpdate
Miguel de Icaza [Mon, 4 Sep 2006 18:35:23 +0000 (18:35 -0000)]
Update

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

17 years ago2006-09-04 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Mon, 4 Sep 2006 15:22:58 +0000 (15:22 -0000)]
2006-09-04  Zoltan Varga  <vargaz@gmail.com>

* mini.c (mono_icall_get_wrapper): Fix a race condition on initializing
callinfo->trampoline.

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

17 years ago2006-09-04 Robert Jordan <robertj@gmx.net>
Gonzalo Paniagua Javier [Mon, 4 Sep 2006 14:50:28 +0000 (14:50 -0000)]
2006-09-04  Robert Jordan  <robertj@gmx.net>

* mono-stdlib.c (mono_mkstemp): Fix mkstemp's loop.

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

17 years agoStyle.cs: implemented SetBit().
Igor Zelmanovich [Mon, 4 Sep 2006 14:08:21 +0000 (14:08 -0000)]
Style.cs: implemented SetBit().

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

17 years agoSmall fixes for TARGET_JVM tests.
Boris Kirzner [Mon, 4 Sep 2006 12:38:20 +0000 (12:38 -0000)]
Small fixes for TARGET_JVM tests.

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

17 years agofixed: background-image style attribute
Igor Zelmanovich [Mon, 4 Sep 2006 12:34:14 +0000 (12:34 -0000)]
fixed: background-image style attribute

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

17 years agotypo fix
Igor Zelmanovich [Mon, 4 Sep 2006 12:26:21 +0000 (12:26 -0000)]
typo fix

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

17 years agofix a typo
Igor Zelmanovich [Mon, 4 Sep 2006 12:21:50 +0000 (12:21 -0000)]
fix a typo

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

17 years agoAdded TARGET_JVM NET_2_0 tests projects and run scripts.
Boris Kirzner [Mon, 4 Sep 2006 12:16:45 +0000 (12:16 -0000)]
Added TARGET_JVM NET_2_0 tests projects and run scripts.

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

17 years agoFixes for NET_2_0 tests run for TARGET_JVM
Boris Kirzner [Mon, 4 Sep 2006 11:45:52 +0000 (11:45 -0000)]
Fixes for NET_2_0 tests run for TARGET_JVM

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

17 years agoHttpUtility.cs: fixed UrlPathEncode method
Igor Zelmanovich [Mon, 4 Sep 2006 11:45:05 +0000 (11:45 -0000)]
HttpUtility.cs: fixed UrlPathEncode method

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

17 years ago2006-09-04 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Mon, 4 Sep 2006 10:33:06 +0000 (10:33 -0000)]
2006-09-04  Zoltan Varga  <vargaz@gmail.com>

* mini-amd64.c (emit_call): Special case calls to the vararg array icalls. Hopefully
fixes #79271.
(mono_arch_patch_code): Add some debug code to help track down similar failures in the
future.

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

17 years ago2006-09-04 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Mon, 4 Sep 2006 09:56:39 +0000 (09:56 -0000)]
2006-09-04  Zoltan Varga  <vargaz@gmail.com>

* Makefile (BROKEN_SUBDIRS): Fix make dist.

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

17 years ago* library.make (TEST_HARNESS_VERBOSE): New user toggle. If
Raja R Harinath [Mon, 4 Sep 2006 09:48:24 +0000 (09:48 -0000)]
* library.make (TEST_HARNESS_VERBOSE): New user toggle.  If
defined, NUnit will print the names of the unit tests as they are
run.  Can be used to narrow down infloops.
(TEST_HARNESS_EXCLUDE): Provide a way to override the list of
excluded unit test categories.

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

17 years ago2006-09-04 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Mon, 4 Sep 2006 08:58:29 +0000 (08:58 -0000)]
2006-09-04  Zoltan Varga  <vargaz@gmail.com>

* class.c (setup_generic_array_ifaces): Fix a warning.

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

17 years agoAdded assembly info.
Boris Kirzner [Mon, 4 Sep 2006 07:49:10 +0000 (07:49 -0000)]
Added assembly info.

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

17 years ago2006-09-04 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 4 Sep 2006 05:06:44 +0000 (05:06 -0000)]
2006-09-04  Atsushi Enomoto <atsushi@ximian.com>

* XmlReader.cs : ReadContentAsString() and its family should allow
  attribute node. Fixed bug #79268.

* XmlReaderCommonTests.cs : added test for bug #79268.

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

17 years ago2006-09-04 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Mon, 4 Sep 2006 04:58:01 +0000 (04:58 -0000)]
2006-09-04  Miguel de Icaza  <miguel@novell.com>

* Temporarily remove the patch to assemly.c that checks the
assembly versions as it breaks our gacutil.

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

17 years agoMove Atlas too
Miguel de Icaza [Mon, 4 Sep 2006 04:02:41 +0000 (04:02 -0000)]
Move Atlas too

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

17 years agoMove some more deprecated code
Miguel de Icaza [Mon, 4 Sep 2006 04:01:58 +0000 (04:01 -0000)]
Move some more deprecated code

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

17 years agoMove xamlc too
Miguel de Icaza [Mon, 4 Sep 2006 03:21:21 +0000 (03:21 -0000)]
Move xamlc too

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

17 years agoMove WindowsBase
Miguel de Icaza [Mon, 4 Sep 2006 03:19:06 +0000 (03:19 -0000)]
Move WindowsBase

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