mono.git
19 years agohush cvs
Ben Maurer [Sat, 14 Aug 2004 18:28:26 +0000 (18:28 -0000)]
hush cvs

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

19 years ago2004-08-14 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Sat, 14 Aug 2004 17:35:22 +0000 (17:35 -0000)]
2004-08-14 Ben Maurer  <bmaurer@ximian.com>

* inssel-x86.brg: use xor esi,esi.

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

19 years ago2004-08-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 14 Aug 2004 17:21:17 +0000 (17:21 -0000)]
2004-08-14  Zoltan Varga  <vargaz@freemail.hu>

* driver.c (mono_main): Call mono_trace_parse_options earlier so it
can trace methods compiled during mini_init () too.

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

19 years ago2004-08-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 14 Aug 2004 16:40:42 +0000 (16:40 -0000)]
2004-08-14  Zoltan Varga  <vargaz@freemail.hu>

* cpu-amd64.md mini-amd64.c (mono_arch_output_basic_block): Handle
CEE_CONV_U4.

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

19 years ago2004-08-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 14 Aug 2004 16:30:33 +0000 (16:30 -0000)]
2004-08-14  Zoltan Varga  <vargaz@freemail.hu>

* io.c (GetFileType): Fix assertion if invalid handle is passed by the
caller.

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

19 years ago2004-08-14 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Sat, 14 Aug 2004 16:11:02 +0000 (16:11 -0000)]
2004-08-14 Ben Maurer  <bmaurer@ximian.com>

* Makefile.am: static link on x86 (r=zoltan)

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

19 years ago2004-08-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 14 Aug 2004 15:24:38 +0000 (15:24 -0000)]
2004-08-14  Zoltan Varga  <vargaz@freemail.hu>

* tramp-amd64.c (amd64_magic_trampoline): Avoid patching the trampoline
code since it causes some programs to fail.

* mini-amd64.c (bb_is_loop_start): Merge changes from mini-x86.c.

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

19 years ago2004-08-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 14 Aug 2004 11:31:48 +0000 (11:31 -0000)]
2004-08-14  Zoltan Varga  <vargaz@freemail.hu>

* configure.in (HAVE_KW_THREAD): Pass USE_COMPILER_TLS to libgc if
__thread works.

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

19 years ago- Fixed Anchor default
Peter Dennis Bartok [Fri, 13 Aug 2004 22:15:46 +0000 (22:15 -0000)]
- Fixed Anchor default

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

19 years ago- Changed GetCursorPos signature
Peter Dennis Bartok [Fri, 13 Aug 2004 21:43:39 +0000 (21:43 -0000)]
- Changed GetCursorPos signature

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

19 years ago- Changed signature for GetCursorPos
Peter Dennis Bartok [Fri, 13 Aug 2004 21:42:15 +0000 (21:42 -0000)]
- Changed signature for GetCursorPos

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

19 years ago- Cleanup
Peter Dennis Bartok [Fri, 13 Aug 2004 21:25:32 +0000 (21:25 -0000)]
- Cleanup
- Fixed resizing/exposure handling

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

19 years agoremoves redundant code and fixes issues with tickposition
Jordi Mas i Hernandez [Fri, 13 Aug 2004 21:22:18 +0000 (21:22 -0000)]
removes redundant code and fixes issues with tickposition

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

19 years ago2004-08-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 13 Aug 2004 21:03:32 +0000 (21:03 -0000)]
2004-08-14  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (create_dynamic_mono_image): Set ref_count to 1.

* image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
not free them with g_free.

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

19 years agochange from wndproc to events
Jordi Mas i Hernandez [Fri, 13 Aug 2004 20:55:20 +0000 (20:55 -0000)]
change from wndproc to events

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

19 years agoimplements PointToClient (ScreenToClient)
Jordi Mas i Hernandez [Fri, 13 Aug 2004 19:00:15 +0000 (19:00 -0000)]
implements PointToClient (ScreenToClient)

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

19 years ago- Changed GetWindowPos to also provide client area size
Peter Dennis Bartok [Fri, 13 Aug 2004 18:53:57 +0000 (18:53 -0000)]
- Changed GetWindowPos to also provide client area size
- Fixed broken prototypes for several win32 functions

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

19 years ago- Changed GetWindowPos to also provide client area size
Peter Dennis Bartok [Fri, 13 Aug 2004 18:53:14 +0000 (18:53 -0000)]
- Changed GetWindowPos to also provide client area size

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

19 years ago- Added generation of WM_POSCHANGED
Peter Dennis Bartok [Fri, 13 Aug 2004 18:52:59 +0000 (18:52 -0000)]
- Added generation of WM_POSCHANGED
- Changed GetWindowPos to also provide client area size

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

19 years ago- Added Dispose() and destructor
Peter Dennis Bartok [Fri, 13 Aug 2004 18:52:07 +0000 (18:52 -0000)]
- Added Dispose() and destructor
- Fixed resizing and bounds calculation
- Fixed Layout
- Added memory savings for invisible windows

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

19 years agoadds timer and grap window
Jordi Mas i Hernandez [Fri, 13 Aug 2004 18:46:26 +0000 (18:46 -0000)]
adds timer and grap window

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

19 years ago2004-08-13 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 13 Aug 2004 17:03:57 +0000 (17:03 -0000)]
2004-08-13  Marek Safar  <marek.safar@seznam.cz>

* Assembly.cs: Made _minimum, _optional, _refuse fields internal.
To be reusable by AssemblyBuilder.

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

19 years agoSWF Timer
Jackson Harper [Fri, 13 Aug 2004 16:25:01 +0000 (16:25 -0000)]
SWF Timer

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

19 years ago2004-08-13 John Luke <john.luke@gmail.com>
John Luke [Fri, 13 Aug 2004 16:02:31 +0000 (16:02 -0000)]
2004-08-13  John Luke  <john.luke@gmail.com>

        * monop.cs: add MONO_PATH support

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

19 years ago2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Fri, 13 Aug 2004 15:20:31 +0000 (15:20 -0000)]
2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
        * expression.cs: Bug fixing for compiling VB script generated by ASP page - AddressOf operator in a method argument will resolve methods outside assembly

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

19 years ago2004-08-13 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 13 Aug 2004 13:39:40 +0000 (13:39 -0000)]
2004-08-13  Dick Porter  <dick@ximian.com>

* StreamWriter.cs: Allow FileShare.Read access to the underlying
FileStream, to be compatible with MS.  Fixes bug 62152.

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

19 years ago2004-08-13 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 13 Aug 2004 13:21:51 +0000 (13:21 -0000)]
2004-08-13  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyBuilder.cs: (Partly) Fix delay-signing issue (#56621) when
MCS is used on the MS runtime (other part of the fix is for MCS).

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Fri, 13 Aug 2004 11:31:08 +0000 (11:31 -0000)]
ChangeLog: Updated ChangeLog.
GridViewDeleteEventArgs.cs: Removed extra code.

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

19 years ago2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Fri, 13 Aug 2004 11:01:31 +0000 (11:01 -0000)]
2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
        * class.cs: bug fixing to get PropertyE.vb test running - search of overridable property in base class was failing

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

19 years ago2004-08-13 Umadevi S <sumadevi@novell.com>
Umadevi S [Fri, 13 Aug 2004 07:06:45 +0000 (07:06 -0000)]
2004-08-13 Umadevi S <sumadevi@novell.com>
        * Added File DataContainerTest

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

19 years ago2004-08-13 Umadevi S <sumadevi@novell.com>
Umadevi S [Fri, 13 Aug 2004 07:05:24 +0000 (07:05 -0000)]
2004-08-13 Umadevi S <sumadevi@novell.com>
        * Added standalone nunit testcases for datacontainer class.
        * Currently will use MSSQL server
        * New File
                MSSqlTestBed.cs - Base class for MSSql testing
        (similar to the mysqltestbed)

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

19 years ago2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Fri, 13 Aug 2004 05:10:45 +0000 (05:10 -0000)]
2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
        * typemanager.cs: Little correction in my last checked-in code - removed unnecessary return value from ExpandAllInterfaces function

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

19 years ago2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Fri, 13 Aug 2004 05:00:22 +0000 (05:00 -0000)]
2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
        * class.cs: Trivial bug fixing to get test InterfaceB.vb going

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

19 years ago2004-08-13 John Luke <john.luke@gmail.com>
John Luke [Fri, 13 Aug 2004 04:56:17 +0000 (04:56 -0000)]
2004-08-13  John Luke  <john.luke@gmail.com>

        * outline.cs: remove unused isPointer
        * monop.cs: show information about the assembly that is being used
        - remove unused IndentedTextWriter
        - rework how Assemblies are being loaded, so that it works by trying
        in order fromfile, fullname, partialname which fixes loading
        from relative paths and generally should be more correct
        * TODO: update

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

19 years ago2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 12 Aug 2004 23:07:44 +0000 (23:07 -0000)]
2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>

* ZoneMembershipCondition.cs: Added missing tag name validation in
FromXml.

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

19 years ago2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 12 Aug 2004 23:06:00 +0000 (23:06 -0000)]
2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>

* SecurityManager.cs: Change ResolvePolicy to only care about host
provided evidence to create identity permissions.

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

19 years ago2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 12 Aug 2004 23:01:19 +0000 (23:01 -0000)]
2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>

* ZoneMembershipConditionTest.cs: Fixed tests that where failing too
soon, i.e. not where I expected them to ;).
* ZoneTest.cs: Added tests for Zone.Equals (null).

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

19 years ago- Implemented method to get current mouse position
Peter Dennis Bartok [Thu, 12 Aug 2004 22:59:03 +0000 (22:59 -0000)]
- Implemented method to get current mouse position

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

19 years ago2003-08-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 12 Aug 2004 22:58:25 +0000 (22:58 -0000)]
2003-08-12  Sebastien Pouliot  <sebastien@ximian.com>

* SecurityManagerTest.cs: More policy resolution tests when using host
or assembly provided evidences.

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

19 years agoTrackbar enhancement, fix mouse problems, highli thumb, etc
Jordi Mas i Hernandez [Thu, 12 Aug 2004 20:29:01 +0000 (20:29 -0000)]
Trackbar enhancement, fix mouse problems, highli thumb, etc

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

19 years agoAdded runtime conversion from String to DateTime
Rob Tillie [Thu, 12 Aug 2004 19:46:19 +0000 (19:46 -0000)]
Added runtime conversion from String to DateTime

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

19 years ago- Fixed Anchoring bugs
Peter Dennis Bartok [Thu, 12 Aug 2004 19:31:19 +0000 (19:31 -0000)]
- Fixed Anchoring bugs

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

19 years ago2004-08-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 12 Aug 2004 19:12:59 +0000 (19:12 -0000)]
2004-08-12  Martin Baulig  <martin@ximian.com>

* typemanager.cs (TypeManager.IsNestedChildOf): Use
TypeManager.IsEqual() rather than `=='.

* decl.cs (DeclSpace.CheckAccessLevel): Use `tb.FullName' for
generic instances as well.

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

19 years agoDon't forget things
Jackson Harper [Thu, 12 Aug 2004 19:01:13 +0000 (19:01 -0000)]
Don't forget things

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

19 years agoHandle owner draw status bars
Jackson Harper [Thu, 12 Aug 2004 18:54:37 +0000 (18:54 -0000)]
Handle owner draw status bars

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

19 years agoImplement missing properties, events, and methods. Handle mouse clicking
Jackson Harper [Thu, 12 Aug 2004 18:54:12 +0000 (18:54 -0000)]
Implement missing properties, events, and methods. Handle mouse clicking

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

19 years ago2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 12 Aug 2004 18:04:56 +0000 (18:04 -0000)]
2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
        * class.cs:
        * typemanager.cs:
        * pending.cs:
                Multiple interface inheritance implemented - fix for getting InheritanceD.vb working in bteasts

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

19 years agoClasses for handling status bar panel click events
Jackson Harper [Thu, 12 Aug 2004 16:19:43 +0000 (16:19 -0000)]
Classes for handling status bar panel click events

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

19 years agoAdd missing properties
Jackson Harper [Thu, 12 Aug 2004 16:10:42 +0000 (16:10 -0000)]
Add missing properties

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

19 years agoOooooops.
Martin Baulig [Thu, 12 Aug 2004 16:04:41 +0000 (16:04 -0000)]
Oooooops.

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

19 years agoAdded comment.
Martin Baulig [Thu, 12 Aug 2004 15:59:14 +0000 (15:59 -0000)]
Added comment.

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

19 years ago- Name changed to BindingManagerBase.cs
Peter Dennis Bartok [Thu, 12 Aug 2004 15:46:45 +0000 (15:46 -0000)]
- Name changed to BindingManagerBase.cs

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

19 years ago2004-08-12 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 12 Aug 2004 15:38:07 +0000 (15:38 -0000)]
2004-08-12  Martin Baulig  <martin@ximian.com>

* expression.cs (Invocation.InferType): We can only infer method
type parameters.  Fixes #62647.

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

19 years agoIgnore.
Martin Baulig [Thu, 12 Aug 2004 15:32:18 +0000 (15:32 -0000)]
Ignore.

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

19 years agoNew test for #62647.
Martin Baulig [Thu, 12 Aug 2004 15:30:40 +0000 (15:30 -0000)]
New test for #62647.

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

19 years agocalls ctrlbase instead of exeception
Jordi Mas i Hernandez [Thu, 12 Aug 2004 15:25:49 +0000 (15:25 -0000)]
calls ctrlbase instead of exeception

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

19 years ago2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 12 Aug 2004 12:56:44 +0000 (12:56 -0000)]
2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>

* corlib.dll.sources: Added System.Runtime.ConstrainedExecution/
CER.cs, Consistency.cs, PrePrepareMethodAttribute.cs and
ReliabilityContractAttribute.cs. Added System.Threading/
ParameterizedThreadStart.cs. All for NET_2_0 profile.

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

19 years ago2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 12 Aug 2004 12:53:35 +0000 (12:53 -0000)]
2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>

* CompressedStackSwitcher.cs: Added missing [ComVisible] and
[ReliabilityContract] attributes.
* ExecutionContext.cs: Added missing [ComVisible] and
[Serializable] attributes.
* HostExecutionContext.cs: Added missing [ComVisible] attribute.
* HostExecutionContextManager.cs: Added missing [ComVisible] and
[ReliabilityContract] attributes.
* HostExecutionContextSwitcher.cs: Added missing Equals and
GetHashCode methods and [ComVisible] and [ReliabilityContract] attrs.
* ParameterizedThreadStart.cs: New delegate in NET_2_0.
* SendOrPostCallback.cs: Added missing [ComVisible] attribute.
* SynchronizationContext.cs: Added new (2.0 beta1) methods Copy and
WaitHelper. Added missing [ComVisible] and [ReliabilityContract] attrs.
* SynchronizationContextSwitcher.cs: Added missing [ComVisible] and
[ReliabilityContract] attributes.

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

19 years ago2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 12 Aug 2004 12:45:51 +0000 (12:45 -0000)]
2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>

* SecurityContextSwitcher.cs: Added missing [ReliabilityContract] to
Undo method.

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

19 years ago2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 12 Aug 2004 12:44:02 +0000 (12:44 -0000)]
2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>

* CER.cs: Copied from System.Runtime.Reliability. Fixed attributes.
* Consistency.cs: Copied from System.Runtime.Reliability. Fixed
attributes.
* PrePrepareMethodAttribute.cs: Copied from System.Runtime.Reliability.
Fixed attributes.
* CriticialFinalizerObject.cs: Added missing finalizer and attributes.
* ReliabilityContractAttribute.cs: Copied from System.Runtime.
Reliability. Fixed attributes.

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 12 Aug 2004 12:01:58 +0000 (12:01 -0000)]
ChangeLog: Updated ChangeLog.
IField.cs:
IFilter.cs:
IParameters.cs:
IPersonalizable.cs:
IRow.cs:
ITable.cs:
ITrackingPersonalizable.cs:
ITransformerConfigurationControl.cs:
IVersioningPersonalizable.cs:
IWebActionable.cs:
IWebEditable.cs:
IWebPart.cs:
IWebPartHttpHandler.cs: Added new interfaces.

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

19 years agoAdded new tests for With Statement
Sachin Kumar [Thu, 12 Aug 2004 11:06:17 +0000 (11:06 -0000)]
Added new tests for With Statement

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 12 Aug 2004 10:06:22 +0000 (10:06 -0000)]
ChangeLog: Updated ChangeLog.
ConnectionConsumerCallback.cs:
ConnectionProviderCallback.cs:
WebPartAuthorizationEventArgs.cs:
WebPartAuthorizationEventHandler.cs:
WebPartCancelEventArgs.cs:
WebPartCancelEventHandler.cs:
WebPartConnectionsEventArgs.cs:
WebPartConnectionsEventHandler.cs:
WebPartDisplayModeCancelEventArgs.cs:
WebPartDisplayModeCancelEventHandler.cs:
WebPartDisplayModeEventArgs.cs:
WebPartDisplayModeEventHandler.cs:
WebPartEventArgs.cs:
WebPartEventHandler.cs:
WebPartVerbsEventArgs.cs:
WebPartVerbsEventHandler.cs: Added new EventArgs and EventHandlers.

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

19 years ago2004-08-12 Sureshkumar T <tsureshkumar@novell.com>
Sureshkumar T [Thu, 12 Aug 2004 09:44:48 +0000 (09:44 -0000)]
2004-08-12  Sureshkumar T <tsureshkumar@novell.com>
* SqlDataReader.cs - In Close method, the remaining resultsets are drained
     out, to read output parameters & to avoid stream overlap

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

19 years agoAdded new tests for Local Declaration Statements
Sachin Kumar [Thu, 12 Aug 2004 08:13:39 +0000 (08:13 -0000)]
Added new tests for Local Declaration Statements

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 12 Aug 2004 08:00:10 +0000 (08:00 -0000)]
ChangeLog: Updated ChangeLog.
SendMailErrorEventArgs.cs:
SendMailErrorEventHandler.cs:
SiteMapNodeItemEventArgs.cs:
SiteMapNodeItemEventHandler.cs:
SqlDataSourceSelectingEventArgs.cs:
SqlDataSourceSelectingEventHandler.cs:
TreeNodeEventArgs.cs:
TreeNodeEventHandler.cs:
WizardNavigationEventArgs.cs:
WizardNavigationEventHandler.cs: Added new event args and handlers.

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

19 years ago2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 12 Aug 2004 05:53:43 +0000 (05:53 -0000)]
2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
        * InheritanceJ.vb: New test case
        * InheritanceA.vb: made corrections
        * InterfaceC.vb: Enhanced

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

19 years ago2004-08-12 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 12 Aug 2004 05:39:02 +0000 (05:39 -0000)]
2004-08-12 Anirban Bhattacharjee <banirban@novell.com>
        * mb-parser.jay: Implements support in Abstract methods

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

19 years ago2004-08-12 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 12 Aug 2004 04:09:38 +0000 (04:09 -0000)]
2004-08-12 Anirban Bhattacharjee <banirban@novell.com>
        * class.cs: Support for abstract method resolution
        * pending.cs: Type of pending_implementations is set to base type
                      Changed method names IsInterfaceIndexer and IsInterfaceMethod to IsAbstractIndexer and IsAbstractMethod respectively to make them more meaningful

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

19 years ago2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Thu, 12 Aug 2004 00:12:49 +0000 (00:12 -0000)]
2004-08-11  Bernie Solomon <bernard@ugsolutions.com>

* mini.c: ovfops_op_map - add STACK_OBJ case for
CONV_I
* basic.cs: add test_0_pin_string as test
case for above.

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

19 years ago2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 11 Aug 2004 23:46:32 +0000 (23:46 -0000)]
2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
* TypeOf.vb:
* Test.Sources: New test

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

19 years ago- Never check in before compiling. Fixes the last check-in
Peter Dennis Bartok [Wed, 11 Aug 2004 22:28:02 +0000 (22:28 -0000)]
- Never check in before compiling. Fixes the last check-in

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

19 years ago- More signature fixes
Peter Dennis Bartok [Wed, 11 Aug 2004 22:26:14 +0000 (22:26 -0000)]
- More signature fixes

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

19 years ago- Signature fixes
Peter Dennis Bartok [Wed, 11 Aug 2004 22:20:59 +0000 (22:20 -0000)]
- Signature fixes

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

19 years ago- Fixed Signature
Peter Dennis Bartok [Wed, 11 Aug 2004 22:16:50 +0000 (22:16 -0000)]
- Fixed Signature
- Added .Net 1.1 method

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

19 years ago- Fixed BindingManagerBase.cs filename
Peter Dennis Bartok [Wed, 11 Aug 2004 21:25:42 +0000 (21:25 -0000)]
- Fixed BindingManagerBase.cs filename

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

19 years ago- Fixed filename for BindingManagerBase.cs
Peter Dennis Bartok [Wed, 11 Aug 2004 21:24:52 +0000 (21:24 -0000)]
- Fixed filename for BindingManagerBase.cs
- Alphabetized files

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

19 years ago- Was checked in with wrong filename
Peter Dennis Bartok [Wed, 11 Aug 2004 21:22:27 +0000 (21:22 -0000)]
- Was checked in with wrong filename

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

19 years agoUse XML_DEP.
Duncan Mak [Wed, 11 Aug 2004 21:04:47 +0000 (21:04 -0000)]
Use XML_DEP.

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

19 years ago2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 11 Aug 2004 20:56:36 +0000 (20:56 -0000)]
2004-08-11  Bernie Solomon <bernard@ugsolutions.com>

* Makefile.am: build C# if srcdir != builddir

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

19 years ago- Updated
Peter Dennis Bartok [Wed, 11 Aug 2004 20:50:13 +0000 (20:50 -0000)]
- Updated

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

19 years ago2004-08-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 11 Aug 2004 20:34:56 +0000 (20:34 -0000)]
2004-08-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Cookie.cs: don't fail when using default constructor. Fixes bug
#62890.

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

19 years ago2004-08-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 11 Aug 2004 20:03:15 +0000 (20:03 -0000)]
2004-08-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebResponse.cs: set-cookie and set-cookie2 can be present more
than once and have multiple values. Don't rely on string.split when
parsing cookie values.

* WebHeaderCollection.cs: same thing for set-cookie and set-cookie2.
Fixed GetValues (it was splitting values that contained a comma) and
changed SetInternal to handle multi-value headers.

Fixes bug #62744.

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

19 years agoFixes ClientRect
Jordi Mas i Hernandez [Wed, 11 Aug 2004 19:41:38 +0000 (19:41 -0000)]
Fixes ClientRect

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

19 years ago* ProtectedConfigurationProvider.cs:
Duncan Mak [Wed, 11 Aug 2004 19:28:55 +0000 (19:28 -0000)]
* ProtectedConfigurationProvider.cs:
* ProviderBase.cs: Implemented.

* ConfigurationPropertyAttribute.cs: Implemented attribute.

* ConfigurationAllowDefinition.cs:
* ConfigurationUserLevel.cs:
* PathLevel.cs: Added enumerations.

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

19 years ago- We had SetWindowPos and MoveWindow to set window positions and size,
Peter Dennis Bartok [Wed, 11 Aug 2004 19:19:44 +0000 (19:19 -0000)]
- We had SetWindowPos and MoveWindow to set window positions and size,
  removed MoveWindow. We have GetWindowPos, so it made sense to keep
  SetWindowPos as matching counterpart
- Added some X11 sanity checking

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

19 years ago- Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
Peter Dennis Bartok [Wed, 11 Aug 2004 18:59:45 +0000 (18:59 -0000)]
- Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
  (It seems that SetBounds is just a front for SetBoundsCore and
   SetBoundsCore updates the underlying window system and UpdateBounds is
   responsible for updating the variables associated with the Control and
   sending the events)
- Major cleanup of Size handling; we now have two sizes, client_size and
  bounds. Bounds defines the window with decorations, client_size without
  them.

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

19 years ago- Added method to calculate difference between decorated window and raw
Peter Dennis Bartok [Wed, 11 Aug 2004 18:55:46 +0000 (18:55 -0000)]
- Added method to calculate difference between decorated window and raw
  client area

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

19 years ago- Forcing redraw on resize
Peter Dennis Bartok [Wed, 11 Aug 2004 18:54:11 +0000 (18:54 -0000)]
- Forcing redraw on resize

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

19 years ago2004-08-11 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 11 Aug 2004 18:41:50 +0000 (18:41 -0000)]
2004-08-11  Marek Safar  <marek.safar@seznam.cz>

* AppDomain.cs: Fixed typo of DefineDynamicAssembly argument.
Added call to AddPermissionRequests to pass permissions
arguments.
* Environment.cs: Added a few Fx 2.0 methods

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

19 years ago- Removed disposing of the actual images when the list is disposed
Peter Dennis Bartok [Wed, 11 Aug 2004 17:43:08 +0000 (17:43 -0000)]
- Removed disposing of the actual images when the list is disposed

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

19 years ago2004-08-11 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 11 Aug 2004 17:15:23 +0000 (17:15 -0000)]
2004-08-11  Zoltan Varga  <vargaz@freemail.hu>

* configure.in: Fix __thread test.

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

19 years ago2004-08-11 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 11 Aug 2004 17:14:46 +0000 (17:14 -0000)]
2004-08-11  Marek Safar  <marek.safar@seznam.cz>

* AssemblyBuilder.cs: Added AddPermissionRequests method
used be mcs for SecurityPermissionAttribute handling.

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

19 years agonew error tests
Marek Safar [Wed, 11 Aug 2004 17:03:41 +0000 (17:03 -0000)]
new error tests

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

19 years ago2004-08-11 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 11 Aug 2004 16:54:45 +0000 (16:54 -0000)]
2004-08-11  Sebastien Pouliot  <sebastien@ximian.com>

* CodeAccessPermission.cs: Basic implementation for Demand (without
full stack trace, i.e. Assert, Deny and PermitOnly aren't considered).
Added TODO to unimplemented NET_2_0 methods.
* HostSecurityManager.cs: Added comments (as it looked not implemented
even to myself).
* PermissionSet.cs: Fixed Unrestricted when copied. Changed exception
ordering in Copy (ArgumentNullException couldn't work). Made IsEmpty
more robust.
* SecurityManager.cs: Implemented IsGranted using Assembly.Demand.
Basic implementation for policy resolution.

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

19 years ago2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 11 Aug 2004 16:49:20 +0000 (16:49 -0000)]
2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
* mb-parser.jay: first cut at TypeOf ... Is

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

19 years ago2004-08-11 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 11 Aug 2004 16:47:00 +0000 (16:47 -0000)]
2004-08-11  Sebastien Pouliot  <sebastien@ximian.com>

* ApplicationSecurityInfo.cs: Added missing interfaces.
* PolicyLevel.cs: Load policies from files, using *.default files if
policy is missing (like Fx 2.0). Fixed Resolve never to return null.
Added hardcoded policy defaults (to be updated as CAS progress) in
case no policy file, nor default files, are available.
* PolicyStatement.cs: Fixed AttributeString. Added internal static
Empty method (helper).

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

19 years agoForgot Test.Sources, use Tabs in EnumB.vb
Bernie Solomon [Wed, 11 Aug 2004 16:43:03 +0000 (16:43 -0000)]
Forgot Test.Sources, use Tabs in EnumB.vb

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

19 years ago2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 11 Aug 2004 15:47:49 +0000 (15:47 -0000)]
2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
* expression.cs:
* ecore.cs: More enum changes to handle
implicit conversions better

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

19 years ago2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 11 Aug 2004 15:47:22 +0000 (15:47 -0000)]
2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
* EnumB.vb:
* Test.Sources: New test

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