mono.git
21 years agoReformat changes, and add some small debugging information to catch errors
Miguel de Icaza [Tue, 25 Mar 2003 05:01:35 +0000 (05:01 -0000)]
Reformat changes, and add some small debugging information to catch errors

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

21 years agoAdd support for Int32 types
Miguel de Icaza [Tue, 25 Mar 2003 04:47:10 +0000 (04:47 -0000)]
Add support for Int32 types

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

21 years agojust add some verbosity
Miguel de Icaza [Tue, 25 Mar 2003 04:44:08 +0000 (04:44 -0000)]
just add some verbosity

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

21 years ago2003-03-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 25 Mar 2003 02:48:08 +0000 (02:48 -0000)]
2003-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Type.cs: fixed bug #40123.

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

21 years ago2003-03-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 25 Mar 2003 02:22:27 +0000 (02:22 -0000)]
2003-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebRequest.cs: throw an exception is the response code is >= 300.

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

21 years ago2003-03-24 Duncan Mak <duncan@ximian.com>
Duncan Mak [Tue, 25 Mar 2003 01:04:07 +0000 (01:04 -0000)]
2003-03-24  Duncan Mak  <duncan@ximian.com>

* MonoXSD.cs: Add support for having enums as a field in the
class. I overlooked this bit last week.

* makefile: Make it build with debug enabled by default.

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

21 years ago2003-03-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 25 Mar 2003 00:16:59 +0000 (00:16 -0000)]
2003-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* UdpClient.cs: don't bind the socket unless .ctor (IPEndPoint) is used.
Added more checks and throws.
Small fixes in Send to avoid duplicating the buffer.
Moved CheckIfDisposed calls to the start of the methods instead of doing
the check inside a finally clause.

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

21 years agoadded install target and update makefiles
Gonzalo Paniagua Javier [Tue, 25 Mar 2003 00:05:16 +0000 (00:05 -0000)]
added install target and update makefiles

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

21 years agoImplementation of Collections for (Checked)ListBox; notification handling for DateTim...
Alexandre Pigolkine [Mon, 24 Mar 2003 23:28:11 +0000 (23:28 -0000)]
Implementation of Collections for (Checked)ListBox; notification handling for DateTimePicker control

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

21 years agoInitial support for invocation of (parent) constructors. Must implement
Marco Ridoni [Mon, 24 Mar 2003 23:20:53 +0000 (23:20 -0000)]
Initial support for invocation of (parent) constructors. Must implement
a few checks

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

21 years ago- Added OVERRIDES, OVERLOADS, OVERRIDABLE, MUSTOVERRIDE, NOTOVERRIDABLE. Only
Marco Ridoni [Mon, 24 Mar 2003 23:19:06 +0000 (23:19 -0000)]
- Added OVERRIDES, OVERLOADS, OVERRIDABLE, MUSTOVERRIDE, NOTOVERRIDABLE. Only
OVERRIDES actually works, for now.
- Fixed a bug in MyBase invocations (en expression list was passed instead of
an argument list)
- Added 'Is Nothing' relational expression (maybe not working right, must
check)

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

21 years agoStarted implementing auto-generation of an entry point function if the
Marco Ridoni [Mon, 24 Mar 2003 23:16:37 +0000 (23:16 -0000)]
Started implementing auto-generation of an entry point function if the
assembly is a WinEXE AND uses System.Windows.Forms AND RootContext.MainClass
is derived from System.Windows.Forms.Form (just like VB.NET does)

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

21 years agoCommented out unneeded code in AddClass()
Marco Ridoni [Mon, 24 Mar 2003 23:14:56 +0000 (23:14 -0000)]
Commented out unneeded code in AddClass()

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

21 years agoRemotingServices.cs: Fixed bug #39915
Lluis Sanchez [Mon, 24 Mar 2003 22:30:33 +0000 (22:30 -0000)]
RemotingServices.cs: Fixed bug #39915

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

21 years agoupdated with the MailUtil
Per Arneng [Mon, 24 Mar 2003 19:42:08 +0000 (19:42 -0000)]
updated with the MailUtil

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

21 years agoBcc is now working, Unique boundaries, Encoded headers when needed
Per Arneng [Mon, 24 Mar 2003 19:40:00 +0000 (19:40 -0000)]
Bcc is now working, Unique boundaries, Encoded headers when needed

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

21 years agoFixed invalid cast exception
Per Arneng [Mon, 24 Mar 2003 18:02:39 +0000 (18:02 -0000)]
Fixed invalid cast exception

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

21 years agoMinor update. MailUtil used in MailAddress
Per Arneng [Mon, 24 Mar 2003 17:58:44 +0000 (17:58 -0000)]
Minor update. MailUtil used in MailAddress

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

21 years agoAdded MailUtil
Per Arneng [Mon, 24 Mar 2003 17:51:25 +0000 (17:51 -0000)]
Added MailUtil

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

21 years ago2003-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 24 Mar 2003 17:00:49 +0000 (17:00 -0000)]
2003-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web/HtmlizedException.cs:
* System.Web/HttpException.cs:
* System.Web.Compilation/CompilationException.cs:
* System.Web.Compilation/ParseException.cs: display the correct line
number in error messages.

* System.Web.Compilation/AspElements.cs: added TargetSchema attribute
for control. It's ignored.

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

21 years agochange the class name to Tests
Dietmar Maurer [Mon, 24 Mar 2003 16:15:57 +0000 (16:15 -0000)]
change the class name to Tests

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

21 years agoFix typo
Dick Porter [Mon, 24 Mar 2003 11:25:33 +0000 (11:25 -0000)]
Fix typo

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

21 years agoThe table encodes 5 bits
Miguel de Icaza [Mon, 24 Mar 2003 04:38:22 +0000 (04:38 -0000)]
The table encodes 5 bits

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

21 years agoFrom:� Elan Feingold <efeingold@mn.rr.com>
Miguel de Icaza [Mon, 24 Mar 2003 04:14:04 +0000 (04:14 -0000)]
From:� Elan Feingold <efeingold@mn.rr.com>

Patch to support property-deserialization.

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

21 years ago8 spaces -> tab
Gonzalo Paniagua Javier [Mon, 24 Mar 2003 00:15:26 +0000 (00:15 -0000)]
8 spaces -> tab

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

21 years agoImplementation of ProgressBar and DateTimePicker controls Aleksey Ryabchuk <ryabchuk...
Alexandre Pigolkine [Sun, 23 Mar 2003 20:46:53 +0000 (20:46 -0000)]
Implementation of ProgressBar and DateTimePicker controls Aleksey Ryabchuk <ryabchuk@yahoo.com>

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

21 years agofix the build
Gonzalo Paniagua Javier [Sun, 23 Mar 2003 19:25:47 +0000 (19:25 -0000)]
fix the build

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

21 years agoreferenced the same assemblies in .build and makefile.gnu
Gonzalo Paniagua Javier [Sun, 23 Mar 2003 16:01:48 +0000 (16:01 -0000)]
referenced the same assemblies in .build and makefile.gnu

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

21 years ago2003-03-23 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 23 Mar 2003 10:09:34 +0000 (10:09 -0000)]
2003-03-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* added XmlReaderCommonTests.cs which is mostly copied from
  XmlTextReaderTests and XmlNodeReaderTests. These tests are removed
  from each files.

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

21 years ago2003-03-23 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sun, 23 Mar 2003 10:05:29 +0000 (10:05 -0000)]
2003-03-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlTextReader.cs : implemented ReadString().
  fixed ctor(string, XmlNodeType, XmlParserContext) - don't raise
  null reference exception when context is null.
* XmlNodeReader.cs : fixed ReadString() - should ignore attributes etc.
  fixed Read() - when positioned at EndElement, it didn't progress.
  fixed HasAttribute - it didn't return false in all cases.
  fixed Name and LocalName - only limited type of nodes return names.
  fixed AttributeCount - in some cases it threw null ref exception.

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

21 years agoFixed a couple of bugs in the grammar:
Marco Ridoni [Sat, 22 Mar 2003 22:56:05 +0000 (22:56 -0000)]
Fixed a couple of bugs in the grammar:
- Only module members can be declared in modules
- Class constructor declaration was broken

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

21 years ago2003-03-22 Pedro Martnez Juli <yoros@wanadoo.es>
Pedro Martínez Juliá [Sat, 22 Mar 2003 22:44:04 +0000 (22:44 -0000)]
2003-03-22  Pedro Martnez Juli  <yoros@wanadoo.es>

    * FloatingPointFormatter.cs: Fixed some bugs for get the same
    results than MS.NET. Added simple error recovering, now ToString
    will return a general format if there is any exception in the
    process of formatting. This make the library more robust while the
    formatters are refined.

* DoubleTest.cs: Converted to Nunit 2.0. Completed ToString test.

* icall.c: Deleted "ToString" implementation for double and float
because they are full implemented in managed code.

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

21 years ago2003-03-22 Pedro Martnez Juli <yoros@wanadoo.es>
Pedro Martínez Juliá [Sat, 22 Mar 2003 22:44:04 +0000 (22:44 -0000)]
2003-03-22  Pedro Martnez Juli  <yoros@wanadoo.es>

    * FloatingPointFormatter.cs: Fixed some bugs for get the same
    results than MS.NET. Added simple error recovering, now ToString
    will return a general format if there is any exception in the
    process of formatting. This make the library more robust while the
    formatters are refined.

* DoubleTest.cs: Converted to Nunit 2.0. Completed ToString test.

* icall.c: Deleted "ToString" implementation for double and float
because they are full implemented in managed code.

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

21 years agoAdded a ChangeLog file, makefile.gnu for *nix building and the file lsit for it.
César Natarén [Sat, 22 Mar 2003 20:13:36 +0000 (20:13 -0000)]
Added a ChangeLog file, makefile.gnu for *nix building and the file lsit for it.

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

21 years ago* Stubed System.Runtime.Remoting.Channels.Http
Martin Willemoes Hansen [Sat, 22 Mar 2003 17:10:03 +0000 (17:10 -0000)]
* Stubed System.Runtime.Remoting.Channels.Http

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

21 years ago2003-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 22 Mar 2003 16:03:04 +0000 (16:03 -0000)]
2003-03-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpCachePolicy.cs: implemented all TODOs.
* HttpRequestStream.cs: make it internal.

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

21 years agoFixed windows build
Gonzalo Paniagua Javier [Sat, 22 Mar 2003 15:24:19 +0000 (15:24 -0000)]
Fixed windows build

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

21 years ago* Stubed Custommarshalers
Martin Willemoes Hansen [Sat, 22 Mar 2003 12:14:59 +0000 (12:14 -0000)]
* Stubed Custommarshalers

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

21 years agoReflect latest API changes.
Martin Baulig [Sat, 22 Mar 2003 11:42:57 +0000 (11:42 -0000)]
Reflect latest API changes.

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

21 years ago2003-03-22 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 22 Mar 2003 11:42:31 +0000 (11:42 -0000)]
2003-03-22  Martin Baulig  <martin@ximian.com>

* MonoSymbolTable.cs (MethodEntry.LocalNamesAmbiguous): New public
field.  Specifies whether two local variables have the same name.

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

21 years ago2003-03-22 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 22 Mar 2003 08:04:36 +0000 (08:04 -0000)]
2003-03-22  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlSerializer.cs : patch by Sean Cier. Serialize() other than
  XmlWriter argument should call WriteEndDocument.

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

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

* XPathNavigatorTests.cs : added DocumentWithXmlDeclaration()
  for bugzilla #36672.

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

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

* XmlTextWriter.cs : WriteStartDocument doesn't set hasRoot=true, then
  WriteEndDocument without root element now raises an error correctly.
* XmlDocumentNavigator.cs : (MoveToFirstChild) fixed bugzilla #36672.
  implemented BaseURI, NameTable, XmlLang, GetAttributes, GetNamespace,
  MoveToAttribute.

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

21 years ago2003-03-22 Duncan Mak <duncan@ximian.com>
Duncan Mak [Sat, 22 Mar 2003 07:31:11 +0000 (07:31 -0000)]
2003-03-22  Duncan Mak  <duncan@ximian.com>

* MonoXSD.cs: Moved things around, now it's not only
static methods (functions) anymore.

Attributes handling galore! We now handle:

   - XmlElementAttribute
   - XmlAttributeAtribute
   - XmlArrayAttribute
   - XmlArrayItemAttribute
   - XmlTextAttribute
   - XmlAnyElementAttribute
   - XmlAnyAttributeAttribute

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

21 years ago2003-03-22 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 22 Mar 2003 04:54:52 +0000 (04:54 -0000)]
2003-03-22  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlElement.cs : RemoveAttribute now don't throws when specified
  attribute does not exist.

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

21 years agoFixed a bug in Interfaces (Namespace were not considered)
Marco Ridoni [Fri, 21 Mar 2003 22:14:40 +0000 (22:14 -0000)]
Fixed a bug in Interfaces (Namespace were not considered)

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

21 years ago * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
Martin Willemoes Hansen [Fri, 21 Mar 2003 21:29:56 +0000 (21:29 -0000)]
    * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs

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

21 years agoInitial implementation of helper/implicit conversion functions
Marco Ridoni [Fri, 21 Mar 2003 18:07:21 +0000 (18:07 -0000)]
Initial implementation of helper/implicit conversion functions

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

21 years agoFor..Each implementation
Marco Ridoni [Fri, 21 Mar 2003 18:00:32 +0000 (18:00 -0000)]
For..Each implementation

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

21 years agoFor..Each implemented
Marco Ridoni [Fri, 21 Mar 2003 17:31:15 +0000 (17:31 -0000)]
For..Each implemented

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

21 years agoCompatibillity update: Made some changes to make everything
Per Arneng [Fri, 21 Mar 2003 16:44:47 +0000 (16:44 -0000)]
Compatibillity update: Made some changes to make everything
work closer to how .NET sdk works.

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

21 years ago2003-03-21 Alan Tam <Tam@SiuLung.com>
Alan Tam [Fri, 21 Mar 2003 13:27:08 +0000 (13:27 -0000)]
2003-03-21  Alan Tam <Tam@SiuLung.com>

        * DbDataAdapter.cs: Update now uses correct DataRowVersion
        when accessing the data.

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

21 years ago2003-03-21 Alan Tam <Tam@SiuLung.com>
Alan Tam [Fri, 21 Mar 2003 13:25:28 +0000 (13:25 -0000)]
2003-03-21  Alan Tam <Tam@SiuLung.com>

        * DataRow.cs: Fixed problems in accessers, BeginEdit, CancelEdit,
        EndEdit and AcceptChanges to act correctly according to DataRowState
        and DataRowVersion.
        * DataRowCollection.cs: Call AttachRow and DetachRow when a row is
        attached and detached from the collection.

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

21 years ago2003-03-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Fri, 21 Mar 2003 09:42:59 +0000 (09:42 -0000)]
2003-03-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlNode.cs : add descriptions for some node type error.

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

21 years ago2003-03-20 Piers Haken <piersh@friskit.com>
Piers Haken [Fri, 21 Mar 2003 05:07:31 +0000 (05:07 -0000)]
2003-03-20  Piers Haken  <piersh@friskit.com>

* makefile.gnu: really fix the System.Management build problems

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

21 years agofixed the build in linux
Gonzalo Paniagua Javier [Fri, 21 Mar 2003 00:14:25 +0000 (00:14 -0000)]
fixed the build in linux

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

21 years agocheckin for Aleksey Ryabchuk <ryabchuk@yahoo.com>, implementation of Timer class...
Alexandre Pigolkine [Thu, 20 Mar 2003 23:05:15 +0000 (23:05 -0000)]
checkin for Aleksey Ryabchuk <ryabchuk@yahoo.com>, implementation of Timer class and small modifications to other files

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

21 years ago * Stubed out System.Management.Instrumentation
Martin Willemoes Hansen [Thu, 20 Mar 2003 21:50:56 +0000 (21:50 -0000)]
    * Stubed out System.Management.Instrumentation

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

21 years ago* unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
Lluis Sanchez [Thu, 20 Mar 2003 20:33:02 +0000 (20:33 -0000)]
* unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs

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

21 years ago * Identity.cs: Added support for dynamic properties.
Lluis Sanchez [Thu, 20 Mar 2003 20:32:01 +0000 (20:32 -0000)]
* Identity.cs: Added support for dynamic properties.
* ObjRef.cs: Removed some [MonoTODO]
* TypeInfo.cs: Added support for interfaces.
* RemotingServices.cs: Several fixes to support interfaces in proxies.

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

21 years ago * ActivationServices.cs: Added the method Activate that performs the forwards the
Lluis Sanchez [Thu, 20 Mar 2003 20:31:27 +0000 (20:31 -0000)]
* ActivationServices.cs: Added the method Activate that performs the forwards the
  creation message to the right message sink. Added support for AppDomainLevelActivator.
* ConstructionLevelActivator.cs: Activate does not use the object identity because
  it may not be set yet.
* ContextLevelActivator.cs: this activator is now always called for CBOs. A new context
  has to be created only if the construction message says so.
* AppDomainLevelActivator.cs: Added. Implements an IActivator that makes a remote creation.

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

21 years ago * Context.cs: Implemented support for dynamic properties and dynamic message sinks.
Lluis Sanchez [Thu, 20 Mar 2003 20:30:57 +0000 (20:30 -0000)]
* Context.cs: Implemented support for dynamic properties and dynamic message sinks.
* CrossContextChannel.cs: Added support for dynamic message sinks.

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

21 years ago * RealProxy.cs: added variables to support proxy bypass when the called CBO is
Lluis Sanchez [Thu, 20 Mar 2003 20:30:28 +0000 (20:30 -0000)]
* RealProxy.cs: added variables to support proxy bypass when the called CBO is
  in the same context as the caller.
* RemotingProxy.cs: added suport for dynamic sinks. Activation code moved to
  ActivationServices.

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

21 years ago * CADMessages.cs: removed some warnings.
Lluis Sanchez [Thu, 20 Mar 2003 20:29:41 +0000 (20:29 -0000)]
* CADMessages.cs: removed some warnings.
* ClientContextTerminatorSink.cs: added support for dynamic sinks.
* ConstructionCall.cs: added internal property IsContextOK.
* MethodResponse.cs: fixed management of output parameters.
* ServerObjectTerminatorSink.cs: added support for dynamic sinks.

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

21 years agoFileNotFoundException.cs: fixed serialization bug.
Lluis Sanchez [Thu, 20 Mar 2003 18:40:48 +0000 (18:40 -0000)]
FileNotFoundException.cs: fixed serialization bug.

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

21 years ago2003-03-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Thu, 20 Mar 2003 18:13:08 +0000 (18:13 -0000)]
2003-03-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlNodeListTests.cs : added ReturnNullWhenIndexIsOutOfRange() for
  bugzilla #39920.

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

21 years ago2003-03-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Thu, 20 Mar 2003 18:11:44 +0000 (18:11 -0000)]
2003-03-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlNodeArrayList.cs, XmlNodeListChildren.cs : bugzilla #39920 fix.

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

21 years ago2003-03-20 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 20 Mar 2003 15:01:59 +0000 (15:01 -0000)]
2003-03-20  Dick Porter  <dick@ximian.com>

* sockets.c (_wapi_connect): If connect() fails with EACCES, try
setting SO_BROADCAST and connecting again.  Fixes bug 39178.

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

21 years ago2003-03-20 Alan Tam <Tam@SiuLung.com>
Alan Tam [Thu, 20 Mar 2003 10:18:25 +0000 (10:18 -0000)]
2003-03-20  Alan Tam <Tam@SiuLung.com>

        * DataColumn.cs: Store empty string for Expression when null is passed in.
        Classes generated by XSD.exe passes null by default.

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

21 years ago2003-03-20 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 20 Mar 2003 09:49:03 +0000 (09:49 -0000)]
2003-03-20  Dick Porter  <dick@ximian.com>

* Win32Exception.cs: Made the fallback error more useful by
reporting the error number

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

21 years agoAdd link to Python.NET
Duncan Mak [Thu, 20 Mar 2003 07:26:20 +0000 (07:26 -0000)]
Add link to Python.NET

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

21 years agoStupid formatting.
Duncan Mak [Thu, 20 Mar 2003 07:17:25 +0000 (07:17 -0000)]
Stupid formatting.

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

21 years agoAdd some more error checking.
Duncan Mak [Thu, 20 Mar 2003 07:03:17 +0000 (07:03 -0000)]
Add some more error checking.

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

21 years ago2003-03-20 Duncan Mak <duncan@ximian.com>
Duncan Mak [Thu, 20 Mar 2003 05:50:50 +0000 (05:50 -0000)]
2003-03-20  Duncan Mak  <duncan@ximian.com>

* MonoXSD.cs: More refinements. We now support transforming
enumerations as well as arrays to their corresponding XML Schema
type. Read/Write properties will also be transformed (thanks to
reading KeithBa's book). XmlNode is properly handled, and XmlElement
& co. should also be transformed correctly.

Next up: I should look into whether or not xsd.exe makes use of
XmlAttributes. If so, I'll have to support that.

Other than that, this part of MonoXSD should be complete.

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

21 years agoIsolated MS bug and added 1 more test
Gonzalo Paniagua Javier [Thu, 20 Mar 2003 03:45:24 +0000 (03:45 -0000)]
Isolated MS bug and added 1 more test

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

21 years agoThrow exception is no 'special' char found. Parse the port number using UInt32
Gonzalo Paniagua Javier [Thu, 20 Mar 2003 03:43:58 +0000 (03:43 -0000)]
Throw exception is no 'special' char found. Parse the port number using UInt32

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

21 years agoadded ilasm man page
Jackson Harper [Thu, 20 Mar 2003 03:33:12 +0000 (03:33 -0000)]
added ilasm man page

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

21 years ago2003-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 19 Mar 2003 19:54:57 +0000 (19:54 -0000)]
2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Uri.cs: reworked Segment. Small fix in MakeRelative. Throw exception
in Parse when host length is 0 and the Uri is not a file.

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

21 years ago2003-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 19 Mar 2003 19:53:05 +0000 (19:53 -0000)]
2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* UriTest.cs: moved a couple of test to their own method as they fail
with MS runtime. Added new tests for Segment.

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

21 years agoFlush
Miguel de Icaza [Wed, 19 Mar 2003 18:05:07 +0000 (18:05 -0000)]
Flush

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

21 years ago2003-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 19 Mar 2003 17:24:29 +0000 (17:24 -0000)]
2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* UriTest.cs: added CheckSchemaName tests.

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

21 years ago2003-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 19 Mar 2003 17:19:42 +0000 (17:19 -0000)]
2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Uri.cs:
(CheckSchemeName): fixed bug #28549. Thanks to Eric Runquist.

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

21 years agoWed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 19 Mar 2003 17:13:20 +0000 (17:13 -0000)]
Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>

* reflection.c, reflection.h: implemented and exported functions
to retrieve info about custom attributes.

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

21 years ago2003-03-19 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 19 Mar 2003 16:31:16 +0000 (16:31 -0000)]
2003-03-19  Dick Porter  <dick@ximian.com>

* Process.cs: Implement HasExited, fixes bug 39267

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

21 years ago2003-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 19 Mar 2003 16:26:33 +0000 (16:26 -0000)]
2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* appdomain.c: moved Uri handling to assembly.c
* assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
work when using a file Uri in *nix and windows.

* icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
GetReferencedAssemblies.

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

21 years ago* ILParser.jay: .hash algorithm can be followed by bytes
Jackson Harper [Wed, 19 Mar 2003 08:41:46 +0000 (08:41 -0000)]
* ILParser.jay: .hash algorithm can be followed by bytes

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

21 years ago* NumberHelper.cs: Handle strange number situations like 8:99:0
Jackson Harper [Wed, 19 Mar 2003 08:25:27 +0000 (08:25 -0000)]
* NumberHelper.cs: Handle strange number situations like 8:99:0

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

21 years ago* ILParser.jay: Allow assembly refs to have dots in name.
Jackson Harper [Wed, 19 Mar 2003 08:13:08 +0000 (08:13 -0000)]
* ILParser.jay: Allow assembly refs to have dots in name.

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

21 years agoinitial release
Alexandre Pigolkine [Tue, 18 Mar 2003 23:54:45 +0000 (23:54 -0000)]
initial release

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

21 years agofix autogen path
Piers Haken [Tue, 18 Mar 2003 22:39:16 +0000 (22:39 -0000)]
fix autogen path

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

21 years agoimplementation of pthread_cond*, attempt to use LD_PRELOAD to override stubs in Wine
Alexandre Pigolkine [Tue, 18 Mar 2003 22:03:38 +0000 (22:03 -0000)]
implementation of pthread_cond*, attempt to use LD_PRELOAD to override stubs in Wine

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

21 years ago*** empty log message ***
Martin Willemoes Hansen [Tue, 18 Mar 2003 22:00:13 +0000 (22:00 -0000)]
*** empty log message ***

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

21 years ago * makefile.gnu NUnit20ified.
Martin Willemoes Hansen [Tue, 18 Mar 2003 21:53:27 +0000 (21:53 -0000)]
    * makefile.gnu NUnit20ified.
        * security_linux_test.args NUnit20ified.
        * renamed System.Security.Cryptography.Xml/AllTests.cs to
          System.Security.Cryptography.Xml/AssertCrypto.cs

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

21 years ago * Removed: Old AllTests.cs files
Martin Willemoes Hansen [Tue, 18 Mar 2003 21:45:41 +0000 (21:45 -0000)]
    * Removed: Old AllTests.cs files
        * NUnit20ified the tests.

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

21 years agofile is not in Wine include folder
Alexandre Pigolkine [Tue, 18 Mar 2003 21:34:17 +0000 (21:34 -0000)]
file is not in Wine include folder

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

21 years ago2003-03-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 18 Mar 2003 21:13:20 +0000 (21:13 -0000)]
2003-03-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlDeclaration.cs : quick fix, not to use regex for set_Value.

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

21 years ago2003-03-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 18 Mar 2003 19:58:03 +0000 (19:58 -0000)]
2003-03-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlTextReader.cs : Fixed wrong notationdecl SYSTEM id read.
* XmlInputStream.cs : Should allow versionless input stream entity.

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

21 years ago2003-03-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 18 Mar 2003 19:45:40 +0000 (19:45 -0000)]
2003-03-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlSerializer.cs : Serialize() don't write xmldecl when WriteState is
  not WriteState.Start, and never call WriteEndDocument().

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

21 years agofixed the comment and the build
Gonzalo Paniagua Javier [Tue, 18 Mar 2003 19:17:48 +0000 (19:17 -0000)]
fixed the comment and the build

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

21 years ago2003-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 18 Mar 2003 17:25:19 +0000 (17:25 -0000)]
2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* BaseCompiler.cs: fixed the hack to work under windows.
* CachingCompiler.cs: under windows, try 'mcs.bat' and then 'mcs'.

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