mono.git
19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 13:05:44 +0000 (13:05 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* SocketTest.cs: Test the blocking status of accepted sockets

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

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 12:14:25 +0000 (12:14 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* Socket.cs (Sockets ): Set Accept()ed socket blocking status to
be the same as the listening socket.  This follows MS behaviour.

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

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 12:13:11 +0000 (12:13 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* sockets.c (_wapi_accept): Revert the previous change.  We now
set the accepted socket to have the same blocking status as the
listening socket in managed code.  This follows MS behaviour.

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

19 years agoMore negative test cases !
Jambunathan K [Thu, 14 Oct 2004 12:04:03 +0000 (12:04 -0000)]
More negative test cases !

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

19 years ago - Changed Redraw () to do a Refresh () always.
Ravindra [Thu, 14 Oct 2004 11:14:05 +0000 (11:14 -0000)]
- Changed Redraw () to do a Refresh () always.
- Fixed the MouseMove event handling when mouse is pressed,
ie drag event handling.
- Replaced the usage of ToolBarButton.Pressed property to
ToolBarButton.pressed internal variable.

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

19 years ago - Added an internal member 'inside' to handle mouse move
Ravindra [Thu, 14 Oct 2004 11:10:47 +0000 (11:10 -0000)]
- Added an internal member 'inside' to handle mouse move
with mouse pressed ie mouse drag event.
- Changed 'Pressed' property to return true only when
'inside' and 'pressed' are both true.
- Some coding style love.

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

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 10:07:34 +0000 (10:07 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * Tds.cs : GetTextValue method- handling zero length string correctly
                This fixes bug #67916

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

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 09:00:56 +0000 (09:00 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* sockets.c (_wapi_accept): On Darwin, make sure a newly
accept()ed socket is blocking.  Fixes bug 67355, patch by
grompf@sublimeintervention.com.

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

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 08:42:51 +0000 (08:42 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * DataTable.cs : Corrected the Clone method to use  Activator.CreateInstance so that the
        correct subclass is returned. This fixes bug #67631

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

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 08:40:33 +0000 (08:40 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * DataTableTest.cs : added testcase for subclass clone

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

19 years agoOops!
Anirban Bhattacharjee [Thu, 14 Oct 2004 08:39:46 +0000 (08:39 -0000)]
Oops!

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

19 years agosome more test file changes !
Jambunathan K [Thu, 14 Oct 2004 08:34:47 +0000 (08:34 -0000)]
some more test file changes !

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

19 years ago*** empty log message ***
Jambunathan K [Thu, 14 Oct 2004 08:08:20 +0000 (08:08 -0000)]
*** empty log message ***

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

19 years ago2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 14 Oct 2004 07:03:51 +0000 (07:03 -0000)]
2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
        * mb-parser.jay: For statement is enabled to take
                optional declaration of the counter variable.
                E.g. now for statement can be declared as
                For i as integer = 0 to 5
                End For

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

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 07:01:31 +0000 (07:01 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * DataSetTest.cs : added testcase to check subclass clone

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

19 years agoChangeLog: Updated.
Sanja Gupta [Thu, 14 Oct 2004 06:48:55 +0000 (06:48 -0000)]
ChangeLog: Updated.
AdRotator.cs: Updated.

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

19 years ago2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 14 Oct 2004 06:47:04 +0000 (06:47 -0000)]
2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
        * ForB.vb: Correction in test case
        * ForC.vb: New test case
        * Test.Sources: ForC.vb got included

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

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 06:46:13 +0000 (06:46 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * DataSet.cs : Corrected the Clone method to use  Activator.CreateInstance so that the
        correct subclass is returned. This fixes bug #67627

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

19 years agoFixed class signature. ShowDialog (Control) is not a public method.
Ravindra [Thu, 14 Oct 2004 06:17:58 +0000 (06:17 -0000)]
Fixed class signature. ShowDialog (Control) is not a public method.

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

19 years agoRedraw () related improvements.
Ravindra [Thu, 14 Oct 2004 06:15:57 +0000 (06:15 -0000)]
Redraw () related improvements.

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

19 years agoMoved InitFormSize () out of Paint method and removed unnecessary calls to Button...
Ravindra [Thu, 14 Oct 2004 06:14:03 +0000 (06:14 -0000)]
Moved InitFormSize () out of Paint method and removed unnecessary calls to Button.Show () method.

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

19 years agoAudited existing negative test cases that emit multiple, mutually
Jambunathan K [Thu, 14 Oct 2004 05:48:54 +0000 (05:48 -0000)]
Audited existing negative test cases that emit multiple, mutually
independent error messages and splitted them in to multiple files
where possible so that atmost one error is tested for in any given
file.

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

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 04:41:32 +0000 (04:41 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * SqlCommandTest.cs - added Test for clone method

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

19 years ago2004-10-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 14 Oct 2004 04:39:04 +0000 (04:39 -0000)]
2004-10-14 Umadevi S <sumadevi@novell.com>
        * SqlCommand.cs - Implemented the clone method correctly.
         (fixed bug 67301)

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

19 years agoUpdated project.
Ravindra [Thu, 14 Oct 2004 03:21:50 +0000 (03:21 -0000)]
Updated project.

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

19 years ago- Formatting fix
Peter Dennis Bartok [Wed, 13 Oct 2004 23:50:44 +0000 (23:50 -0000)]
- Formatting fix
- Removed destroying of window until we solve the problem of X destroying
  the window before us on shutdown

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

19 years ago- Now Redraws on MouseUp for FlatStyle Flat and Popup
Peter Dennis Bartok [Wed, 13 Oct 2004 22:32:38 +0000 (22:32 -0000)]
- Now Redraws on MouseUp for FlatStyle Flat and Popup

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

19 years ago2004-10-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 13 Oct 2004 21:16:47 +0000 (21:16 -0000)]
2004-10-13  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : clear UnhandledAttributes ArrayList before generating
  next element column schema. This fixes bug #68256.

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

19 years ago- Added code to destroy the X window
Peter Dennis Bartok [Wed, 13 Oct 2004 20:18:41 +0000 (20:18 -0000)]
- Added code to destroy the X window

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

19 years ago- Added code to destroy a window
Peter Dennis Bartok [Wed, 13 Oct 2004 20:18:21 +0000 (20:18 -0000)]
- Added code to destroy a window

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

19 years ago- Added the Redraw on Resize that got dropped in the last rev
Peter Dennis Bartok [Wed, 13 Oct 2004 20:12:47 +0000 (20:12 -0000)]
- Added the Redraw on Resize that got dropped in the last rev

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

19 years ago- Path from John BouAntoun:
Peter Dennis Bartok [Wed, 13 Oct 2004 15:06:37 +0000 (15:06 -0000)]
- Path from John BouAntoun:
  * Fix check rendering (centre correctly for normal style, offset
    correctly for FlatStyle).
  * Fix border color usage (use backcolor) for FlatStyle.Popup
  * Use checkbox.Capture instead of checkbox.is_pressed when rendering
    flatstyle states.

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

19 years ago- Patch by joel.reed@ddiworld.com (joel) to handle CDATA sections.
Peter Dennis Bartok [Wed, 13 Oct 2004 14:14:43 +0000 (14:14 -0000)]
- Patch by joel.reed@ddiworld.com (joel) to handle CDATA sections.

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

19 years agoWed Oct 13 15:12:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 13 Oct 2004 11:55:40 +0000 (11:55 -0000)]
Wed Oct 13 15:12:17 CEST 2004 Paolo Molaro <lupus@ximian.com>

* System.Resources/ResXResourceReader.cs: patch by
 joel.reed@ddiworld.com (joel) to handle CDATA sections.

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

19 years agoOops !
Jambunathan K [Wed, 13 Oct 2004 10:26:18 +0000 (10:26 -0000)]
Oops !

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

19 years agoAdded LineNo, ExpectedError and ErrorMessage to all negative test case
Jambunathan K [Wed, 13 Oct 2004 10:24:39 +0000 (10:24 -0000)]
Added LineNo, ExpectedError and ErrorMessage to all negative test case
files that emit just a single compile time error. All these files have
multiple errors. Each of these files need to be broken in to multiple
files so that no more than one error gets reported by a test case.

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

19 years ago* test-309.cs: Testcase from #65816.
Raja R Harinath [Wed, 13 Oct 2004 09:08:39 +0000 (09:08 -0000)]
* test-309.cs: Testcase from #65816.
* Makefile (NEW_TEST_SOURCES_common): Add test-309.
Moved test-259 here, since it requires a merge to gmcs.

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

19 years agoFix #65816.
Raja R Harinath [Wed, 13 Oct 2004 09:06:16 +0000 (09:06 -0000)]
Fix #65816.
* class.cs (TypeContainer.EmitContext): New property.
(DefineNestedTypes): Create an emitcontext for each part.
(MethodCore.DoDefineParameters): Use container's emitcontext.
Pass type array to InternalParameters.
(MemberBase.DoDefine): Use container's emitcontext.
(FieldMember.Define): Likewise.
(Event.Define): Likewise.
(SetMethod.GetParameterInfo): Change argument to EmitContext.
Pass type array to InternalParameters.
(SetIndexerMethod.GetParameterInfo): Likewise.
(SetMethod.Define): Pass emitcontext to GetParameterInfo.
* delegate.cs (Define): Pass emitcontext to
ComputeAndDefineParameterTypes and GetParameterInfo.  Pass type
array to InternalParameters.
* expression.cs (ParameterReference.DoResolveBase): Pass
emitcontext to GetParameterInfo.
(ComposedCast.DoResolveAsTypeStep): Remove check on
ec.ResolvingTypeTree.
* parameter.cs (Parameter.Resolve): Change argument to
EmitContext.  Use ResolveAsTypeTerminal.
(Parameter.GetSignature): Change argument to EmitContext.
(Parameters.ComputeSignature): Likewise.
(Parameters.ComputeParameterTypes): Likewise.
(Parameters.GetParameterInfo): Likewise.
(Parameters.ComputeAndDefineParameterTypes): Likewise.
Re-use ComputeParameterTypes.  Set ec.ResolvingTypeTree.
* support.cs (InternalParameters..ctor): Remove variant that takes
a DeclSpace.
* typemanager.cs (system_intptr_expr): New.
(InitExpressionTypes): Initialize it.

(this has been tested with a full mono bootstrap, and has been used
to build gtk-sharp, dbus, monodoc, tomboy, and monodevelop)

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

19 years agoCosmetic changes.
Ravindra [Wed, 13 Oct 2004 07:30:06 +0000 (07:30 -0000)]
Cosmetic changes.

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

19 years ago * Graphics.cs: Moved the initialization of 'use_x_drawable'
Ravindra [Wed, 13 Oct 2004 07:27:42 +0000 (07:27 -0000)]
* Graphics.cs: Moved the initialization of 'use_x_drawable'
member out of private constructor to class initialization.
So that, we get it right even if Graphics is not instantiated.
This fixes the problem we face (otherwise) when we make first
call to Graphics.FromHwnd () method.

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

19 years ago- Removed all occurences of SystemColors and replaced them with the
Peter Dennis Bartok [Wed, 13 Oct 2004 03:48:15 +0000 (03:48 -0000)]
- Removed all occurences of SystemColors and replaced them with the
  matching theme color

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

19 years ago- From John BouAntoun: Added an overload to CPDrawBorder3D to allow him
Peter Dennis Bartok [Wed, 13 Oct 2004 03:41:45 +0000 (03:41 -0000)]
- From John BouAntoun: Added an overload to CPDrawBorder3D to allow him
  using the function for flatstyle drawing
- Changed functions to use the new version of CPDrawBorder3D

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

19 years ago- Fixed Dark(), DarkDark(), Light() and LightLight() methods to match MS
Peter Dennis Bartok [Wed, 13 Oct 2004 03:15:16 +0000 (03:15 -0000)]
- Fixed Dark(), DarkDark(), Light() and LightLight() methods to match MS
  documentation. They need to return defined colors if the passed
  color matches the configured control color. Thanks to John BouAntoun for
  pointing this out.

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

19 years ago- Fix from John BouAntoun: Raise ForeColorChanged event when text color is
Peter Dennis Bartok [Wed, 13 Oct 2004 02:57:36 +0000 (02:57 -0000)]
- Fix from John BouAntoun: Raise ForeColorChanged event when text color is
  changed

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

19 years ago- Fix from John BouAntoun: Now properly sets the Appearance property
Peter Dennis Bartok [Wed, 13 Oct 2004 02:46:22 +0000 (02:46 -0000)]
- Fix from John BouAntoun: Now properly sets the Appearance property

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

19 years ago- Fixes from John BouAntoun: now handles forecolors and backcolors for
Peter Dennis Bartok [Wed, 13 Oct 2004 02:45:21 +0000 (02:45 -0000)]
- Fixes from John BouAntoun: now handles forecolors and backcolors for
  flatstyle rendered controls much better; It also fixes normal checkbox
  rendering when pushed or disabled.

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

19 years agoNew test.
Martin Baulig [Wed, 13 Oct 2004 01:19:54 +0000 (01:19 -0000)]
New test.

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

19 years agoThe more relaxed check is gone, we're now doing a real check here.
Martin Baulig [Tue, 12 Oct 2004 23:09:52 +0000 (23:09 -0000)]
The more relaxed check is gone, we're now doing a real check here.

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

19 years agoAdd more stuff to gen-79 and enable it.
Martin Baulig [Tue, 12 Oct 2004 23:07:30 +0000 (23:07 -0000)]
Add more stuff to gen-79 and enable it.

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 23:06:38 +0000 (23:06 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* expression.cs (MemberAccess.DoResolve): If we're a SimpleName
and have type arguments, create and resolve a ConstructedType.

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

19 years ago2004-10-12 Chris Toshok <toshok@ximian.com>
Chris Toshok [Tue, 12 Oct 2004 23:00:29 +0000 (23:00 -0000)]
2004-10-12  Chris Toshok  <toshok@ximian.com>

* cs-parser.jay: fix location for try_statement and catch_clause.

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

19 years agoNew test.
Martin Baulig [Tue, 12 Oct 2004 20:08:22 +0000 (20:08 -0000)]
New test.

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 20:08:08 +0000 (20:08 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* expression.cs (MemberAccess.DoResolve): If we're a SimpleName
and have type arguments, create and resolve a ConstructedType.

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

19 years ago2004-10-12 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Tue, 12 Oct 2004 19:14:52 +0000 (19:14 -0000)]
2004-10-12  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
* every *.cs: moved to namespace-based subdirectories as is the norm in Mono
* Mono.GetOptions.dll.sources: adjusted to new sources locations

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 19:13:06 +0000 (19:13 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* generic.cs (Constraints.CheckInterfaceMethod): Do a more relaxed
checking for type parameter constraints.

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

19 years agoNew test.
Martin Baulig [Tue, 12 Oct 2004 19:11:18 +0000 (19:11 -0000)]
New test.

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

19 years agoDon't crash here.
Martin Baulig [Tue, 12 Oct 2004 19:02:05 +0000 (19:02 -0000)]
Don't crash here.

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 18:26:31 +0000 (18:26 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* reflection.c (mono_reflection_bind_generic_parameters): Small
fix, correctly retrieve our parent from a generic instance.

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

19 years agoNew test.
Martin Baulig [Tue, 12 Oct 2004 18:25:01 +0000 (18:25 -0000)]
New test.

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

19 years agowrote incorrect filename also here :(
Atsushi Eno [Tue, 12 Oct 2004 14:56:25 +0000 (14:56 -0000)]
wrote incorrect filename also here :(

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

19 years agowrote incorrect changelog :(
Atsushi Eno [Tue, 12 Oct 2004 14:55:48 +0000 (14:55 -0000)]
wrote incorrect changelog :(

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

19 years ago2004-10-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 12 Oct 2004 14:52:30 +0000 (14:52 -0000)]
2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataSetTest.cs : now xs:schema contains xmlns="".

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

19 years ago2004-10-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 12 Oct 2004 14:51:26 +0000 (14:51 -0000)]
2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataSetTest.cs : now xs:schema contains xmlns="".
  This fixes bug #68008.

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

19 years agoAdd my details
Neale Ferguson [Tue, 12 Oct 2004 13:30:55 +0000 (13:30 -0000)]
Add my details

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

19 years ago2004-10-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 12 Oct 2004 13:27:23 +0000 (13:27 -0000)]
2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : DBNull attribute column should not be written as
  empty attribute. This fixes bug #68007.

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

19 years ago2004-10-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 12 Oct 2004 13:10:33 +0000 (13:10 -0000)]
2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs, XmlConstant.cs, XmlSchemaDataImporter.cs:
  DataColumn.ReadOnly was not handled. This fixes bug #68005.
  Attribute defaultValue was not handled too.

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

19 years ago2004/10/08 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Tue, 12 Oct 2004 12:10:06 +0000 (12:10 -0000)]
2004/10/08 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* Makefile: added target 'profile', changed some sources in testmbas/ to use for that purpose.

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

19 years agoChangeLog: Updated.
Sanja Gupta [Tue, 12 Oct 2004 12:00:55 +0000 (12:00 -0000)]
ChangeLog: Updated.
System.Web_test.dll.sources: Added new test case source file.

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

19 years agoChangeLog: Updated.
Sanja Gupta [Tue, 12 Oct 2004 11:58:16 +0000 (11:58 -0000)]
ChangeLog: Updated.
UrlPropertyAttribute.cs: Corrected implementation of Equals () method.

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

19 years agoChangeLog: Added ChangeLog.
Sanja Gupta [Tue, 12 Oct 2004 11:55:10 +0000 (11:55 -0000)]
ChangeLog: Added ChangeLog.
TestUrlPropertyAttribute.cs: Added UrlPropertyAttribute test cases.

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Tue, 12 Oct 2004 11:13:50 +0000 (11:13 -0000)]
ChangeLog: Updated ChangeLog.
UrlTypes.cs: Updated.

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Tue, 12 Oct 2004 10:12:45 +0000 (10:12 -0000)]
ChangeLog: Updated ChangeLog.
AccessDataSource.cs: Updated.

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

19 years agoInheritanceK.vb: Yet another test case
Jambunathan K [Tue, 12 Oct 2004 09:06:43 +0000 (09:06 -0000)]
InheritanceK.vb: Yet another test case

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Tue, 12 Oct 2004 08:44:26 +0000 (08:44 -0000)]
ChangeLog: Updated ChangeLog.
System.Web.dll.sources: Added new class in System.Web.UI.

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Tue, 12 Oct 2004 08:41:43 +0000 (08:41 -0000)]
ChangeLog: Updated ChangeLog.
UrlPropertyAttribute.cs: Added new file.

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

19 years agoPerl driver for regressing mbas - first cut
Jambunathan K [Tue, 12 Oct 2004 08:30:52 +0000 (08:30 -0000)]
Perl driver for regressing mbas - first cut

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 03:38:35 +0000 (03:38 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* decl.cs (MemberCache.FindMemberToOverride): Use
TypeManager.IsEqual() to compare the parameters and Type.Equals()
to compare the invocationType.

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 03:36:38 +0000 (03:36 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* typemanager.cs (TypeManager.IsEqual): Added support for arrays.
When comparing two type parameters, only do the signature-only
comparision for method type parameters.

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 03:27:20 +0000 (03:27 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* MonoGenericInst.cs (MonoGenericInst): Call initialize() just
before calling the *_internal() methods.

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 03:25:02 +0000 (03:25 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* TypeBuilder.cs (TypeBuilder.setup_generic_class): Renamed to
create_generic_class() and added a new setup_generic_class().
(TypeBuilder.DefineGenericParameters): Call setup_generic_class()
before creating the type parameters.

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

19 years ago2004-10-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 12 Oct 2004 03:11:32 +0000 (03:11 -0000)]
2004-10-12  Martin Baulig  <martin@ximian.com>

* metadata.c (mono_metadata_generic_param_equal): We always have
an owner.

* class.c
(mono_class_from_generic_parameter): We need to have an owner.
(my_mono_class_from_generic_parameter): Likewise.

* reflection.c (mono_reflection_setup_generic_class): Renamed to
mono_reflection_create_generic_class() and added a new
mono_reflection_setup_generic_class().
(mono_reflection_initialize_generic_param): If we're a nested
generic type and inherited from the containing class, set our
owner to the outer class.

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

19 years agoAdded TypeManager.cs to the build
César Natarén [Mon, 11 Oct 2004 23:35:52 +0000 (23:35 -0000)]
Added TypeManager.cs to the build

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

19 years ago2004-10-11 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
César Natarén [Mon, 11 Oct 2004 23:31:57 +0000 (23:31 -0000)]
2004-10-11  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>

* Microsoft.JScript.dll.sources: add TypeMananger.cs

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

19 years ago2004-10-12 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 11 Oct 2004 22:00:49 +0000 (22:00 -0000)]
2004-10-12  Zoltan Varga  <vargaz@freemail.hu>

* MethodBody.cs: Implement this.

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

19 years ago2004-10-11 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 11 Oct 2004 20:32:32 +0000 (20:32 -0000)]
2004-10-11  Zoltan Varga  <vargaz@freemail.hu>

* icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.

* reflection.c (mono_method_body_get_object): New function to create
a MethodBody object.

* object-internals.h object.h: Add MonoReflectionMethodBody structure.

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

19 years agoStyle fix
Miguel de Icaza [Mon, 11 Oct 2004 20:28:02 +0000 (20:28 -0000)]
Style fix

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

19 years agoFix, fix, fix.
Martin Baulig [Mon, 11 Oct 2004 20:17:36 +0000 (20:17 -0000)]
Fix, fix, fix.

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

19 years ago2004-10-11 Duncan Mak <duncan@ximian.com>
Duncan Mak [Mon, 11 Oct 2004 20:05:07 +0000 (20:05 -0000)]
2004-10-11  Duncan Mak  <duncan@ximian.com>

        * Makefile: Move Microsoft.VisualBasic.dll to be built after
        System.Windows.Forms.dll is built, because VB now requires SWF. This
        fixes the build.

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

19 years ago2004-10-11 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 11 Oct 2004 19:52:26 +0000 (19:52 -0000)]
2004-10-11  Martin Baulig  <martin@ximian.com>

* metadata.c (_mono_metadata_type_equal): Renamed to
do_mono_metadata_type_equal() and made static.

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

19 years agoReverted the _mono_metadata_type_equal() hack.
Martin Baulig [Mon, 11 Oct 2004 19:50:03 +0000 (19:50 -0000)]
Reverted the _mono_metadata_type_equal() hack.

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

19 years ago2004-10-11 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 11 Oct 2004 19:05:27 +0000 (19:05 -0000)]
2004-10-11  Martin Baulig  <martin@ximian.com>

* report.cs: Don't make --fatal abort on warnings, we have
-warnaserror for that.

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

19 years ago2004-10-11 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 11 Oct 2004 19:02:47 +0000 (19:02 -0000)]
2004-10-11  Martin Baulig  <martin@ximian.com>

* typemanager.cs
(TypeManager.IsEqualGenericType): Removed, use IsEqual() instead.
(TypeManager.IsEqual): Call ourself recursively instead of using
Type.IsEqual().

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

19 years agoNew testcase.
Martin Baulig [Mon, 11 Oct 2004 18:59:22 +0000 (18:59 -0000)]
New testcase.

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

19 years agoRemoved the Real_IsEqual() hack and renamed it to IsEqual().
Martin Baulig [Mon, 11 Oct 2004 17:28:19 +0000 (17:28 -0000)]
Removed the Real_IsEqual() hack and renamed it to IsEqual().

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

19 years ago2004-10-11 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
César Natarén [Mon, 11 Oct 2004 16:21:48 +0000 (16:21 -0000)]
2004-10-11  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>

* GlobalObject.cs: ported encodeURI, encodeURIComponent,
decodeURI, decodeURIComponent from Rhino's codebase. Added methods encode and decode.

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

19 years ago2004-10-11 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
César Natarén [Mon, 11 Oct 2004 16:09:33 +0000 (16:09 -0000)]
2004-10-11  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>

* expression.cs (Call.Emit): implement IsConstructorProperty.

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

19 years ago2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Mon, 11 Oct 2004 15:56:58 +0000 (15:56 -0000)]
2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* Makefile: Added reference to System.Windows.Forms as interface Microsoft.VisualBasic.CompilerServices.IVbHost needs it.

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

19 years ago2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Mon, 11 Oct 2004 15:55:47 +0000 (15:55 -0000)]
2004-10-11  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* IVbHost.cs: Completed API (needed to reference SWF for that).

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

19 years ago2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Mon, 11 Oct 2004 15:39:56 +0000 (15:39 -0000)]
2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* FileSystem.cs: Adjusting exposed API according to class status page ('ref' instead of 'out').
Commented out an additional API.

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

19 years agoDisable gen-79 for the moment, add gen-81.
Martin Baulig [Mon, 11 Oct 2004 15:38:57 +0000 (15:38 -0000)]
Disable gen-79 for the moment, add gen-81.

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