mono.git
20 years ago * SerializationInfo.cs: Fixed bug in GetValue. Use IsAssignableFrom instead
Lluis Sanchez [Tue, 21 Oct 2003 16:21:18 +0000 (16:21 -0000)]
* SerializationInfo.cs: Fixed bug in GetValue. Use IsAssignableFrom instead
  of IsSubclass, since the type can be an interface.

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

20 years agofix deserialization. thanks to lluis.
Gonzalo Paniagua Javier [Tue, 21 Oct 2003 16:06:02 +0000 (16:06 -0000)]
fix deserialization. thanks to lluis.

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

20 years ago * RealProxy.cs: In PrivateInvoke() do not try to return the out parameters
Lluis Sanchez [Tue, 21 Oct 2003 15:26:56 +0000 (15:26 -0000)]
* RealProxy.cs: In PrivateInvoke() do not try to return the out parameters
  if the return message is an excption. This fixes bug #49926.

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

20 years ago2 typos in error message
Gonzalo Paniagua Javier [Tue, 21 Oct 2003 15:16:39 +0000 (15:16 -0000)]
2 typos in error message

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

20 years ago2003-10-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 21 Oct 2003 14:03:43 +0000 (14:03 -0000)]
2003-10-21  Zoltan Varga  <vargaz@freemail.hu>

* exception.h exception.c: Add AppDomainUnloadedException && fix
warning.

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

20 years agoFix typo when locking
Gonzalo Paniagua Javier [Tue, 21 Oct 2003 13:28:41 +0000 (13:28 -0000)]
Fix typo when locking

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

20 years ago2003-10-21 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 21 Oct 2003 13:10:26 +0000 (13:10 -0000)]
2003-10-21  Dick Porter  <dick@ximian.com>

* TextInfo.cs:
* CultureInfo.cs: Implement TextInfo.GetHashCode().  Fixes bug
49923.

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

20 years ago2003-10-21 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 21 Oct 2003 12:54:04 +0000 (12:54 -0000)]
2003-10-21  Dick Porter  <dick@ximian.com>

* socket-io.c
(ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
patch from Laramie Leavitt moving divide out of loop. (Bug 45381).

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

20 years agoUpdated ChangeLog
Carlos Guzmán Álvarez [Tue, 21 Oct 2003 12:18:50 +0000 (12:18 -0000)]
Updated ChangeLog

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

20 years ago*** empty log message ***
Carlos Guzmán Álvarez [Tue, 21 Oct 2003 12:18:16 +0000 (12:18 -0000)]
*** empty log message ***

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

20 years ago2003-10-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 21 Oct 2003 10:54:22 +0000 (10:54 -0000)]
2003-10-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* NameObjectCollectionBase.cs: added serialization support.

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

20 years agoTue Oct 21 12:01:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 21 Oct 2003 10:15:02 +0000 (10:15 -0000)]
Tue Oct 21 12:01:14 CEST 2003 Paolo Molaro <lupus@ximian.com>

* atomic.h: some ppc inline asm fixes (incorrect use of labels,
incorrect register constraints, incorrect clobber lists).

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

20 years ago2003-10-21 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 21 Oct 2003 05:30:56 +0000 (05:30 -0000)]
2003-10-21  Martin Baulig  <martin@ximian.com>

* reflection.c (mono_reflection_bind_generic_parameters):
`klass->parent' is NULL for interfaces.

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

20 years ago2003-10-21 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 21 Oct 2003 05:08:46 +0000 (05:08 -0000)]
2003-10-21  Nick Drochak <ndrochak@gol.com>

* FileIOPermissionAttributeTest.cs: Handle Short File Name vs. Long
File Name messiness.  This probably needs to be worked on for the
tests to work on Linux, etc.

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

20 years ago2003-10-21 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 21 Oct 2003 05:04:36 +0000 (05:04 -0000)]
2003-10-21  Nick Drochak <ndrochak@gol.com>

* BufferedSTreamTest.cs: Make TearDown smarter about possible
null member value.

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

20 years agoNew generics test.
Martin Baulig [Tue, 21 Oct 2003 04:50:28 +0000 (04:50 -0000)]
New generics test.

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

20 years ago2003-10-21 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 21 Oct 2003 04:50:04 +0000 (04:50 -0000)]
2003-10-21  Martin Baulig  <martin@ximian.com>

* convert.cs: Use `TypeManager.IsValueType' instead of
'type.IsValueType' everywhere.

* typemanager.cs (TypeManager.IsValueType): Return true for type
parameters.  The reason for this is that we need to box a type
parameter when converting it to a reference type.

* cs-parser.jay: Added support for default value expressions.

* generics.cs (DefaultValueExpression): New public class.

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

20 years ago2003-10-21 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 21 Oct 2003 04:40:35 +0000 (04:40 -0000)]
2003-10-21  Martin Baulig  <martin@ximian.com>

* reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.

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

20 years ago2003-10-21 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Tue, 21 Oct 2003 04:10:20 +0000 (04:10 -0000)]
2003-10-21  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * Makefile: Removed Mono.Security.Tls.

    * Mono.Security.Tls: Removed directory, now TLS support is in
    Mono.Security assembly.

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

20 years agoo Implemented GetHashCode for UsernameToken and X509SecurityToken
Dave Bettin [Tue, 21 Oct 2003 03:58:31 +0000 (03:58 -0000)]
o Implemented GetHashCode for UsernameToken and X509SecurityToken
o WSE2 fixes for build

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

20 years agoo fixes for windows build
Dave Bettin [Tue, 21 Oct 2003 03:56:55 +0000 (03:56 -0000)]
o fixes for windows build

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

20 years ago * get.c (get_fieldref_signature): Use MONO_MEMBERREF_SIGNATURE in
Jackson Harper [Tue, 21 Oct 2003 03:44:56 +0000 (03:44 -0000)]
    * get.c (get_fieldref_signature): Use MONO_MEMBERREF_SIGNATURE in
the member ref table.

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

20 years ago2003-10-20 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 21 Oct 2003 02:52:00 +0000 (02:52 -0000)]
2003-10-20 Sebastien Pouliot  <spouliot@videotron.ca>

* EncryptedKeyTest.cs: New. Unit tests for EncryptedKey.

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

20 years ago2003-10-20 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 21 Oct 2003 02:50:03 +0000 (02:50 -0000)]
2003-10-20  Sebastien Pouliot  <spouliot@videotron.ca>

* AsymmetricEncryptionKey.cs: Added internal property to get the AsymmetricAlgorithm object.
* EncryptedKey.cs: Almost complete (still lacking LoadXml).
* SymmetricEncryptionKey.cs: Added internal property to get

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

20 years agoadd some .cvsignore files
Ben Maurer [Tue, 21 Oct 2003 02:41:43 +0000 (02:41 -0000)]
add some .cvsignore files

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

20 years agoLots-o-stubbing
Ben Maurer [Tue, 21 Oct 2003 02:39:58 +0000 (02:39 -0000)]
Lots-o-stubbing

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

20 years ago2003-10-21 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 21 Oct 2003 01:42:16 +0000 (01:42 -0000)]
2003-10-21  Martin Baulig  <martin@ximian.com>

* get.c (get_typespec): Add MONO_TYPE_VAR and MONO_TYPE_MVAR.

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

20 years agoImproved error checking a bit.
Martin Baulig [Tue, 21 Oct 2003 00:40:00 +0000 (00:40 -0000)]
Improved error checking a bit.

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

20 years ago * ServiceDescription.cs: Fixed implementation of CanRead.
Lluis Sanchez [Tue, 21 Oct 2003 00:16:52 +0000 (00:16 -0000)]
* ServiceDescription.cs: Fixed implementation of CanRead.

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

20 years ago * DiscoveryClientProtocol.cs: Fixed little bug in DiscoverAny.
Lluis Sanchez [Tue, 21 Oct 2003 00:14:07 +0000 (00:14 -0000)]
* DiscoveryClientProtocol.cs: Fixed little bug in DiscoverAny.

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

20 years agoAdded disco tool
Lluis Sanchez [Tue, 21 Oct 2003 00:03:59 +0000 (00:03 -0000)]
Added disco tool

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

20 years ago * Makefile: Added disco directory.
Lluis Sanchez [Mon, 20 Oct 2003 23:40:19 +0000 (23:40 -0000)]
* Makefile: Added disco directory.

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

20 years ago2003-10-20 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Mon, 20 Oct 2003 23:36:25 +0000 (23:36 -0000)]
2003-10-20  Sebastien Pouliot  <spouliot@videotron.ca>

* Mono.Security.dll.sources: Removed AssemblyInfo.cs from build.
This file is for TLS not for the complete Mono.Security assembly.

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

20 years agoAdded TlsAbstractCipherSuite.cs, TlsCipherSuiteFactory.cs and
Duncan Mak [Mon, 20 Oct 2003 23:24:38 +0000 (23:24 -0000)]
Added TlsAbstractCipherSuite.cs, TlsCipherSuiteFactory.cs and
TlsCompressMethod.cs. This fixes the build.

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

20 years ago * ReflectionHelper.cs: In CheckSerializableType() check that the type
Lluis Sanchez [Mon, 20 Oct 2003 23:10:14 +0000 (23:10 -0000)]
* ReflectionHelper.cs: In CheckSerializableType() check that the type
  is public.
* XmlSerializationWriter.cs: Added check for circular references.
  This fixes bug #49879.

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

20 years ago2003-10-20 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 20 Oct 2003 22:16:28 +0000 (22:16 -0000)]
2003-10-20  Miguel de Icaza  <miguel@ximian.com>

* TcpClient.cs: Fix void Dispose (bool disposing) to follow the
pattern.  It was shutting down the managed resources even in the
finalizer case, it should only do that when called from
IDisposable.Dipose.

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

20 years ago*** empty log message ***
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 22:14:35 +0000 (22:14 -0000)]
*** empty log message ***

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

20 years agoUpdated Changelog
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 22:13:56 +0000 (22:13 -0000)]
Updated Changelog

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

20 years agoadding jordi as contributor
Jordi Mas i Hernandez [Mon, 20 Oct 2003 21:50:36 +0000 (21:50 -0000)]
adding jordi as contributor

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

20 years agoRecommit change done by Pedro
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:49:42 +0000 (21:49 -0000)]
Recommit change done by Pedro

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

20 years agoUpdated Changelog
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:46:08 +0000 (21:46 -0000)]
Updated Changelog

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

20 years agoSync file
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:32:34 +0000 (21:32 -0000)]
Sync file

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

20 years agoFill and parse message replace by specific process method for each protocol supported
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:29:23 +0000 (21:29 -0000)]
Fill and parse message replace by specific process method for each protocol supported

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

20 years agoUpdated file
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:24:51 +0000 (21:24 -0000)]
Updated file

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

20 years agoAdded new CompressionMethod property
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:19:50 +0000 (21:19 -0000)]
Added new CompressionMethod property

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

20 years agoUpdated CompressionMethod property of session context
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:19:26 +0000 (21:19 -0000)]
Updated CompressionMethod property of session context

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

20 years agoStatic method moved to TlsCipherSuiteFactory class
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:16:50 +0000 (21:16 -0000)]
Static method moved to TlsCipherSuiteFactory class

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

20 years agoTlsCipherSuite now inhers from TlsAbstractCipherSuite class, fixed problem with paddi...
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:16:08 +0000 (21:16 -0000)]
TlsCipherSuite now inhers from TlsAbstractCipherSuite class, fixed problem with padding length calculation with new AES cipher suites

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

20 years agoAdded new enumeration for TLS compression methods
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:14:00 +0000 (21:14 -0000)]
Added new enumeration for TLS compression methods

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

20 years agoAdded new Factory class for Cipher Suites
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:11:51 +0000 (21:11 -0000)]
Added new Factory class for Cipher Suites

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

20 years agoAdded new class for SSL3 Cipher Suites
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:09:31 +0000 (21:09 -0000)]
Added new class for SSL3 Cipher Suites

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

20 years agoAdded new abstract base class for cipher suite implementations
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 21:07:53 +0000 (21:07 -0000)]
Added new abstract base class for cipher suite implementations

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

20 years agoAdded my information of mono contributor
Carlos Guzmán Álvarez [Mon, 20 Oct 2003 20:33:50 +0000 (20:33 -0000)]
Added my information of mono contributor

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

20 years agoadded default form to show unhandled exceptions
Jordi Mas i Hernandez [Mon, 20 Oct 2003 20:06:40 +0000 (20:06 -0000)]
added default form to show unhandled exceptions

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

20 years ago * disco.cs, Makefile, disco.exe.sources: New files. Initial implementation
Lluis Sanchez [Mon, 20 Oct 2003 19:28:39 +0000 (19:28 -0000)]
* disco.cs, Makefile, disco.exe.sources: New files. Initial implementation
  of the Disco tool.

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

20 years ago2003-10-20 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 20 Oct 2003 19:09:39 +0000 (19:09 -0000)]
2003-10-20  Miguel de Icaza  <miguel@ximian.com>

* FileStream.cs public FileStream (string name, FileMode mode)
constructor: If we pass FileMode.Append, we can not pass
FileAccess.ReadWrite.  This fixes bug 44959

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

20 years ago * ReflectionHelper.cs: Added check in CheckSerializableType(). Interfaces
Lluis Sanchez [Mon, 20 Oct 2003 18:41:46 +0000 (18:41 -0000)]
* ReflectionHelper.cs: Added check in CheckSerializableType(). Interfaces
  can't be serialized. This fixes bug #49878.
* TypeData.cs: In ListItemType check that the collection has a valid
  Add method and report an error if not.
* XmlReflectionImporter.cs: Added CheckSerializableType check call when
  reflecting a collection.

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

20 years ago2003-10-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 20 Oct 2003 18:38:56 +0000 (18:38 -0000)]
2003-10-20  Zoltan Varga  <vargaz@freemail.hu>

* exception.c (mono_exception_from_name_msg): New helper function for
creating exceptions and initializing their message field.

* exception.c: Simplify functions using the new helper.

* exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
New function.

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

20 years agoCasting error bug fix: Applied patches from seifert@everybody.org (Jeff Seifert)...
Miguel de Icaza [Mon, 20 Oct 2003 18:36:36 +0000 (18:36 -0000)]
Casting error bug fix: Applied patches from seifert@everybody.org (Jeff Seifert), that fix #49561

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

20 years agoApplied patch from seifert@everybody.org (Jeff Seifert), bug 49553
Miguel de Icaza [Mon, 20 Oct 2003 18:34:53 +0000 (18:34 -0000)]
Applied patch from  seifert@everybody.org (Jeff Seifert), bug 49553

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

20 years ago2003-10-20 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Mon, 20 Oct 2003 18:33:58 +0000 (18:33 -0000)]
2003-10-20  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * Mono.Security.dll.sources: Added references for Tls files.

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

20 years ago2003-10-20 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Mon, 20 Oct 2003 18:32:07 +0000 (18:32 -0000)]
2003-10-20  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * Npgsql/NpgsqlClosedState.cs:
    * Npgsql/NpgsqlConnection.cs:
    * Npgsql/NpgsqlConnectedState.cs:
    * Npgsql/NpgsqlReadyState.cs:
    * Npgsql/NpgsqlState.cs: Changed the namespace for Tls, now the
    namespace is Mono.System.Protocol.Tls, before was
    System.Security.Tls.

    * Npgsql/Makefile: Change reference from System.Security.Tls to
    Mono.Security (now Tls lives there).

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

20 years agoUpdate this too
Miguel de Icaza [Mon, 20 Oct 2003 18:23:39 +0000 (18:23 -0000)]
Update this too

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

20 years agoAdd generator
Miguel de Icaza [Mon, 20 Oct 2003 18:23:06 +0000 (18:23 -0000)]
Add generator

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

20 years agoApplied patch from perky@FreeBSD.org (Hye-Shik Chang) that adds CP949 codec
Miguel de Icaza [Mon, 20 Oct 2003 18:22:42 +0000 (18:22 -0000)]
Applied patch from perky@FreeBSD.org (Hye-Shik Chang) that adds CP949 codec

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

20 years agoflush
Miguel de Icaza [Mon, 20 Oct 2003 18:14:17 +0000 (18:14 -0000)]
flush

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

20 years agoMakefile fix
Miguel de Icaza [Mon, 20 Oct 2003 18:06:25 +0000 (18:06 -0000)]
Makefile fix

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

20 years agoIf you want to help on the Mono Jscript .Net compiler effort, here is
César Natarén [Mon, 20 Oct 2003 17:01:26 +0000 (17:01 -0000)]
If you want to help on the Mono Jscript .Net compiler effort, here is
a list of things where you can start helping with:

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

20 years agoImproved formatting of xml and code.
Lluis Sanchez [Mon, 20 Oct 2003 14:45:35 +0000 (14:45 -0000)]
Improved formatting of xml and code.

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

20 years agoInitial PrintDialog implementation
Jordi Mas i Hernandez [Mon, 20 Oct 2003 14:04:46 +0000 (14:04 -0000)]
Initial PrintDialog implementation

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

20 years ago2003-10-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 20 Oct 2003 13:14:37 +0000 (13:14 -0000)]
2003-10-20  Zoltan Varga  <vargaz@freemail.hu>

* object.h object.c: Remove G_GNUC_NORETURN from the signature of
mono_raise_exception, since otherwise gcc doesn't generate the function
epilog for raise_exception, confusing the stack unwinding in the JIT.
Fixes #45043.

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

20 years ago2003-10-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 20 Oct 2003 12:40:02 +0000 (12:40 -0000)]
2003-10-20  Zoltan Varga  <vargaz@freemail.hu>

* rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
Fixes #49499.

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

20 years ago2003-10-20 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 20 Oct 2003 07:14:12 +0000 (07:14 -0000)]
2003-10-20  Nick Drochak <ndrochak@gol.com>

* ecore.cs: Fix typo and build.  Needed another right paren.

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

20 years ago2003-10-19 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 20 Oct 2003 03:54:06 +0000 (03:54 -0000)]
2003-10-19  Miguel de Icaza  <miguel@ximian.com>

* ecore.cs: Applied fix from Ben Maurer.   We were handling in the
`internal' case regular and protected, but not allowing protected
to be evaluated later.  Bug 49840

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

20 years ago2003-10-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 19 Oct 2003 14:09:22 +0000 (14:09 -0000)]
2003-10-19  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* BuiltInDatatype.cs : Implemented XsdHexBinary.Parse().
* XmlSchemaCollection.cs : Implemented CopyTo().
* XmlSchemaDatatype.cs : Added Normalize() with whitespace handling.
  Added support for anySimpleType.
* XmlSchemaSimpleType.cs : Type specification named as anyType should
  be mapped to anySimpleType.
* BUGS-MS.txt : Added more case note.

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

20 years ago2003-10-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 19 Oct 2003 13:56:55 +0000 (13:56 -0000)]
2003-10-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlAttributeCollection.cs : Fixed synchronization stuff.
* XmlConvert.cs : Added two FromBinHexString() methods.
* XmlTextReader.cs : Modified to use one of the above method.
* XmlValidatingReader.cs : XsdValidatingReader.XmlResolver will be
  disabled (in the next commit), so resolver won' be set to it.
  Attempt to validate against XDR now throws NotSupportedException.

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

20 years ago2003-10-19 Joerg Rosenkranz <joergr@voelcker.com>
Gonzalo Paniagua Javier [Sun, 19 Oct 2003 11:16:59 +0000 (11:16 -0000)]
2003-10-19  Joerg Rosenkranz <joergr@voelcker.com>

* Tds.cs (GetStringValue): A string length of 0xFF (255) is not
misinterpreted as special value anymore.

This is a fix to bug #49835.

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

20 years ago * PEAPI.cs: Use bytes not bits for constant sizes.
Jackson Harper [Sun, 19 Oct 2003 09:28:56 +0000 (09:28 -0000)]
    * PEAPI.cs: Use bytes not bits for constant sizes.

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

20 years ago2003-10-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 19 Oct 2003 09:23:29 +0000 (09:23 -0000)]
2003-10-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlChar.cs : added WhitespaceChars, used in common.
* XmlConvert.cs,
  XmlDeclaration.cs,
  XmlParserInput.cs,
  XmlTextReader.cs,
  XmlTextWriter.cs : String.Trim()
* XmlConvert.cs : shifted XmlConstructs to XmlChar.
* XmlTextReader.cs : Implemented Normalization.

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

20 years ago2003-10-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 19 Oct 2003 04:47:46 +0000 (04:47 -0000)]
2003-10-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlNode.cs : GetPrefixOfNamespace() also contained a bug similar to
  GetNamespaceOfPrefix() fixed at 2003-10-13.
* XmlTextReader.cs : ReadBase64() should keep incomplete base64 block
  which remained by previous call of this method.
* XmlUrlResolver.cs : Added assertion for file Uri path's absoluteness.
* XmlValidatingReader.cs : Notice about intention of XDR won't be
  supported (at least in Mono 1.0).

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

20 years agoFix the ! operator for traces, and add N: to the trace factiliy
Miguel de Icaza [Sun, 19 Oct 2003 04:46:48 +0000 (04:46 -0000)]
Fix the ! operator for traces, and add N: to the trace factiliy

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

20 years ago2003-10-18 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sun, 19 Oct 2003 03:10:14 +0000 (03:10 -0000)]
2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>

* X509SecurityTokenTest.cs: New. New. Unit tests for X509SecurityToken.

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

20 years ago2003-10-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 19 Oct 2003 00:36:42 +0000 (00:36 -0000)]
2003-10-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AspParser.cs: fixed bug #49627.

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

20 years ago2003-10-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 19 Oct 2003 00:20:59 +0000 (00:20 -0000)]
2003-10-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Calendar.cs: fixed bug #49727.

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

20 years ago2003-10-18 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Sat, 18 Oct 2003 23:59:00 +0000 (23:59 -0000)]
2003-10-18 Ben Maurer  <bmaurer@users.sourceforge.net>

* TableStyle.cs: fix #49740.

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

20 years ago2003-10-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 18 Oct 2003 23:36:42 +0000 (23:36 -0000)]
2003-10-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* SelectedDatesCollection.cs: fix by Yaron for bug #49698.
* ValidationSummary.cs: fixes bug #49669.

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

20 years ago2003-10-18 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sat, 18 Oct 2003 22:01:45 +0000 (22:01 -0000)]
2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>

* BinarySecurityToken.cs: Added support for GetXml/LoadXml
* SecurityToken.cs: Better support for WSE2
* X509SecurityToken.cs: Implemented most of the TODO.

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

20 years ago2003-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 18 Oct 2003 20:01:19 +0000 (20:01 -0000)]
2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* icall.c: OutputDebugStringW expects 16-bit unicode characters, not
utf8.

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

20 years agoAdded uninstall target
Gonzalo Paniagua Javier [Sat, 18 Oct 2003 18:33:54 +0000 (18:33 -0000)]
Added uninstall target

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

20 years ago * icall.c: Removed GetUninitializedObject method because
Lluis Sanchez [Sat, 18 Oct 2003 18:29:22 +0000 (18:29 -0000)]
* icall.c: Removed GetUninitializedObject method because
  AllocateUninitializedClassInstance does the same.

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

20 years ago * FormatterServices.cs: In GetUninitializedObject methdod, reuse
Lluis Sanchez [Sat, 18 Oct 2003 18:23:03 +0000 (18:23 -0000)]
* FormatterServices.cs: In GetUninitializedObject methdod, reuse
ActivationServices.AllocateUninitializedClassInstance, it does the same.

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

20 years ago * ActivationServices.cs: make AllocateUninitializedClassInstance public,
Lluis Sanchez [Sat, 18 Oct 2003 18:22:30 +0000 (18:22 -0000)]
* ActivationServices.cs: make AllocateUninitializedClassInstance public,
  so it can be reused.

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

20 years ago2003-10-18 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sat, 18 Oct 2003 17:23:49 +0000 (17:23 -0000)]
2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>

* StrongName.cs: Oops, forgot the INSIDE_CORLIB to mark class as internal.

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

20 years ago2003-10-18 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sat, 18 Oct 2003 17:18:58 +0000 (17:18 -0000)]
2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>

* sn.cs: Fixed a bug when exporting the public key from a SNK file.

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

20 years ago2003-10-18 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sat, 18 Oct 2003 17:17:41 +0000 (17:17 -0000)]
2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>

* corlib.dll.sources: Added classes StrongName to support StrongNames.

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

20 years ago2003-10-18 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sat, 18 Oct 2003 17:16:17 +0000 (17:16 -0000)]
2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>

* AssemblyBuilder.cs (SetCustomAttribute): Changed PK extraction to
use Mono.Security.StrongName (#49785).

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

20 years ago2003-10-18 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sat, 18 Oct 2003 17:13:45 +0000 (17:13 -0000)]
2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>

* StrongName.cs: Added from Mono.Security assembly for StrongName
support in AssemblyBuilder.

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

20 years ago * util.c (hex_dump): Use uppercase hex so there are no conflicts
Jackson Harper [Sat, 18 Oct 2003 16:06:34 +0000 (16:06 -0000)]
    * util.c (hex_dump): Use uppercase hex so there are no conflicts
with ilasm keywords ie cf

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

20 years ago * dis-cil.c (get_encoded_user_string): use g_strescape instead of
Jackson Harper [Sat, 18 Oct 2003 16:05:21 +0000 (16:05 -0000)]
    * dis-cil.c (get_encoded_user_string): use g_strescape instead of
escaping manually.

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

20 years ago * ExternTable.cs: Separate class and value types into diff
Jackson Harper [Sat, 18 Oct 2003 15:55:25 +0000 (15:55 -0000)]
    * ExternTable.cs: Separate class and value types into diff
          tables.

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