mono.git
17 years ago2006-09-11 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Mon, 11 Sep 2006 15:57:48 +0000 (15:57 -0000)]
2006-09-11  Zoltan Varga  <vargaz@gmail.com>

* jni.c: Apply a patch from the freebsd ports tree. Include the proper
include for alloca ().

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

17 years agojava project: exclude CodeDom dependant classes
Andrew Skiba [Mon, 11 Sep 2006 15:29:57 +0000 (15:29 -0000)]
java project: exclude CodeDom dependant classes

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

17 years ago2006-09-11 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Mon, 11 Sep 2006 15:29:21 +0000 (15:29 -0000)]
2006-09-11  Zoltan Varga  <vargaz@gmail.com>

* mono.vcproj: Fix VC build.

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

17 years agofixed tests, removed NotWorking attributes
Igor Zelmanovich [Mon, 11 Sep 2006 15:08:32 +0000 (15:08 -0000)]
fixed tests, removed NotWorking attributes

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

17 years agoifdef TARGET_JVM
Andrew Skiba [Mon, 11 Sep 2006 15:07:26 +0000 (15:07 -0000)]
ifdef TARGET_JVM

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

17 years ago2006-09-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 11 Sep 2006 15:03:53 +0000 (15:03 -0000)]
2006-09-11  Atsushi Enomoto  <atsushi@ximian.com>

* X509Certificate2.cs : implemented HasPrivateKey. Return null
  when the corresponding RSA or DSA has no private key.

* X509Certificate2Test.cs : added test for PrivateKey and
  HasPrivateKey for non-private-inclusive certificate.

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

17 years agoFixed bug 78509 in OracleParameter (trimming trailing spaces) and added regression...
Leszek 'skolima' Ciesielski [Mon, 11 Sep 2006 14:46:12 +0000 (14:46 -0000)]
Fixed bug 78509 in OracleParameter (trimming trailing spaces) and added regression test.
Fixed bug 78765 in OracleCommand (nulling the Connection/Transaction) and added regression test.

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

17 years agoAdded timestamp to log file names.
Boris Kirzner [Mon, 11 Sep 2006 14:38:40 +0000 (14:38 -0000)]
Added timestamp to log file names.

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

17 years agoAdded timestamp to log file names.
Boris Kirzner [Mon, 11 Sep 2006 14:37:30 +0000 (14:37 -0000)]
Added timestamp to log file names.

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

17 years agoAdded timestamp to log file names.
Boris Kirzner [Mon, 11 Sep 2006 13:52:44 +0000 (13:52 -0000)]
Added timestamp to log file names.

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

17 years agoTARGET_JVM: copy the web service test page locally for processing
Konstantin Triger [Mon, 11 Sep 2006 13:49:36 +0000 (13:49 -0000)]
TARGET_JVM: copy the web service test page locally for processing

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

17 years agoAdded declsec.c, should fix VS build.
Paolo Molaro [Mon, 11 Sep 2006 13:07:31 +0000 (13:07 -0000)]
Added declsec.c, should fix VS build.

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

17 years agomerge -r 65175:65176
Konstantin Triger [Mon, 11 Sep 2006 12:32:58 +0000 (12:32 -0000)]
merge -r 65175:65176

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

17 years ago2006-09-10 Jonathan Chambers <joncham@gmail.com>
Jonathan Chambers [Mon, 11 Sep 2006 11:31:10 +0000 (11:31 -0000)]
2006-09-10  Jonathan Chambers  <joncham@gmail.com>

* XplatUI.cs: Set default_class_name to be composed
of current domain id. This allows MWF to be loaded in multiple
domains on Win32.

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

17 years agoMon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Sep 2006 11:21:29 +0000 (11:21 -0000)]
Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus@ximian.com>

* mini.c: on Linux, check for /proc to be mounted
(bug# 79351, novell bug#201204).

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

17 years agoMon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Sep 2006 11:12:01 +0000 (11:12 -0000)]
Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus@ximian.com>

* mini.c: handle cases where pthread_attr_getstack() behaves
incorrectly (bug #78096).

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

17 years agoEnable code.
Paolo Molaro [Mon, 11 Sep 2006 11:07:12 +0000 (11:07 -0000)]
Enable code.

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

17 years agoMon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Sep 2006 11:03:33 +0000 (11:03 -0000)]
Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>

* gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
unload.

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

17 years ago2006-09-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 11 Sep 2006 11:02:03 +0000 (11:02 -0000)]
2006-09-11  Atsushi Enomoto <atsushi@ximian.com>

* XPathEditableDocument.cs : DocumentFragment should also be allowed
  to have a child.

* XPathEditableNavigatorTests.cs : added test fro AppendChild() from
  a document fragment.

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

17 years agoMon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Sep 2006 10:33:35 +0000 (10:33 -0000)]
Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus@ximian.com>

* mini-arm.c: support larger stack frames (bug #79272).

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

17 years agoensure the urls are correctly resolved
Konstantin Triger [Mon, 11 Sep 2006 09:16:36 +0000 (09:16 -0000)]
ensure the urls are correctly resolved

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

17 years agocorrected rendering: HoverNodeStyle works
Igor Zelmanovich [Mon, 11 Sep 2006 09:03:15 +0000 (09:03 -0000)]
corrected rendering: HoverNodeStyle works

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

17 years ago* HttpWriter.cs: fixed WriteLine to work correctly in utf-16 encoding
Vladimir Krasnov [Mon, 11 Sep 2006 08:10:07 +0000 (08:10 -0000)]
* HttpWriter.cs: fixed WriteLine to work correctly in utf-16 encoding

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

17 years ago2006-09-10 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 10 Sep 2006 19:05:40 +0000 (19:05 -0000)]
2006-09-10  Zoltan Varga  <vargaz@gmail.com>

* object.c (mono_method_return_message_restore): Avoid a crash if one of the out
args is not set. Fixes #78926.

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

17 years ago* RegistryKeyTest.cs: Added RunningOnUnix property that is used
Gert Driesen [Sun, 10 Sep 2006 17:39:19 +0000 (17:39 -0000)]
* RegistryKeyTest.cs: Added RunningOnUnix property that is used
to skip tests that only need to be run on Windows. Added tests Close
tests for local/remote registry hives and keys. Added tests for
OpenRemoteBaseKey (Windows only).
* IRegistryApi.cs: Added OpenRemoteBaseKey method.
* Win32ResultCode.cs: Added code for win32 error 53.
* RegistryKey.cs: Implemented support for OpenRemoteBaseKEy on
Windows. To achieve this, the handle of the remote hive must be
stored separately from the RegistryHive value. Removed isRoot field, as
we now determine whether we're a root key (hive) by checking if hive
is not null. Added internal ctor for registry hives that takes a
RegistryHive, a key handle and a bool to indicate whether its a remote
hive. Renamed Data field to handle and added internal property to
access it. Throw ObjectDisposedException in ToString if key is
closed/disposed. Added Hive property, which is used in UnixRegistryApi.
Added GetHiveName method which translates a RegistryHive value to its
(key) name.
* Win32RegistryApi.cs: Added pinvoke for RegConnectRegistry. GetHandle
no longer needs to know whether the key refers to a hive (base key)
or not. Implemented OpenRemoteBaseKey.
* UnixRegistryApi.cs: Added OpenRemoteBaseKey implementation which
always throws NotImplementedException.
* Registry.cs: The key name of the base key no longer needs to be
passed to the ctor, as it's looked up in the ctor itself. This avoids
having a different logical for local or remote base keys.

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

17 years agocorrected rendering: styles are applied correct
Igor Zelmanovich [Sun, 10 Sep 2006 15:41:47 +0000 (15:41 -0000)]
corrected rendering: styles are applied correct

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

17 years agomerge -r 65172:65173
Konstantin Triger [Sun, 10 Sep 2006 14:44:38 +0000 (14:44 -0000)]
merge -r 65172:65173

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

17 years agorevert r65171
Konstantin Triger [Sun, 10 Sep 2006 14:12:02 +0000 (14:12 -0000)]
revert r65171

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

17 years agomerge -r 65169:65170
Konstantin Triger [Sun, 10 Sep 2006 14:09:34 +0000 (14:09 -0000)]
merge -r 65169:65170

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

17 years agoViewState restored properly
Igor Zelmanovich [Sun, 10 Sep 2006 11:10:03 +0000 (11:10 -0000)]
ViewState restored properly

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

17 years agorefactoring: makes Style class more flexible for inheriting and reuse
Igor Zelmanovich [Sun, 10 Sep 2006 10:57:56 +0000 (10:57 -0000)]
refactoring: makes Style class more flexible for inheriting and reuse

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

17 years agofixed: for PopulateOnDemand nodes expanded and checked state restored correct on...
Igor Zelmanovich [Sun, 10 Sep 2006 10:44:00 +0000 (10:44 -0000)]
fixed: for PopulateOnDemand nodes expanded and checked state restored correct on PostBack

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

17 years agoadd false alarm to knownFailures.jvm.lst
Andrew Skiba [Sun, 10 Sep 2006 09:29:29 +0000 (09:29 -0000)]
add false alarm to knownFailures.jvm.lst

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

17 years ago* HtmlInputFile.cs: fixed Value property
Vladimir Krasnov [Sun, 10 Sep 2006 07:19:51 +0000 (07:19 -0000)]
* HtmlInputFile.cs: fixed Value property

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

17 years agoUpdate
Miguel de Icaza [Sat, 9 Sep 2006 18:12:24 +0000 (18:12 -0000)]
Update

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

17 years ago2006-09-09 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sat, 9 Sep 2006 05:44:07 +0000 (05:44 -0000)]
2006-09-09  Miguel de Icaza  <miguel@novell.com>

* X11Keyboard.cs: If we are unable to obtain the input method, do
not call CreateXic to create the input context.   Should fix
#78944/79276.

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

17 years ago2006-09-08 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 8 Sep 2006 23:13:55 +0000 (23:13 -0000)]
2006-09-08  Marek Safar  <marek.safar@seznam.cz>

* expression.cs (Error_OperatorCannotBeApplied): Report type instead of
type instance.

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

17 years agoNew tests.
Marek Safar [Fri, 8 Sep 2006 21:46:59 +0000 (21:46 -0000)]
New tests.

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

17 years ago2006-09-08 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 8 Sep 2006 21:45:23 +0000 (21:45 -0000)]
2006-09-08  Marek Safar  <marek.safar@seznam.cz>

* decl.cs (DeclSpace.SetParameterInfo): Check for non existent type
parameter.
* expression.cs (TypeOf.GetAttributableValue): Check for open generic
types.
* generic.cs: Improved error messages.
* typemanager.cs (RemoveGenericArity): Made public.

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

17 years ago2006-09-08 Robert Jordan <robertj@gmx.net>
Robert Jordan [Fri, 8 Sep 2006 21:09:37 +0000 (21:09 -0000)]
2006-09-08  Robert Jordan  <robertj@gmx.net>

* Page.cs: assure that RenderTrace is called even if an
exception occurred. Fixes bug #78930.

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

17 years ago2006-09-08 Robert Jordan <robertj@gmx.net>
Robert Jordan [Fri, 8 Sep 2006 21:09:10 +0000 (21:09 -0000)]
2006-09-08  Robert Jordan  <robertj@gmx.net>

* TraceData.cs: fixed NRE if `sizes' is null, which may happen
if a page was unable to save its viewstate and size.

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

17 years ago2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 8 Sep 2006 20:29:24 +0000 (20:29 -0000)]
2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AspGenerator.cs: after parsing an include file, don't error out if we
still have opened tags unless this was the last file to parse. Fixes
bug #79318.

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

17 years ago2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 8 Sep 2006 19:25:14 +0000 (19:25 -0000)]
2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ObjectDataSourceView.cs: correctly find the type when it is not in the
executing assembly. Fixes bug #78321. Patch by Marek Habersack.

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

17 years ago2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 8 Sep 2006 19:20:40 +0000 (19:20 -0000)]
2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ControlParameter.cs: fix search for controls so that they use their
NamingContainer, not the Page. Patch by Marek Habersack that fixes
bug #78320.

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

17 years ago2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 8 Sep 2006 19:13:04 +0000 (19:13 -0000)]
2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TemplateControl.cs: search for the new Page_* event handlers in 2.0.
Patch by Marek Habersack that fixes bug #78268.

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

17 years ago2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 8 Sep 2006 19:08:53 +0000 (19:08 -0000)]
2006-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Login.cs: fix problem with the login control and master pages.
Patch by Marek Habersack that fixes bug #78219.

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

17 years ago2006-09-08 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 8 Sep 2006 19:03:54 +0000 (19:03 -0000)]
2006-09-08  Martin Baulig  <martin@ximian.com>

* typemanager.cs (TypeManager.interlocked_type): New public field.
(TypeManager.int_interlocked_compare-exchange): New public field.
(TypeManager.InitEnumUnderlyingTypes): Also initialize the
enumerator types here and call InitGenericCoreTypes().
(TypeManager.InitCoreTypes): Call InitEnumeratorTypes() right
after calling InitEnumUnderlyingTypes().

* rootcontext.cs
(RootContext.ResolveCore): Added `System.Threading.Interlocked' to
`classes_second_stage'.

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

17 years ago2006-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 8 Sep 2006 18:13:20 +0000 (18:13 -0000)]
2006-09-08  Atsushi Enomoto <atsushi@ximian.com>

* DTMXPathDocumentWriter2.cs : fill String.Empty for null ns in
  WriteStartElement() and WriteStartAttribute().

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

17 years ago2006-09-08 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 8 Sep 2006 18:05:19 +0000 (18:05 -0000)]
2006-09-08  Zoltan Varga  <vargaz@gmail.com>

* class.c (mono_class_init): Init class->no_special_static_fields from the cached info.

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

17 years ago2006-09-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 8 Sep 2006 17:53:33 +0000 (17:53 -0000)]
2006-09-08  Sebastien Pouliot  <sebastien@ximian.com>

* ChangeLog: New. Track changes for mget.
* Makefile: New. Build and clean mget.
* mget.cs: Source code for mget test tool.
* README: Information about mget.

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

17 years ago2006-09-08 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 8 Sep 2006 17:13:50 +0000 (17:13 -0000)]
2006-09-08  Zoltan Varga  <vargaz@gmail.com>

* aot-runtime.c (mono_aot_get_class_from_name): Remove a debug printf.

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

17 years ago2006-09-08 Alexander Olk <alex.olk@googlemail.com>
Alexander Olk [Fri, 8 Sep 2006 16:49:41 +0000 (16:49 -0000)]
2006-09-08  Alexander Olk  <alex.olk@googlemail.com>

* MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
  Simplified gnome support by adding more pinvokes to get the
  icon for a file or mime type.

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

17 years ago * TextControl.cs: Update the cursor position even if we don't
Jackson Harper [Fri, 8 Sep 2006 16:15:04 +0000 (16:15 -0000)]
    * TextControl.cs: Update the cursor position even if we don't
        * have
        focus.  This fixes typing in things like the ComboBox.  I'm not
        totally sure we should always set the visibility if we don't
have
        focus, but couldn't find any corner cases where the cursor
showed
        up when it shouldn't.

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

17 years ago * MenuAPI.cs: Deslect popup context menu items before closing
Jackson Harper [Fri, 8 Sep 2006 15:29:18 +0000 (15:29 -0000)]
    * MenuAPI.cs: Deslect popup context menu items before closing
        * the
        window, so that you don't see the previously selected item
        selected when you reopen the menu.

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

17 years ago2006-09-08 Chris Toshok <toshok@ximian.com>
Chris Toshok [Fri, 8 Sep 2006 15:21:41 +0000 (15:21 -0000)]
2006-09-08  Chris Toshok  <toshok@ximian.com>

* X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
our arrays are length 256.  & 0xff before indexing.  Fixes the
crash in bug #78077.

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

17 years agoadd ecmascriptvers/w3cdomversion attributes. Thanks to MArek Habersack.
Gonzalo Paniagua Javier [Fri, 8 Sep 2006 14:26:03 +0000 (14:26 -0000)]
add ecmascriptvers/w3cdomversion attributes. Thanks to MArek Habersack.

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

17 years ago2006-09-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 8 Sep 2006 14:23:30 +0000 (14:23 -0000)]
2006-09-08  Sebastien Pouliot  <sebastien@ximian.com>

* RSACryptoServiceProviderTest.cs: Added test cases for decoding bad
PKCS1 and OAEP padding - both resulting in a CryptographicException.
* RSAOAEPKeyExchangeDeformatterTest.cs: Add test case for bad padding.
* RSAPKCS1KeyExchangeDeformatterTest.cs: Add test case for bad padding

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

17 years ago2006-09-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 8 Sep 2006 14:21:27 +0000 (14:21 -0000)]
2006-09-08  Sebastien Pouliot  <sebastien@ximian.com>

* RSAOAEPKeyExchangeDeformatter.cs: Throw a CryptographicException,
instead of returning null, when a padding error occurs on decryption.
* RSAPKCS1KeyExchangeDeformatter.cs: Throw a CryptographicException,
instead of returning null, when a padding error occurs on decryption.

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

17 years ago2006-09-08 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 8 Sep 2006 14:05:15 +0000 (14:05 -0000)]
2006-09-08  Zoltan Varga  <vargaz@gmail.com>

* aot-compiler.c: Add a hash table to the AOT file mapping class names to typedef
tokens.

* aot-runtime.c (mono_aot_get_class_from_name): New function used by
mono_class_from_name () to find a class from its name.

* mini.c (mini_init): Register mono_aot_get_class_from_name () with the runtime.

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

17 years ago2006-09-08 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 8 Sep 2006 14:01:26 +0000 (14:01 -0000)]
2006-09-08  Zoltan Varga  <vargaz@gmail.com>

* image.c (load_class_names): Move this to class.c, and rename it to
'mono_image_init_name_cache'.
(load_modules): Fix a warning.

* class.c icall.c image.c: Initialize image->name_cache lazily.

* class-internals.h (MonoGetClassFromName): New hook function to find a class based
on its name using information in the AOT file.

* class.c (mono_class_from_name): Use the new hook function.

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

17 years ago2006-09-08 Robert Jordan <robertj@gmx.net>
Robert Jordan [Fri, 8 Sep 2006 10:46:26 +0000 (10:46 -0000)]
2006-09-08  Robert Jordan  <robertj@gmx.net>

* mkbundle.1: The `-z' option is now supported under Windows.

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

17 years ago2006-09-08 Robert Jordan <robertj@gmx.net>
Robert Jordan [Fri, 8 Sep 2006 10:42:40 +0000 (10:42 -0000)]
2006-09-08  Robert Jordan  <robertj@gmx.net>

* mkbundle.cs, TODO: The `-z' option is now supported under
Windows.

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

17 years ago2006-09-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Fri, 8 Sep 2006 07:18:06 +0000 (07:18 -0000)]
2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ThemeWin32Classic.cs:
* DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
is true. Handle that check box too.

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

17 years ago * MenuAPI.cs: move the PerformClick call to OnMouseUp. Fixes bug
Chris Toshok [Fri, 8 Sep 2006 01:54:07 +0000 (01:54 -0000)]
* MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
79244.

2006-09-07  Chris Toshok  <toshok@ximian.com>

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

17 years ago2006-09-07 Chris Toshok <toshok@ximian.com>
Chris Toshok [Fri, 8 Sep 2006 00:35:43 +0000 (00:35 -0000)]
2006-09-07  Chris Toshok  <toshok@ximian.com>

* Control.cs: in set_BackColor only do the work if
background_color != value.

* XplatUIX11.cs: move the clearing of invalid areas (both client
and nc) to the same block of code where we set (nc_)expose_pending
to false.  That is, move it from PaintEventEnd to PaintEventStart,
so things that cause invalidates from within OnPaint will trigger
another call to OnPaint.  Fixes bug #79262.

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

17 years ago2006-09-07 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 7 Sep 2006 22:06:42 +0000 (22:06 -0000)]
2006-09-07  Marek Safar  <marek.safar@seznam.cz>

* class.cs, generic.cs (GenericMethod.Define): Check for type parameter
collisions.
* statement.cs (Block.Variables): Made public.

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

17 years ago * resources/, System.Windows.Forms.dll.resources, Makefile:
Alexander Olk [Thu, 7 Sep 2006 21:00:51 +0000 (21:00 -0000)]
* resources/, System.Windows.Forms.dll.resources, Makefile:

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

17 years ago * Syscall.cs: readdir(P) is not thread-safe, so it needs to be locked so
Jonathan Pryor [Thu, 7 Sep 2006 20:04:43 +0000 (20:04 -0000)]
* Syscall.cs: readdir(P) is not thread-safe, so it needs to be locked so
  that the `struct dirent' it returns is stable.

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

17 years ago * FileDialog.cs: Fix typo
Alexander Olk [Thu, 7 Sep 2006 18:12:52 +0000 (18:12 -0000)]
* FileDialog.cs: Fix typo

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

17 years ago2006-09-07 Alexander Olk <alex.olk@googlemail.com>
Alexander Olk [Thu, 7 Sep 2006 18:11:14 +0000 (18:11 -0000)]
2006-09-07  Alexander Olk  <alex.olk@googlemail.com>

* Theme.cs: Use correct icon for UIIcon.PlacesPersonal

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

17 years ago2006-09-07 Alexander Olk <alex.olk@googlemail.com>
Alexander Olk [Thu, 7 Sep 2006 18:07:05 +0000 (18:07 -0000)]
2006-09-07  Alexander Olk  <alex.olk@googlemail.com>

* resources/, System.Windows.Forms.dll.resources:
  Add user-home Tango icon in various sizes.

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

17 years ago2006-09-07 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 7 Sep 2006 17:20:19 +0000 (17:20 -0000)]
2006-09-07  Atsushi Enomoto  <atsushi@ximian.com>

* EncryptedXml.cs : DecryptData() should not pass block size to
  Transform() as the index.

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

17 years ago * ThemeWin32Classic.cs: oops, forgot to commit. Draw the
Jackson Harper [Thu, 7 Sep 2006 16:18:54 +0000 (16:18 -0000)]
    * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the
        * images
        for tab pages if they have any.

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

17 years agofixed: populating nodes.
Igor Zelmanovich [Thu, 7 Sep 2006 14:52:01 +0000 (14:52 -0000)]
fixed: populating nodes.

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

17 years agofixed: ToggleExpandState().
Igor Zelmanovich [Thu, 7 Sep 2006 14:11:53 +0000 (14:11 -0000)]
fixed: ToggleExpandState().

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

17 years agoremove TARGET_JVM #if
Konstantin Triger [Thu, 7 Sep 2006 13:55:08 +0000 (13:55 -0000)]
remove TARGET_JVM #if

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

17 years agoHttpsClientStream.cs: Honor ServicePointManager.SecurityProtocol to select between...
Sebastien Pouliot [Thu, 7 Sep 2006 13:52:34 +0000 (13:52 -0000)]
HttpsClientStream.cs: Honor ServicePointManager.SecurityProtocol to select between SSL3, TLS1 or, by default, auto. Great for testing :)

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

17 years ago2006-09-07 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 7 Sep 2006 13:38:56 +0000 (13:38 -0000)]
2006-09-07  Martin Baulig  <martin@ximian.com>

* driver.cs
(MainDriver): Revert r62663 from Marek; see #70506 for details.

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

17 years agoifdef TARGET_JVM
Andrew Skiba [Thu, 7 Sep 2006 12:43:18 +0000 (12:43 -0000)]
ifdef TARGET_JVM

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

17 years agoComIStreamMarshaler.cs: ManagedToNativeWrapper: Dispose COM vtable on shutdown. Dispo...
Kornél Pál [Thu, 7 Sep 2006 12:21:04 +0000 (12:21 -0000)]
ComIStreamMarshaler.cs: ManagedToNativeWrapper: Dispose COM vtable on shutdown. Dispose unmanaged resources when constructor fails.

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

17 years ago* DataSet.cs: added 2.0 stubs to solve typed dataset porting issues
Vladimir Krasnov [Thu, 7 Sep 2006 11:09:49 +0000 (11:09 -0000)]
* DataSet.cs: added 2.0 stubs to solve typed dataset porting issues

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

17 years ago2006-09-07 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Thu, 7 Sep 2006 09:27:51 +0000 (09:27 -0000)]
2006-09-07 Lluis Sanchez Gual  <lluis@novell.com>

* Page.cs: Use lowercase getElementById in the javascript that
checks the browser.

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

17 years ago* KeyedListEnumerator.cs: fixed Current property to return real object instead of...
Vladimir Krasnov [Thu, 7 Sep 2006 09:18:25 +0000 (09:18 -0000)]
* KeyedListEnumerator.cs: fixed Current property to return real object instead of DictionaryEntry

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

17 years agoTARGET_JVM: PageMapper.GetObjectType() expects virtual path rather than a real one
Konstantin Triger [Thu, 7 Sep 2006 09:12:54 +0000 (09:12 -0000)]
TARGET_JVM: PageMapper.GetObjectType() expects virtual path rather than a real one

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

17 years ago* SqlDataSourceView.cs: return DataView from ExecuteSelect when DataSourceMode is...
Andrew Skiba [Thu, 7 Sep 2006 08:58:02 +0000 (08:58 -0000)]
* SqlDataSourceView.cs: return DataView from ExecuteSelect when DataSourceMode is DataSet.

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

17 years agoFix incorrect ChangeLog entry in the previous commit.
Ankit Jain [Thu, 7 Sep 2006 08:54:50 +0000 (08:54 -0000)]
Fix incorrect ChangeLog entry in the previous commit.

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

17 years agoIn class/System.Web.Services/Test/System.Web.Services.Description:
Ankit Jain [Thu, 7 Sep 2006 08:52:33 +0000 (08:52 -0000)]
In class/System.Web.Services/Test/System.Web.Services.Description:

* ServiceDescriptionTest.cs (Ctor): New.

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

* ServiceDescriptionTest.cs (Ctor): New.

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

17 years ago2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 7 Sep 2006 03:57:36 +0000 (03:57 -0000)]
2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpApplicationFactory.cs: watch web.config too. Fixes bug #78356.

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

17 years ago2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 7 Sep 2006 03:16:18 +0000 (03:16 -0000)]
2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebConfigurationManager.cs: add null checks. Patch by Marek Habersack
that fixes bug #79283.

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

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

* mini-amd64.c (emit_call): Avoid strstr () call if possible.

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

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