mono.git
21 years ago2003-07-04 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Fri, 4 Jul 2003 18:11:50 +0000 (18:11 -0000)]
2003-07-04  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlDocument.cs : removed xmlReader.Close() from Load(XmlReader).

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

21 years agouse webformat
Miguel de Icaza [Fri, 4 Jul 2003 18:10:48 +0000 (18:10 -0000)]
use webformat

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

21 years ago2003-07-04 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Fri, 4 Jul 2003 09:59:52 +0000 (09:59 -0000)]
2003-07-04  Dietmar Maurer  <dietmar@ximian.com>

* marshal.c (mono_marshal_get_native_wrapper): fixes for [out] attributes

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

21 years agoReflect the changes on the grammar
César Natarén [Fri, 4 Jul 2003 08:07:28 +0000 (08:07 -0000)]
Reflect the changes on the grammar

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

21 years agoNew ChangeLog entries from the last patch
César Natarén [Fri, 4 Jul 2003 08:00:02 +0000 (08:00 -0000)]
New ChangeLog entries from the last patch

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

21 years ago*** empty log message ***
César Natarén [Fri, 4 Jul 2003 07:52:50 +0000 (07:52 -0000)]
*** empty log message ***

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

21 years ago2003-07-03 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Fri, 4 Jul 2003 02:31:01 +0000 (02:31 -0000)]
2003-07-03  Sebastien Pouliot <spouliot@videotron.ca>

* corlib_test.args: Added ZoneTest.cs in System.Security.Policy
* corlib_test.args: Same.

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

21 years ago2003-07-03 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Fri, 4 Jul 2003 02:26:50 +0000 (02:26 -0000)]
2003-07-03  Sebastien Pouliot  <spouliot@videotron.ca>

* ZoneTest.cs: New. Test everything except the unimplemented static
CreateFromUrl method.

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

21 years ago * list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
Lluis Sanchez [Fri, 4 Jul 2003 01:31:54 +0000 (01:31 -0000)]
* list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
  System.Web.Services.Protocols.WebServiceHelper.cs.

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

21 years ago * LogicalMethodInfo.cs: Fixed Invoke method. If return type is void,
Lluis Sanchez [Fri, 4 Jul 2003 01:30:56 +0000 (01:30 -0000)]
* LogicalMethodInfo.cs: Fixed Invoke method. If return type is void,
  then the result object array only contain output parameters.

* Methods.cs: In class MethodStubInfo, added support from some server properties
  taken from WebMethodAttribute. Now MethodStubInfo can be created without SoapDocument*
  or SoapRpc* attributes, in which case takes default values from TypeStubInfo.
  Added method for getting header info.
  In class Fault: added constructor for creating a fault from a SoapException.
  In class TypeStubInfo: new way to manage serializers for headers. Now it is possible to
  get a header using a name and namespace (used when deserializing).

* SoapHttpClientProtocol.cs: moved WriteSoapEnvelope method to WebServiceHelper (so it can be shared).
  Also moved other serialization stuff to WebServiceHelper.

* SoapMessage.cs: Added some convenient constructors and internal properties.
  Implemented GetOutParameterValue and GetReturnValue.

* SoapServerMessage.cs: Implemented.

* WebServiceHandler.cs: Implemented method Invoke.

* WebServiceHandlerFactory.cs: Basic implementation.

* WebServiceHelper.cs: Added. Has some methods shared between client and server classes.

* HttpSoapWebServiceHandler.cs: Added. IHttpHandler implementation for HttpSoap requests.

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

21 years ago2003-07-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 4 Jul 2003 00:43:07 +0000 (00:43 -0000)]
2003-07-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AspParser.cs: more useful error information,

* BaseCompiler.cs:
* CachingCompiler.cs: honor the debug="true" option.

* TemplateControlCompiler.cs: small fixes for templates.

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

21 years ago2003-07-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 23:59:04 +0000 (23:59 -0000)]
2003-07-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* CSharpCodeCompiler.cs: ignore debug statistics in mcs output when
debug is turned on.

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

21 years agochanged version to 0.25.99
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 23:31:14 +0000 (23:31 -0000)]
changed version to 0.25.99

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

21 years ago2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 22:00:13 +0000 (22:00 -0000)]
2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpRequest.cs: fixed Headers property. It was getting known headers
values instead of known headers names.

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

21 years ago2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 18:31:55 +0000 (18:31 -0000)]
2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebServicesConfigurationSectionHandler.cs: support remove/clear for
<protocols>. Fixed IsSupported.

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

21 years agofixed typo
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 18:12:44 +0000 (18:12 -0000)]
fixed typo

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

21 years ago2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 18:04:16 +0000 (18:04 -0000)]
2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* SimpleWebHandlerParser.cs: implemented GetTypeFromBin.

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

21 years ago2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 17:50:51 +0000 (17:50 -0000)]
2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.Compilation/BaseCompiler.cs: made Compiler property
virtual.

* System.Web.Compilation/CachingCompiler.cs: added support for compiling
web services.

* System.Web.Compilation/WebServiceCompiler.cs: implemented.

* System.Web.UI/SimpleWebHandlerParser.cs: updated to new compilation
interface.

* System.Web.UI/TemplateParser.cs: use the new parameter when compiling.

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

21 years agoThu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 3 Jul 2003 15:33:59 +0000 (15:33 -0000)]
Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>

* object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
Bernie Solomon <bernard@ugsolutions.com>.

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

21 years agoThu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 3 Jul 2003 15:27:23 +0000 (15:27 -0000)]
Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>

* object.c, object.h: provide mono_object_new_fast() for faster
allocation in some special cases.

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

21 years ago2003-07-02 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 3 Jul 2003 12:29:46 +0000 (12:29 -0000)]
2003-07-02  Zoltan Varga  <vargaz@freemail.hu>

* PKCS1.cs DSAManaged.cs: Changed strange characters in comments to
human-readable ones, since they break XML export in monocov.

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

21 years agoaaaaargh
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 11:52:13 +0000 (11:52 -0000)]
aaaaargh

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

21 years ago2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 11:16:03 +0000 (11:16 -0000)]
2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* MailAddress.cs: return null instead of exception when the address is
empty.

* MailAddressCollection.cs: ignore null addresses.
* SmtpMail.cs: add the exception we get as inner exception so we know
where the error is.

Fixes bug #45746.

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

21 years ago2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 3 Jul 2003 02:25:31 +0000 (02:25 -0000)]
2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebServicesConfigurationSectionHandler.cs: singleton.

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

21 years ago*** empty log message ***
Philip Van Hoof [Wed, 2 Jul 2003 22:44:15 +0000 (22:44 -0000)]
*** empty log message ***

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

21 years agobits
Rafael Teixeira [Wed, 2 Jul 2003 22:41:48 +0000 (22:41 -0000)]
bits

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

21 years agoXmlTextWriterTests.cs: Fixed tests where not run when an expected exception had been...
Martin Willemoes Hansen [Wed, 2 Jul 2003 22:40:35 +0000 (22:40 -0000)]
XmlTextWriterTests.cs: Fixed tests where not run when an expected exception had been thrown

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

21 years ago2003-07-02 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Wed, 2 Jul 2003 22:06:24 +0000 (22:06 -0000)]
2003-07-02  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* BitVector32.cs: Implemented missing method
* NameValueCollection.cs: Fixed public signature, Styleguidelined header
* StringDictionary.cs: Added missing attribute, fixed visibilities

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

21 years ago * XmlSerializationReaderInterpreter.cs: Use the parameter type when getting the...
Lluis Sanchez [Wed, 2 Jul 2003 20:49:21 +0000 (20:49 -0000)]
* XmlSerializationReaderInterpreter.cs: Use the parameter type when getting the Add method
  for adding elements to a list.

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

21 years ago2003-07-02 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 2 Jul 2003 18:57:01 +0000 (18:57 -0000)]
2003-07-02  Martin Baulig  <martin@ximian.com>

* codegen.cs (EmitContext.NeedExplicitReturn): New public variable.
(EmitContext.EmitTopBlock): Emit an explicit return if it's set.

* statement.cs (Try.Resolve): Set ec.NeedExplicitReturn rather
than emitting it here.

* statement.cs: Fixed some more flow analysis bugs.

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

21 years ago2003-07-02 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 2 Jul 2003 18:30:39 +0000 (18:30 -0000)]
2003-07-02  Martin Baulig  <martin@ximian.com>

* class.cs (MethodData.Define): When implementing interface
methods, set Final unless we're Virtual.

* decl.cs (MemberCore.CheckMethodAgainstBase): Make the CS0506
check work for interface methods.

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

21 years ago2003-07-02 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Wed, 2 Jul 2003 18:26:12 +0000 (18:26 -0000)]
2003-07-02  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* AttributeCollection.cs: Fixed public members
* BaseNumberConverter.cs: Changed InnerType to internal to match public assembly signature
* BrowsableAttribute.cs: Removed wrong constructor, Restyle according to guidelines
* CategoryAttribute.cs: Changed public fields to properties
* EnumConverter.cs: Added and implemented missing properties, improved implementation
* EventDescriptorCollection.cs: Fixed wrong signatures, added implementation, fixed potential bug
* PropertyDescriptorCollection.cs: Fixed public members
* ReferenceConverter.cs: Implementation added
* SyntaxCheck.cs: Improved string checks, added MonoTODO descriptions
* TypeDescriptor.cs: Implementations added

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

21 years ago2003-07-01 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 2 Jul 2003 18:23:51 +0000 (18:23 -0000)]
2003-07-01  Martin Baulig  <martin@ximian.com>

* ecore.cs (EmitContext.This): Replaced this property with a
GetThis() method which takes a Location argument.  This ensures
that we get the correct error location for a CS0188.

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

21 years ago* DateTime.cs: Fixed formatting of fractions of second.
Lluis Sanchez [Wed, 2 Jul 2003 16:50:42 +0000 (16:50 -0000)]
* DateTime.cs: Fixed formatting of fractions of second.

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

21 years agoadded WebServicesConfigurationSectionHandler.cs
Gonzalo Paniagua Javier [Wed, 2 Jul 2003 16:28:09 +0000 (16:28 -0000)]
added WebServicesConfigurationSectionHandler.cs

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

21 years agoAdded system.web/webService section
Gonzalo Paniagua Javier [Wed, 2 Jul 2003 16:26:07 +0000 (16:26 -0000)]
Added system.web/webService section

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

21 years agoadded System.DirectoryServices
Gonzalo Paniagua Javier [Wed, 2 Jul 2003 16:11:12 +0000 (16:11 -0000)]
added System.DirectoryServices

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

21 years ago2003-06-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Wed, 2 Jul 2003 14:56:55 +0000 (14:56 -0000)]
2003-06-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* ActiveDesignerEventArgs.cs: Fixed property access

* CheckoutException.cs
* CommandID.cs
* ComponentChangedEventArgs.cs
* ComponentChangingEventArgs.cs
* ComponentEventArgs.cs
* ComponentRenameEventArgs.cs
* DesignerEventArgs.cs: Implemented

* StandardCommands.cs
* StandardToolWindows.cs: Implemented and removed unneeded MonoTODOs

* DesignerCollection.cs
* DesignerVerbCollection.cs: Collections implemented

* DesignerTransaction.cs
* DesignerVerb.cs: Implemented

* MenuCommand.cs: Most members implemented

* IDesignerHost.cs: Completed interface

* IInheritanceService.cs: Hopefully fixed interface

* ITypeResolutionService.cs: Completed interface

* ISelectionService.cs: Completed interface

* DesigntimeLicenseContext.cs: Added member, implemented

* DesigntimeLicenseContextSerializer.cs: Added private constructor, removed unneeded members

* SelectionTypes.cs
* HelpContextType.cs
* HelpKeywordType.cs: Hopefully fixed enums

* ServiceContainer.cs: implementation added

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

21 years ago2003-06-28 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Wed, 2 Jul 2003 14:54:42 +0000 (14:54 -0000)]
2003-06-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* ContextStack.cs: Redone based on a stack and completely implemented
* DesignerLoader.cs: Removed unneeded members
* DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
* ResolveNameEventArgs.cs: Visibility bug fixed
* RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
* InstanceDescriptor.cs: Completely Implemented

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

21 years ago2003-07-02 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Wed, 2 Jul 2003 14:51:39 +0000 (14:51 -0000)]
2003-07-02  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* ISite.cs: Fixed attributes, fixed header
* ITypeDescriptorContext.cs: Fixed attributes, formatting corrections
* WarningException.cs: Fixed attributes, formatting corrections
* AttributeCollection.cs: Fixed attributes
* DesignerSerializationVisibility.cs: Fixed attributes
* TypeConverter.cs: Fixed attributes

* MarshalByValueComponent.cs:
* IComponent.cs: Fixed attributes, supports .Net 1.0 and 1.1

* DescriptionAttribute.cs:
* DesignerCategoryAttribute.cs:
* DoubleConverter.cs:
* EditorBrowsableAttribute.cs:
* EventDescriptorCollection.cs:
* PropertyChangedEventHandler.cs:
* RefreshEventArgs.cs:
* StringConverter.cs:
* DefaultValueAttribute.cs: Reformatted following style guidelines

* License.cs: Removed unused MonoTODOs
* LicenseContext.cs: Implemented
* LicenseException.cs: Implemented
* LicenseProvider.cs: Removed unused MonoTODOs and unneccesary Finalizer
* LicenseUsageMode.cs: Fixed enum
* RefreshProperties.cs: Fixed enum
* LicFileLicenseProvider.cs: Implementation added
* ExtenderProvidedPropertyAttribute.cs: Implementation added, formatting corrections
* ExpandableObjectConverter.cs: Implemented
* ComponentConverter.cs: Implemented

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

21 years agoanother microbench
Dietmar Maurer [Wed, 2 Jul 2003 14:28:21 +0000 (14:28 -0000)]
another microbench

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

21 years ago*** empty log message ***
Martin Willemoes Hansen [Wed, 2 Jul 2003 14:28:07 +0000 (14:28 -0000)]
*** empty log message ***

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

21 years ago2003-07-02 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 2 Jul 2003 13:48:26 +0000 (13:48 -0000)]
2003-07-02  Dick Porter  <dick@ximian.com>

* timed-thread.c (_wapi_timed_thread_exit):
* threads.c: Let the timed thread code deal with deleting the
thread info struct.  (Valgrind noticed that the join_mutex could
be locked when it was being deleted.)

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

21 years ago2003-07-02 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 2 Jul 2003 12:23:04 +0000 (12:23 -0000)]
2003-07-02  Zoltan Varga  <vargaz@freemail.hu>

* XslTransform.cs (Transform): Call xsltSaveResultToFilename instead
of first reading the result into a string to conserve memory.

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

21 years agoWed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 2 Jul 2003 11:31:24 +0000 (11:31 -0000)]
Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>

* object.h, reflection.h, verify.c: fixes for some 64bit issues,
mostly from a patch by Laramie Leavitt <lar@leavitt.us>.

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

21 years agoadded some tests for threadpool
Dietmar Maurer [Wed, 2 Jul 2003 10:20:19 +0000 (10:20 -0000)]
added some tests for threadpool

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

21 years agoWed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 2 Jul 2003 09:17:11 +0000 (09:17 -0000)]
Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus@ximian.com>

* mini.c: use faster allocation for CEE_BOX if possible.

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

21 years agoSupport new automake versions.
Paolo Molaro [Wed, 2 Jul 2003 08:37:29 +0000 (08:37 -0000)]
Support new automake versions.

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

21 years ago2003-07-02 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 2 Jul 2003 07:48:51 +0000 (07:48 -0000)]
2003-07-02  Nick Drochak  <ndrochak@gol.com>

* X509CertificateTest.cs: Ok, must be a bug in our impl of X509Cert.
Putting it back the way it was.

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

21 years ago2003-07-01 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 2 Jul 2003 03:06:11 +0000 (03:06 -0000)]
2003-07-01  Miguel de Icaza  <miguel@ximian.com>

* ecore.cs: (Convert.ConvertIntLiteral): Add test for
ImplicitStandardConversion.

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

21 years agoAdd new test
Miguel de Icaza [Wed, 2 Jul 2003 03:02:49 +0000 (03:02 -0000)]
Add new test

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

21 years ago2003-07-01 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 2 Jul 2003 02:30:20 +0000 (02:30 -0000)]
2003-07-01  Miguel de Icaza  <miguel@ximian.com>

* class.cs (TypeContainer.GetClassBases): Small bug fix for 45649.

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

21 years ago2003-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 2 Jul 2003 01:03:11 +0000 (01:03 -0000)]
2003-07-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* CSharpCodeCompiler.cs: patch from pelle.johnsen@mail.dk
(Pelle Johnsen) that fixes bug #45708.

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

21 years ago2003-07-01 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 1 Jul 2003 23:09:36 +0000 (23:09 -0000)]
2003-07-01  Sebastien Pouliot <spouliot@videotron.ca>

* corlib_test.args: Added GenetricIdentityTest.cs and
GenetricPrincipalTest.cs in System.Security.Principal
* corlib_test.args: Same.

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

21 years ago2003-07-01 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 1 Jul 2003 23:04:38 +0000 (23:04 -0000)]
2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>

* GenericIdentityTest.cs: New. Complete unit test.
* GenericPrincipalTest.cs: New. Complete unit test.
* ChangeLog: New.

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

21 years ago2003-07-01 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 1 Jul 2003 23:01:50 +0000 (23:01 -0000)]
2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>

* ChangeLog: Sorry it seems that I couldn't find the right combinaison
just to commit the change to changelog (probably due to convertion to
windows).
* GenericPrincipal.cs: Fixed issues found during unit testing.

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

21 years agoAdded a ChangeLog for this directory
Philip Van Hoof [Tue, 1 Jul 2003 22:51:45 +0000 (22:51 -0000)]
Added a ChangeLog for this directory

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

21 years ago*** empty log message ***
Philip Van Hoof [Tue, 1 Jul 2003 22:35:03 +0000 (22:35 -0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
Philip Van Hoof [Tue, 1 Jul 2003 22:32:08 +0000 (22:32 -0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
Philip Van Hoof [Tue, 1 Jul 2003 22:30:25 +0000 (22:30 -0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
Philip Van Hoof [Tue, 1 Jul 2003 22:11:48 +0000 (22:11 -0000)]
*** empty log message ***

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

21 years agopostion Fixes for Menus ToolBars and Statusbars
Philip Van Hoof [Tue, 1 Jul 2003 22:06:19 +0000 (22:06 -0000)]
postion Fixes for Menus ToolBars and Statusbars

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

21 years agoAdded a statusbar demo
Philip Van Hoof [Tue, 1 Jul 2003 21:49:49 +0000 (21:49 -0000)]
Added a statusbar demo

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

21 years agoAdded statusbar support and fixed the vbox used for packing the menu and other specia...
Philip Van Hoof [Tue, 1 Jul 2003 21:49:21 +0000 (21:49 -0000)]
Added statusbar support and fixed the vbox used for packing the menu and other special Controls

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

21 years agoPending commit on my hd
Philip Van Hoof [Tue, 1 Jul 2003 20:22:58 +0000 (20:22 -0000)]
Pending commit on my hd

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

21 years agoTue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 1 Jul 2003 19:33:34 +0000 (19:33 -0000)]
Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>

* threadpool.c: fix leaks.

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

21 years agocode generation program modified
Alexandre Pigolkine [Tue, 1 Jul 2003 19:24:29 +0000 (19:24 -0000)]
code generation program modified

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

21 years ago2003-07-01 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 1 Jul 2003 19:19:05 +0000 (19:19 -0000)]
2003-07-01  Sebastien Pouliot <spouliot@videotron.ca>

* corlib_test.args: Added PrincipalPermissionAttributeTest.cs and
PrincipalPermissionTest.cs in System.Security.Permissions.
* corlib_test.args: Same.

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

21 years ago2003-07-01 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 1 Jul 2003 19:17:24 +0000 (19:17 -0000)]
2003-07-01  Dick Porter  <dick@ximian.com>

* Thread.cs: Throw an exception if thread creation failed.
(Better than just blowing up later.)

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

21 years ago2003-07-01 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 1 Jul 2003 19:16:54 +0000 (19:16 -0000)]
2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>

* PrincipalPermissionAttributeTest.cs: New.
* PrincipalPermissionTest.cs: New.

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

21 years ago2003-07-01 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 1 Jul 2003 19:16:10 +0000 (19:16 -0000)]
2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>

* ReflectionPermission.cs: Fixed compilation warning.
* PrincipalPermission.cs: Completed class implementation.
* PrincipalPermissionAttribute.cs: Completed class implementation.

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

21 years ago2003-07-01 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 1 Jul 2003 18:36:48 +0000 (18:36 -0000)]
2003-07-01  Dick Porter  <dick@ximian.com>

* threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
using MonoGHashTables.  Fixes threadpool bug posted to list.

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

21 years agoOFNOTIFY structure simplified, wine_get_unix_filename, CLIENTCREATESTRUCT parameter...
Alexandre Pigolkine [Tue, 1 Jul 2003 18:22:01 +0000 (18:22 -0000)]
OFNOTIFY structure simplified, wine_get_unix_filename, CLIENTCREATESTRUCT parameter for MDI

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

21 years ago * SoapReflectionImporter.cs, XmlReflectionImporter.cs: Fixed so XmlIncludeAttribute and
Lluis Sanchez [Tue, 1 Jul 2003 15:53:02 +0000 (15:53 -0000)]
* SoapReflectionImporter.cs, XmlReflectionImporter.cs: Fixed so XmlIncludeAttribute and
  SoapIncludeAttribute are now transitive (if class A includes class B, and B includes C, then
  A includes C).

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

21 years ago2003-07-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 1 Jul 2003 15:30:07 +0000 (15:30 -0000)]
2003-07-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Page.cs: also keep the value for the second try on handling postback
events.

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

21 years ago * Made tests which expect an exception use the
Martin Willemoes Hansen [Tue, 1 Jul 2003 15:26:28 +0000 (15:26 -0000)]
    * Made tests which expect an exception use the
          ExpectedException Attribute.

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

21 years ago2003-07-01 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 1 Jul 2003 14:30:38 +0000 (14:30 -0000)]
2003-07-01  Zoltan Varga  <vargaz@freemail.hu>

* expression.cs (ResolveOperator): Fix Concat (string, string, string)
optimization.

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

21 years agoThis should fix the build on platforms without JIT.
Paolo Molaro [Tue, 1 Jul 2003 14:06:03 +0000 (14:06 -0000)]
This should fix the build on platforms without JIT.

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

21 years ago2003-07-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 1 Jul 2003 13:43:37 +0000 (13:43 -0000)]
2003-07-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ISessionHandler.cs:
* SessionInProcHandler.cs:
* SessionStateModule.cs: UpdateContext returns a bool indicating if we
started a new session. Only call session start event if that is true.

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

21 years ago2003-07-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 1 Jul 2003 13:41:19 +0000 (13:41 -0000)]
2003-07-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpApplication.cs: prevent nullref if an error happens before context
is set.
* HttpException.cs: small fix in the stack trace sent.
* HttpUtility.cs: the lock is not needed.

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

21 years agoTue Jul 1 13:03:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 1 Jul 2003 11:12:47 +0000 (11:12 -0000)]
Tue Jul 1 13:03:43 CEST 2003 Paolo Molaro <lupus@ximian.com>

* alpha/tramp.c: update from Laramie Leavitt (lar@leavitt.us).

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

21 years agoSmall doc on assembly bundles.
Paolo Molaro [Tue, 1 Jul 2003 10:51:33 +0000 (10:51 -0000)]
Small doc on assembly bundles.

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

21 years ago2003-07-01 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 1 Jul 2003 10:50:17 +0000 (10:50 -0000)]
2003-07-01  Zoltan Varga  <vargaz@freemail.hu>

* StackFrameTest.cs (TestGetMethod): Remove test for method name, since
it is not guaranteed to be 'InternalInvoke'.

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

21 years ago2003-07-01 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 1 Jul 2003 10:46:16 +0000 (10:46 -0000)]
2003-07-01  Zoltan Varga  <vargaz@freemail.hu>

* StackFrame.cs: Obtain frame info for 'fake' frames too, since this is
what MS does.

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

21 years agoTue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 1 Jul 2003 09:57:58 +0000 (09:57 -0000)]
Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>

* image.h, image.c: added support to load an assembly from a byte array.
* Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added
assembly bundle support.

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

21 years agoTue Jul 1 11:27:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 1 Jul 2003 09:37:16 +0000 (09:37 -0000)]
Tue Jul 1 11:27:53 CEST 2003 Paolo Molaro <lupus@ximian.com>

* acconfig.h, configure.in: added bundle support.

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

21 years agoTue Jul 1 11:26:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 1 Jul 2003 09:35:48 +0000 (09:35 -0000)]
Tue Jul 1 11:26:10 CEST 2003 Paolo Molaro <lupus@ximian.com>

* Makefile.am: added.

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

21 years ago2003-07-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 1 Jul 2003 00:16:05 +0000 (00:16 -0000)]
2003-07-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebClient.cs: fixed bug #45651.

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

21 years ago * SoapReflectionImporter.cs, XmlReflectionImporter.cs, XmlTypeMapping.cs:
Lluis Sanchez [Mon, 30 Jun 2003 23:17:57 +0000 (23:17 -0000)]
* SoapReflectionImporter.cs, XmlReflectionImporter.cs, XmlTypeMapping.cs:
  Added support for serialization of enums with the Flags attribute.

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

21 years agoAdded a clean-target in the makefile and another test application
Philip Van Hoof [Mon, 30 Jun 2003 23:14:32 +0000 (23:14 -0000)]
Added a clean-target in the makefile and another test application

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

21 years agoModified Form.cs so that the very standard Form1.cs which VS.NET generates compiles
Philip Van Hoof [Mon, 30 Jun 2003 23:10:50 +0000 (23:10 -0000)]
Modified Form.cs so that the very standard Form1.cs which VS.NET generates compiles

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

21 years agoGot rid of some gtk+-warnings about str being NULL
Philip Van Hoof [Mon, 30 Jun 2003 23:07:00 +0000 (23:07 -0000)]
Got rid of some gtk+-warnings about str being NULL

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

21 years agoRemoved debugtests
Philip Van Hoof [Mon, 30 Jun 2003 23:01:12 +0000 (23:01 -0000)]
Removed debugtests

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

21 years agoFixed the crashing
Philip Van Hoof [Mon, 30 Jun 2003 22:59:56 +0000 (22:59 -0000)]
Fixed the crashing

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

21 years agoTest list
Miguel de Icaza [Mon, 30 Jun 2003 21:47:50 +0000 (21:47 -0000)]
Test list

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

21 years ago * SoapReflectionImporter.cs: Fix support for DataType in class members.
Lluis Sanchez [Mon, 30 Jun 2003 21:13:56 +0000 (21:13 -0000)]
* SoapReflectionImporter.cs: Fix support for DataType in class members.
* TypeData.cs: Don't use "Index" name to get indexer property. Indexer properties
  can have other names.
* TypeTranslator.cs, XmlCustomFormatter.cs: Added support for "time" and "data" xml types.
* XmlReflectionImporter.cs, XmlTypeMapElementInfo.cs, XmlSerializationReader.cs,
  XmlSerializationWriter.cs, XmlTypeMapElementInfo.cs, XmlTypeMapping.cs:
  Fix support for DataType in class members.
* XmlSerializationReaderInterpreter.cs, XmlSerializationWriterInterpreter.cs:
  Added support for array of primitive types in attributes.

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

21 years ago2003-06-30: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
Jean-Marc Andre [Mon, 30 Jun 2003 20:36:15 +0000 (20:36 -0000)]
2003-06-30: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
SoapServices.cs:
removed because it is build in corlib.dll now

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

21 years ago2003-06-30 Jean-Marc Andr�� <jean-marc.andre@polymtl.ca>
Jean-Marc Andre [Mon, 30 Jun 2003 20:34:02 +0000 (20:34 -0000)]
2003-06-30  Jean-Marc Andr�� <jean-marc.andre@polymtl.ca>
ObjectWriter, SoapFormatter, SoapWriter:
cleaned the code

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

21 years ago2003-06-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Mon, 30 Jun 2003 19:51:42 +0000 (19:51 -0000)]
2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* System.XML_linux_test.args: added XPathNavigatorCommonTests.cs.

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

21 years ago2003-06-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Mon, 30 Jun 2003 19:51:09 +0000 (19:51 -0000)]
2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* Added XPathNavigatorCommonTests.cs.

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