mono.git
17 years agoMake a method private for 1.x
Marek Habersack [Tue, 21 Nov 2006 10:38:37 +0000 (10:38 -0000)]
Make a method private for 1.x

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

17 years ago* SqlMembershipProvider.cs: fixed fixed exception type in GetPassword, checks user...
Vladimir Krasnov [Tue, 21 Nov 2006 10:31:20 +0000 (10:31 -0000)]
* SqlMembershipProvider.cs: fixed fixed exception type in GetPassword, checks user lockout

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

17 years agoControlTest.cs added new tests and resources
Yoni Klain [Tue, 21 Nov 2006 10:19:36 +0000 (10:19 -0000)]
ControlTest.cs added new tests and resources

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

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 10:04:09 +0000 (10:04 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* CheckBox.cs: fixed: new 2.0 features such
LabelAttributes and InputAttributes.

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

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 10:01:19 +0000 (10:01 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* Page.cs: fixed: LoadControlState is called for controls
that added on Load and latter

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

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 08:44:33 +0000 (08:44 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataViewTest.cs (BeginInit2): Checks for the data view public
event Initialized.

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

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 08:43:48 +0000 (08:43 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataView.cs: Added public event Initialized.
(IsInitialized): Implemented public function to check whether a
dataview is initialized or not.

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

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 05:26:37 +0000 (05:26 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* BinarySerializationTest.cs: Added tests to verify binary serialization and deserialization.

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

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 05:24:50 +0000 (05:24 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataSetTest.cs (CreateDataReader1, CreateDataReader2,
CreateDataReader3, Load_Basic, Load_TableConflictT,
Load_TableConflictT, Load_TableConflictF, Load_TableUnknown,
Load_StringsAsc, Load_StringsDesc, Load_StringsNew,
Load_StringsNewMerge): Removed 'NotWorking' attribute and made the
testcase to work.

* DataSetTest2.cs (LoadTest1, LoadTest2): Implemented functions to
test DataSet.Load

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

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 05:24:03 +0000 (05:24 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataSet.cs: Added ISupportInitializeNotification for .NET 2.0
profile.
(RemotingFormat): Set the default value attribute as
SerializationFormat.Xml.
(IsInitialized): Implemented public function to check whether a
table is initialized or not.
(CreateDataReader): Added params keyword in argument.
(Load): Implemented all Load overloaded functions.
(GetObjectData): Modified to public for .NET 2.0 implementation.
(IsBinarySerialized): Implemented the public API to check whether
the given stream is binary serialized or not.
* DataTable.cs: Added ISupportInitializeNotification for .NET 2.0
profile.

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

17 years agoChanges required to allow MIPS port to compile correctly. Resulting
Mark Mason [Tue, 21 Nov 2006 00:02:24 +0000 (00:02 -0000)]
Changes required to allow MIPS port to compile correctly.  Resulting
executable still will not run correctly until pending inssel.brg changes
complete review and are committed.

Contributed under the MIT/X11 license.

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

17 years agoAdded tests for passing structures as arguments to calls.
Mark Mason [Mon, 20 Nov 2006 23:38:11 +0000 (23:38 -0000)]
Added tests for passing structures as arguments to calls.
Changes contributed under the MIT/X11 license.

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

17 years agoFixes in DropDown arrows drawing operations
Everaldo Canuto [Mon, 20 Nov 2006 23:20:19 +0000 (23:20 -0000)]
Fixes in DropDown arrows drawing operations

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

17 years ago2006-11-20 Chris Toshok <toshok@ximian.com>
Chris Toshok [Mon, 20 Nov 2006 22:56:22 +0000 (22:56 -0000)]
2006-11-20  Chris Toshok  <toshok@ximian.com>

* NativeWindow.cs: fix the formatting of functions ('{' on the
following line), and enable the thread exception dialog.

* Application.cs: remove the duplicate exception catching from
here.

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

17 years agoTemporary disabled CS0267 (need to find better parser hack)
Marek Safar [Mon, 20 Nov 2006 22:27:25 +0000 (22:27 -0000)]
Temporary disabled CS0267 (need to find better parser hack)

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

17 years ago2006-11-20 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 20 Nov 2006 21:45:55 +0000 (21:45 -0000)]
2006-11-20  Martin Baulig  <martin@ximian.com>

* compiler-tester.cs
(PositiveChecker.HandleFailure): Use `LogLine ("{0}", extra)'
since the error message from the compiler might contain {}.

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

17 years agoindex
Miguel de Icaza [Mon, 20 Nov 2006 21:44:21 +0000 (21:44 -0000)]
index

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

17 years agoFix for App_Code compiler
Marek Habersack [Mon, 20 Nov 2006 21:21:37 +0000 (21:21 -0000)]
Fix for App_Code compiler

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

17 years agoImplemented a few missing properties
Marek Habersack [Mon, 20 Nov 2006 21:06:44 +0000 (21:06 -0000)]
Implemented a few missing properties

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

17 years agoOne more changelog
Marek Habersack [Mon, 20 Nov 2006 21:04:48 +0000 (21:04 -0000)]
One more changelog

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

17 years agoChangelogs
Marek Habersack [Mon, 20 Nov 2006 21:04:02 +0000 (21:04 -0000)]
Changelogs

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

17 years agoSupport for automatic culture detection
Marek Habersack [Mon, 20 Nov 2006 21:02:22 +0000 (21:02 -0000)]
Support for automatic culture detection

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

17 years agoSources...
Marek Habersack [Mon, 20 Nov 2006 20:44:54 +0000 (20:44 -0000)]
Sources...

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

17 years agoTrigger buttons click event for DropDown Button
Everaldo Canuto [Mon, 20 Nov 2006 20:37:48 +0000 (20:37 -0000)]
Trigger buttons click event for DropDown Button

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

17 years agoAdded PersonalizationAttribute class
Marek Habersack [Mon, 20 Nov 2006 20:36:29 +0000 (20:36 -0000)]
Added PersonalizationAttribute class

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

17 years ago2006-11-20 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Mon, 20 Nov 2006 20:24:30 +0000 (20:24 -0000)]
2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>

        * Theme.cs:
        * ThemeWin32Classic.cs:
        - Added a property WindowBorderFont to enable themeing
          of mdi child windows' Text.

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

17 years agounbump version so version sorting is done correctly for monobuild
Wade Berrier [Mon, 20 Nov 2006 19:36:28 +0000 (19:36 -0000)]
unbump version so version sorting is done correctly for monobuild
(will bump versions in the branches)

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

17 years agoMon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 20 Nov 2006 18:45:04 +0000 (18:45 -0000)]
Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>

* inssel-long32.brg: optimize signed division by power of two.

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

17 years ago2006-11-20 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Mon, 20 Nov 2006 18:13:55 +0000 (18:13 -0000)]
2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>

        * InternalWindowManager.cs:
        * Form.cs:
        * MdiClient.cs:
        * MdiWindowManager.cs:
        - If mdi child is maximized, set mdi parent's
          text to "Parent - [Child]". Fixes #79770.
        - If there is any maximized mdi child windows, only the active
          window (and any new windows) is maximized, the rest are
          normal.
        - On a WindowState change only save mdi child's window bounds
          if the old window state was normal. Fixes #79774.
        - The scroll bars are now calculated on hopefully all
          necessary events. Fixed #79771 / #79844->6 / #79906.
        - MdiClient.SizeScrollBars() now takes into account docked
          controls in the parent when calculating available space.
        - InternalWindowManager now always repaints the entire title
          area. Fixes #79844->1/4/5.
        - Added RequestNCRecalc on mdi child windowstate changes.
          Fixes #79772.

        * MdiFormTest.cs: Added tests for WindowState (mdi
        children) and Text (mdi parent with maximized mdi
        children).

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

17 years ago2006-11-20 Marek Safar <marek.safar@gmail.com>
Marek Safar [Mon, 20 Nov 2006 18:13:03 +0000 (18:13 -0000)]
2006-11-20  Marek Safar  <marek.safar@gmail.com>

* cs-tokenizer.cs,
* cs-parser.jay: Better error message when partial keyword is misplaced.

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

17 years agoMon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 20 Nov 2006 16:49:48 +0000 (16:49 -0000)]
Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>

* mini-arm.c: added support for interworking with thumb code
(mono must be still be built using the ARM instruction encoding).

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

17 years agoAdd an OpenSystem for GCC/CIL
Miguel de Icaza [Mon, 20 Nov 2006 16:48:27 +0000 (16:48 -0000)]
Add an OpenSystem for GCC/CIL

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

17 years ago2006-11-20 Mike Kestner <mkestner@novell.com>
Mike Kestner [Mon, 20 Nov 2006 16:38:45 +0000 (16:38 -0000)]
2006-11-20  Mike Kestner  <mkestner@novell.com>

* ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
in the MouseUp handler of the listbox and move the return handling
code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.

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

17 years agoMon Nov 20 17:36:45 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 20 Nov 2006 16:37:26 +0000 (16:37 -0000)]
Mon Nov 20 17:36:45 CET 2006 Paolo Molaro <lupus@ximian.com>

* arm/arm-codegen.h: added suppot for thumb interworking instructions.

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

17 years agoFixed nunit reference for TARGET_JVM tests
Vladislav Spivak [Mon, 20 Nov 2006 15:31:43 +0000 (15:31 -0000)]
Fixed nunit reference for TARGET_JVM tests

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

17 years agosvn path=/trunk/mcs/; revision=68199
Vladislav Spivak [Mon, 20 Nov 2006 15:30:41 +0000 (15:30 -0000)]
svn path=/trunk/mcs/; revision=68199

17 years ago2006-11-20 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Mon, 20 Nov 2006 15:10:35 +0000 (15:10 -0000)]
2006-11-20 Igor Zelmanovich <igorz@mainsoft.com>

* GridView.cs: fixed: header, footer and empty rows are databound.

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

17 years ago2006-11-20 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Mon, 20 Nov 2006 14:41:48 +0000 (14:41 -0000)]
2006-11-20  Igor Zelmanovich   <igorz@mainsoft.com>

* ClientScriptManagerTest.cs: removed NotWorking attributes, fixed tests.

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

17 years agoFixing TARGET_JVM test scripts
Boris Kirzner [Mon, 20 Nov 2006 14:33:48 +0000 (14:33 -0000)]
Fixing TARGET_JVM test scripts

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

17 years agoAdd Grasshopper project file
Konstantin Triger [Mon, 20 Nov 2006 14:27:22 +0000 (14:27 -0000)]
Add Grasshopper project file

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

17 years agoremove unused control
Konstantin Triger [Mon, 20 Nov 2006 14:25:03 +0000 (14:25 -0000)]
remove unused control

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

17 years agoremove usage of local resources; make license server side comment
Konstantin Triger [Mon, 20 Nov 2006 14:23:41 +0000 (14:23 -0000)]
remove usage of local resources; make license server side comment

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

17 years agoRevert changes in SWF.csproj
Everaldo Canuto [Mon, 20 Nov 2006 13:35:57 +0000 (13:35 -0000)]
Revert changes in SWF.csproj

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

17 years agoIgnore right mouse clicks in toolbar
Everaldo Canuto [Mon, 20 Nov 2006 13:24:22 +0000 (13:24 -0000)]
Ignore right mouse clicks in toolbar

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

17 years agoAppCode compiler fix
Marek Habersack [Mon, 20 Nov 2006 12:50:50 +0000 (12:50 -0000)]
AppCode compiler fix

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

17 years agoSerializationObjectManager still is not available in TARGET_JVM
Vladislav Spivak [Mon, 20 Nov 2006 12:31:53 +0000 (12:31 -0000)]
SerializationObjectManager still is not available in TARGET_JVM

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

17 years ago* Transaction.cs (operator==, operator!=): Implement.
Raja R Harinath [Mon, 20 Nov 2006 12:29:04 +0000 (12:29 -0000)]
* Transaction.cs (operator==, operator!=): Implement.
Reported by "Matthijs ter Woord" <matthijsterwoord@gmail.com>.

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

17 years ago2006-11-20 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Mon, 20 Nov 2006 12:17:45 +0000 (12:17 -0000)]
2006-11-20 Igor Zelmanovich <igorz@mainsoft.com>

* Style.cs: added internal helper method RemoveTextStyles.

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

17 years agosvn path=/trunk/mcs/; revision=68184
Igor Zelmanovich [Mon, 20 Nov 2006 11:41:20 +0000 (11:41 -0000)]
svn path=/trunk/mcs/; revision=68184

17 years agomake indexers test compile on 2.0
Andrew Skiba [Mon, 20 Nov 2006 10:31:03 +0000 (10:31 -0000)]
make indexers test compile on 2.0

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

17 years agoTARGET_JVM: replace GHROOT with VMW_HOME
Konstantin Triger [Mon, 20 Nov 2006 10:03:33 +0000 (10:03 -0000)]
TARGET_JVM: replace GHROOT with VMW_HOME

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

17 years agoFixed CreateUser and EditUser pages
Igor Zelmanovich [Mon, 20 Nov 2006 09:53:28 +0000 (09:53 -0000)]
Fixed CreateUser and EditUser pages

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

17 years ago2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 20 Nov 2006 09:39:58 +0000 (09:39 -0000)]
2006-11-20  Atsushi Enomoto <atsushi@ximian.com>

* XmlTextWriter2.cs : fixed some relationship between
  ConformanceLevel, OmitXmlDeclaration and WriteStartDocument().
  See new tests more details.
* XmlWriter.cs : it could reuse XmlTextWriter.ctor(TextWriter,
  XmlWriterSettings). It also resulted in dropping several internal
  members in XmlTextWriter.

* XmlWriterSettingsTests.cs : added tests for relationship between
  ConformanceLevel, OmitXmlDeclaration and WriteStartDocument().

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

17 years ago2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 20 Nov 2006 09:35:43 +0000 (09:35 -0000)]
2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>

* TypeTranslator.cs : Hari knew better way to do it.

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

17 years ago2006-11-20 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Mon, 20 Nov 2006 09:10:36 +0000 (09:10 -0000)]
2006-11-20  Igor Zelmanovich <igorz@mainsoft.com>
fixed and optimized support for event validation

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

17 years ago2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 20 Nov 2006 08:37:26 +0000 (08:37 -0000)]
2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>

* TypeTranslator.cs : #if NET_2_0 for generic thingy.

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

17 years ago2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 20 Nov 2006 07:44:28 +0000 (07:44 -0000)]
2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>

* TypeTranslator.cs : (GetTypeData) when the argument type is
  Nullable<T>, use T instead. At run time (on both interpreter and
  generated code) it is converted to T. Fixed bug #79803.

* XmlSerializerTests.cs : added test for nullable type.

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

17 years ago2006-11-20 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Mon, 20 Nov 2006 06:37:26 +0000 (06:37 -0000)]
2006-11-20  Nagappan A  <anagappan@novell.com>

* ISupportInitializeNotification.cs: New Interface file to support
NET 2.0 features.

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

17 years ago2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 20 Nov 2006 03:29:00 +0000 (03:29 -0000)]
2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>

* I18N.West.Test.cs : added test for bug #79951.

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

17 years ago2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 20 Nov 2006 03:22:34 +0000 (03:22 -0000)]
2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>

* windows-437-2000.ucm: copied from ICU: http://dev.icu-project.org/cgi-bin/viewcvs.cgi/charset/data/ucm/windows-437-2000.ucm?revision=1.2
* windows-10079-2000.ucm: copied from ICU: http://dev.icu-project.org/cgi-bin/viewcvs.cgi/charset/data/ucm/windows-10079-2000.ucm?revision=1.2
* CP437.cs : now it is autogenerated from windows-437-2000.ucm
  Fixed bug #79951
* CP10079.cs : now it is autogenerated from windows-10079-2000.ucm.

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

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

* ucm2cp.c: applying the missing patch from Bruno Haible (on bug
  #77325), and made some changes to handle 2.0 fallback.
* cvt.sh: updated some mappings to correct ones.

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

17 years ago2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 20 Nov 2006 03:05:52 +0000 (03:05 -0000)]
2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>

in Rare:
* CP708.cs, CP855.cs, CP869.cs, CP864.cs, CP858.cs, CP857.cs,
  CP852.cs, CP862.cs, CP866.cs:
in MidEast:
* CP1254.cs, CP1255.cs, CP1256.cs, CP28596.cs, CP28598.cs,
  CP28599.cs, CP38598.cs:
in Other:
* CP1251.cs, CP28594.cs, CP28595.cs, CP1257.cs, CP1258.cs,
  CP874.cs, CP20866.cs, CP21866.cs:
in West:
* CP28605.cs, CP10000.cs:

  cosmetic indent fix (now they are correctly auto-generated).

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

17 years agoMore docs
Miguel de Icaza [Mon, 20 Nov 2006 03:03:38 +0000 (03:03 -0000)]
More docs

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

17 years ago2006-11-19 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 20 Nov 2006 01:46:43 +0000 (01:46 -0000)]
2006-11-19  Atsushi Enomoto  <atsushi@ximian.com>

* HttpSoapWebServiceHandler.cs: on deserializing the request, do not
  close the input stream. Fixed bug #79954. Fix by Juan C. Olivares.

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

17 years agoStyle change: set the anchor before the box
Miguel de Icaza [Sun, 19 Nov 2006 23:41:41 +0000 (23:41 -0000)]
Style change: set the anchor before the box

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

17 years agoSort these by importance
Miguel de Icaza [Sun, 19 Nov 2006 23:27:01 +0000 (23:27 -0000)]
Sort these by importance

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

17 years ago2006-11-19 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sun, 19 Nov 2006 23:18:12 +0000 (23:18 -0000)]
2006-11-19  Miguel de Icaza  <miguel@novell.com>

* mini.c (type_from_op): Separate the conditions for OP_EQ as the
verifier has different rules for it.   Fixes a few verifier issues
in the test suite. + Documentation

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

17 years ago2006-11-19 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sun, 19 Nov 2006 23:18:06 +0000 (23:18 -0000)]
2006-11-19  Miguel de Icaza  <miguel@novell.com>

* mini.c (type_from_op): Separate the conditions for OP_EQ as the
verifier has different rules for it.   Fixes a few verifier issues
in the test suite. + Documentation

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

17 years agoMore documentation
Miguel de Icaza [Sun, 19 Nov 2006 23:16:18 +0000 (23:16 -0000)]
More documentation

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

17 years ago2006-11-19 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sun, 19 Nov 2006 23:15:03 +0000 (23:15 -0000)]
2006-11-19  Miguel de Icaza  <miguel@novell.com>

* exdoc: Move to use CSS instead of tables, this will break
GtkHTML rendering.

* ignore: Updated with more hidden APIs.

* Bunch of documentation work.

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

17 years ago2006-11-19 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sun, 19 Nov 2006 16:45:45 +0000 (16:45 -0000)]
2006-11-19  Miguel de Icaza  <miguel@novell.com>

* mini-exceptions.c (mono_handle_native_sigsegv): Put the message
at the end, so people know what happened.

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

17 years ago2006-11-19 Allan Hsu <allan@counterpop.net>
Miguel de Icaza [Sun, 19 Nov 2006 16:42:26 +0000 (16:42 -0000)]
2006-11-19  Allan Hsu <allan@counterpop.net>

* libgc/darwin_stop_world.c, libgc/include/private/gc_priv.h,
libgc/os_dep.c: Fixes to make the GC work on OSX/Intel with XCode
2.4 (10.4u SDK and newer).

This code should work with older versions of the SDK as well.

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

17 years agoupdate with latest changes
Konstantin Triger [Sun, 19 Nov 2006 15:40:42 +0000 (15:40 -0000)]
update with latest changes

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

17 years ago2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Sun, 19 Nov 2006 15:13:04 +0000 (15:13 -0000)]
2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>

* DropDownList.cs: fixed: support for event validation.

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

17 years ago2006-11-17 Alexander Olk <alex.olk@googlemail.com>
Alexander Olk [Sun, 19 Nov 2006 14:39:01 +0000 (14:39 -0000)]
2006-11-17  Alexander Olk  <alex.olk@googlemail.com>

* MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
  working in 1.2.x anymore. So, updated.

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

17 years ago2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Sun, 19 Nov 2006 14:31:50 +0000 (14:31 -0000)]
2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>

* LinkButton.cs: optimized: support for event validation.
* DataControlButton.cs: Added support for event validation.
* DetailsView.cs: fixed: RowIndex for DetailsViewRow.

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

17 years ago2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Sun, 19 Nov 2006 14:05:18 +0000 (14:05 -0000)]
2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>

* TemplateControlCompiler.cs: fixed:
When <%# Bind(...) %>-expression is used more then once for same control
The variable associated with this control is declared only once.

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

17 years ago2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Sun, 19 Nov 2006 13:38:07 +0000 (13:38 -0000)]
2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>

* LinkButton.cs: Added support for event validation.

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

17 years ago* NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
Gert Driesen [Sun, 19 Nov 2006 13:27:26 +0000 (13:27 -0000)]
* NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
NumberGroupSeparator of current culture instead of assuming en-US.
Fixed bug #79967.

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

17 years agoIntermediate fix for TARGET_JVM tests build
Vladislav Spivak [Sun, 19 Nov 2006 12:46:46 +0000 (12:46 -0000)]
Intermediate fix for TARGET_JVM tests build

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

17 years agoBuild TARGET_JVM tests without nunit project reference
Vladislav Spivak [Sun, 19 Nov 2006 12:25:33 +0000 (12:25 -0000)]
Build TARGET_JVM tests without nunit project reference

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

17 years ago* cs1058.cs: Removed as CS1058 does not apply to 1.0 profile.
Gert Driesen [Sun, 19 Nov 2006 09:33:51 +0000 (09:33 -0000)]
* cs1058.cs: Removed as CS1058 does not apply to 1.0 profile.
* gcs1058-1.cs, gcs1058-2.cs: Added tests for bug #79810.

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

17 years ago* test-539.cs, gtest-297.cs: Added tests for bug #79810.
Gert Driesen [Sun, 19 Nov 2006 09:32:53 +0000 (09:32 -0000)]
* test-539.cs, gtest-297.cs: Added tests for bug #79810.
* known-issues-gmcs: Ignore test-539.cs for gmcs.

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

17 years agoA fix for bug #79810
Gert Driesen [Sun, 19 Nov 2006 09:29:03 +0000 (09:29 -0000)]
A fix for bug #79810
* report.cs: CS1058 only applies to 2.0 profile (gmcs).
* codegen.cs: on 2.0 profile, non-exception throwables are wrapped in
a RuntimeWrappedException by default.

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

17 years ago2006-11-19 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 19 Nov 2006 00:48:25 +0000 (00:48 -0000)]
2006-11-19  Atsushi Enomoto  <atsushi@ximian.com>

* DefaultWsdlHelpGenerator.aspx: fix WsiClaims->WsiProfiles here
  as well. Patch by Robert Jordan.

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

17 years agoNew tests.
Marek Safar [Sat, 18 Nov 2006 23:05:18 +0000 (23:05 -0000)]
New tests.

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

17 years ago2006-11-18 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sat, 18 Nov 2006 22:46:52 +0000 (22:46 -0000)]
2006-11-18  Marek Safar  <marek.safar@gmail.com>

A fix for bug #79843
* delegate.cs (Delegate.VerifyMethod): Fixed covariance and contravariance
implementation.
(DelegateCreation.Error_NoMatchingMethodForDelegate): Ditto.

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

17 years agoUpdate man page
Miguel de Icaza [Sat, 18 Nov 2006 19:15:33 +0000 (19:15 -0000)]
Update man page

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

17 years ago2006-11-17 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sat, 18 Nov 2006 19:02:51 +0000 (19:02 -0000)]
2006-11-17  Miguel de Icaza  <miguel@novell.com>

        * processes.c (ShellExecuteEx): Check error after CreateProcess,
        thanks to Dick for pointing this out.

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

17 years agoMore documentation
Miguel de Icaza [Sat, 18 Nov 2006 19:02:03 +0000 (19:02 -0000)]
More documentation

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

17 years agoMore documentation
Miguel de Icaza [Sat, 18 Nov 2006 19:01:46 +0000 (19:01 -0000)]
More documentation

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

17 years agoSome small documentation updates
Miguel de Icaza [Sat, 18 Nov 2006 18:02:07 +0000 (18:02 -0000)]
Some small documentation updates

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

17 years ago2006-11-18 Jelle Hissink <Jelle.Hissink@C-it.nl>
Miguel de Icaza [Sat, 18 Nov 2006 16:40:43 +0000 (16:40 -0000)]
2006-11-18  Jelle Hissink <Jelle.Hissink@C-it.nl>

* SerialPortStream.cs: Fix the parameters in Read, and also poll
before the read, so we can thorw the TimeoutException.

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

17 years ago2006-11-18 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sat, 18 Nov 2006 16:40:25 +0000 (16:40 -0000)]
2006-11-18  Miguel de Icaza  <miguel@novell.com>

* serial.c (poll_serial): Do not report an error for EINTR.

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

17 years ago2006-11-18 Jelle Hissink <Jelle.Hissink@C-it.nl>
Miguel de Icaza [Sat, 18 Nov 2006 16:33:52 +0000 (16:33 -0000)]
2006-11-18  Jelle Hissink  <Jelle.Hissink@C-it.nl>

* serial.c (poll_serial): Add timeout parameter to poll.

Fixes #79722 and #79735

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

17 years agoFix for File.extension cases in the resource directories
Marek Habersack [Sat, 18 Nov 2006 16:02:17 +0000 (16:02 -0000)]
Fix for File.extension cases in the resource directories

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

17 years ago2006-11-18 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sat, 18 Nov 2006 11:21:47 +0000 (11:21 -0000)]
2006-11-18  Marek Safar  <marek.safar@gmail.com>

A fix for bug #79941
* driver.cs, namespace.cs: Uses faster IndexOf version.

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

17 years ago* PrintingServicesWin32.cs: fix another dumb typo -
Andreia Gaita [Sat, 18 Nov 2006 03:37:14 +0000 (03:37 -0000)]
* PrintingServicesWin32.cs: fix another dumb typo -
check proper return value from printer validity call

2006-11-17  Andreia Gaita <avidigal@novell.com>

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

17 years agoTwo missing overloads implemented
Marek Habersack [Fri, 17 Nov 2006 23:55:31 +0000 (23:55 -0000)]
Two missing overloads implemented

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

17 years agoAdd new tests.
Marek Safar [Fri, 17 Nov 2006 23:13:26 +0000 (23:13 -0000)]
Add new tests.

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