mono.git
18 years agoadded Cairo.Surface.XlibSetSize ()
Hisham Mardam Bey [Fri, 12 Aug 2005 09:14:07 +0000 (09:14 -0000)]
added Cairo.Surface.XlibSetSize ()

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

18 years ago2005-08-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 12 Aug 2005 04:47:52 +0000 (04:47 -0000)]
2005-08-12  Atsushi Enomoto  <atsushi@ximian.com>

* DateTimeFormatInfo.cs : GetAbbreviatedEraNames() and GetEra().

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

18 years ago2005-09-12 Lluis Sanchez <lluis@ximian.com>
Lluis Sanchez [Thu, 11 Aug 2005 22:48:12 +0000 (22:48 -0000)]
2005-09-12  Lluis Sanchez  <lluis@ximian.com>

* process.c: Don't close a thread handle when it's NULL. This is a
workaround for bug #75733.

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

18 years ago2005-08-01 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Thu, 11 Aug 2005 19:37:45 +0000 (19:37 -0000)]
2005-08-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* Al.cs: Use AssemblyBuilder.AddResourceFile instead of
AddResourceFile when linkin to a resource, just as .NET
does.

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

18 years ago2005-08-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 11 Aug 2005 18:51:01 +0000 (18:51 -0000)]
2005-08-11  Atsushi Enomoto  <atsushi@ximian.com>

* CultureInfo.cs : lazy load OptionalCalendars (and always non-null).
* DateTimeFormatInfo.cs : GetEraNames() should work.

* CultureInfoTest.cs : added OptionalCalendars().
* CompareInfoTest.cs : added possible bug test for checkedFlags
  optimization.

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

18 years agoRefactoring
Konstantin Triger [Thu, 11 Aug 2005 16:47:50 +0000 (16:47 -0000)]
Refactoring

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

18 years agoRefactoring
Konstantin Triger [Thu, 11 Aug 2005 16:40:00 +0000 (16:40 -0000)]
Refactoring

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

18 years agoFixed Clear, Refactoring
Konstantin Triger [Thu, 11 Aug 2005 16:33:19 +0000 (16:33 -0000)]
Fixed Clear, Refactoring

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

18 years ago2005-08-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 11 Aug 2005 16:05:48 +0000 (16:05 -0000)]
2005-08-11  Atsushi Enomoto  <atsushi@ximian.com>

* regions.xml : ugh, it does not match something .net returns, so
  remove it.

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

18 years ago2005-08-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 11 Aug 2005 15:57:04 +0000 (15:57 -0000)]
2005-08-11  Atsushi Enomoto  <atsushi@ximian.com>

* regions.xml : new file. All region IDs from existing RegionInfo.cs.

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

18 years ago2005-08-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 11 Aug 2005 15:41:53 +0000 (15:41 -0000)]
2005-08-11  Atsushi Enomoto  <atsushi@ximian.com>

* CultureInfo.cs : added BootstrapCultureID for RegionInfo.
* RegionInfo.cs : implemented CurrentRegion. Added MonoTODOs.

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

18 years agoCairo.Graphics.StrokePreserve ()
Hisham Mardam Bey [Thu, 11 Aug 2005 11:58:30 +0000 (11:58 -0000)]
Cairo.Graphics.StrokePreserve ()

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

18 years ago2005-08-11 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 11 Aug 2005 11:51:40 +0000 (11:51 -0000)]
2005-08-11  Zoltan Varga  <vargaz@freemail.hu>

* libmono.vcproj: Fix VC build.

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

18 years ago2005-08-11 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 11 Aug 2005 11:46:36 +0000 (11:46 -0000)]
2005-08-11  Zoltan Varga  <vargaz@freemail.hu>

* mini-exceptions.c mini-x86.h: Move VC stuff into macros in mini-x86.h.

* mini-codegen.c: Fix VC build.

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

18 years ago* get.c (element_type_map): Use "typedref" instead of "TypedByRef" for
Ankit Jain [Thu, 11 Aug 2005 11:42:44 +0000 (11:42 -0000)]
* get.c (element_type_map): Use "typedref" instead of "TypedByRef" for
  MONO_TYPE_TYPEDBYREF.
  (get_ret_type): Use "typedref" instead of "typedbyref".
  (get_param): Likewise.

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

18 years agoCairo.Graphics.ClipReset ()
Hisham Mardam Bey [Thu, 11 Aug 2005 10:49:54 +0000 (10:49 -0000)]
Cairo.Graphics.ClipReset ()

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

18 years ago* ILParser.jay (class_ref | slashed_name): Don't use PrimitiveTypeRef for
Ankit Jain [Thu, 11 Aug 2005 10:41:09 +0000 (10:41 -0000)]
* ILParser.jay (class_ref | slashed_name): Don't use PrimitiveTypeRef for
  primitive types if the assembly being compiled is 'mscorlib'.
  (seh_clause | K_CATCH ..): Report error if exception(class_ref) is a
  PrimitiveTypeRef.

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

18 years ago2005-08-11 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 11 Aug 2005 10:06:31 +0000 (10:06 -0000)]
2005-08-11 Umadevi S <sumadevi@novell.com>
        * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.

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

18 years agoFixed FillClosedCurve
Konstantin Triger [Thu, 11 Aug 2005 09:45:24 +0000 (09:45 -0000)]
Fixed FillClosedCurve

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

18 years agochanging JAVA to TARGET_JVM in release builds
Konstantin Triger [Thu, 11 Aug 2005 09:36:22 +0000 (09:36 -0000)]
changing JAVA to TARGET_JVM in release builds

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

18 years agoput the console writeline in if debug
Umadevi S [Thu, 11 Aug 2005 04:04:06 +0000 (04:04 -0000)]
put the console writeline in if debug

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

18 years ago* Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
Umadevi S [Thu, 11 Aug 2005 03:57:52 +0000 (03:57 -0000)]
* Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly

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

18 years ago2005-08-10 Daniel Morgan <danielmorgan@verizon.net>
Daniel Morgan [Thu, 11 Aug 2005 02:06:06 +0000 (02:06 -0000)]
2005-08-10  Daniel Morgan <danielmorgan@verizon.net>

* System.Data.OracleClient/OracleCommandBuilder.cs: update
based on changes Suresh did to OdbcCommandBuilder, SqlCommandBuilder,
and DbDataAdapter

* System.Data.OracleClient/OracleParameter.cs
* System.Data.OracleClient.Oci/OciHandle.cs
* System.Data.OracleClient.Oci/OciCalls.cs
* System.Data.OracleClient.Oci/OciDataType.cs
* System.Data.OracleClient.Oci/OciParameterDescriptor.cs
* System.Data.OracleClient.Oci/OciStatementHandle.cs
* System.Data.OracleClient.Oci/OciDefineHandle.cs: with help
from Hubert FONGARNAND <informatique.internet@fiducial.fr>
implement TIMESTAMP support via OciDateTime descriptor

* System.Data.OracleClient.dll.sources: add
OciDateTimeDescriptor.cs to build

* System.Data.OracleClient.Oci/OciDateTimeDescriptor.cs: add new
file to support Oracle TIMESTAMP using OciDateTime descriptor

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

18 years ago2005-08-11 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 23:23:08 +0000 (23:23 -0000)]
2005-08-11  Zoltan Varga  <vargaz@freemail.hu>

* cpu-pentium.md: Increase length of atomic_exhange_i4.

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

18 years ago2005-08-11 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 23:17:22 +0000 (23:17 -0000)]
2005-08-11  Zoltan Varga  <vargaz@freemail.hu>

* marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.

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

18 years agoImplemented DrawClosedCurve.
Konstantin Triger [Wed, 10 Aug 2005 17:30:56 +0000 (17:30 -0000)]
Implemented DrawClosedCurve.

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

18 years ago2005-08-10 Jordi Mas i Hernandez <jordi@ximan.com>
Jordi Mas i Hernandez [Wed, 10 Aug 2005 16:50:46 +0000 (16:50 -0000)]
2005-08-10 Jordi Mas i Hernandez <jordi@ximan.com>

* TestRegion.cs: new cases for Combine and Intersect

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

18 years agoNew test
Miguel de Icaza [Wed, 10 Aug 2005 16:28:09 +0000 (16:28 -0000)]
New test

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

18 years agoUpdate
Miguel de Icaza [Wed, 10 Aug 2005 16:27:49 +0000 (16:27 -0000)]
Update

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

18 years agoTest cases and fixes for GraphicsPath.jvm.cs
Boris Kirzner [Wed, 10 Aug 2005 16:15:49 +0000 (16:15 -0000)]
Test cases and fixes for GraphicsPath.jvm.cs

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

18 years agoWed Aug 10 17:15:52 CEST 2005 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 10 Aug 2005 15:16:30 +0000 (15:16 -0000)]
Wed Aug 10 17:15:52 CEST 2005 Paolo Molaro <lupus@ximian.com>

* dump.c: dump the marshal signature blob on --marshal.

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

18 years ago2005-08-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 15:01:04 +0000 (15:01 -0000)]
2005-08-10  Zoltan Varga  <vargaz@freemail.hu>

* icall.c (ves_icall_Type_get_IsGenericType): New icall.

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

18 years ago2005-08-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 15:00:34 +0000 (15:00 -0000)]
2005-08-10  Zoltan Varga  <vargaz@freemail.hu>

* Type.cs: Add IsGenericType property from NET 2.0.

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

18 years ago2005-08-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 14:47:07 +0000 (14:47 -0000)]
2005-08-10  Zoltan Varga  <vargaz@freemail.hu>

* TestRectangle.cs: Add new test.

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

18 years ago2005-08-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 14:46:20 +0000 (14:46 -0000)]
2005-08-10  Zoltan Varga  <vargaz@freemail.hu>

* Rectangle.cs (Intersect): Return a non-empty rectangle if the two
rectangles touch each other.

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

18 years agofixed exception
Konstantin Triger [Wed, 10 Aug 2005 14:26:31 +0000 (14:26 -0000)]
fixed exception

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

18 years agoimplemented GraphicsPath.Widen
Konstantin Triger [Wed, 10 Aug 2005 14:24:00 +0000 (14:24 -0000)]
implemented GraphicsPath.Widen

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

18 years ago2005-08-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 10 Aug 2005 14:00:36 +0000 (14:00 -0000)]
2005-08-10  Atsushi Enomoto  <atsushi@ximian.com>

* Normalization.cs : remove warned code.
* managed-collation.patch : now it's not required anymore.

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

18 years ago2005-08-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 13:32:26 +0000 (13:32 -0000)]
2005-08-10  Zoltan Varga  <vargaz@freemail.hu>

* corlib.dll.sources: Add System.Runtime.InteropServices/SafeHandle.cs
and Microsoft.Win32.SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs.

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

18 years ago2005-08-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 13:31:38 +0000 (13:31 -0000)]
2005-08-10  Zoltan Varga  <vargaz@freemail.hu>

* SafeFileHandle.cs: Make this inherit from SafeHandleZeroOrMinusOneIsInvalid.

* SafeHandleZeroOrMinusOneIsInvalid.cs: New file.

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

18 years ago2005-08-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 10 Aug 2005 13:30:19 +0000 (13:30 -0000)]
2005-08-10  Zoltan Varga  <vargaz@freemail.hu>

* SafeHandle.cs: New file.

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

18 years ago2005-08-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 10 Aug 2005 13:26:06 +0000 (13:26 -0000)]
2005-08-10  Atsushi Enomoto  <atsushi@ximian.com>

* CompareInfo.cs : added IsSortable(). (NET_2_0)

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

18 years ago2005-08-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 10 Aug 2005 13:24:49 +0000 (13:24 -0000)]
2005-08-10  Atsushi Enomoto  <atsushi@ximian.com>

* MSCompatUnicodeTable.cs : added IsSortable(string).

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

18 years ago2005-08-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 10 Aug 2005 11:58:54 +0000 (11:58 -0000)]
2005-08-10  Atsushi Enomoto  <atsushi@ximian.com>

* String.cs : added new StartsWith()/EndsWith() override, fixing
  existing EndsWith() which incorrectly assumed that both string
  lengths must be equivalent (they are not always equal).
* StringComparer.cs : added Ordinal and OrdinalIgnoreCase.

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

18 years ago2005-08-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 10 Aug 2005 10:37:24 +0000 (10:37 -0000)]
2005-08-10  Atsushi Enomoto  <atsushi@ximian.com>

* SimpleCollator.cs : Now all collator methods are thread safe.

  All instance non-readonly fields turned into arguments of every
  methods that use those fields.
  (Sadly it is the end of no-memory-cost collator era. mcs bootstrap
  now needs +100KB memory consumption.)

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

18 years agoChange Key and Value in System.Collections.Generic.KeyValuePair to properties to...
Kamil Skalski [Wed, 10 Aug 2005 08:44:08 +0000 (08:44 -0000)]
Change Key and Value in System.Collections.Generic.KeyValuePair to properties to match .NET 2.0 July CTP. Update its use in Dictionary, since now we cannot write to them.

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

18 years agoFixed DrawCurve
Konstantin Triger [Wed, 10 Aug 2005 08:41:03 +0000 (08:41 -0000)]
Fixed DrawCurve

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

18 years agofix default curve tension
Konstantin Triger [Wed, 10 Aug 2005 08:39:31 +0000 (08:39 -0000)]
fix default curve tension

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

18 years ago * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
Umadevi S [Wed, 10 Aug 2005 06:20:29 +0000 (06:20 -0000)]
 * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox

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

18 years agocommented out test for GetChildAtPointSkip as its not yet implemented <profile net_2_0>
Ritvik Mayank [Wed, 10 Aug 2005 05:27:07 +0000 (05:27 -0000)]
commented out test for GetChildAtPointSkip as its not yet implemented <profile net_2_0>

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

18 years agofix typo
César Natarén [Wed, 10 Aug 2005 03:03:47 +0000 (03:03 -0000)]
fix typo

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

18 years agoToolboxItem-related fixes
Michael Hutchinson [Tue, 9 Aug 2005 21:53:10 +0000 (21:53 -0000)]
ToolboxItem-related fixes

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

18 years ago2005-08-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 9 Aug 2005 20:29:36 +0000 (20:29 -0000)]
2005-08-09  Zoltan Varga  <vargaz@freemail.hu>

* SpecialNameAttribute.cs: New file.

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

18 years ago2005-08-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 9 Aug 2005 20:28:56 +0000 (20:28 -0000)]
2005-08-09  Zoltan Varga  <vargaz@freemail.hu>

* corlib.dll.sources: Add System.Runtime.CompilerServices/SpecialNameAttribute.cs.

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

18 years agoAnd this one
Miguel de Icaza [Tue, 9 Aug 2005 19:58:04 +0000 (19:58 -0000)]
And this one

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

18 years agoLets use this one
Miguel de Icaza [Tue, 9 Aug 2005 19:57:56 +0000 (19:57 -0000)]
Lets use this one

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

18 years agoadd Decompiler.cs to the build
César Natarén [Tue, 9 Aug 2005 19:55:07 +0000 (19:55 -0000)]
add Decompiler.cs to the build

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

18 years ago2005-08-03 Florian Gross <flgr@ccan.de>
César Natarén [Tue, 9 Aug 2005 19:50:07 +0000 (19:50 -0000)]
2005-08-03  Florian Gross  <flgr@ccan.de>

* BitwiseBinary.cs: Implement LeftShift, RightShift and
UnsignedRightShift evaluation. Add method UnsignedRightShift.
* Token.cs: Added field PrintNames, Add flag ignore_error to
method Name.
* Decompiler.cs: Fixes for >>> implementation. Clean up the port.

2005-08-09  Cesar Lopez Nataren  <cnataren@novell.com>

* Parser.cs: Added infrastructure for closure construction support
per Florian Gross and Miguel request ;-)

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

18 years ago2005-08-09 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 9 Aug 2005 19:32:25 +0000 (19:32 -0000)]
2005-08-09  Atsushi Enomoto  <atsushi@ximian.com>

* SimpleCollator.cs : made "checkedFlags" as nullable and made it as
  an argument of every index methods (to make it thread safe).

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

18 years ago2005-08-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 9 Aug 2005 18:28:07 +0000 (18:28 -0000)]
2005-08-09  Zoltan Varga  <vargaz@freemail.hu>

* StringTest.cs: Add tests for Split(String[]).

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

18 years ago2005-08-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 9 Aug 2005 18:25:57 +0000 (18:25 -0000)]
2005-08-09  Zoltan Varga  <vargaz@freemail.hu>

* String.cs: Implement Split(String[]) methods.

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

18 years agoRemove the throw on the destructor
Miguel de Icaza [Tue, 9 Aug 2005 18:17:45 +0000 (18:17 -0000)]
Remove the throw on the destructor

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

18 years agoremove warnings
Miguel de Icaza [Tue, 9 Aug 2005 18:00:34 +0000 (18:00 -0000)]
remove warnings

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

18 years ago2005-08-09 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Tue, 9 Aug 2005 17:56:59 +0000 (17:56 -0000)]
2005-08-09  Miguel de Icaza  <miguel@novell.com>

* enum.cs: On the new compiler CLS error 3005 is now a warning not
an error.

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

18 years agouse correct stroke
Konstantin Triger [Tue, 9 Aug 2005 17:42:32 +0000 (17:42 -0000)]
use correct stroke

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

18 years agoOops
Miguel de Icaza [Tue, 9 Aug 2005 17:26:28 +0000 (17:26 -0000)]
Oops

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

18 years ago2005-08-09 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Tue, 9 Aug 2005 17:19:26 +0000 (17:19 -0000)]
2005-08-09  Miguel de Icaza  <miguel@novell.com>

* ConsoleKey.cs: Include a few aliases for a few values that were
introduced recently.

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

18 years ago2005-08-09 Maverson Eduardo Schulze Rosa <maverson@gmail.com>
Rafael Teixeira [Tue, 9 Aug 2005 17:18:27 +0000 (17:18 -0000)]
2005-08-09 Maverson Eduardo Schulze Rosa <maverson@gmail.com>
* mb-parser.jay: Define as used the function's return variable,
because of bug #75747.
Fix Event errors with Shared modifiers.

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

18 years ago * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension, Flags...
Andrew Skiba [Tue, 9 Aug 2005 17:14:54 +0000 (17:14 -0000)]
* TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension, Flags, FormatDescription, MimeType properties checked

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

18 years agoFix call of .Substring with end index instead of length
Florian Gross [Tue, 9 Aug 2005 16:11:57 +0000 (16:11 -0000)]
Fix call of .Substring with end index instead of length

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

18 years ago2005-08-09 Cesar Lopez Nataren <cnataren@novell.com>
César Natarén [Tue, 9 Aug 2005 15:57:48 +0000 (15:57 -0000)]
2005-08-09  Cesar Lopez Nataren  <cnataren@novell.com>

* Decompiler.cs: Added to the repository.

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

18 years agoAdd Decompiler.cs to the source code repo
César Natarén [Tue, 9 Aug 2005 15:57:06 +0000 (15:57 -0000)]
Add Decompiler.cs to the source code repo

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

18 years agorevert to r48170
Konstantin Triger [Tue, 9 Aug 2005 15:36:17 +0000 (15:36 -0000)]
revert to r48170

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

18 years agoAdvancedStroke implementation
Konstantin Triger [Tue, 9 Aug 2005 15:27:06 +0000 (15:27 -0000)]
AdvancedStroke implementation

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

18 years agorefactor testcase, to make possible to check other properties
Andrew Skiba [Tue, 9 Aug 2005 15:07:46 +0000 (15:07 -0000)]
refactor testcase, to make possible to check other properties

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

18 years ago * OdbcDataReader.cs: GetSchemaTable (): set values for the column
Sureshkumar T [Tue, 9 Aug 2005 13:57:41 +0000 (13:57 -0000)]
* OdbcDataReader.cs: GetSchemaTable (): set values for the column
attributes using SQLColAttribute. If SQLPrimaryKeys does not
yeild, try SQLStatistics. Optimized primary key logic.

* libodbc.cs: Added api SQLStatistics and constants.

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

18 years ago2005-08-07 Jordi Mas i Hernandez <jordi@ximian.com>
Jordi Mas i Hernandez [Tue, 9 Aug 2005 13:57:16 +0000 (13:57 -0000)]
2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>

* Menu.cs: fixes bug 75700
* MenuAPI.cs: fixes navigation issues

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

18 years ago2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 9 Aug 2005 12:50:59 +0000 (12:50 -0000)]
2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ConsoleKey.cs: added Backspace, which has the same value as BackSpace.
Fixes bug #75697.

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

18 years ago2005-08-09 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 9 Aug 2005 12:32:48 +0000 (12:32 -0000)]
2005-08-09  Atsushi Enomoto  <atsushi@ximian.com>

* SimpleCollator.cs,
  MSCompatUnicodeTable.cs :
  - Now IsIgnorable() is aggregated to be one invokation to check
    completely ignorable, nonspacing and symbols.
  - Introduced "already checked" flags for IndexOf() and LastIndexOf()
    to skip sortkey binary check on the same characters. Significant
    perf. improvement for such case as IndexOf("AABCBABC...Z",'Z').

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

18 years ago2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 9 Aug 2005 12:09:06 +0000 (12:09 -0000)]
2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* mini.h: fix signature for mono_register_opcode_emulation.

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

18 years ago2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 9 Aug 2005 11:42:01 +0000 (11:42 -0000)]
2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* threadpool.c: if a work item in the thread pool has a callback that
catches a exception, don't propagate it after invoking the callback.
Fixes bug #75336.

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

18 years agofix for different results message
Andrew Skiba [Tue, 9 Aug 2005 11:33:20 +0000 (11:33 -0000)]
fix for different results message

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

18 years agoExclude not implemented destructor from TARGET_JVM
Andrew Skiba [Tue, 9 Aug 2005 11:14:27 +0000 (11:14 -0000)]
Exclude not implemented destructor from TARGET_JVM

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

18 years ago CheckedListBox.cs - simple fix for GetItemChecked.
Umadevi S [Tue, 9 Aug 2005 10:48:31 +0000 (10:48 -0000)]
 CheckedListBox.cs - simple fix for GetItemChecked.

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

18 years ago2005-08-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 9 Aug 2005 10:17:23 +0000 (10:17 -0000)]
2005-08-09  Zoltan Varga  <vargaz@freemail.hu>

* mini.c: Get rid of most of the helper_sig_... constants using
mono_create_icall_signature ().

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

18 years ago Add ParamArray keyword in relevant location
Manjula GHM [Tue, 9 Aug 2005 09:59:06 +0000 (09:59 -0000)]
 Add ParamArray keyword in relevant location

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

18 years agoadd ColorConverter.cs and ColorTranslator.cs to test sources list
Andrew Skiba [Tue, 9 Aug 2005 09:44:28 +0000 (09:44 -0000)]
add ColorConverter.cs and ColorTranslator.cs to test sources list

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

18 years agofixes to pass tests committed in r48150
Andrew Skiba [Tue, 9 Aug 2005 09:31:30 +0000 (09:31 -0000)]
fixes to pass tests committed in r48150

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

18 years ago2005-08-02 Joerg Rosenkranz <joergr@voelcker.com>
Joerg Rosenkranz [Tue, 9 Aug 2005 09:30:47 +0000 (09:30 -0000)]
2005-08-02  Joerg Rosenkranz <joergr@voelcker.com>

        * TdsMetaParameter.cs: Send binary parameters with size > 8000
        as image instead of varbinary. This fixes #75684.

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

18 years ago* IComponent.cs: Fixed Designer attribute to match MS.NET.
Gert Driesen [Tue, 9 Aug 2005 09:15:37 +0000 (09:15 -0000)]
* IComponent.cs: Fixed Designer attribute to match MS.NET.
* DesignerAttribute.cs: DesignerBaseTypeName defaults to fullname of
IDesigner to match MS.NET.

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

18 years ago* EventLog.cs: Fixed Designer attribute to match MS.NET.
Gert Driesen [Tue, 9 Aug 2005 08:44:10 +0000 (08:44 -0000)]
* EventLog.cs: Fixed Designer attribute to match MS.NET.
* ICollectData.cs: Added marshalling attribute to match MS.NET.
* PerformanceCounter.cs: Fixed Designer attribute to match MS.NET.
* Process.cs: Fixed Designer attribute to match MS.NET, modified
* ProcessModule.cs: Fixed Designer attribute to match MS.NET.
* ProcessThread.cs: Fixed Designer attribute to match MS.NET.
DesignerSerializationVisibility on StartInfo to match MS.NET, changed
Category attribute on Exited event to match MS.NET.

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

18 years ago * ColorConverter.cs, ColorTranslator.cs: added
Andrew Skiba [Tue, 9 Aug 2005 07:49:04 +0000 (07:49 -0000)]
* ColorConverter.cs, ColorTranslator.cs: added
* TestPointConverter.cs, TestRectangleConverter.cs, TestSizeConverter.cs: new tests for convert to/from string

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

18 years ago2005-08-09 Sureshkumar T <tsureshkumar@novell.com>
Sureshkumar T [Tue, 9 Aug 2005 06:46:05 +0000 (06:46 -0000)]
2005-08-09  Sureshkumar T  <tsureshkumar@novell.com>

* OdbcParameter.cs: setBuffer (): allocate a short int buffer for
OdbcType.SmallInt. fixes bug #75600.

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

18 years ago2005-08-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 8 Aug 2005 20:02:20 +0000 (20:02 -0000)]
2005-08-08  Zoltan Varga  <vargaz@freemail.hu>

* jit-icalls.c (helper_ldstr): New helper function.

* mini.c (get_basic_blocks): Set out_of_line for bblocks containing a throw.

* mini.c (mono_method_to_ir): If an LDSTR instruction is in a bblock with a
throw, load the string using a helper call instead of creating a string object.

* aot.c: Update after LDSTR changes.

* mini.h: Bump AOT file version.

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

18 years agoRemove implementation of ICollection<T> from System.Collections.Generic.Stack<T>...
Kamil Skalski [Mon, 8 Aug 2005 19:37:46 +0000 (19:37 -0000)]
Remove implementation of ICollection<T> from System.Collections.Generic.Stack<T> and Queue<T>, since it is not longer present in MS.NET 2.0 Beta 2.

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

18 years ago* OleDbDataAdapter.cs: Fixed custom attributes to match MS.NET.
Gert Driesen [Mon, 8 Aug 2005 17:33:12 +0000 (17:33 -0000)]
* OleDbDataAdapter.cs: Fixed custom attributes to match MS.NET.
* OleDbCommand.cs: Fixed custom attributes to match MS.NET.
* OleDbParameter.cs: Fixed custom attribute to match MS.NET.
* OleDbException.cs: Added ErrorTypeConverter, assigned to ErrorCode
property to match MS.NET.
* OleDbConnection.cs: Fixed custom attributes to match MS.NET.

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

18 years ago* OdbcConnection.cs: Marked Init helper method private.
Gert Driesen [Mon, 8 Aug 2005 17:29:27 +0000 (17:29 -0000)]
* OdbcConnection.cs: Marked Init helper method private.
* OdbcCommand.cs: Marked BindParameters helper method private.

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

18 years ago* DbTypes.cs: Marked internal to fix public API.
Gert Driesen [Mon, 8 Aug 2005 17:26:40 +0000 (17:26 -0000)]
* DbTypes.cs: Marked internal to fix public API.

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

18 years ago* DataView.cs: Changed accessibility of dataTable, rowState and
Gert Driesen [Mon, 8 Aug 2005 17:25:01 +0000 (17:25 -0000)]
* DataView.cs: Changed accessibility of dataTable, rowState and
rowCache field to internal to fix public API. Assigned TypeConverter
to Table property.
* ForeignKeyConstraint.cs: IsConstraintViolated is now internal.
* Constraint.cs: IsConstraintViolated is now internal.
* UniqueConstraint.cs: IsConstraintViolated is now internal.

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

18 years ago* CompareInfo.cs: Marked UseManagedCollation internal to have API
Gert Driesen [Mon, 8 Aug 2005 17:04:33 +0000 (17:04 -0000)]
* CompareInfo.cs: Marked UseManagedCollation internal to have API
match that of MS.NET.

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