mono.git
21 years ago2003-05-18 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 18 May 2003 14:33:00 +0000 (14:33 -0000)]
2003-05-18  Martin Baulig  <martin@ximian.com>

* AssemblyBuilder.cs (corlib_void_type): New internal field.
(SetCorlibTypeBuilders): Added overloaded version which takes 4
arguments to set the `corlib_void_type'.

* TypeBuilder.cs: Use `pmodule.assemblyb.corlib_void_type' instead
of `typeof (void)' to make this work when compiling corlib.

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

21 years ago2003-05-18 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 18 May 2003 14:30:40 +0000 (14:30 -0000)]
2003-05-18  Martin Baulig  <martin@ximian.com>

* typemanager.cs (InitCoreTypes): Try calling
SetCorlibTypeBuilders() with 4 args; if that fails, fall back to
the 3-args-version.  Corlib now also needs our `void_type'.
(GetMethod): Added overloaded version which takes an optional
`bool report_errors' to allow lookups of optional methods.

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

21 years ago2003-05-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 18 May 2003 07:36:51 +0000 (07:36 -0000)]
2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and
  WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
  added more tests to AttributeWriteAttributeString().
* XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.

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

21 years ago2003-05-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 18 May 2003 07:30:36 +0000 (07:30 -0000)]
2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* added XmlSecureResolver.cs to list.unix.

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

21 years ago2003-05-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 18 May 2003 07:30:05 +0000 (07:30 -0000)]
2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlTextWriter.cs : patch by Jonathan Hogg. Flush() does not close
  any open attributes or elements. WriteWhitespace() checks state and
  closes start tag.  Fixed WriteStringInternal() to replace CR/LF chars
  when it is called inside attribute value.
* XmlException.cs : added .NET 1.1 .ctor.
* added XmlSecureResolver.cs (only stubbing).
* XmlAttribute.cs : set_InnerXml() should remove children.
* XmlAttribute.cs,
  XmlElement.cs,
  XmlDocumentFragment.cs,
  XmlDocument.cs : removed XmlTextReader reuse (It was buggy stuff).
* XmlNode.cs : RemoveAll() should also remove all attributes.
* XmlTextRader.cs : .ctor() for attribute value reader should add
  quotations at initialization, since it requires quote chars.
* XmlWriter.cs : WriteAttributeString() more correct xmlns check.

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

21 years ago2003-05-18 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Sun, 18 May 2003 06:55:39 +0000 (06:55 -0000)]
2003-05-18  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * FloatingPointFormatter.cs: Fixed NullReferenceException bug I've
    introduced the last change I've done.

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

21 years ago2003-05-17 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Sat, 17 May 2003 23:08:29 +0000 (23:08 -0000)]
2003-05-17  Ben Maurer <bmaurer@users.sourceforge.net>

* CSharpCodeGenerator.cs: implemented GenerateLinePragma{Start, End}.
Marked GenerateEvent as MonoTODO.

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

21 years ago2003-05-17 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Sat, 17 May 2003 22:48:10 +0000 (22:48 -0000)]
2003-05-17  Ben Maurer <bmaurer@users.sourceforge.net>

* Array.cs Fixed SyncRoot to behave like MS (return this). Removed
MonoTODO from SyncRoot (because fixed) and IsSynchronized (it was
behaving correctly).

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

21 years ago2003-05-17 Pedro Martnez Juli <yoros@wanadoo.es>
Pedro Martínez Juliá [Sat, 17 May 2003 17:57:10 +0000 (17:57 -0000)]
2003-05-17  Pedro Martnez Juli  <yoros@wanadoo.es>

    * FloatingPointFormatter.cs: Fixed little format mismatches.

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

21 years agoCompiler directives now are not case-sensitive
Marco Ridoni [Sat, 17 May 2003 15:41:41 +0000 (15:41 -0000)]
Compiler directives now are not case-sensitive

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

21 years ago2003-05-16 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Fri, 16 May 2003 23:22:44 +0000 (23:22 -0000)]
2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>

* X509CertificateTest.cs: Added DSA certificate without any key
parameters (shared group is available in the issuer certificate).

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

21 years ago2003-05-16 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Fri, 16 May 2003 23:22:08 +0000 (23:22 -0000)]
2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>

* X509Certificate.cs: Added support for "really" NULL key parameters
(i.e. not ASN.1 encoded NULL).

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

21 years ago2003-05-16 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 16 May 2003 21:20:19 +0000 (21:20 -0000)]
2003-05-16  Martin Baulig  <martin@ximian.com>

* debug-mini.c (mono_init_debugger): New function to initialize
the debugger.  This is not in the debugger since it needs to
access some of mini's internals.

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

21 years agoReverted this:
Martin Baulig [Fri, 16 May 2003 21:13:21 +0000 (21:13 -0000)]
Reverted this:
2003-05-04  Martin Baulig  <martin@ximian.com>

* Makefile.am: Install mini.h, regalloc.h and mini-ops.h.

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

21 years ago2003-05-16 Peter Williams <peterw@ximian.com>
Peter Williams [Fri, 16 May 2003 18:58:59 +0000 (18:58 -0000)]
2003-05-16  Peter Williams  <peterw@ximian.com>

* makefile (install): Call the install in makefile.gnu

* makefile.gnu (install): Actually install jay and its skeleton
files. (and docs, and manpage...)

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

21 years ago2003-05-16 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Fri, 16 May 2003 18:03:50 +0000 (18:03 -0000)]
2003-05-16  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * FloatingPointFormatter.cs: Fixed "-0" result emited.

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

21 years ago * CommonDialog.cs
Aleksey Ryabchuk [Fri, 16 May 2003 16:17:40 +0000 (16:17 -0000)]
* CommonDialog.cs
* FileDialog.cs
* win32Enums.cs
* win32functions.cs : started impl. of OpenFile dialog

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

21 years ago2003-05-16 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Fri, 16 May 2003 14:42:53 +0000 (14:42 -0000)]
2003-05-16  Dietmar Maurer  <dietmar@ximian.com>

* mini.c (mono_method_to_ir): inlining fixes/cleanups

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

21 years ago * DomainUpDown.cs : changes to OnTextBoxKeyDown
Aleksey Ryabchuk [Fri, 16 May 2003 13:38:29 +0000 (13:38 -0000)]
* DomainUpDown.cs : changes to OnTextBoxKeyDown
* UpDownBase.cs : added impl. to BackColor and BackgroundImage

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

21 years ago2003-05-16 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 16 May 2003 12:15:07 +0000 (12:15 -0000)]
2003-05-16  Dick Porter  <dick@ximian.com>

* TempFileCollection.cs: Implement

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

21 years ago2003-05-16 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 16 May 2003 12:07:26 +0000 (12:07 -0000)]
2003-05-16  Dick Porter  <dick@ximian.com>

* XmlSerializerTests.cs: Test what happens when nulls are passed
to the constructor

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

21 years ago2003-05-16 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 16 May 2003 12:03:57 +0000 (12:03 -0000)]
2003-05-16  Dick Porter  <dick@ximian.com>

* Socket.cs: Use Mono.Posix.UnixEndPoint if its available

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

21 years ago2003-05-16 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 16 May 2003 11:59:26 +0000 (11:59 -0000)]
2003-05-16  Dick Porter  <dick@ximian.com>

* UnixEndPoint.cs: New property to get and set the filename, like
the IPEndPoint has for the IP address.  Also implement ToString().

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

21 years ago2003-05-16 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 16 May 2003 11:56:32 +0000 (11:56 -0000)]
2003-05-16  Dick Porter  <dick@ximian.com>

* MonoIO.cs: Implement GetTempPath

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

21 years ago2003-05-16 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 16 May 2003 11:52:43 +0000 (11:52 -0000)]
2003-05-16  Dick Porter  <dick@ximian.com>

* io.h:
* io.c: Implement GetTempPath()

2003-05-16  Dick Porter  <dick@ximian.com>

* icall.c:
* file-io.h:
* file-io.c: Implement System.IO.MonoIO::GetTempPath

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

21 years ago2003-05-16 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 16 May 2003 11:49:04 +0000 (11:49 -0000)]
2003-05-16  Dick Porter  <dick@ximian.com>

* processes.c (CreateProcess): Set some error codes

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

21 years agoFri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 16 May 2003 11:36:57 +0000 (11:36 -0000)]
Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus@ximian.com>

* mini.c, mini-opts.h, inssel.brg: inline small memcpy
for value type handling.

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

21 years ago (mono_method_check_inlining): enable inlining of all kinds of wrappers
Dietmar Maurer [Fri, 16 May 2003 11:08:38 +0000 (11:08 -0000)]
(mono_method_check_inlining): enable inlining of all kinds of wrappers

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

21 years ago2003-05-16 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Fri, 16 May 2003 08:59:13 +0000 (08:59 -0000)]
2003-05-16  Dietmar Maurer  <dietmar@ximian.com>

* mini.c (mono_method_to_ir): inline LDFLD/STFLD wrappers

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

21 years ago2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
Jean-Marc Andre [Fri, 16 May 2003 00:22:52 +0000 (00:22 -0000)]
2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>

removing old files

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

21 years ago2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
Jean-Marc Andre [Fri, 16 May 2003 00:09:11 +0000 (00:09 -0000)]
2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>

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

21 years ago2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
Jean-Marc Andre [Thu, 15 May 2003 23:02:42 +0000 (23:02 -0000)]
2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated2003-5-15: Jean-Marc Andre <jean-marc.andre@polymtl.ca>
ChangeLog updated

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

21 years ago2003-5-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
Jean-Marc Andre [Thu, 15 May 2003 22:44:05 +0000 (22:44 -0000)]
2003-5-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter installed

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

21 years ago2003-5-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
Jean-Marc Andre [Thu, 15 May 2003 22:42:00 +0000 (22:42 -0000)]
2003-5-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
test udpated

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

21 years ago2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
Jean-Marc Andre [Thu, 15 May 2003 22:39:32 +0000 (22:39 -0000)]
2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added2003-05-15: Jean-Marc ANDRE (jean-marc.andre@polymtl.ca)
new version of the SoapFormatter added

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

21 years ago2003-05-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Thu, 15 May 2003 20:13:22 +0000 (20:13 -0000)]
2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* changed XPathNodeType modifier to internal *protected* override.
* XmlAttribute.cs : .ctor() now checks name validity e.g. xmlns.
* XmlAttribute.cs, XmlElement.cs : set_Prefix checks NCName validity.
* XmlAttributeCollection.cs : removed some incorrect TODO attributes.
* XmlDocument.cs ; CreateAttribute(name) now auto-completes xmlns NSURI
  when the argument is "xmlns".
* XmlElement.cs : more compliant IsEmpty support. See also WriteTo().
* XmlNamespaceManager.cs : added initial "xml" and "xmlns" namespaces.
* XmlNode.cs : ser_InnerXml() throws InvalidOperationException.
* XmlNodeReader.cs : LookupNamespace() refactory. Fixed ReadInnerXml()
  not to set error state for non-started XmlNodeReader.
* XmlTextReader.cs : fixed ReadAttributeValue() not to reset state.
  BaseURI support. Fixed Initialize() to handle Attribute correctly.
  SetProperty for attribute auto-completes xmlns NSURI.
  Attribute and whitespace handling became more correct.
  Don't parse external DTD if XmlResolver is null.
* XmlTextWriter.cs : implemented WriteEntityRef().
  WriteStartAttribute() checks if ns does not equal to that of xmlns.
* XmlWriter.cs : trivial refactoring (WriteNode() xmldecl output).

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

21 years ago2003-05-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Thu, 15 May 2003 19:13:49 +0000 (19:13 -0000)]
2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlSerializerTests.cs : fixed some argument orders and fixed
  timezone dependent part of TestSerializeDateTime().

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

21 years ago2003-05-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Thu, 15 May 2003 19:11:17 +0000 (19:11 -0000)]
2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XPathNavigatorTests.cs : fixed not well-formed xml of
  DocumentWithXmlDeclaration().

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

21 years ago2003-05-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Thu, 15 May 2003 19:09:10 +0000 (19:09 -0000)]
2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
* XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
  and not well-formed xml of OuterXmlWithDefaultXmlns().
* XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
  WriteToWithDefaultNamespace().
* XmlNodeReaderTests.cs : fixed incorrect result expectation of
  ReadInnerXmlWrongInit().
* XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
* XmlReaderCommonTests.cs,
  XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
  InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
  to resolve these entity references.
* XmlTextWriterTests.cs : removed English-dependent error message check.
  fixed incorrect state-check ignorant blocks of WriteAttributes ().
* XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
  XmlDecl() as MS.NET results in.

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

21 years agoThu May 15 19:16:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 15 May 2003 17:25:33 +0000 (17:25 -0000)]
Thu May 15 19:16:54 CEST 2003 Paolo Molaro <lupus@ximian.com>

* MethodBuilder.cs: off by one in CreateMethodBody().
* TypeBuilder.cs: if the return type for a method is null, use void.

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

21 years agono message
Lluis Sanchez [Thu, 15 May 2003 16:15:05 +0000 (16:15 -0000)]
no message

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

21 years agoBuild fixes
Dick Porter [Thu, 15 May 2003 15:55:06 +0000 (15:55 -0000)]
Build fixes

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

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

* jit-icalls.c, inssel.brg: fixes to array element address
calculations.

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

21 years agoIgnore test that doesn't work under windows.
Gonzalo Paniagua Javier [Thu, 15 May 2003 13:55:58 +0000 (13:55 -0000)]
Ignore test that doesn't work under windows.

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

21 years ago2003-05-15 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Thu, 15 May 2003 11:29:34 +0000 (11:29 -0000)]
2003-05-15  Dietmar Maurer  <dietmar@ximian.com>

* mini-x86.c (is_regsize_var): allocate pointer to registers

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

21 years agoA wicked dwarf committed the previous patch to this file...
Paolo Molaro [Thu, 15 May 2003 11:19:39 +0000 (11:19 -0000)]
A wicked dwarf committed the previous patch to this file...

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

21 years agotypo.
Paolo Molaro [Thu, 15 May 2003 11:17:39 +0000 (11:17 -0000)]
typo.

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

21 years agoThu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 15 May 2003 11:14:45 +0000 (11:14 -0000)]
Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus@ximian.com>

* driver.c: fixed typo, added intrins to the set of optimizations
tested with regressions.

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

21 years agoThu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 15 May 2003 11:04:39 +0000 (11:04 -0000)]
Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>

* mini-ops.h, mini.c, inssel.brg: optimize access to 2D arrays.
* jit-icalls.c, exceptions.cs: fixed index out of range checks, added
test case.

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

21 years ago2003-05-15 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Thu, 15 May 2003 10:55:52 +0000 (10:55 -0000)]
2003-05-15  Ville Palo <vi64pa@kolumbus.fi>

* FileStreamTest.cs: more cleaning

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

21 years ago2003-05-15 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Thu, 15 May 2003 10:50:27 +0000 (10:50 -0000)]
2003-05-15  Ville Palo <vi64pa@kolumbus.fi>

* StreamWriterTest.cs: now use temp-dir

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

21 years agoI was supposed to commit this change with:
Paolo Molaro [Thu, 15 May 2003 10:04:25 +0000 (10:04 -0000)]
I was supposed to commit this change with:
Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>

* inssel-x86.brg: fixed thinko in int to double conversions.

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

21 years ago2003-05-15 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Thu, 15 May 2003 07:52:57 +0000 (07:52 -0000)]
2003-05-15  Ville Palo <vi64pa@kolumbus.fi>

* StreamReaderTest.cs:
* StreamWriterTest.cs: now use temp-dir

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

21 years ago2003-05-15 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Thu, 15 May 2003 06:22:55 +0000 (06:22 -0000)]
2003-05-15  Ville Palo <vi64pa@kolumbus.fi>

* BinaryReaderTest.cs:
* BinaryWriterTest.cs:
* BufferedStreamTest.cs:
* DirectoryInfoTest.cs:
* DirectoryTest.cs:
* FileInfoTest.cs:
* FileSystemInfoTest.cs: clean up, now use temp-dir

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

21 years ago2003-05-15 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 15 May 2003 03:23:25 +0000 (03:23 -0000)]
2003-05-15  Nick Drochak  <ndrochak@gol.com>

        * System.XML.build: exclude standalone tests from dll build.

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

21 years agoFix build. LDAP uses the Todo attribute, so we need a copy here.
Nick Drochak [Thu, 15 May 2003 03:14:31 +0000 (03:14 -0000)]
Fix build. LDAP uses the Todo attribute, so we need a copy here.

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

21 years agoMake MonoTODO attributes internal.
Paolo Molaro [Wed, 14 May 2003 20:02:29 +0000 (20:02 -0000)]
Make MonoTODO attributes internal.

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

21 years ago2003-05-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 14 May 2003 18:30:11 +0000 (18:30 -0000)]
2003-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DirectoryInfo.cs: fixed bug #42991.
* Path.cs:
(CanonicalizePath): store the value of the trimmed input string. Make it
work with paths such as "/home/xxx/.".

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

21 years ago2003-05-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 14 May 2003 18:27:03 +0000 (18:27 -0000)]
2003-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* PathTest.cs: added test for GetFullPath (".") and ".."

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

21 years agoObject construction.
Paolo Molaro [Wed, 14 May 2003 16:34:10 +0000 (16:34 -0000)]
Object construction.

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

21 years ago * object.c: mono_store_remote_field: little fix to previous patch.
Lluis Sanchez [Wed, 14 May 2003 16:30:13 +0000 (16:30 -0000)]
* object.c: mono_store_remote_field: little fix to previous patch.

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

21 years agoWed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 14 May 2003 16:19:54 +0000 (16:19 -0000)]
Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>

* class.c: add constructors to array classes.
* icall.c: special case array construction for InternalInvoke (),

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

21 years ago2003-05-14 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Wed, 14 May 2003 14:39:53 +0000 (14:39 -0000)]
2003-05-14  Dietmar Maurer  <dietmar@ximian.com>

* inssel.brg: remove some common pop instructions without side effects

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

21 years ago2003-05-12 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 14 May 2003 14:17:44 +0000 (14:17 -0000)]
2003-05-12  Zoltan Varga  <vargaz@freemail.hu>

* MethodBuilderTest.cs: Comment out test which fails because of a mono
extension to DefineParameter.

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

21 years ago2003-05-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 14 May 2003 14:16:08 +0000 (14:16 -0000)]
2003-05-14  Zoltan Varga  <vargaz@freemail.hu>

* class.h class.c reflection.c object.c: Added support for field
defaults in dynamically generated classes.

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

21 years agoadded another inlining test
Dietmar Maurer [Wed, 14 May 2003 13:14:24 +0000 (13:14 -0000)]
added another inlining test

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

21 years agoWarning fixes
Dick Porter [Wed, 14 May 2003 12:58:17 +0000 (12:58 -0000)]
Warning fixes

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

21 years agoSerialization tests
Dick Porter [Wed, 14 May 2003 12:56:51 +0000 (12:56 -0000)]
Serialization tests

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

21 years agoWed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 14 May 2003 11:44:00 +0000 (11:44 -0000)]
Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>

* reflection.c: properly encode charset for ddlimport.

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

21 years agoWed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 14 May 2003 10:49:13 +0000 (10:49 -0000)]
Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus@ximian.com>

* inssel-x86.brg: fixed thinko in int to double conversions.

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

21 years agoWed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 14 May 2003 10:10:35 +0000 (10:10 -0000)]
Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus@ximian.com>

* mini.c, jit-icalls.c: added runtime thread-static variable support.

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

21 years agoAdded thread-static variable test.
Paolo Molaro [Wed, 14 May 2003 10:08:44 +0000 (10:08 -0000)]
Added thread-static variable test.

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

21 years ago2003-05-12 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 14 May 2003 09:25:15 +0000 (09:25 -0000)]
2003-05-12  Dick Porter  <dick@ximian.com>

* misc.c (_wapi_calc_timeout): Cope with overflowing tv_nsec.
Patch from Martin Dvorak <mdvorak@ninell.cz>.

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

21 years agoWed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 14 May 2003 09:23:26 +0000 (09:23 -0000)]
Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>

* threads.c: allow compiling without GC.

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

21 years ago2003-05-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 14 May 2003 09:07:11 +0000 (09:07 -0000)]
2003-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.UI/BaseParser.cs: fixed MapPath for non-rooted files.
* System.Web.UI/PageParser.cs: don't pass a non-virtual file around.
* System.Web.UI/TemplateControlParser.cs: InputFile uses MapPath now.
Take care of the exception teh may be throw by MapPath on an invalid
path.

* System.Web.UI/TemplateParser.cs: removed unused method.
* System.Web.UI/UserControlParser.cs: modified inputfile. The result is
the same, but this one is better.
* System.Web.Util/UrlUtils.cs: fixed Combine and reworked Reduce.

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

21 years ago * AppDomain.cs: Added null argument check in Load().
Lluis Sanchez [Tue, 13 May 2003 22:27:51 +0000 (22:27 -0000)]
* AppDomain.cs: Added null argument check in Load().
* Activator.cs: fixed bug #39926.

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

21 years ago * BinaryServerFormatterSink.cs: The uri of the target object is now assigned
Lluis Sanchez [Tue, 13 May 2003 20:56:25 +0000 (20:56 -0000)]
* BinaryServerFormatterSink.cs: The uri of the target object is now assigned
  to the message through the HeaderHandler delegate.

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

21 years ago * MethodCall.cs: ResolveMethod now uses the type of the target object (identified
Lluis Sanchez [Tue, 13 May 2003 20:55:43 +0000 (20:55 -0000)]
* MethodCall.cs: ResolveMethod now uses the type of the target object (identified
  by the uri) instead of the type specified by TypeName (only if both types have
  the same name).

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

21 years ago * ObjectReader.cs: Changed signature of ReadObjectGraph, so now it returns the
Lluis Sanchez [Tue, 13 May 2003 20:55:05 +0000 (20:55 -0000)]
* ObjectReader.cs: Changed signature of ReadObjectGraph, so now it returns the
      deserialized object and the headers.
    * MessageFormatter.cs: The result of the call to the HeaderHandler delegate is
      now interpreted as the uri of the target object. This seems to be MS.NET
      behavior.
* BinaryFormatter.cs: Deserialize now calls the HeaderHandler delegate,
  if provided.

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

21 years ago * Tests inherits from Assertion and Assertion. prefixes removed
Martin Willemoes Hansen [Tue, 13 May 2003 20:41:56 +0000 (20:41 -0000)]
    * Tests inherits from Assertion and Assertion. prefixes removed

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

21 years ago * Tests inherits from Assertion and Assertion. prefix is removed.
Martin Willemoes Hansen [Tue, 13 May 2003 20:29:09 +0000 (20:29 -0000)]
    * Tests inherits from Assertion and Assertion. prefix is removed.

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

21 years ago * Tests inherits from Assertion and Assertion. prefix is removed
Martin Willemoes Hansen [Tue, 13 May 2003 20:23:05 +0000 (20:23 -0000)]
    * Tests inherits from Assertion and Assertion. prefix is removed

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

21 years agoAssertion ran away
Martin Willemoes Hansen [Tue, 13 May 2003 20:15:05 +0000 (20:15 -0000)]
Assertion ran away

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

21 years ago * All tests inherits from Assertion, and
Martin Willemoes Hansen [Tue, 13 May 2003 20:12:53 +0000 (20:12 -0000)]
    * All tests inherits from Assertion, and
          Assertion. prefixes removed

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

21 years agoTue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 13 May 2003 20:11:01 +0000 (20:11 -0000)]
Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus@ximian.com>

* inssel-long32.brg: two more missing instructions.

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

21 years ago * Mono.Security_test.args: Added
Martin Willemoes Hansen [Tue, 13 May 2003 19:51:51 +0000 (19:51 -0000)]
    * Mono.Security_test.args: Added
        * makefile.gnu: Added
        * Mono.Security/StrongNameTest.cs,
          Mono.Security.Authenticode/PrivateKeyTest.cs,
          Mono.Security.Authenticode/SoftwarePublisherCertificateTest.cs,
          Mono.Security.Cryptography/ARC4ManagedTest.cs,
          Mono.Security.Cryptography/MD2ManagedTest.cs,
          Mono.Security.Cryptography/MD2Test.cs: Test classes inherits from
          Assertion, Assertion. prefix removed.

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

21 years ago * Test/Mono.Directory.LDAP/BindSimpleTest.cs: Removed unused setup and teardo...
Martin Willemoes Hansen [Tue, 13 May 2003 19:38:38 +0000 (19:38 -0000)]
    * Test/Mono.Directory.LDAP/BindSimpleTest.cs: Removed unused setup and teardown methods
          Test/Mono.Directory.LDAP/QueryRootDSETest.cs: Removed unused setup and teardown methods

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

21 years ago * CollectionTest.cs ConversionTest.cs DateAndTimeTest.cs
Martin Willemoes Hansen [Tue, 13 May 2003 19:26:25 +0000 (19:26 -0000)]
    * CollectionTest.cs ConversionTest.cs DateAndTimeTest.cs
          Inherited from Assertion and removed
          Assertion. prefix from assertions

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

21 years ago2003-05-13 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Tue, 13 May 2003 19:04:25 +0000 (19:04 -0000)]
2003-05-13  Ville Palo <vi64pa@kolumbus.fi>

* FileStreamTest.cs:
* FileTest.cs: Clean up. Now use temp directory. also some nunit2
changes

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

21 years agoGONspell
Gonzalo Paniagua Javier [Tue, 13 May 2003 18:59:39 +0000 (18:59 -0000)]
GONspell

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

21 years agoAdded the mini porting guide.
Paolo Molaro [Tue, 13 May 2003 17:44:29 +0000 (17:44 -0000)]
Added the mini porting guide.

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

21 years ago2003-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 13 May 2003 17:20:27 +0000 (17:20 -0000)]
2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AssemblyTest.cs: New file.

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

21 years agoFixed overloaded constructor invocation
Marco Ridoni [Tue, 13 May 2003 16:49:26 +0000 (16:49 -0000)]
Fixed overloaded constructor invocation

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

21 years ago2003-05-13 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Tue, 13 May 2003 15:54:39 +0000 (15:54 -0000)]
2003-05-13  Dietmar Maurer  <dietmar@ximian.com>

* mini.c (mono_emit_call_args): set the cil_code for all arguments
if not already set.

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

21 years ago2003-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 13 May 2003 15:47:03 +0000 (15:47 -0000)]
2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Assembly.cs: fixed bug #42833.

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

21 years ago2003-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 13 May 2003 15:37:39 +0000 (15:37 -0000)]
2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Enum.cs: fixed bugs #41522 and #42879.

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

21 years ago2003-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 13 May 2003 15:33:48 +0000 (15:33 -0000)]
2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* EnumTest.cs: added tests from bug #41522.

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

21 years ago2003-05-14 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 13 May 2003 15:31:00 +0000 (15:31 -0000)]
2003-05-14 Nick Drochak <ndrochak@gol.com>

* corlib_linux_test.args:
* corlib_test.args: Add UTF?EncodingTest(s) to build

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

21 years agoflush
Nick Drochak [Tue, 13 May 2003 15:28:49 +0000 (15:28 -0000)]
flush

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

21 years ago2003-05-14 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 13 May 2003 15:28:26 +0000 (15:28 -0000)]
2003-05-14  Nick Drochak  <ndrochak@gol.com>

* UTF7EncodingTest.cs:
* UTF8EncodingTest.cs: added from Patrick Kalkman <kalkman@cistron.nl>

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