mono.git
20 years ago2004-03-19 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 19 Mar 2004 15:21:18 +0000 (15:21 -0000)]
2004-03-19  Sebastien Pouliot  <sebastien@ximian.com>

* CipherSuite.cs: Fixed PRF generation when secret is an odd number of
bytes (section 5 in RFC2246).
* CipherSuiteFactory.cs: Added algorithms RSA_EXPORT_WITH_RC4_40_MD5,
RSA_EXPORT_WITH_RC2_CBC_40_MD5, RSA_EXPORT_WITH_DES40_CBC_SHA,
RSA_EXPORT_WITH_RC4_56_MD5, RSA_EXPORT_WITH_RC2_CBC_56_MD5,
RSA_EXPORT_WITH_DES_CBC_56_SHA and RSA_EXPORT_WITH_RC4_56_SHA to both
SSL3 and TLS1 protocols.
* SslCipherSuite.cs: Fixed key generation for exportable ciphers.
* TlsCipherSuite.cs: Fixed key generation for exportable ciphers.

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

20 years ago2004-03-19 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 19 Mar 2004 14:31:06 +0000 (14:31 -0000)]
2004-03-19  Atsushi Enomoto <atsushi@ximian.com>

* XmlImplementation.cs : HasFeature() returns true when strVersion
  is null.

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

20 years ago2004-03-19 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 19 Mar 2004 13:57:25 +0000 (13:57 -0000)]
2004-03-19  Dick Porter  <dick@ximian.com>

* UnicodeEncoding.cs: GetCharCount(), GetChars(): Check for the
BOM at the beginning of the range of characters we're interested
in, not at the beginning of the array.  Fixes bug 51531.

2004-03-19  Dick Porter  <dick@ximian.com>

* UnicodeEncodingTest.cs: Test for character counts on subranges
of arrays with a BOM at the start of the array.

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

20 years ago2004-03-19 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 19 Mar 2004 13:36:13 +0000 (13:36 -0000)]
2004-03-19  Sebastien Pouliot  <sebastien@ximian.com>

* SignedXmlTest.cs: Completed unit tests as many methods were not
tested at all previously.

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

20 years ago2004-03-19 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 19 Mar 2004 13:34:28 +0000 (13:34 -0000)]
2004-03-19  Sebastien Pouliot  <sebastien@ximian.com>

* SignedXml.cs: Lot of small changes to complete TODOs and to match
the new unit tests.

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

20 years ago2004-03-19 Joerg Rosenkranz <JoergR@voelcker.com>
Rafael Teixeira [Fri, 19 Mar 2004 13:08:04 +0000 (13:08 -0000)]
2004-03-19 Joerg Rosenkranz <JoergR@voelcker.com>
* Interaction.cs:
Added MonoTODO attributes
All not implemented members are throwing NotImplementedException
Implemented IIf
Implemented Command
Implemented Environ

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

20 years ago2004-03-18 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 19 Mar 2004 10:50:45 +0000 (10:50 -0000)]
2004-03-18  Umadevi S (sumadevi@novell.com)
* OdbcCollection.cs - implemented CopyTo method

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

20 years ago2004-03-19 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 19 Mar 2004 08:15:29 +0000 (08:15 -0000)]
2004-03-19 Umadevi S (sumadevi@novell.com)
* OdbcException.cs - Implemented Message and GetObjectData

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

20 years ago2004-03-19 David Sheldon <dave-mono@earth.li>
David Sheldon [Fri, 19 Mar 2004 08:12:42 +0000 (08:12 -0000)]
2004-03-19  David Sheldon <dave-mono@earth.li>

  * ThreadTest.cs: Removed Ignore attributes from
      CurrentPrincipal_PrincipalPolicy_NoPrincipal and
      CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
    Now that bug 54041 is fixed, and they wont livelock.

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Fri, 19 Mar 2004 06:24:58 +0000 (06:24 -0000)]
ChangeLog: Updated ChangeLog
TestBitmap.cs: Added test case for exception thrown while saving
   image to same file from which it is read.

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Fri, 19 Mar 2004 06:08:46 +0000 (06:08 -0000)]
ChangeLog: Updated ChangeLog
Image.cs: Implemented save method and fixed issue with file creation

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

20 years ago2004-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 19 Mar 2004 05:25:22 +0000 (05:25 -0000)]
2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* process.c: quote the arguments when UseShellExecute is true. Fixes
bug #55790.

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

20 years agoFlush
Miguel de Icaza [Fri, 19 Mar 2004 02:27:17 +0000 (02:27 -0000)]
Flush

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

20 years ago2004-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 19 Mar 2004 01:36:11 +0000 (01:36 -0000)]
2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* threads.c: set mono_thread_detach as a cleanup routine for every
thread. This way it's always executed upon thread termination, either
aborted or finished normally. No more xsp hangs!

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

20 years ago2004-03-18 David Sheldon <dave-mono@earth.li>
David Sheldon [Thu, 18 Mar 2004 23:25:35 +0000 (23:25 -0000)]
2004-03-18  David Sheldon <dave-mono@earth.li>

  * Hashtable.cs: Serialise/Deserialise to two arrays of
   keys/values. This will match what MS.NET appears to be
   doing.

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

20 years ago2003-03-18 David Sheldon <dave-mono@earth.li>
David Sheldon [Thu, 18 Mar 2004 23:22:51 +0000 (23:22 -0000)]
2003-03-18 David Sheldon <dave-mono@earth.li>

  * SoapTypeMapper.cs: Map object to xsd:anyType rather than
    SOAP-ENC:anyType so we can deserialise the objects serialised
    by MS.NET.

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

20 years agoREADME
Miguel de Icaza [Thu, 18 Mar 2004 23:21:00 +0000 (23:21 -0000)]
README

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

20 years agoUpdate
Miguel de Icaza [Thu, 18 Mar 2004 23:08:51 +0000 (23:08 -0000)]
Update

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

20 years agoUse new defines for the JIT
Miguel de Icaza [Thu, 18 Mar 2004 23:02:24 +0000 (23:02 -0000)]
Use new defines for the JIT

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

20 years agoupdate link
Miguel de Icaza [Thu, 18 Mar 2004 23:02:11 +0000 (23:02 -0000)]
update link

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

20 years agoUpdate web
Miguel de Icaza [Thu, 18 Mar 2004 23:02:09 +0000 (23:02 -0000)]
Update web

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

20 years agoUpdate
Miguel de Icaza [Thu, 18 Mar 2004 22:36:02 +0000 (22:36 -0000)]
Update

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

20 years agoUpdate
Miguel de Icaza [Thu, 18 Mar 2004 22:36:02 +0000 (22:36 -0000)]
Update

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

20 years agoFixety poo
Miguel de Icaza [Thu, 18 Mar 2004 22:34:37 +0000 (22:34 -0000)]
Fixety poo

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

20 years ago**** Merged from MCS ****
Martin Baulig [Thu, 18 Mar 2004 22:31:38 +0000 (22:31 -0000)]
**** Merged from MCS ****

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

20 years ago2004-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 18 Mar 2004 22:06:21 +0000 (22:06 -0000)]
2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
MapPath when the virtual directory is the root virtual directory.

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

20 years agoFixBuild
Miguel de Icaza [Thu, 18 Mar 2004 21:54:10 +0000 (21:54 -0000)]
FixBuild

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

20 years agoFlush
Miguel de Icaza [Thu, 18 Mar 2004 21:18:13 +0000 (21:18 -0000)]
Flush

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

20 years agoQuick fix fo macosx until this code is dumped.
Paolo Molaro [Thu, 18 Mar 2004 20:38:55 +0000 (20:38 -0000)]
Quick fix fo macosx until this code is dumped.

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

20 years ago2004-03-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 18 Mar 2004 19:56:56 +0000 (19:56 -0000)]
2004-03-18  Atsushi Enomoto <atsushi@ximian.com>

* Makefile : It was incorrect fix, and more fix on command line.

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

20 years ago2004-03-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 18 Mar 2004 19:31:59 +0000 (19:31 -0000)]
2004-03-18  Atsushi Enomoto <atsushi@ximian.com>

* Makefile : path to jay should be supplied.

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

20 years agoImprove error checking
Miguel de Icaza [Thu, 18 Mar 2004 19:19:55 +0000 (19:19 -0000)]
Improve error checking

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

20 years agoThu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 18 Mar 2004 18:33:54 +0000 (18:33 -0000)]
Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus@ximian.com>

* mini-ppc.c, exceptions-ppc.c: basic exceptions support
for Linux/ppc.

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

20 years agoThu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 18 Mar 2004 18:27:35 +0000 (18:27 -0000)]
Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus@ximian.com>

* inssel-ppc.brg: fixed register assignments for some rules.

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

20 years ago2004-03-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 18 Mar 2004 18:03:50 +0000 (18:03 -0000)]
2004-03-18  Atsushi Enomoto <atsushi@ximian.com>

* XmlDataDocumentTest.cs : file path fixes.

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

20 years ago2004-03-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 18 Mar 2004 18:03:07 +0000 (18:03 -0000)]
2004-03-18  Atsushi Enomoto <atsushi@ximian.com>

* XmlDataDocument.cs : Fixed incorrect cast in OnDataTableRowAdded().
  This fixes bug #54505.

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

20 years agoAdded TestBitmap, TestBlend and TestColorBlend to the test sources list.
Ravindra [Thu, 18 Mar 2004 14:31:34 +0000 (14:31 -0000)]
Added TestBitmap, TestBlend and TestColorBlend to the test sources list.

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

20 years agoMinor fixes.
Ravindra [Thu, 18 Mar 2004 14:18:00 +0000 (14:18 -0000)]
Minor fixes.

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

20 years ago2004-03-18 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Thu, 18 Mar 2004 12:39:54 +0000 (12:39 -0000)]
2004-03-18  Nick Drochak <ndrochak@ieee.org>

* Math.cs: Use IsNaN() method not "x == NaN".

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

20 years ago2004-03-18 Umadevi S (sumadevi@novell.com)
Umadevi S [Thu, 18 Mar 2004 12:30:25 +0000 (12:30 -0000)]
2004-03-18 Umadevi S (sumadevi@novell.com)
* Removed TODOs on Properties AllowEdit, AllowDelete, AllowNew
* after verifying with testcases

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

20 years agoChangeLog.
Ravindra [Thu, 18 Mar 2004 05:04:46 +0000 (05:04 -0000)]
ChangeLog.

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

20 years agoChangeLog.
Ravindra [Thu, 18 Mar 2004 04:58:08 +0000 (04:58 -0000)]
ChangeLog.

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

20 years ago2004-03-17 Umadevi S (sumadevi@novell.com)
Umadevi S [Thu, 18 Mar 2004 04:53:05 +0000 (04:53 -0000)]
2004-03-17 Umadevi S (sumadevi@novell.com)
* Changed constructors and Command method for OleDbRowUpdatingEventArgs and OleDbRowUpdtedEventArgs classes

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

20 years agoChangeLogs.
Ravindra [Thu, 18 Mar 2004 04:39:34 +0000 (04:39 -0000)]
ChangeLogs.

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

20 years agoChangeLog
Ravindra [Thu, 18 Mar 2004 04:25:26 +0000 (04:25 -0000)]
ChangeLog

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

20 years ago2004-03-18 Umadevi S (sumadevi@novell.com)
Umadevi S [Thu, 18 Mar 2004 03:54:51 +0000 (03:54 -0000)]
2004-03-18  Umadevi S (sumadevi@novell.com)
* Implemented missing methods for OleDbParameterCollection & OleDbParameter class

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

20 years ago2004-03-17 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Thu, 18 Mar 2004 01:30:46 +0000 (01:30 -0000)]
2004-03-17 Ben Maurer  <bmaurer@users.sourceforge.net>

* decl.cs (FindMemberToOverride): New method to find the correct
method or property to override in the base class.
* class.cs
    - Make Method/Property use the above method to find the
      version in the base class.
    - Remove the InheritableMemberSignatureCompare as it is now
      dead code.

This patch makes large code bases much faster to compile, as it is
O(n) rather than O(n^2) to do this validation.

Also, it fixes bug 52458 which is that nested classes are not
taken into account when finding the base class member.

Reviewed/Approved by Martin.

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

20 years agoDont build this on Windows
Miguel de Icaza [Thu, 18 Mar 2004 00:55:01 +0000 (00:55 -0000)]
Dont build this on Windows

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

20 years agoAdded some more stuff.
Martin Baulig [Thu, 18 Mar 2004 00:44:03 +0000 (00:44 -0000)]
Added some more stuff.

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

20 years agoHmm, this should now work.
Martin Baulig [Thu, 18 Mar 2004 00:43:49 +0000 (00:43 -0000)]
Hmm, this should now work.

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

20 years ago2004-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 18 Mar 2004 00:34:22 +0000 (00:34 -0000)]
2004-03-17  Martin Baulig  <martin@ximian.com>

* expression.cs (MemberAccess.DoResolve): Take the parent's number
of type arguments into account; use the `real_num_type_args'
approach like in DoResolveAsTypeStep().

* generic.cs (GenericMemberAccess.DoResolve): Make this work for
nested types.

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

20 years agoCosmetic ...
Martin Baulig [Thu, 18 Mar 2004 00:08:04 +0000 (00:08 -0000)]
Cosmetic ...

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

20 years agoSmall fix.
Martin Baulig [Thu, 18 Mar 2004 00:03:06 +0000 (00:03 -0000)]
Small fix.

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

20 years ago2004-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 17 Mar 2004 23:59:47 +0000 (23:59 -0000)]
2004-03-17  Martin Baulig  <martin@ximian.com>

* class.h (MonoGenericInst): Replaced the `GList *nested' with an
`int count_nested' and a `MonoType **nested'.

* reflection.c (mono_reflection_bind_generic_parameters): Moved
most of the functionality into a new static
do_mono_reflection_bind_generic_parameters() and don't take a
`MonoType *nested_in' argument any more.  Don't compute nested
types here.
(mono_reflection_generic_inst_get_nested_types): New public method
to get nested types.

* class.c (mono_class_create_generic): Set `klass->nested_in' if
we're a nested class.

* icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
mono_reflection_generic_inst_get_nested_types() to compute the
nested types.

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

20 years ago2004-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 17 Mar 2004 21:46:29 +0000 (21:46 -0000)]
2004-03-17  Martin Baulig  <martin@ximian.com>

Merged latest changes into gmcs.  Please keep this comment in
here, it makes it easier for me to see what changed in MCS since
the last time I merged.

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

20 years ago**** Merged from MCS ****
Martin Baulig [Wed, 17 Mar 2004 21:45:26 +0000 (21:45 -0000)]
**** Merged from MCS ****

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

20 years ago2004-03-17 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 17 Mar 2004 21:06:00 +0000 (21:06 -0000)]
2004-03-17  Zoltan Varga  <vargaz@freemail.hu>

* threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
descriptive error message under windows.

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

20 years ago2004-03-17 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 17 Mar 2004 20:42:19 +0000 (20:42 -0000)]
2004-03-17  Zoltan Varga  <vargaz@freemail.hu>

* exceptions.cs: Add test for exceptions in static constructors.

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

20 years ago2004-03-17 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 17 Mar 2004 20:41:27 +0000 (20:41 -0000)]
2004-03-17  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (mono_jit_compile_method_with_out): Move the calling of
static constructors outside the domain lock. Fixes #55720.

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

20 years ago2004-03-17 Francois Beauchemin <beauche@softhome.net>
Gonzalo Paniagua Javier [Wed, 17 Mar 2004 20:21:43 +0000 (20:21 -0000)]
2004-03-17  Francois Beauchemin <beauche@softhome.net>
  * syntax.cs, interpreter.cs, quicksearch.cs, regex.cs, compiler.cs :
  Revised support for RigthToLeft.
  quicksearch has now an reverse option.
  This fixes bug #54537

   * regex.cs, compiler.cs :
    Some code to support CILCompiler.
  * regex.cs :
  Added some undocumented of MS.

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

20 years ago2004-03-17 Francois Beauchemin <beauche@softhome.net>
Gonzalo Paniagua Javier [Wed, 17 Mar 2004 20:20:51 +0000 (20:20 -0000)]
2004-03-17  Francois Beauchemin <beauche@softhome.net>
  * PerlTrials.cs : Added many test for RightToLeft
  * PerlTest.cs, RegexTrial : Modified version of regextrial to
  be run all the test and to report exception.

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

20 years ago2004-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 17 Mar 2004 20:14:52 +0000 (20:14 -0000)]
2004-03-17  Martin Baulig  <martin@ximian.com>

* class.c (dup_type): Added `const MonoType *original' argument;
copy the attrs from the original type.

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

20 years ago2004-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 17 Mar 2004 19:51:12 +0000 (19:51 -0000)]
2004-03-17  Martin Baulig  <martin@ximian.com>

* gen-43.cs: New generics test for static fields.

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

20 years ago2004-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 17 Mar 2004 19:50:22 +0000 (19:50 -0000)]
2004-03-17  Martin Baulig  <martin@ximian.com>

* mini.c (get_generic_field_inst): Removed, this'll never happen.
(inflate_generic_field): Take the `MonoMethod *' instead of the
`MonoClass *' and added support for generic method.
(mono_method_to_ir): In CEE_LDSFLD and CEE_STSFLD, assert we never
have a `field->parent->gen_params', only inflate the field if it's
an open constructed type.

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

20 years ago2004-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 17 Mar 2004 19:48:15 +0000 (19:48 -0000)]
2004-03-17  Martin Baulig  <martin@ximian.com>

* metadata.c (do_mono_metadata_parse_generic_inst): Use the
`m->generic_inst_cache' here.

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

20 years ago2004-03-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 17 Mar 2004 19:30:10 +0000 (19:30 -0000)]
2004-03-17  Atsushi Enomoto <atsushi@ximian.com>

* Commons.Xml.Relaxng.dll.sources : Added RncParser.cs and RncTokenizer.cs.
* Commons.Xml.Relaxng_test.dll.sources : Added RncTests.cs.
* Makefile : Added RncParser.jay build support.
* README : updated.

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

20 years ago2004-03-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 17 Mar 2004 19:29:18 +0000 (19:29 -0000)]
2004-03-17  Atsushi Enomoto <atsushi@ximian.com>

* Added RncTests.cs (compact syntax test).
* RelaxngReaderTests.cs : modified and fixed relaxng.rng reading test.
* RelaxngValidatingReaderTests.cs : Added relaxng.rng validation test.

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

20 years ago2004-03-17 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 17 Mar 2004 19:27:34 +0000 (19:27 -0000)]
2004-03-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* Added relaxng.rng and relaxng.rnc.

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

20 years ago2004-03-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 17 Mar 2004 19:26:34 +0000 (19:26 -0000)]
2004-03-17  Atsushi Enomoto <atsushi@ximian.com>

* RelaxngNameClass.cs : Introduced RelaxngNameClassList class.

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

20 years ago2004-03-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 17 Mar 2004 19:26:08 +0000 (19:26 -0000)]
2004-03-17  Atsushi Enomoto <atsushi@ximian.com>

* Initial checkin; added RncParser.jay, RncTokenizer.cs and ChangeLog.

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

20 years ago * Win32RegistryApi.cs: Fix typo. Patch by Gert
Jackson Harper [Wed, 17 Mar 2004 18:19:29 +0000 (18:19 -0000)]
    * Win32RegistryApi.cs: Fix typo. Patch by Gert
          Driesen.

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

20 years ago2004-03-17 Carlos Guzman Alvarez <carlosga@telefonica.net>
Carlos Guzmán Álvarez [Wed, 17 Mar 2004 16:54:32 +0000 (16:54 -0000)]
2004-03-17 Carlos Guzman Alvarez  <carlosga@telefonica.net>

* Mono.Security.Protocol.Tls.Handshake.Server/TlsClientCertificate.cs:
* Mono.Security.Protocol.Tls.Handshake.Server/TlsServerKeyExchange.cs:

- Initial implementation.

2004-03-16 Carlos Guzman Alvarez  <carlosga@telefonica.net>

* Mono.Security.Protocol.Tls/SslCipherSuite.cs:

- Added changes for allow it to work as server or client.

2004-03-15 Carlos Guzman Alvarez  <carlosga@telefonica.net>

* Mono.Security.Protocol.Tls/TlsStream.cs:
* Mono.Security.Protocol.Tls/CipherSuite.cs:
* Mono.Security.Protocol.Tls/TlsCipherSuite.cs:
* Mono.Security.Protocol.Tls/SslHandshakeHash.cs:
* Mono.Security.Protocol.Tls/RecordProtocol.cs:
* Mono.Security.Cryptography/MD5SHA1.cs:

- Use Buffer.BlockCopy instead of System.Array.Copy

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

20 years ago2004-03-17 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 17 Mar 2004 15:49:37 +0000 (15:49 -0000)]
2004-03-17  Bernie Solomon  <bernard@ugsolutions.com>

* io.c (async_notifier): use "union sigval" rather
than sigval_t as Solaris doesn't have sigval_t
(which isn't in IEEE 1003.1 either).

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

20 years ago2004-03-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 17 Mar 2004 15:19:15 +0000 (15:19 -0000)]
2004-03-17  Sebastien Pouliot  <sebastien@ximian.com>

* SignedXml.cs: The old method was working for creating signature -
so it was reintroduced for (only) this case.

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

20 years agoAdded changelog.
Ravindra [Wed, 17 Mar 2004 15:04:33 +0000 (15:04 -0000)]
Added changelog.

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

20 years agoCreated README for directory structure of Tests and Samples for System.Drawing.
Ravindra [Wed, 17 Mar 2004 15:01:06 +0000 (15:01 -0000)]
Created README for directory structure of Tests and Samples for System.Drawing.

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

20 years agoAdded tests for Blend.cs and ColorBlend.cs.
Ravindra [Wed, 17 Mar 2004 14:57:46 +0000 (14:57 -0000)]
Added tests for Blend.cs and ColorBlend.cs.

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

20 years agoAdded changelog.
Ravindra [Wed, 17 Mar 2004 14:55:37 +0000 (14:55 -0000)]
Added changelog.

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

20 years ago2004-03-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 17 Mar 2004 14:01:12 +0000 (14:01 -0000)]
2004-03-17  Sebastien Pouliot  <sebastien@ximian.com>

* ASN1.cs: Class synched with Mono.Security.
* ASN1Convert.cs: Class synched with Mono.Security.

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

20 years ago2004-03-17 Jesper Pedersen <jep@itplus.dk>
Sebastien Pouliot [Wed, 17 Mar 2004 13:58:06 +0000 (13:58 -0000)]
2004-03-17  Jesper Pedersen  <jep@itplus.dk>

* PKCS12.cs: Fixed sequence problem in Pkcs8ShroudedKeyBag. Fixed key
bag implementation in GetBytes. Moved key bag implementation in
GetBytes to fit OpenSSL. Added NULL digest in MAC (GetBytes) to fit
OpenSSL. Added SaveToFile method.

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

20 years ago2004-03-17 Jesper Pedersen <jep@itplus.dk>
Sebastien Pouliot [Wed, 17 Mar 2004 13:56:52 +0000 (13:56 -0000)]
2004-03-17  Jesper Pedersen  <jep@itplus.dk>

* ASN1.cs: Implemented ASN1::ToString (byte dump)
* ASN1Convert.cs: Fixed engine problem in ASN1Convert::FromInt32

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

20 years agoFixed Blend.cs and ColorBlend.cs.
Ravindra [Wed, 17 Mar 2004 13:55:59 +0000 (13:55 -0000)]
Fixed Blend.cs and ColorBlend.cs.

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

20 years ago2004-03-17 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 17 Mar 2004 13:35:33 +0000 (13:35 -0000)]
2004-03-17  Zoltan Varga  <vargaz@freemail.hu>

* exceptions-x86.c (mono_arch_handle_exception): Allocate a new
exception object instead of the preconstructed ones.

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

20 years ago2004-03-17 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 17 Mar 2004 13:29:40 +0000 (13:29 -0000)]
2004-03-17  Zoltan Varga  <vargaz@freemail.hu>

* exception.h exception.c: Add stack_overflow_exception.

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

20 years ago2004-03-17 Ivan Hamilton <ivan@chimerical.com.au>
Sebastien Pouliot [Wed, 17 Mar 2004 12:38:48 +0000 (12:38 -0000)]
2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>

* System.dll.sources: Added System/System.ComponentModel.Design
/RuntimeLicenseContext.cs
* System_test.dll.sources : Added System.ComponentModel
/LicenseManagerTests.cs

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

20 years ago2004-03-17 Ivan Hamilton <ivan@chimerical.com.au>
Sebastien Pouliot [Wed, 17 Mar 2004 12:35:53 +0000 (12:35 -0000)]
2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>

* LicenseManagerTests.cs: New. Unit tests.

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

20 years ago2004-03-17 Ivan Hamilton <ivan@chimerical.com.au>
Sebastien Pouliot [Wed, 17 Mar 2004 12:34:16 +0000 (12:34 -0000)]
2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>

* RuntimeLicenseContext.cs: Implemented.

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

20 years ago2004-03-17 Ivan Hamilton <ivan@chimerical.com.au>
Sebastien Pouliot [Wed, 17 Mar 2004 12:32:49 +0000 (12:32 -0000)]
2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>

* LicenseManager.cs: Completed TODO.

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

20 years ago*** empty log message ***
Marek Safar [Wed, 17 Mar 2004 07:54:04 +0000 (07:54 -0000)]
*** empty log message ***

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

20 years ago2004-03-17 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 17 Mar 2004 07:52:25 +0000 (07:52 -0000)]
2004-03-17  Marek Safar  <marek.safar@seznam.cz>

* interface.cs: In all interface classes removed redundant
member initialization.

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

20 years ago2004-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 17 Mar 2004 07:45:16 +0000 (07:45 -0000)]
2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* mini.c: reverted changed to sigsegv_signal_handler commited
accidentally in the previous patch.

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

20 years ago2004-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 17 Mar 2004 07:38:58 +0000 (07:38 -0000)]
2004-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* mini.c:
(mono_method_to_ir): CEE_CALLVIRT, abort if no method. It hanged when
running --aot with an old assembly.

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

20 years agoTypos
Gonzalo Paniagua Javier [Wed, 17 Mar 2004 07:19:03 +0000 (07:19 -0000)]
Typos

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

20 years ago2004-03-17 Umadevi S (sumadevi@novell.com)
Umadevi S [Wed, 17 Mar 2004 05:02:06 +0000 (05:02 -0000)]
2004-03-17 Umadevi S (sumadevi@novell.com)
* OdbcError.cs - implemented ToString

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

20 years agoAdded a test for HatchBrush.
Ravindra [Wed, 17 Mar 2004 03:23:09 +0000 (03:23 -0000)]
Added a test for HatchBrush.

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

20 years ago2004-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 17 Mar 2004 03:13:46 +0000 (03:13 -0000)]
2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* io.c: added debug stuff and removed a few redundant lines in
file_write.

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

20 years ago2004-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 17 Mar 2004 03:12:44 +0000 (03:12 -0000)]
2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* threadpool.c:
(overlapped_callback): call SetEvent *after* invoking the callback.
No need to call CloseHandle.

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

20 years agoAdd
Miguel de Icaza [Wed, 17 Mar 2004 01:41:41 +0000 (01:41 -0000)]
Add

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

20 years ago2004-03-16 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 17 Mar 2004 00:57:51 +0000 (00:57 -0000)]
2004-03-16  Martin Baulig  <martin@ximian.com>

* reflection.c (mono_image_get_fieldref_token): Take a
`MonoReflectionField *' instead of a `MonoClassField *' and a
`MonoClass *'; store the `MonoReflectionField *' in the hash.

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

20 years ago2004-03-16 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 17 Mar 2004 00:54:36 +0000 (00:54 -0000)]
2004-03-16  Martin Baulig  <martin@ximian.com>

* expression.cs (MemberAccess.DoResolve): If `expr' resolved to a
ConstructedType, call ResolveType() on it to get the type rather
than just using `expr.Type'.

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