mono.git
21 years agoAdded implementation of namepsace qualified GetElementsByTagName courtesy of
Jason Diamond [Thu, 22 Aug 2002 13:11:55 +0000 (13:11 -0000)]
Added implementation of namepsace qualified GetElementsByTagName courtesy of
Matt Hunter <xrkune@tconl.com>.

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

21 years ago2002-08-22 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 22 Aug 2002 08:49:27 +0000 (08:49 -0000)]
2002-08-22  Dick Porter  <dick@ximian.com>

* socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
Don't free a buffer while it's still needed.  Patch from Jonathan
Liger <Jonathan.liger@wanadoo.fr>

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

21 years ago2002-08-22 Daniel Morgan <danmorg@sc.rr.com>
Daniel Morgan [Thu, 22 Aug 2002 08:39:40 +0000 (08:39 -0000)]
2002-08-22  Daniel Morgan <danmorg@sc.rr.com>

* System.Data.SqlClient/SqlParameter.cs: flush

* System.Data.SqlClient/SqlParameterCollection.cs: fixes
for the Item property, IndexOf, and Contains.

* Test/SqlSharpCli.cs: added input parameters support.
when a query is executed, if a parameter name matches
a SQL# internal variable name, it uses that value for the parameter; otherwise,
the user is prompted for the parameter value.  Currently, it only supports
string parameters.

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

21 years agoOoops, forgot to commit this file.
Paolo Molaro [Thu, 22 Aug 2002 07:38:57 +0000 (07:38 -0000)]
Ooops, forgot to commit this file.

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

21 years agofixes build
John Sohn [Thu, 22 Aug 2002 02:38:03 +0000 (02:38 -0000)]
fixes build

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

21 years agoupdated build with latest mcs in cvs
John Sohn [Thu, 22 Aug 2002 02:36:48 +0000 (02:36 -0000)]
updated build with latest mcs in cvs

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

21 years agoAdded spec file
Miguel de Icaza [Thu, 22 Aug 2002 02:02:18 +0000 (02:02 -0000)]
Added spec file

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

21 years agoAdd Makefile rule
Miguel de Icaza [Thu, 22 Aug 2002 01:38:53 +0000 (01:38 -0000)]
Add Makefile rule

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

21 years agoAdd data dir
Miguel de Icaza [Thu, 22 Aug 2002 01:32:24 +0000 (01:32 -0000)]
Add data dir

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

21 years agoCompile fix
Miguel de Icaza [Thu, 22 Aug 2002 01:25:12 +0000 (01:25 -0000)]
Compile fix

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

21 years agoAdd missing file
Miguel de Icaza [Thu, 22 Aug 2002 01:22:47 +0000 (01:22 -0000)]
Add missing file

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

21 years agoWed Aug 21 18:17:00 PDT 2002 Piers Haken <piersh@friskit.com>
Piers Haken [Thu, 22 Aug 2002 01:16:39 +0000 (01:16 -0000)]
Wed Aug 21 18:17:00 PDT 2002 Piers Haken <piersh@friskit.com>

* makefile.gnu: add '-f' flag for cleaning

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

21 years agoAdd missing files
Miguel de Icaza [Thu, 22 Aug 2002 01:04:10 +0000 (01:04 -0000)]
Add missing files

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

21 years ago2002-08-21 Rodrigo Moya <rodrigo@ximian.com>
Rodrigo Moya [Thu, 22 Aug 2002 00:13:35 +0000 (00:13 -0000)]
2002-08-21  Rodrigo Moya <rodrigo@ximian.com>

* System.Data.OleDb/libgda.cs: adapted to changes in libgda (get_vtype
and get_type for GdaValue).

* System.Data.OleDb/OleDbDataReader.cs: adapted to changes in
libgda.cs.

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

21 years ago2002-08-21 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 21 Aug 2002 23:39:28 +0000 (23:39 -0000)]
2002-08-21  Miguel de Icaza  <miguel@ximian.com>

* icall.c (ves_icall_System_Environment_get_Platform): Add new
internal call.

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

21 years ago2002-08-21 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 21 Aug 2002 23:38:23 +0000 (23:38 -0000)]
2002-08-21  Miguel de Icaza  <miguel@ximian.com>

* Environment.cs: Implemented OSVersion property.

2002-08-21  Miguel de Icaza  <miguel@ximian.com>

* Path.cs (GetDirectoryName): Fix for filenames with size = 1

* File.cs: Removed all references that threw exceptions when the
paths contains a colon, as this is a valid part of an identifier
on Unix.

Everywhere: The String.Empty return from GetDirectoryName means
that there is no directory information about the path.

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

21 years agoAdd throw exceptions where needed
Miguel de Icaza [Wed, 21 Aug 2002 23:36:41 +0000 (23:36 -0000)]
Add throw exceptions where needed

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

21 years agoOpCode overrides ToString to Name
Daniel Stodden [Wed, 21 Aug 2002 22:00:51 +0000 (22:00 -0000)]
OpCode overrides ToString to Name

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

21 years agoWed Aug 21 10:56:42 PDT 2002 Piers Haken <piersh@friskit.com>
Piers Haken [Wed, 21 Aug 2002 19:56:39 +0000 (19:56 -0000)]
Wed Aug 21 10:56:42 PDT 2002 Piers Haken <piersh@friskit.com>

* library.make: fix emtpy SOURCES_EXCLUDE rule bug

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

21 years agoWed Aug 21 20:02:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 21 Aug 2002 18:04:52 +0000 (18:04 -0000)]
Wed Aug 21 20:02:04 CEST 2002 Paolo Molaro <lupus@ximian.com>

* *.cs: imported the code donated by Rhys Weatherley
<rweather@southern-storm.com.au>.

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

21 years agofixed delegates
Radek Doulik [Wed, 21 Aug 2002 17:47:34 +0000 (17:47 -0000)]
fixed delegates

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

21 years agorevert previous change
Dietmar Maurer [Wed, 21 Aug 2002 17:41:00 +0000 (17:41 -0000)]
revert previous change

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

21 years agocall the binary formatter
Dietmar Maurer [Wed, 21 Aug 2002 16:29:55 +0000 (16:29 -0000)]
call the binary formatter

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

21 years agoAdd mono.spec.in
Miguel de Icaza [Wed, 21 Aug 2002 15:50:21 +0000 (15:50 -0000)]
Add mono.spec.in

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

21 years ago2002-08-21 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Wed, 21 Aug 2002 15:20:33 +0000 (15:20 -0000)]
2002-08-21  Dietmar Maurer  <dietmar@ximian.com>

* icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
(ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/

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

21 years agoMissing resource.
Paolo Molaro [Wed, 21 Aug 2002 13:44:41 +0000 (13:44 -0000)]
Missing resource.

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

21 years agoI18N build integration.
Paolo Molaro [Wed, 21 Aug 2002 13:41:25 +0000 (13:41 -0000)]
I18N build integration.

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

21 years agoBuild integration.
Paolo Molaro [Wed, 21 Aug 2002 13:40:36 +0000 (13:40 -0000)]
Build integration.

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

21 years ago2002-08-21 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Wed, 21 Aug 2002 13:09:21 +0000 (13:09 -0000)]
2002-08-21  Dietmar Maurer  <dietmar@ximian.com>

* marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
we call unmanaged code which throws exceptions.

* exception.c (arch_handle_exception): don't set stack_trace to
null (so that it contains the full trace even when we rethrow the
exception).

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

21 years agoMissing bit.
Paolo Molaro [Wed, 21 Aug 2002 13:04:20 +0000 (13:04 -0000)]
Missing bit.

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

21 years ago2002-08-21 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Wed, 21 Aug 2002 13:03:59 +0000 (13:03 -0000)]
2002-08-21  Dietmar Maurer  <dietmar@ximian.com>

* Exception.cs: set stack_trace to null

* tcp channel work

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

21 years agoWed Aug 21 13:03:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 21 Aug 2002 11:04:50 +0000 (11:04 -0000)]
Wed Aug 21 13:03:25 CEST 2002 Paolo Molaro <lupus@ximian.com>

* Assembly.cs: GetEntryAssembly patch by Tomi Pakarinen
<tomi.pakarinen@welho.com>.

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

21 years agoWed Aug 21 13:02:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 21 Aug 2002 11:03:52 +0000 (11:03 -0000)]
Wed Aug 21 13:02:20 CEST 2002 Paolo Molaro <lupus@ximian.com>

* AppDomain.cs: implemented ToString().

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

21 years agoWed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 21 Aug 2002 11:02:07 +0000 (11:02 -0000)]
Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>

* appdomain.h: added per-domain entry_assembly.
* appdomain.c: ensure mono_runtime_exec_main () gets non-null
arguments.
* icall.c: Assembly::GetEntryAssembly icall.
* object.c: set domain->entry_assembly in mono_runtime_exec_main().
Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.

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

21 years agoReadme for mono hackers.
Paolo Molaro [Wed, 21 Aug 2002 10:17:12 +0000 (10:17 -0000)]
Readme for mono hackers.

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

21 years ago2002-08-20 Rodrigo Moya <rodrigo@ximian.com>
Rodrigo Moya [Wed, 21 Aug 2002 10:09:22 +0000 (10:09 -0000)]
2002-08-20  Rodrigo Moya <rodrigo@ximian.com>

* System.Data.OleDb/OleDbConnection.cs (DataReader): new internal
property.
(Close): set the dataReader to null.

* System.Data.OleDb/OleDbDataReader.cs (OleDbDataReader): set the
connection's DataReader property to this object.
(Close): set it to null here.
(Depth, IsDbNull): implemented.
(this): implemented the Item property with a string indexer.

* System.Data.OleDb/OleDbCommand.cs (ExecuteNonQuery, ExecuteReader,
ExecuteScalar): do nothing if there's already an open data reader.

* System.Data.OleDb/libgda.cs: more API functions.

* System.Data.OleDb/TestOleDb.cs (TestDataReader): close the data
reader before continuing.

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

21 years agoInitial revision
Paolo Molaro [Wed, 21 Aug 2002 10:08:33 +0000 (10:08 -0000)]
Initial revision

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

21 years agonow compliant with changes in Win32.cs
John Sohn [Wed, 21 Aug 2002 07:25:37 +0000 (07:25 -0000)]
now compliant with changes in Win32.cs

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

21 years agoFlush updates
Miguel de Icaza [Wed, 21 Aug 2002 05:53:57 +0000 (05:53 -0000)]
Flush updates

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

21 years agoUpdate docs
Miguel de Icaza [Wed, 21 Aug 2002 03:04:13 +0000 (03:04 -0000)]
Update docs

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

21 years ago2002-08-20 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Wed, 21 Aug 2002 02:58:34 +0000 (02:58 -0000)]
2002-08-20  Tim Coleman <tim@timcoleman.com>
        * XmlSerializationWriter.cs:
                Some implementation.

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

21 years ago2002-08-20 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 21 Aug 2002 02:28:30 +0000 (02:28 -0000)]
2002-08-20  Miguel de Icaza  <miguel@ximian.com>

* skeleton.cs: Fix the code that expanded the arrays dynamically,
it was broken, and instead was copying 0 elements.

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

21 years agoFixes to Win32 API calls. Provided by Dennis Hayes (dennish@raytek.com)
John Sohn [Wed, 21 Aug 2002 00:58:25 +0000 (00:58 -0000)]
Fixes to Win32 API calls. Provided by Dennis Hayes (dennish@raytek.com)
Fixed build on mcs later than 0.13

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

21 years agoCleaned up DataTable so I could start implementing it. Added a Test file
Franklin Wise [Wed, 21 Aug 2002 00:04:38 +0000 (00:04 -0000)]
Cleaned up DataTable so I could start implementing it.  Added a Test file
for DataTable and implemented much of the default ctor behavoir.  Also added
nowarn:0679 to the System.Data.build file.

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

21 years ago2002-08-15 Martin Baulig <martin@gnome.org>
Martin Baulig [Tue, 20 Aug 2002 22:29:24 +0000 (22:29 -0000)]
2002-08-15  Martin Baulig  <martin@gnome.org>

* class.cs (MethodData.EmitDestructor): In the Expression.MemberLookup
call, use ec.ContainerType.BaseType as queried_type and invocation_type.

* ecore.cs (Expression.MemberLookup): Added documentation and explained
why the MethodData.EmitDestructor() change was necessary.

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

21 years agoOoops, that was the wrong version. Reverted the last change and committed the
Martin Baulig [Tue, 20 Aug 2002 21:44:04 +0000 (21:44 -0000)]
Ooops, that was the wrong version.  Reverted the last change and committed the
correct one.
2002-08-20  Martin Baulig  <martin@gnome.org>

* class.cs (TypeContainer.FindMembers): Added static check for events.

* decl.cs (MemberCache.AddMembers): Handle events like normal members.

* typemanager.cs (TypeHandle.GetMembers): When queried for events only,
use Type.GetEvents(), not Type.FindMembers().

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

21 years ago2002-08-20 Martin Baulig <martin@gnome.org>
Martin Baulig [Tue, 20 Aug 2002 21:11:03 +0000 (21:11 -0000)]
2002-08-20  Martin Baulig  <martin@gnome.org>

* class.cs (TypeContainer.FindMembers): Always return public events,
even if only queried for non-public ones.

* decl.cs (MemberCache.GetEntryType): Set the flags correctly for
nested types and events.

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

21 years ago2002-08-20 Martin Baulig <martin@gnome.org>
Martin Baulig [Tue, 20 Aug 2002 19:58:13 +0000 (19:58 -0000)]
2002-08-20  Martin Baulig  <martin@gnome.org>

* decl.cs (MemberCache): Added a special method cache which will
be used for method-only searched.  This ensures that a method
search will return a MethodInfo with the correct ReflectedType for
inherited methods.

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

21 years agoadded System.Runtime.Remoting
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 18:26:03 +0000 (18:26 -0000)]
added System.Runtime.Remoting

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

21 years agoFixes
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 18:25:37 +0000 (18:25 -0000)]
Fixes

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

21 years agoDoh.
Paolo Molaro [Tue, 20 Aug 2002 17:59:05 +0000 (17:59 -0000)]
Doh.

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

21 years agoLinks updated.
Jaime Anguiano Olarra [Tue, 20 Aug 2002 16:40:54 +0000 (16:40 -0000)]
Links updated.

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

21 years agoAdded a new section Mono Common Problems. Links to Mono Common Problems :)
Jaime Anguiano Olarra [Tue, 20 Aug 2002 15:27:46 +0000 (15:27 -0000)]
Added a new section Mono Common Problems. Links to Mono Common Problems :)

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

21 years agoThis nearly completes SPARC trampoline support for mint/mono. The delegate
Mark Crichton [Tue, 20 Aug 2002 15:03:07 +0000 (15:03 -0000)]
This nearly completes SPARC trampoline support for mint/mono.  The delegate
code still needs some work.

There are bugs.  Send crash reports, as well as .cs code and exe's to
crichton@gimp.org

Also, if anyone gets Bus Errors in the code, let me know as well, I've been
hunting down alignment bugs as well.

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

21 years ago2002-08-20 Martin Baulig <martin@gnome.org>
Martin Baulig [Tue, 20 Aug 2002 14:02:35 +0000 (14:02 -0000)]
2002-08-20  Martin Baulig  <martin@gnome.org>

* report.cs (Report.Warning): Added overloaded versions which take
a warning level argument and do the warning level check.

* decl.cs (MemberCore.CheckMethodAgainstBase): When reporting a
warning CS0108 or CS0144, add Modifiers.NEW to the ModFlags.

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 14:00:04 +0000 (14:00 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Runtime.Remoting/makefile.gnu:
* System.Runtime.Remoting/unix.args: new files.

* System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryClientFormatterSink.cs:
* System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryClientFormatterSinkProvider.cs:
* System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs:
* System.Runtime.Remoting/System.Runtime.Remoting.Channels/BinaryServerFormatterSinkProvider.cs:
* System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog:
* System.Runtime.Remoting/System.Runtime.Remoting.Channels/CommonTransportKeys.cs:
* System.Runtime.Remoting/System.Runtime.Remoting.Channels/SoapClientFormatterSink.cs:
* System.Runtime.Remoting/System.Runtime.Remoting.Channels/SoapServerFormatterSink.cs:
* System.Runtime.Remoting/System.Runtime.Remoting.Channels/SoapServerFormatterSinkProvider.cs:

Move files from corlib.dll to System.Runtime.Remoting.dll.

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 13:59:19 +0000 (13:59 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Runtime.Remoting.Channels/SynchronizationAttribute.cs: this
is already in System.EnterpriseServices.dll.

* corlib/System.Runtime.Remoting.Channels/BinaryClientFormatterSink.cs
* corlib/System.Runtime.Remoting.Channels/BinaryClientFormatterSinkProvider.cs
* corlib/System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs
* corlib/System.Runtime.Remoting.Channels/BinaryServerFormatterSinkProvider.cs
* corlib/System.Runtime.Remoting.Channels/CommonTransportKeys.cs
* corlib/System.Runtime.Remoting.Channels/SoapClientFormatterSink.cs
* corlib/System.Runtime.Remoting.Channels/SoapServerFormatterSink.cs
* corlib/System.Runtime.Remoting.Channels/SoapServerFormatterSinkProvider.cs:
* corlib/unix.args:

Move files from corlib.dll to System.Runtime.Remoting.dll.

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

21 years ago2002-08-20 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 20 Aug 2002 13:48:15 +0000 (13:48 -0000)]
2002-08-20  Dick Porter  <dick@ximian.com>

* Socket.cs: Fix deadlock when the AsyncResult callback calls
End*().  Set the async request's worker property so it can return
results.  These two fixes combined fix bug 28092.

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

21 years agoTue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 20 Aug 2002 13:43:36 +0000 (13:43 -0000)]
Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>

* appdomain.h, gc.c: added mono_domain_finalize ().

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

21 years agoTue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 20 Aug 2002 13:17:31 +0000 (13:17 -0000)]
Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>

* configure.in: patch by noa@metamatrix.se (Daniel Resare)
to error out if bison is missing.

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

21 years agoPatch by noa@metamatrix.se (Daniel Resare) to allow running
Paolo Molaro [Tue, 20 Aug 2002 13:12:58 +0000 (13:12 -0000)]
Patch by noa@metamatrix.se (Daniel Resare) to allow running
mcs with any runtime.

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

21 years agoremoved TcpChannel
Dietmar Maurer [Tue, 20 Aug 2002 12:57:06 +0000 (12:57 -0000)]
removed TcpChannel

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

21 years ago2002-08-20 Martin Baulig <martin@gnome.org>
Martin Baulig [Tue, 20 Aug 2002 12:30:46 +0000 (12:30 -0000)]
2002-08-20  Martin Baulig  <martin@gnome.org>

* decl.cs (DeclSpace.FindMembers): Made this public.

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

21 years ago2002-08-20 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 20 Aug 2002 11:09:25 +0000 (11:09 -0000)]
2002-08-20  Dick Porter  <dick@ximian.com>

* handles.c (_wapi_handle_scratch_store): Made stored byte lengths
multiples of 4 bytes, to keep header structures aligned.  Needed
for sparc, at least. (Patch from crichton@gimp.org)

* handles.c: Removed 'disable_shm' variable (we've defaulted to
building with shm enabled for months now)

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

21 years agoRemoved some crap and added more detailed responses in some cases.
Paolo Molaro [Tue, 20 Aug 2002 10:44:08 +0000 (10:44 -0000)]
Removed some crap and added more detailed responses in some cases.

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

21 years agoadded missing file
Dietmar Maurer [Tue, 20 Aug 2002 09:36:07 +0000 (09:36 -0000)]
added missing file

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

21 years agoadded missing files
Dietmar Maurer [Tue, 20 Aug 2002 09:29:52 +0000 (09:29 -0000)]
added missing files

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

21 years agocreated an new assembly System.Runtime.Remoting
Dietmar Maurer [Tue, 20 Aug 2002 09:19:57 +0000 (09:19 -0000)]
created an new assembly System.Runtime.Remoting

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 05:37:48 +0000 (05:37 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* delegate.cs: fixed build on windows.
[FIXME:  Filed as bug #29150: MCS must report these errors.]

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

21 years ago2002-08-20 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 20 Aug 2002 05:37:05 +0000 (05:37 -0000)]
2002-08-20  Tim Coleman <tim@timcoleman.com>
        * ServiceDescription.cs:
                Add ServiceDescription.ServiceDescriptionSerializer
                class.

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

21 years ago*** empty log message ***
Tim Coleman [Tue, 20 Aug 2002 05:25:39 +0000 (05:25 -0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
Tim Coleman [Tue, 20 Aug 2002 05:24:18 +0000 (05:24 -0000)]
*** empty log message ***

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

21 years agoFix minor typo.
Tim Coleman [Tue, 20 Aug 2002 05:22:59 +0000 (05:22 -0000)]
Fix minor typo.

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

21 years ago2002-08-19 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 20 Aug 2002 05:19:02 +0000 (05:19 -0000)]
2002-08-19  Tim Coleman <tim@timcoleman.com>
        * XmlSerializer.cs:
                New stubs added.
        * XmlSerializationWriter.cs:
                New stubs added.

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

21 years ago2002-08-19 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 20 Aug 2002 04:52:05 +0000 (04:52 -0000)]
2002-08-19  Tim Coleman <tim@timcoleman.com>
        * list.unix:
                Add System.Xml.Serialization/XmlSerializationWriter.cs

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

21 years ago2002-08-19 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 20 Aug 2002 04:50:57 +0000 (04:50 -0000)]
2002-08-19  Tim Coleman <tim@timcoleman.com>
        * XmlSerializationWriter.cs:
                New stubs added.

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

21 years ago2002-08-20 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 20 Aug 2002 03:59:33 +0000 (03:59 -0000)]
2002-08-20  Tim Coleman <tim@timcoleman.com>
        * ServiceDescriptionFormatExtensionCollection.cs:
                Remove reference to "parent".

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

21 years agoAdded implementation of and tests for GetElementsByTagName courtesy of Matt Hunter...
Jason Diamond [Tue, 20 Aug 2002 03:56:55 +0000 (03:56 -0000)]
Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <xrkune@tconl.com>.

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

21 years ago2002-08-19 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 20 Aug 2002 03:31:34 +0000 (03:31 -0000)]
2002-08-19  Tim Coleman <tim@timcoleman.com>
        * DiscoveryClientProtocol.cs:
                Added ResolveAll () stub.
        * DiscoveryDocument.cs:
                Added XmlRoot attribute to class.
        * DiscoveryClientDocumentCollection.cs:
        * DiscoveryClientReferenceCollection.cs:
        * DiscoveryClientResultCollection.cs:
        * DiscoveryReferenceCollection.cs:
                Implementation of these classes.

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

21 years agoUpdate
Ravi Pratap M [Tue, 20 Aug 2002 03:28:13 +0000 (03:28 -0000)]
Update

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

21 years ago2002-08-19 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Tue, 20 Aug 2002 03:25:54 +0000 (03:25 -0000)]
2002-08-19  Ravi Pratap  <ravi@ximian.com>

* error-5.cs : New test.

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

21 years ago2002-08-19 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Tue, 20 Aug 2002 03:24:42 +0000 (03:24 -0000)]
2002-08-19  Ravi Pratap  <ravi@ximian.com>

* delegate.cs (DelegateInvocation.DoResolve): Ensure that
we flag error 70 in the event an event is trying to be accessed
directly from outside the declaring type.

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 03:12:36 +0000 (03:12 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ApplicationHost.cs: use Assembly instead of Module.

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 03:07:28 +0000 (03:07 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Assembly.cs: FullName now returns a proper string instead of
something like 'file://...'.

* AssemblyName.cs: added missing ToString method.

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 03:04:18 +0000 (03:04 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AppDomain.cs: securityInfo can be null in CreateDomain.

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 03:01:57 +0000 (03:01 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AllTests.cs: added FormatterServicesTests.
* FormatterServicesTests.cs: New file.

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

21 years ago2002-08-19 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 20 Aug 2002 02:54:59 +0000 (02:54 -0000)]
2002-08-19  Tim Coleman <tim@timcoleman.com>
        * WebService.cs:
                Change the attribute on Application to Description
                instead of WebServicesDescription.2002-08-19  Tim Coleman

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 02:29:19 +0000 (02:29 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* FileNotFoundException.cs: use Message and InnerException from base
class. Changed Message and ToString ().

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

21 years ago2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 20 Aug 2002 02:24:46 +0000 (02:24 -0000)]
2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* object.c:
(mono_print_unhandled_exception): changed g_warning by g_printerr
because g_log has a 1024 characters limit (yeah, i got a big stack
trace). Don't print exception name, that should be in ToString
returned string.

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

21 years ago002-08-19 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 20 Aug 2002 01:07:48 +0000 (01:07 -0000)]
002-08-19  Tim Coleman <tim@timcoleman.com>
        * BindingCollection.cs:
                Use base constructor, remove SetParent call
        * FaultBindingCollection.cs:
        * ImportCollection.cs:
        * MessageCollection.cs:
        * MessagePartCollection.cs:
        * OperationBindingCollection.cs:
        * OperationCollection.cs:
        * OperationFaultCollection.cs:
        * PortCollection.cs:
        * PortTypeCollection.cs:
        * ServiceCollection.cs:
        * ServiceDescriptionFormatExtensionCollection.cs:
                Use base constructor
        * ServiceDescriptionCollection.cs:
                Use base constructor, Remove SetParent method
        * ServiceDescriptionBaseCollection.cs:
                Make parent object private as according to
                class status page.
        * OperationMessageCollection.cs:
                Use base constructor
                Remove excess break's to avoid compiler warning
                Remove TODO attribute (confirmed default retval)

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

21 years ago2002-08-19 Rodrigo Moya <rodrigo@ximian.com>
Rodrigo Moya [Tue, 20 Aug 2002 01:00:30 +0000 (01:00 -0000)]
2002-08-19  Rodrigo Moya <rodrigo@ximian.com>

* System.Data.OleDb/OleDbSchemaGuid.cs: initialize static members.

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

21 years agoMore validation. Mostly to the point now where I need to work on DataTable
Franklin Wise [Tue, 20 Aug 2002 00:51:09 +0000 (00:51 -0000)]
More validation.  Mostly to the point now where I need to work on DataTable
to implement the actual constraints.

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

21 years ago2002-08-19 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Tue, 20 Aug 2002 00:10:52 +0000 (00:10 -0000)]
2002-08-19  Ravi Pratap  <ravi@ximian.com>

* error-4.cs : New test.

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

21 years ago2002-08-19 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Tue, 20 Aug 2002 00:01:23 +0000 (00:01 -0000)]
2002-08-19  Ravi Pratap  <ravi@ximian.com>

* ecore.cs (StandardConversionExists): Return a false
if we are trying to convert the void type to anything else
since that is not allowed.

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

21 years agoAdded info about new advances
Rodrigo Moya [Mon, 19 Aug 2002 23:14:24 +0000 (23:14 -0000)]
Added info about new advances

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

21 years agoMake this work with events.
Martin Baulig [Mon, 19 Aug 2002 22:55:09 +0000 (22:55 -0000)]
Make this work with events.

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

21 years ago2002-08-20 Martin Baulig <martin@gnome.org>
Martin Baulig [Mon, 19 Aug 2002 22:41:52 +0000 (22:41 -0000)]
2002-08-20  Martin Baulig  <martin@gnome.org>

* typemanager.cs, decl.cs: Moved MemberList, IMemberContainer and
MemberCache from typemanager.cs to decl.cs.

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

21 years agoOoops, actually enable the cache.
Martin Baulig [Mon, 19 Aug 2002 22:33:28 +0000 (22:33 -0000)]
Ooops, actually enable the cache.

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

21 years agoLock around critical data structures, patch from Jaroslaw Kowalski <jarek@atm.com.pl>
Miguel de Icaza [Mon, 19 Aug 2002 22:07:20 +0000 (22:07 -0000)]
Lock around critical data structures, patch from Jaroslaw Kowalski <jarek@atm.com.pl>

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

21 years ago2002-08-19 Martin Baulig <martin@gnome.org>
Martin Baulig [Mon, 19 Aug 2002 22:00:34 +0000 (22:00 -0000)]
2002-08-19  Martin Baulig  <martin@gnome.org>

* class.cs (TypeContainer): Implement IMemberContainer.
(TypeContainer.DefineMembers): Create the MemberCache.
(TypeContainer.FindMembers): Do better BindingFlags checking; only
return public members if BindingFlags.Public was given, check
whether members are static.

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