mono.git
19 years ago- Moved methods into their appropriate #regions
Peter Dennis Bartok [Sat, 11 Sep 2004 01:28:11 +0000 (01:28 -0000)]
- Moved methods into their appropriate #regions
- Reordered methods within regions alphabetically

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

19 years ago- Added method to retrieve text from window
Peter Dennis Bartok [Sat, 11 Sep 2004 00:57:35 +0000 (00:57 -0000)]
- Added method to retrieve text from window

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

19 years ago- Moved some internal functions into the internal region
Peter Dennis Bartok [Sat, 11 Sep 2004 00:56:33 +0000 (00:56 -0000)]
- Moved some internal functions into the internal region
- Implemented FontHeight
- Implemented RenderRightToLeft
- Implemented ResizeRedraw
- Implemented ShowFocusCues
- Implemented ShowKeyboardCues
- Implemented FromChildHandle
- Implemented FromHandle
- Implemented IsMnemonic
- Implemented ReflectMessage
- All public and protected Static Methods are now complete

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

19 years ago- Implemented remaining missing public instance properties
Peter Dennis Bartok [Fri, 10 Sep 2004 22:54:52 +0000 (22:54 -0000)]
- Implemented remaining missing public instance properties
- Alphabetized some out of order properties

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

19 years ago2004-10-10 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 22:09:05 +0000 (22:09 -0000)]
2004-10-10  Tim Coleman <tim@timcoleman.com>
* ConfigurationElementCollection.cs:
Add XML_DEP

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

19 years ago2004-09-10 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 22:08:21 +0000 (22:08 -0000)]
2004-09-10  Tim Coleman <tim@timcoleman.com>
* Add XML_DEP to all sources.

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

19 years ago2004-09-10 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 10 Sep 2004 21:12:40 +0000 (21:12 -0000)]
2004-09-10 Marek Safar <marek.safar@seznam.cz>

* do-test.pl: Make report readable (I was really confuse).
Fixed bug on my machine CR+LF in *-expect-* files.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:58:21 +0000 (19:58 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* System_test.dll.sources: Added PermissionHelper to the build.
* System_test.dll.sources: Added unit tests for System.Security.
Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry,
System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:54:12 +0000 (19:54 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* EventLogPermission.cs: Fixed initialization (TagNames and
PermissionAccessType).
* EventLogPermissionAccess.cs: Added new enums for NET_2_0 and added
[Obsolete] to some existing elements.
* EventLogPermissionAttribute.cs: Added missing validation to property
MachineName. Fixed changes for NET_2_0.
* PerformanceCounterPermission.cs: Fixed initialization (TagNames and
PermissionAccessType).
* PerformanceCounterPermissionAccess.cs: Added new enums for NET_2_0
and added [Obsolete] to some existing elements.
* PerformanceCounterPermissionAttribute.cs: Added missing validations
to properties (Path, MachineName). Fixed changes for NET_2_0.

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

19 years ago2004-09-10 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 19:53:11 +0000 (19:53 -0000)]
2004-09-10  Tim Coleman <tim@timcoleman.com>
        * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
                System.Net.Mail, System.Configuration classes

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

19 years ago2004-09-10 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 19:51:36 +0000 (19:51 -0000)]
2004-09-10  Tim Coleman <tim@timcoleman.com>
        * SmtpClient.cs SmtpFailedRecipientsException.cs:
                Add failed recipient exception handling.

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

19 years ago2004-09-10 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 19:50:10 +0000 (19:50 -0000)]
2004-09-10  Tim Coleman <tim@timcoleman.com>
        * ConfigurationElementCollection.cs ConfigurationElementCollectionType.cs:
                New Fx 2.0 stubs
        * ConfigurationElement.cs:
                Fix function declaration

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

19 years ago2004-09-10 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 19:47:45 +0000 (19:47 -0000)]
2004-09-10  Tim Coleman <tim@timcoleman.com>
        * AuthenticationModuleElement.cs AuthenticationModuleElementCollection.cs
        * AuthenticationModulesSection.cs BypassElement.cs BypassElementCollection.cs
        * ConnectionManagementElement.cs ConnectionManagementElementCollection.cs
        * ConnectionManagementSection.cs DefaultProxySection.cs
        * HttpCachePolicyElement.cs HttpWebRequestElement.cs
        * Ipv6Element.cs MailSettingsSection.cs ModuleElement.cs
        * NetSectionGroup.cs ProxyElement.cs RequestCachingSection.cs
        * ServicePointManagerElement.cs SettingsSection.cs SmtpElement.cs
        * SocketElement.cs UriParserElement.cs UriParserElementCollection.cs
        * UriParserSection.cs WebRequestModuleElement.cs
        * WebRequestModuleElementCollection.cs WebRequestModulesSection.cs:
                New classes for Fx 2.0

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:47:03 +0000 (19:47 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* DnsPermission.cs: Updated to pass new unit tests.
* DnsPermissionAttribute.cs: Cleanup.
* SocketPermission.cs: Updated to pass new unit tests.
* SocketPermissionAttribute.cs: Updated to pass new unit tests.
* WebPermission.cs: Implemented some TODO - not complete yet.
* WebPermissionAttribute.cs: Updated to pass new unit tests.

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

19 years ago2004-09-10 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 19:44:30 +0000 (19:44 -0000)]
2004-09-10  Tim Coleman <tim@timcoleman.com>
        * HttpCacheAgeControl.cs HttpRequestCacheLevel.cs HttpRequestCachePolicy.cs
        * RequestCacheLevel.cs RequestCachePolicy.cs:
                New classes for Fx 2.0

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:40:45 +0000 (19:40 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* AspNetHostingPermission.cs: Completed TODO.
* AspNetHostingPermissionAttribute.cs: Completed TODO and added enum
validation.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:32:23 +0000 (19:32 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* PermissionHelper.cs: New. Static methods to help implementation of
permission classes.
* ResourcePermissionBase.cs: Implemented all TODO (except FromXml
which isn't complete).
* ResourcePermissionBaseEntry.cs: Minor cleanup (namespaces, style).

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:25:58 +0000 (19:25 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
* DnsPermissionTest.cs: New. Unit tests for DnsPermission.
* SocketPermissionAttributeTest.cs: New. Unit tests for
SocketPermissionAttribute.
* WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
Attribute.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:22:04 +0000 (19:22 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* AspNetHostingPermissionAttributeTest.cs: New. Unit tests for AspNet
HostingPermissionAttribute.
* AspNetHostingPermissionTest.cs: New. Unit tests for AspNetHosting
Permission.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:20:53 +0000 (19:20 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* EventLogPermissionAttributeTest.cs: New. Unit tests for
EventLogPermissionAttribute.
* PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for
PerformanceCounterPermissionAttribute.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 19:17:50 +0000 (19:17 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* ResourcePermissionBaseEntryTest.cs: New. Unit tests for
ResourcePermissionBaseEntry.
* ResourcePermissionBaseTest.cs: New. Unit tests for
ResourcePermissionBase.

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

19 years ago2004-09-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 10 Sep 2004 18:52:36 +0000 (18:52 -0000)]
2004-09-10  Zoltan Varga  <vargaz@freemail.hu>

* mini-x86.c: Fix build.

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

19 years ago2004-09-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 10 Sep 2004 18:11:44 +0000 (18:11 -0000)]
2004-09-10  Zoltan Varga  <vargaz@freemail.hu>

* mini-sparc.c mini-x86.c mini-amd64.c: Use the new
mono_type_get_underlying_type () helper function to simplify code.

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

19 years ago2004-09-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 10 Sep 2004 18:00:39 +0000 (18:00 -0000)]
2004-09-10  Zoltan Varga  <vargaz@freemail.hu>

* class.h class.c: Add mono_type_get_underlying_type ().

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

19 years ago2004-09-10 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 10 Sep 2004 17:29:35 +0000 (17:29 -0000)]
2004-09-10  Zoltan Varga  <vargaz@freemail.hu>

* Makefile.am (populate-runtime-subdir): Avoid -path argument to find
since it is not supported on solaris.

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

19 years ago2004-09-10 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 10 Sep 2004 14:30:05 +0000 (14:30 -0000)]
2004-09-10  Marek Safar  <marek.safar@seznam.cz>

* cs-parser.jay: Added error CS0241 report.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 14:24:36 +0000 (14:24 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* DirectoryServicesPermission.cs: Completed TODO.
* DirectoryServicesPermissionAttribute.cs: Added path validation and
enable the creation of unrestricted permissions.
* DirectoryServicesPermissionEntry.cs: Add internal method to return
an ResourcePermissionBaseEntry instance.
* DirectoryServicesPermissionEntryCollection.cs: Allow synchronization
of elements with the base permission class (required to enable Copy).

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 14:17:48 +0000 (14:17 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* Makefile: Activate unit tests.
* System.DirectoryServices_test.dll.sources: New. Source list for unit
tests.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 14:13:46 +0000 (14:13 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* ChangeLog: New.
* DirectoryServicesPermissionAttributeTest.cs: New. Unit tests for
DirectoryServicesPermissionAttribute.
* DirectoryServicesPermissionTest.cs: New. Unit tests for Directory
ServicesPermission.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 14:10:35 +0000 (14:10 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* MessageQueuePermission.cs: Implemented enough TODO so compilers can
call ToXml (and the runtime can call FromXml) without exceptions.
* MessageQueuePermissionAttribute.cs: Implemented all TODO.
* MessageQueuePermissionEntry.cs: Implemented all TODO.
* MessageQueuePermissionEntryCollection.cs: Removed Clear on On*
methods and added TODO.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 14:06:10 +0000 (14:06 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* Makefile: Activate unit tests.
* System.Messaging_test.dll.sources: New. Source list for unit tests.

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

19 years ago2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 10 Sep 2004 14:03:12 +0000 (14:03 -0000)]
2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

* MessageQueuePermissionAttributeTest.cs: New. Unit tests for Message
QueuePermissionAttribute.

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

19 years agoAdded a check for null image.
Ravindra [Fri, 10 Sep 2004 11:51:29 +0000 (11:51 -0000)]
Added a check for null image.

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

19 years agoNew test for #64330.
Raja R Harinath [Fri, 10 Sep 2004 09:38:12 +0000 (09:38 -0000)]
New test for #64330.

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

19 years ago(fixed_statement): Introduce a scope for the
Raja R Harinath [Fri, 10 Sep 2004 09:37:34 +0000 (09:37 -0000)]
(fixed_statement): Introduce a scope for the
declaration in the 'fixed' statement.

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

19 years agoSome docs.
Paolo Molaro [Fri, 10 Sep 2004 08:08:14 +0000 (08:08 -0000)]
Some docs.

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

19 years ago * Graphics.cs: Implemented DrawIcon methods and fixed
Ravindra [Fri, 10 Sep 2004 07:36:54 +0000 (07:36 -0000)]
* Graphics.cs: Implemented DrawIcon methods and fixed
DrawImageUnscaled method implementation.

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

19 years agoremove cvs tag
Jordi Mas i Hernandez [Fri, 10 Sep 2004 06:59:09 +0000 (06:59 -0000)]
remove cvs tag

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 04:31:02 +0000 (04:31 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
        * System.dll.sources: Add new System.Net.Mail classes

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 04:28:51 +0000 (04:28 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
        * ContentType.cs: Changes to MIME headers

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 10 Sep 2004 04:27:21 +0000 (04:27 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
        * AttachmentCollection.cs MailAddressCollection.cs:
                New classes
        * Attachment.cs: Set content string
        * MailMessage.cs: Use new collection classes
        * SmtpClient.cs: Lots of MIME cleanup

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

19 years ago2004-09-09 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Fri, 10 Sep 2004 03:16:25 +0000 (03:16 -0000)]
2004-09-09 Bernie Solomon <bernard@ugsolutions.com>
* Test.Sources: fix case of a couple of filenames

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

19 years ago2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 10 Sep 2004 02:46:22 +0000 (02:46 -0000)]
2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TemplateParser.cs: ensure bin directory exists before trying to access
it. Fixes bug #65446 (not closed yet due to dependencies).

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

19 years ago2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 10 Sep 2004 02:17:15 +0000 (02:17 -0000)]
2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web/HttpStaticObjectsCollection.cs:
* System.Web.SessionState/HttpSessionState.cs: don't share static
session objects declared in the application file across the application,
but on a per-session basis. Fixes bug #65446.

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

19 years agoAdded test cases for bug# 64995.
Fawad Halim [Fri, 10 Sep 2004 02:01:47 +0000 (02:01 -0000)]
Added test cases for bug# 64995.

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

19 years ago2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 10 Sep 2004 01:34:47 +0000 (01:34 -0000)]
2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpServerUtility.cs: in Transfer(path), don't keep form data if
the transfer is done from inside a page that received a postback.
Fixes bug #65613.

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

19 years agoPlease, do not commit generated file
Marek Safar [Thu, 9 Sep 2004 21:36:21 +0000 (21:36 -0000)]
Please, do not commit generated file

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

19 years ago2004-09-09 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 9 Sep 2004 21:13:13 +0000 (21:13 -0000)]
2004-09-09  Marek Safar  <marek.safar@seznam.cz>

* cs-parser.jay: Added CS0230 error report.

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

19 years ago2004-09-10 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 20:54:42 +0000 (20:54 -0000)]
2004-09-10  Martin Baulig  <martin@ximian.com>

* gen-76.cs: New test.

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

19 years ago2004-09-09 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 9 Sep 2004 20:50:04 +0000 (20:50 -0000)]
2004-09-09  Marek Safar  <marek.safar@seznam.cz>

* cs-parser.jay: Added errors CS0231 and CS0257 report.

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

19 years agocode formating
Marek Safar [Thu, 9 Sep 2004 20:47:58 +0000 (20:47 -0000)]
code formating

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 20:33:52 +0000 (20:33 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* mini-amd64.c: Don't access `type->data.klass' directly, call
mono_class_from_mono_type() instead since the type may be a
generic instance.

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

19 years agoAdd new script
Miguel de Icaza [Thu, 9 Sep 2004 20:32:07 +0000 (20:32 -0000)]
Add new script

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

19 years agoAdd wsdl2 page, update wsdl man page
Miguel de Icaza [Thu, 9 Sep 2004 20:31:40 +0000 (20:31 -0000)]
Add wsdl2 page, update wsdl man page

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

19 years agoAdd wsdl2.exe to the dist
Miguel de Icaza [Thu, 9 Sep 2004 20:29:55 +0000 (20:29 -0000)]
Add wsdl2.exe to the dist

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

19 years ago2004-09-09 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 9 Sep 2004 20:22:47 +0000 (20:22 -0000)]
2004-09-09  Marek Safar  <marek.safar@seznam.cz>

* expression.cs (Argument.Resolve): Added error CS0192 and
CS0199 report.

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

19 years ago2004-09-09 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 9 Sep 2004 18:56:20 +0000 (18:56 -0000)]
2004-09-09  Marek Safar <marek.safar@seznam.cz>

* test-291.cs: New test for #pragma warning.

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

19 years ago2004-09-09 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 9 Sep 2004 18:54:39 +0000 (18:54 -0000)]
2004-09-09  Marek Safar  <marek.safar@seznam.cz>

C# 2.0 #pragma warning feature

* cs-tokenizer.cs (PreProcessPragma): New method;
Handles #pragma directive.

* report.cs (WarningRegions): New class; Support
class for #pragma warning directive. It tests whether
warning is enabled for a given line.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 16:25:51 +0000 (16:25 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* mini-amd64.c (get_call_info): Fix support for generic instances.
(add_valuetype): Use mono_class_from_mono_type() to get the class
since we can be a generic instance.

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

19 years agoReally fix generic instances.
Martin Baulig [Thu, 9 Sep 2004 15:57:59 +0000 (15:57 -0000)]
Really fix generic instances.

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Thu, 9 Sep 2004 14:43:25 +0000 (14:43 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
* corlib.dll.sources: Added System/Base64FormattingOptions.cs to the
build

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Thu, 9 Sep 2004 14:40:50 +0000 (14:40 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
        * Base64FormattingOptions.cs: New enum
        * Convert.cs: Add new ToBase64String methods for Fx 2.0

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Thu, 9 Sep 2004 14:37:31 +0000 (14:37 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
        * StringBuilder.cs: Added AppendLine methods for Fx 2.0

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

19 years ago2004-09-09 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 9 Sep 2004 14:28:17 +0000 (14:28 -0000)]
2004-09-09  Dick Porter  <dick@ximian.com>

* error.c:
* io.c: Set error codes everywhere.

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

19 years ago2004-09-09 Geoff Norton <gnorton@customerndna.com>
Geoff Norton [Thu, 9 Sep 2004 14:21:57 +0000 (14:21 -0000)]
2004-09-09  Geoff Norton <gnorton@customerndna.com>

* icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
Fix GetTypes() to support dynamically created assemblies.
Patch for #65576 approved by Zoltan.

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

19 years agoThu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 9 Sep 2004 12:59:46 +0000 (12:59 -0000)]
Thu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus@ximian.com>

* ScriptCompilerInfo.cs: avoid using a .cctor and fix precomp.

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

19 years agoOops.
Martin Baulig [Thu, 9 Sep 2004 12:27:28 +0000 (12:27 -0000)]
Oops.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 12:18:43 +0000 (12:18 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* mini-amd64.c (get_call_info): Fix support for generic instances.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 11:26:24 +0000 (11:26 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* cs-parser.jay (namespace_declaration): Fixed CS0134 reporting.

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

19 years agoMake redraw accessible from ToolBarButton.
Ravindra [Thu, 9 Sep 2004 11:25:03 +0000 (11:25 -0000)]
Make redraw accessible from ToolBarButton.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 11:23:35 +0000 (11:23 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.

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

19 years agoChanges in ToolBarButton need to make it's parent redraw.
Ravindra [Thu, 9 Sep 2004 11:23:05 +0000 (11:23 -0000)]
Changes in ToolBarButton need to make it's parent redraw.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 11:19:06 +0000 (11:19 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
previous patch.

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 9 Sep 2004 11:19:05 +0000 (11:19 -0000)]
ChangeLog: Updated ChangeLog.
Control.cs: Implemented methods of interface IExpressionAccessor.

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

19 years agoNew test.
Martin Baulig [Thu, 9 Sep 2004 11:11:32 +0000 (11:11 -0000)]
New test.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 11:11:11 +0000 (11:11 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* reflection.h reflection.c loader.c: Allow dynamic construction of
pinvoke methods. Fixes #65571.

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

19 years ago2004-09-09 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 9 Sep 2004 11:09:41 +0000 (11:09 -0000)]
2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>

* PrintingPermission.cs: Applied the new permission template.
Implemented missing To|FromXml. Fixed set operations, ...
* PrintingPermissionAttribute.cs: Added enum validation for Level and
creation of unrestricted permissions.
* PrintingPermissionLevel.cs: Added [Serializable] for NET_2_0.

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

19 years agoUpdated.
Martin Baulig [Thu, 9 Sep 2004 11:09:33 +0000 (11:09 -0000)]
Updated.

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

19 years ago2004-09-09 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 9 Sep 2004 10:53:40 +0000 (10:53 -0000)]
2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>

* System.Drawing_test.dll.sources: Added unit tests for
PrintingPermission and it's attribute class.

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

19 years ago2004-09-09 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 9 Sep 2004 10:52:40 +0000 (10:52 -0000)]
2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>

* PrintingPermissionAttributeTest.cs: New. Unit tests for Printing
PermissionAttribute.
* PrintingPermissionTest.cs: New. Unit tests for PrintingPermission.

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

19 years agoCompile fixes
Dick Porter [Thu, 9 Sep 2004 10:44:30 +0000 (10:44 -0000)]
Compile fixes

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 10:20:31 +0000 (10:20 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* ModuleBuilderTest.cs: Add test for lookup of global methods.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 10:15:31 +0000 (10:15 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* TypeBuilder.cs: Set the table_idx of the global type to 1.

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

19 years ago * interp.c: In interp_walk_stack, don't crash if the context is not set
Lluis Sanchez [Thu, 9 Sep 2004 09:53:39 +0000 (09:53 -0000)]
* interp.c: In interp_walk_stack, don't crash if the context is not set
  (this may happen if the method is called by unmanaged code).

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

19 years agoAdded langversion
Marek Safar [Thu, 9 Sep 2004 08:55:20 +0000 (08:55 -0000)]
Added langversion

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 08:34:51 +0000 (08:34 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* ModuleBuilder.cs: Save the main module of the assembly even if it is
transient.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 08:28:51 +0000 (08:28 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* generic.cs (TypeParameter.DefineType): Added support for
explicit interface methods.

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

19 years ago- Improve disabled string look
Peter Dennis Bartok [Thu, 9 Sep 2004 08:28:11 +0000 (08:28 -0000)]
- Improve disabled string look

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 08:22:53 +0000 (08:22 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* gen-75.cs: New test.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 08:22:28 +0000 (08:22 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (mono_reflection_get_type): Revert previous change since
it causes regressions.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 07:58:45 +0000 (07:58 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* README.Changes: New document.  Started to list important changes
between MCS and GMCS here.

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

19 years agoThu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 9 Sep 2004 07:35:12 +0000 (07:35 -0000)]
Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>

* mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.

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

19 years agomeasureitem args and handler
Jordi Mas i Hernandez [Thu, 9 Sep 2004 07:15:19 +0000 (07:15 -0000)]
measureitem args and handler

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

19 years agoUpdated project.
Ravindra [Thu, 9 Sep 2004 06:03:40 +0000 (06:03 -0000)]
Updated project.

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

19 years agoAdded some new enums to the list.
Ravindra [Thu, 9 Sep 2004 05:57:39 +0000 (05:57 -0000)]
Added some new enums to the list.

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

19 years agoIt's enum, not a class!
Ravindra [Thu, 9 Sep 2004 05:56:20 +0000 (05:56 -0000)]
It's enum, not a class!

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

19 years agoEnums for Form.
Ravindra [Thu, 9 Sep 2004 05:47:47 +0000 (05:47 -0000)]
Enums for Form.

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

19 years agomissed out Test.Sources file in last commit
Anirban Bhattacharjee [Thu, 9 Sep 2004 04:05:08 +0000 (04:05 -0000)]
missed out Test.Sources file in last commit

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

19 years agoEnums for ListView control.
Ravindra [Thu, 9 Sep 2004 03:13:39 +0000 (03:13 -0000)]
Enums for ListView control.

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

19 years agoPictureBox would not draw a null image to avoid crash.
Ravindra [Thu, 9 Sep 2004 03:03:49 +0000 (03:03 -0000)]
PictureBox would not draw a null image to avoid crash.

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