mono.git
21 years agoAdd distro-correct filenames for gtk-sharp and monodoc (redhat-80-i386
Duncan Mak [Fri, 27 Jun 2003 00:49:31 +0000 (00:49 -0000)]
Add distro-correct filenames for gtk-sharp and monodoc (redhat-80-i386
and redhat-9-i386)

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

21 years agoUpdate the filenames to the actual filenames on the server. Commented
Duncan Mak [Thu, 26 Jun 2003 23:32:04 +0000 (23:32 -0000)]
Update the filenames to the actual filenames on the server. Commented
out the SuSE chunk until we can build SuSE packages.

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

21 years agoFlush
Miguel de Icaza [Thu, 26 Jun 2003 22:56:27 +0000 (22:56 -0000)]
Flush

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

21 years agoupdated monocharge URL
Gonzalo Paniagua Javier [Thu, 26 Jun 2003 22:29:53 +0000 (22:29 -0000)]
updated monocharge URL

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

21 years ago2003-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 26 Jun 2003 17:53:47 +0000 (17:53 -0000)]
2003-06-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ListControl.cs: save viewstate data when any of the 3 values is not
null. Fixed condition to save selection indices. Closes bug #45493.

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

21 years ago * DateTime.cs: Modified constructor. Check for valid value of TimeSpan must
Lluis Sanchez [Thu, 26 Jun 2003 17:05:37 +0000 (17:05 -0000)]
* DateTime.cs: Modified constructor. Check for valid value of TimeSpan must
  be done after the correspondig UTC offset has been applied.

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

21 years agomore implementation added
Aleksey Ryabchuk [Thu, 26 Jun 2003 16:37:57 +0000 (16:37 -0000)]
more implementation added

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

21 years agoThu Jun 26 16:06:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 26 Jun 2003 14:15:25 +0000 (14:15 -0000)]
Thu Jun 26 16:06:35 CEST 2003 Paolo Molaro <lupus@ximian.com>

* FloatingPointFormatter.cs: use dec_len2 as default precision.

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

21 years agoTry to fix the mess for platforms where the included libgc doesn't compile.
Paolo Molaro [Thu, 26 Jun 2003 13:29:46 +0000 (13:29 -0000)]
Try to fix the mess for platforms where the included libgc doesn't compile.

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

21 years agoThu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 26 Jun 2003 10:23:34 +0000 (10:23 -0000)]
Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>

* class.c: leak fix.

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

21 years agoArghhhh
Miguel de Icaza [Thu, 26 Jun 2003 05:17:30 +0000 (05:17 -0000)]
Arghhhh

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

21 years agoFlush
Miguel de Icaza [Thu, 26 Jun 2003 05:01:42 +0000 (05:01 -0000)]
Flush

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

21 years agoPort 22 instead of 2200
Miguel de Icaza [Thu, 26 Jun 2003 03:50:17 +0000 (03:50 -0000)]
Port 22 instead of 2200

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

21 years agoFlush
Miguel de Icaza [Thu, 26 Jun 2003 03:48:14 +0000 (03:48 -0000)]
Flush

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

21 years ago2003-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 26 Jun 2003 02:03:38 +0000 (02:03 -0000)]
2003-06-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebConnection.cs: close the socket and connection when disposing.
* WebRequest.cs: removed setter for RequestUri. Allow non-public ctors
when creating instances.

* HttpWebRequest.cs:
* HttpWebResponse.cs:
* FileWebRequest.cs: support serialization.

* FileWebResponse.cs: support serialization and fixed dispose checks.

* FileWebRequestCreator.cs:
* HttpRequestCreator.cs: added internal .ctor.

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

21 years ago * SerializationInfo.cs: Fixed bug #44955
Lluis Sanchez [Wed, 25 Jun 2003 23:39:41 +0000 (23:39 -0000)]
* SerializationInfo.cs: Fixed bug #44955

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

21 years ago * ObjRef.cs: Fixed bug #43187, based on the patch by Jean-Marc Andre
Lluis Sanchez [Wed, 25 Jun 2003 23:21:32 +0000 (23:21 -0000)]
* ObjRef.cs: Fixed bug #43187, based on the patch by Jean-Marc Andre

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

21 years ago * Hashtable.cs: Fixed bug when serializing and deserializing
Lluis Sanchez [Wed, 25 Jun 2003 22:52:04 +0000 (22:52 -0000)]
* Hashtable.cs: Fixed bug when serializing and deserializing
  a hashtable from which one element has been deleted. The Object instance
  used as a removed marker is not detected as a such, since the
  serializer creates a different instace.

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

21 years ago * Object.cs: Object must have the Serializable attribute.
Lluis Sanchez [Wed, 25 Jun 2003 22:47:21 +0000 (22:47 -0000)]
* Object.cs: Object must have the Serializable attribute.
* DateTime.cs: Fixed _DoParse() so it correctly applies the utc offset
  to the resulting date. Also fixed _ToString so now correctly formates the
  UTC offset.

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

21 years ago2003-06-25: Jean-Marc Andr�� (jean-marc.andre@polymtl.ca)
Jean-Marc Andre [Wed, 25 Jun 2003 20:23:41 +0000 (20:23 -0000)]
2003-06-25: Jean-Marc Andr�� (jean-marc.andre@polymtl.ca)
SoapFormatter, SoapReader: SerializationBinder support added

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

21 years ago2003-06-25 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 25 Jun 2003 17:31:57 +0000 (17:31 -0000)]
2003-06-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlDocumentNavigator.cs : Fixed IsEmptyElement. It treats <foo></foo>
  as non-empty, and XmlElement's IsEmpty is designed as such.
  Fixed MoveToFirst() and MoveToNext() not to move to xmldecl nor
  doctype node.
* XmlNode.cs : Fixed XPathNodeType. It should throw an exception
  instead of returning undefined enum value.
  Modified some code comments.
* XmlWriter.cs : Fixed WriteNode () to use WriteFullEndElement()
  when XmlReader's node is not at empty element or at EndElement.
  Fixed XmlDeclaration's standalone check.

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

21 years ago2003-06-25 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 25 Jun 2003 17:04:15 +0000 (17:04 -0000)]
2003-06-25  Dick Porter  <dick@ximian.com>

* WaitHandle.cs: Default handle value should be InvalidHandle, not
Zero.

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

21 years ago2003-06-25 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 25 Jun 2003 17:01:16 +0000 (17:01 -0000)]
2003-06-25  Dick Porter  <dick@ximian.com>

* threadpool.c (mono_thread_pool_add): Don't set up a finaliser
for the async object, the WaitHandle object will close the handle.
Fixes bug 45321.

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

21 years agoWed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 25 Jun 2003 16:25:38 +0000 (16:25 -0000)]
Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>

* class.c: in mono_array_class_get (), lookup from the hash with the
same type we insert: this works around a bug in
mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
lluis. The real fix will have to wait for after the release.

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

21 years agoanother test
Dietmar Maurer [Wed, 25 Jun 2003 16:09:56 +0000 (16:09 -0000)]
another test

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

21 years ago2003-06-25 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 25 Jun 2003 15:44:45 +0000 (15:44 -0000)]
2003-06-25  Nick Drochak <ndrochak@gol.com>

* DateTimeTest.cs: Custom format string uses January of current Year.

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

21 years ago2003-06-25 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 25 Jun 2003 15:11:43 +0000 (15:11 -0000)]
2003-06-25  Nick Drochak <ndrochak@gol.com>

* DateTimeTest.cs: Re-enable test because bug #30030 is fixed.

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

21 years ago2003-06-25 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 25 Jun 2003 14:49:11 +0000 (14:49 -0000)]
2003-06-25  Nick Drochak <ndrochak@gol.com>

* ByteTest.cs: Culture settings can affect where it puts the '%'.

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

21 years agoFP control word enum.
Paolo Molaro [Wed, 25 Jun 2003 13:18:00 +0000 (13:18 -0000)]
FP control word enum.

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

21 years agoWed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 25 Jun 2003 11:29:33 +0000 (11:29 -0000)]
Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus@ximian.com>

* mini.c, mini.h, mini.x86.c, mini-ppc.c: added facility so that
arch code can setup the cpu for CLR execution, if needed.
We use it on x86 to set the precision of FP operations.

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

21 years agoWed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 25 Jun 2003 11:23:47 +0000 (11:23 -0000)]
Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>

* icall.c: fix memory leak when getting type members.

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

21 years ago2003-06-24 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 24 Jun 2003 23:25:44 +0000 (23:25 -0000)]
2003-06-24  Miguel de Icaza  <miguel@ximian.com>

* cs-parser.jay: Applied patch from Jackson that adds support for
extern and unsafe modifiers to destructor declarations.

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

21 years agoForgot these
Gonzalo Paniagua Javier [Tue, 24 Jun 2003 20:45:33 +0000 (20:45 -0000)]
Forgot these

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

21 years ago2003-06-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Gonzalo Paniagua Javier [Tue, 24 Jun 2003 20:37:44 +0000 (20:37 -0000)]
2003-06-23  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* DesignerAttribute.cs: Fixed AttributeUsage, implementation errors,
better Hashcode generation
* EditorAttribute.cs: Fixed AttributeUsage, implementation errors,
better Hashcode generation
* LicenseContext.cs: Added and implemented missing property
* ListBindableAttribute.cs: Simplified implementation, removed
unneccessary data.
* ReadOnlyAttribute.cs: Better Hashcode generation
* RunInstallerAttribute.cs: Better Hashcode generation, more robust
Equals check.

* LicenseProviderAttribute.cs: Fixed AttributeUsage, indentation
* ProvidePropertyAttribute.cs: Fixed AttributeUsage
* ToolboxItemFilterAttribute.cs: Fixed AttributeUsage

* MarshalByValueComponent.cs:
* IContainer.cs:
* IComponent.cs: Added missing attribute(s)

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

21 years ago * HttpWebRequest.cs: SetWriteStream(): SendRequestHeaders should be called
Lluis Sanchez [Tue, 24 Jun 2003 16:35:57 +0000 (16:35 -0000)]
* HttpWebRequest.cs: SetWriteStream(): SendRequestHeaders should be called
  before asyncWrite.SetCompleted, to make sure that the waiting thread
  does not start to send more information before SendRequestHeaders has
  finished.

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

21 years ago * XmlTypeMapElementInfo.cs: no need to compare nesting level in Equals.
Lluis Sanchez [Tue, 24 Jun 2003 16:28:14 +0000 (16:28 -0000)]
* XmlTypeMapElementInfo.cs: no need to compare nesting level in Equals.
* XmlReflectionImporter.cs: Changed nullable default. Assign member's namespace to an
  array if the namespace is not specified in XmlArrayItemAttribute.

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

21 years ago * TreeNode.cs
Aleksey Ryabchuk [Tue, 24 Jun 2003 15:29:33 +0000 (15:29 -0000)]
* TreeNode.cs
* TreeNodeCollection.cs
* TreeView.cs : more implementation added

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

21 years agoincrease length of localloc
Dietmar Maurer [Tue, 24 Jun 2003 08:40:22 +0000 (08:40 -0000)]
increase length of localloc

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

21 years ago2002-06-24 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 24 Jun 2003 05:06:48 +0000 (05:06 -0000)]
2002-06-24  Nick Drochak  <ndrochak@gol.com>

* BasicOperationsTest.cs: Make test pass on .NET 1.1.

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

21 years ago2003-06-24 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 24 Jun 2003 04:33:19 +0000 (04:33 -0000)]
2003-06-24  Miguel de Icaza  <miguel@ximian.com>

* expression.cs: Report error 21 if the user is trying to index a
System.Array.

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

21 years agoAdd another test
Miguel de Icaza [Tue, 24 Jun 2003 04:32:48 +0000 (04:32 -0000)]
Add another test

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

21 years ago2003-06-24 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 24 Jun 2003 04:16:55 +0000 (04:16 -0000)]
2003-06-24  Miguel de Icaza  <miguel@ximian.com>

* class.cs (TypeContainer.Emit): Only call EmitFieldInitializers
if we do not have a ": this ()" constructor initializer.  Fixes 45149

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

21 years agoupdate
Miguel de Icaza [Tue, 24 Jun 2003 04:15:26 +0000 (04:15 -0000)]
update

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

21 years agoAdd new test
Miguel de Icaza [Tue, 24 Jun 2003 04:14:27 +0000 (04:14 -0000)]
Add new test

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

21 years agoFlush
Miguel de Icaza [Tue, 24 Jun 2003 01:34:01 +0000 (01:34 -0000)]
Flush

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

21 years agobpp check in JPEGCodec
Alexandre Pigolkine [Mon, 23 Jun 2003 23:51:24 +0000 (23:51 -0000)]
bpp check in JPEGCodec

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

21 years agopixel format check added, Jpeg encoder implemented
Alexandre Pigolkine [Mon, 23 Jun 2003 23:39:57 +0000 (23:39 -0000)]
pixel format check added, Jpeg encoder implemented

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

21 years agoimplementation and fixes by Andreas Nahr.
Gonzalo Paniagua Javier [Mon, 23 Jun 2003 16:31:41 +0000 (16:31 -0000)]
implementation and fixes by Andreas Nahr.

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

21 years agoMon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 23 Jun 2003 14:21:41 +0000 (14:21 -0000)]
Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>

* reflection.c: added more pubtoken special cases.

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

21 years agouse correct bug #
Nick Drochak [Mon, 23 Jun 2003 14:16:40 +0000 (14:16 -0000)]
use correct bug #

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

21 years ago2003-06-23 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 23 Jun 2003 14:14:37 +0000 (14:14 -0000)]
2003-06-23  Nick Drochak <ndrochak@gol.com>

* ConvertTest.cs: Ignore and report bug in bugzilla #45066.

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

21 years agoTest for bug#44294.
Paolo Molaro [Mon, 23 Jun 2003 13:58:26 +0000 (13:58 -0000)]
Test for bug#44294.

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

21 years agoMon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 23 Jun 2003 13:39:00 +0000 (13:39 -0000)]
Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>

* class.c: handle field offset correctly when class size
is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).

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

21 years ago2003-06-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 23 Jun 2003 12:38:53 +0000 (12:38 -0000)]
2003-06-14  Miguel de Icaza  <miguel@ximian.com>

* namespace.cs: Add some information to reduce FAQs.

2003-06-13  Miguel de Icaza  <miguel@ximian.com>

* cfold.cs (BinaryFold): BitwiseAnd, BitwiseOr: handle other
underlying enumeration types.  Fixes #43915.

* expression.cs: Treat ushort/short as legal values to be used in
bitwise operations.

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

21 years ago2003-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 23 Jun 2003 12:06:08 +0000 (12:06 -0000)]
2003-06-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.ComponentModel/IExtenderProvider.cs: mono-stylized.
* System.ComponentModel/IComNativeDescriptorHandler.cs:
* System.ComponentModel/SyntaxCheck.cs: new files from Andreas Nahr.

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

21 years ago2003-06-23 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 23 Jun 2003 07:11:34 +0000 (07:11 -0000)]
2003-06-23  Nick Drochak <ndrochak@gol.com>

* TimeZoneTest.cs: Make pass when on Tokyo Standard Time.

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

21 years ago2003-06-23 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 23 Jun 2003 07:02:56 +0000 (07:02 -0000)]
2003-06-23  Nick Drochak <ndrochak@gol.com>

        * MACTripleDESTest.cs: Adjust for .NET 1.1.

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

21 years ago2003-06-23 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 23 Jun 2003 07:00:57 +0000 (07:00 -0000)]
2003-06-23  Nick Drochak <ndrochak@gol.com>

        * ResourceReaderTest.cs: Put it back the way it was, doesn't work on
.NET, and it works fine on both if you cd to the proper dir before
running these tests.

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

21 years ago2003-06-23 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 23 Jun 2003 06:23:25 +0000 (06:23 -0000)]
2003-06-23  Nick Drochak <ndrochak@gol.com>

* DecimalTest.cs: Make pass on .NET 1.1
* MarshalByRefObjectTest.cs: Avoid port conflict with other tests.
* SingleFormatterTest.cs: Ignore user overridden settings.

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

21 years ago2003-06-22 Sebastien Pouliot <spouliot@motus.com>
Sebastien Pouliot [Mon, 23 Jun 2003 02:43:47 +0000 (02:43 -0000)]
2003-06-22  Sebastien Pouliot <spouliot@motus.com>

* DSACryptoServiceProvider.cs: Added UseMachineKeyStore property (1.1).
* RSACryptoServiceProvider.cs: Added UseMachineKeyStore property (1.1).

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

21 years ago2003-06-23 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 23 Jun 2003 02:37:55 +0000 (02:37 -0000)]
2003-06-23  Nick Drochak <ndrochak@gol.com>

* DateTimeTest.cs (TestOA): Compare DateTime values instead of strings
to avoid "culture shock".  Made a new AssertEquals() that is more
DateTime-friedly.

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

21 years agofont1.cs added
Alexandre Pigolkine [Sun, 22 Jun 2003 21:26:39 +0000 (21:26 -0000)]
font1.cs added

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

21 years agoreordered, IDesignerHost.cs removed, new files added
Alexandre Pigolkine [Sun, 22 Jun 2003 21:19:39 +0000 (21:19 -0000)]
reordered, IDesignerHost.cs removed, new files added

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

21 years agoDrawString implementation
Alexandre Pigolkine [Sun, 22 Jun 2003 21:17:11 +0000 (21:17 -0000)]
DrawString implementation

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

21 years agoimplementation added
Alexandre Pigolkine [Sun, 22 Jun 2003 21:13:37 +0000 (21:13 -0000)]
implementation added

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

21 years agofile added
Alexandre Pigolkine [Sun, 22 Jun 2003 21:11:13 +0000 (21:11 -0000)]
file added

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

21 years agocalls to implementation added
Alexandre Pigolkine [Sun, 22 Jun 2003 21:06:17 +0000 (21:06 -0000)]
calls to implementation added

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

21 years agofirst version
Alexandre Pigolkine [Sun, 22 Jun 2003 21:04:19 +0000 (21:04 -0000)]
first version

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

21 years agoswitch to unix line terminators
Alexandre Pigolkine [Sun, 22 Jun 2003 20:57:28 +0000 (20:57 -0000)]
switch to unix line terminators

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

21 years ago * WebConnectionStream.cs: Only increment pendingReads if an asynchronous read
Lluis Sanchez [Sun, 22 Jun 2003 19:49:26 +0000 (19:49 -0000)]
* WebConnectionStream.cs: Only increment pendingReads if an asynchronous read
  is really needed.

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

21 years ago2003-06-20 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Sun, 22 Jun 2003 18:32:39 +0000 (18:32 -0000)]
2003-06-20  Ben Maurer <bmaurer@users.sourceforge.net>

* NameTable.cs: Now uses a custom hashtable to implement. As a
result, when Get (char[], int, int) is called, a string is only
allocated if it is actually a new entry.
(StrEqArray) Compares a string and a char[]
(AddEntry) Adds a new entry to the hashtable
(Entry) Represents a hashtable entry.

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

21 years agotrying to make it buildable and useable in linux
Rafael Teixeira [Sun, 22 Jun 2003 14:39:16 +0000 (14:39 -0000)]
trying to make it buildable and useable in linux

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

21 years ago * unix.args: added System.Runtime.Remoting/SoapServices.cs
Lluis Sanchez [Sun, 22 Jun 2003 12:21:40 +0000 (12:21 -0000)]
* unix.args: added System.Runtime.Remoting/SoapServices.cs

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

21 years agomake build platform agnostic
Piers Haken [Sun, 22 Jun 2003 00:35:11 +0000 (00:35 -0000)]
make build platform agnostic

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

21 years agonew tool for performaing XSL tranformations
Piers Haken [Sat, 21 Jun 2003 23:56:06 +0000 (23:56 -0000)]
new tool for performaing XSL tranformations

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

21 years agocheckin for Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Alexandre Pigolkine [Sat, 21 Jun 2003 20:09:16 +0000 (20:09 -0000)]
checkin for Andreas Nahr <ClassDevelopment@A-SoftTech.com>

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

21 years agocheckin for Andreas Nahr <ClassDevelopment@A-SoftTech.com>, see ChangeLog for details
Alexandre Pigolkine [Sat, 21 Jun 2003 18:38:39 +0000 (18:38 -0000)]
checkin for Andreas Nahr <ClassDevelopment@A-SoftTech.com>, see ChangeLog for details

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

21 years agocheckin for Andreas Nahr <ClassDevelopment@A-SoftTech.com>, see ChangeLog for details
Alexandre Pigolkine [Sat, 21 Jun 2003 17:39:54 +0000 (17:39 -0000)]
checkin for Andreas Nahr <ClassDevelopment@A-SoftTech.com>, see ChangeLog for details

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

21 years agoswitch to unix line terminators
Alexandre Pigolkine [Sat, 21 Jun 2003 16:50:32 +0000 (16:50 -0000)]
switch to unix line terminators

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

21 years ago2003-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 21 Jun 2003 15:42:13 +0000 (15:42 -0000)]
2003-06-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebClientProtocol.cs: handle cookies if the request is a
HttpWebRequest. It gets the cookies set in the response and sends them
on subsequent requests.

* SoapHttpClientProtocol.cs:
(GetWebRequest): just calls the base method.
(SendRequest): set the method here.
(Invoke): call GetWebResponse instead of request.GetResponse.

* WebClientProtocol.cs:
(GetWebRequest): set some properties of the request.
(GetWebResponse): if we get a WebException containing a response, return
that as the response and ignore the exception.
(GetWebResponse (req, async)): only call EndGetResponse.

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

21 years ago2003-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 21 Jun 2003 15:14:35 +0000 (15:14 -0000)]
2003-06-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ThreadPool.cs: correctly create a TimeSpan with provided the number of
milliseconds.

* WaitHandle.cs: fixes for WaitAny/All and TimeSpan.

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

21 years ago * unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.
Lluis Sanchez [Sat, 21 Jun 2003 12:49:59 +0000 (12:49 -0000)]
* unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.

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

21 years ago * HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
Lluis Sanchez [Sat, 21 Jun 2003 12:49:23 +0000 (12:49 -0000)]
* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
  HttpServerChannel.cs, HttpThread.cs: added new implementation of the HttpChannel
  by Ahmad Tantawy, Ahmad Kadry and Hussein Mehanna.

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

21 years ago2003-06-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 21 Jun 2003 11:44:27 +0000 (11:44 -0000)]
2003-06-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XslTransform.cs : Fixed Transform (string, string) not to call
  File.OpenWrite() that *appends* (not truncates) existing files.

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

21 years agoMessage
Miguel de Icaza [Sat, 21 Jun 2003 11:35:09 +0000 (11:35 -0000)]
Message

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

21 years ago2003-06-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 21 Jun 2003 07:22:57 +0000 (07:22 -0000)]
2003-06-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlTextReader.cs : removed CRLFs. Fixed private InitializeContext()
  to use known Uri way (used in XmlUrlResolver) instead of UriBuilder.

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

21 years agofiles added
Alexandre Pigolkine [Fri, 20 Jun 2003 23:53:32 +0000 (23:53 -0000)]
files added

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

21 years agoimplementation added
Alexandre Pigolkine [Fri, 20 Jun 2003 23:52:21 +0000 (23:52 -0000)]
implementation added

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

21 years agoproperties added
Alexandre Pigolkine [Fri, 20 Jun 2003 23:51:46 +0000 (23:51 -0000)]
properties added

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

21 years agofirst version
Alexandre Pigolkine [Fri, 20 Jun 2003 23:49:00 +0000 (23:49 -0000)]
first version

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

21 years agoswitch to unix line terminators
Alexandre Pigolkine [Fri, 20 Jun 2003 23:42:15 +0000 (23:42 -0000)]
switch to unix line terminators

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

21 years ago2003-06-20 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Fri, 20 Jun 2003 19:12:57 +0000 (19:12 -0000)]
2003-06-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlInputStream.cs : quick fix for public ctor() BaseURI bug.

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

21 years ago2003-06-20 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 20 Jun 2003 17:52:10 +0000 (17:52 -0000)]
2003-06-20  Martin Baulig  <martin@ximian.com>

* mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
*image' field.

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

21 years ago2003-06-20 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Fri, 20 Jun 2003 17:30:51 +0000 (17:30 -0000)]
2003-06-20  Ben Maurer <bmaurer@users.sourceforge.net>
* XmlTextReader.cs: Reduces memory allocation when the reader is
not queried for some values.

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

21 years ago2003-06-20 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 20 Jun 2003 16:40:27 +0000 (16:40 -0000)]
2003-06-20  Martin Baulig  <martin@ximian.com>

* image.h, mono-debug-debugger.h: Fixed compiler warnings.

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

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

* mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
just distinguish between variables in registers and variables at
an offset relative to a register.

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

21 years ago2003-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 20 Jun 2003 13:59:51 +0000 (13:59 -0000)]
2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DataGrid.cs: fixed bug #43823.

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

21 years ago2003-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 20 Jun 2003 13:07:15 +0000 (13:07 -0000)]
2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HtmlSelect.cs: fixed bug #44894.

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

21 years ago2003-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 20 Jun 2003 12:32:38 +0000 (12:32 -0000)]
2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* icall.c: #ifdef out latest changes until mcs is fixed.

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

21 years ago2003-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 20 Jun 2003 11:35:53 +0000 (11:35 -0000)]
2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebHeaderCollection.cs: prevent duplication headers used niternally.

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