mono.git
21 years ago * BinaryFormatter.cs: Implemented support for binders.
Lluis Sanchez [Tue, 25 Feb 2003 20:31:53 +0000 (20:31 -0000)]
* BinaryFormatter.cs: Implemented support for binders.
    * MessageFormatter.cs: Implemented support for binders.
    * ObjectReader.cs: Implemented support for binders.

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

21 years agoupdate man page
Miguel de Icaza [Tue, 25 Feb 2003 17:34:19 +0000 (17:34 -0000)]
update man page

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

21 years ago2003-02-25 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 25 Feb 2003 17:26:54 +0000 (17:26 -0000)]
2003-02-25  Dick Porter  <dick@ximian.com>

* shared.c (_wapi_shm_attach): Return a failure code on system
call errors, rather than exiting.

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

21 years agoFlush
Miguel de Icaza [Tue, 25 Feb 2003 17:00:08 +0000 (17:00 -0000)]
Flush

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

21 years ago2003-02-25 Alan Tam <Tam@SiuLung.com>
Alan Tam [Tue, 25 Feb 2003 16:19:29 +0000 (16:19 -0000)]
2003-02-25  Alan Tam <Tam@SiuLung.com>

        * DbDataAdapter.cs: Added support for filling when schema is present.
        Fixed incorrect behavior when ColumnMapping is present
        when more than one fields have the same name. Implemented Dispose.
        Fixed error when there is no ColumnMapping at all.
        Still have some problems in finding the correct TableMapping
        because the SourceTable name is not present in BuildSchema

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

21 years agobits
Rafael Teixeira [Tue, 25 Feb 2003 15:52:06 +0000 (15:52 -0000)]
bits

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

21 years ago2003-02-25 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 25 Feb 2003 14:40:10 +0000 (14:40 -0000)]
2003-02-25  Nick Drochak <ndrochak@gol.com>

* File.cs (GetCreationTime): Throw proper execption when path is not
found.

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

21 years ago2003-02-25 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 25 Feb 2003 14:02:33 +0000 (14:02 -0000)]
2003-02-25  Nick Drochak <ndrochak@gol.com>

* TimeSpanTest.cs: Isolate test for Negate bug. Same as previous
'checked' bug in ByteTest?

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

21 years agoTue Feb 25 11:55:35 CET 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 25 Feb 2003 11:00:02 +0000 (11:00 -0000)]
Tue Feb 25 11:55:35 CET 2003 Paolo Molaro <lupus@ximian.com>

* MemoryStream.cs: make it behave sanely when the stream is
incrementally expanded.

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

21 years agoTue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 25 Feb 2003 10:00:58 +0000 (10:00 -0000)]
Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>

* reflection.c: handle custom attributes for types and members
created with Reflection.Emit (bug#38422).

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

21 years ago2003-02-25 Alan Tam <Tam@SiuLung.com>
Alan Tam [Tue, 25 Feb 2003 08:48:29 +0000 (08:48 -0000)]
2003-02-25  Alan Tam <Tam@SiuLung.com>

        * DataRelation.cs: Added SetDataSet for DataSetRelationCollection to use.
        * DataRelationCollection.cs: Implemented AddRange and Contains.
        Implemented AddRange, Clear, List and RemoveCore for DataSetRelationColletion.
        Implemented AddCore, List and RemoveCore for DataTableRelationCollection.
        Reimplemented most Add methods to eliminate duplicated checks.
        Centralized RelationName generation procedure in GetNextDefaultRelationName.

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

21 years ago2003-02-25 Alan Tam <Tam@SiuLung.com>
Alan Tam [Tue, 25 Feb 2003 07:25:05 +0000 (07:25 -0000)]
2003-02-25  Alan Tam <Tam@SiuLung.com>

        * DataColumn.cs: Fixed wrong storage representation of Expression
        (using empty string instead of null) so that ToString() returns nothing.
        * DataColumnCollection.cs: Reimplemented GetNextDefaultColumnName so that
        auto column naming now works as expected. Reimplemented some Add methods
        to eliminate code duplication.

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

21 years agoAdd
Miguel de Icaza [Mon, 24 Feb 2003 22:13:22 +0000 (22:13 -0000)]
Add

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

21 years ago2003-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 24 Feb 2003 21:38:45 +0000 (21:38 -0000)]
2003-02-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Attribute.cs:
* MonoCustomAttrs.cs: fix for the regression test failure (see bug
#38238).

* IntPtr.cs: added serialization .ctor

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

21 years ago2003-02-24 Aleksey Demakov <avd@openlinksw.com>
Alan Tam [Mon, 24 Feb 2003 17:47:28 +0000 (17:47 -0000)]
2003-02-24  Aleksey Demakov <avd@openlinksw.com>

* DbDataAdapter.cs: The original code might pass a null DataTableMapping
value which is then used to create a RowUpdatingEventArgs
instance. So RowUpdatingEvent handler (for instance
CommandBuilder) could get null DataTableMapping which
might be unexpected. The patch makes sure that a non-null
DataTableMapping is passed.

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

21 years ago2003-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 24 Feb 2003 16:51:17 +0000 (16:51 -0000)]
2003-02-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* OracleMonthSpan.cs: fixed compilation.

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

21 years ago2003-02-23 Peter Williams <peterw@ximian.com>
Peter Williams [Mon, 24 Feb 2003 04:38:04 +0000 (04:38 -0000)]
2003-02-23  Peter Williams  <peterw@ximian.com>

* makefile.gnu (all): Take two.

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

21 years agoPatches from Daniel Campos
Miguel de Icaza [Mon, 24 Feb 2003 03:39:13 +0000 (03:39 -0000)]
Patches from Daniel Campos

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

21 years agotoo late
Miguel de Icaza [Mon, 24 Feb 2003 01:07:26 +0000 (01:07 -0000)]
too late

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

21 years agoAdd NEWS file
Miguel de Icaza [Mon, 24 Feb 2003 01:07:08 +0000 (01:07 -0000)]
Add NEWS file

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

21 years agoUpdate update
Miguel de Icaza [Mon, 24 Feb 2003 01:06:27 +0000 (01:06 -0000)]
Update update

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

21 years agoAdd
Duncan Mak [Mon, 24 Feb 2003 00:08:31 +0000 (00:08 -0000)]
Add

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

21 years agochain
Miguel de Icaza [Sun, 23 Feb 2003 23:53:22 +0000 (23:53 -0000)]
chain

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

21 years agoRemove all target, because that cancels the creation of Mono.PEToolkit
Miguel de Icaza [Sun, 23 Feb 2003 23:51:22 +0000 (23:51 -0000)]
Remove all target, because that cancels the creation of Mono.PEToolkit

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

21 years agoAdd System.Security
Miguel de Icaza [Sun, 23 Feb 2003 23:36:07 +0000 (23:36 -0000)]
Add System.Security

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

21 years agoAdd to the distro
Duncan Mak [Sun, 23 Feb 2003 23:34:54 +0000 (23:34 -0000)]
Add to the distro

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

21 years agoAdd alpha
Duncan Mak [Sun, 23 Feb 2003 23:31:59 +0000 (23:31 -0000)]
Add alpha

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

21 years agoChanged a comment to more descibing
Per Arneng [Sun, 23 Feb 2003 21:27:30 +0000 (21:27 -0000)]
Changed a comment to more descibing

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

21 years agoException throwing cleanup
Per Arneng [Sun, 23 Feb 2003 21:22:18 +0000 (21:22 -0000)]
Exception throwing cleanup

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

21 years agoUpdated with info that SmtMail.Send is working
Per Arneng [Sun, 23 Feb 2003 20:52:30 +0000 (20:52 -0000)]
Updated with info that SmtMail.Send is working

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

21 years ago2003-02-23 Peter Williams <peterw@ximian.com>
Peter Williams [Sun, 23 Feb 2003 20:49:01 +0000 (20:49 -0000)]
2003-02-23  Peter Williams  <peterw@ximian.com>

* makefile.gnu (all): Give this dependencies
so that we don't rebuild every time.

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

21 years agoAdded my name to author list :)
Per Arneng [Sun, 23 Feb 2003 20:44:27 +0000 (20:44 -0000)]
Added my name to author list :)

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

21 years agoDummy methods and fields
Rafael Teixeira [Sun, 23 Feb 2003 20:32:42 +0000 (20:32 -0000)]
Dummy methods and fields

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

21 years agoDummy version of needed class ServiceBase added
Rafael Teixeira [Sun, 23 Feb 2003 20:21:42 +0000 (20:21 -0000)]
Dummy version of needed class ServiceBase added

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

21 years agosome forgotten bits
Rafael Teixeira [Sun, 23 Feb 2003 20:07:24 +0000 (20:07 -0000)]
some forgotten bits

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

21 years agooops: mispelling corrected
Rafael Teixeira [Sun, 23 Feb 2003 19:58:04 +0000 (19:58 -0000)]
oops: mispelling corrected

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

21 years agohead -n 2 ChangeLog
Rafael Teixeira [Sun, 23 Feb 2003 19:53:51 +0000 (19:53 -0000)]
head -n 2 ChangeLog

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

21 years agoAdded the new System.Web.Mail files
Per Arneng [Sun, 23 Feb 2003 19:52:27 +0000 (19:52 -0000)]
Added the new System.Web.Mail files

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

21 years agoSmtpMail.Send is now working but needs testing
Per Arneng [Sun, 23 Feb 2003 19:51:36 +0000 (19:51 -0000)]
SmtpMail.Send is now working but needs testing

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

21 years agoSMTP Internal classes added to make SmtpMail.Send work
Per Arneng [Sun, 23 Feb 2003 19:50:45 +0000 (19:50 -0000)]
SMTP Internal classes added to make SmtpMail.Send work

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

21 years agoJust a local makefile, to facilitate MonoQLE
Rafael Teixeira [Sun, 23 Feb 2003 19:39:14 +0000 (19:39 -0000)]
Just a local makefile, to facilitate MonoQLE

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

21 years agoAdd test-177 to the right category
Ravi Pratap M [Sun, 23 Feb 2003 19:38:02 +0000 (19:38 -0000)]
Add test-177 to the right category

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

21 years ago* CompilerError.cs: Use fields not properties, and remove unneeded finalizer
Jackson Harper [Sun, 23 Feb 2003 19:27:24 +0000 (19:27 -0000)]
* CompilerError.cs: Use fields not properties, and remove unneeded finalizer

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

21 years agosome bits that were lacking
Rafael Teixeira [Sun, 23 Feb 2003 19:26:43 +0000 (19:26 -0000)]
some bits that were lacking

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

21 years ago2003-02-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 23 Feb 2003 19:17:40 +0000 (19:17 -0000)]
2003-02-23  Martin Baulig  <martin@ximian.com>

* statement.cs (Block.Emit): Override this and set ec.CurrentBlock
while calling DoEmit ().

* codegen.cs (EmitContext.Mark): Don't mark locations in other
source files; if you use the #line directive inside a method, the
compiler stops emitting line numbers for the debugger until it
reaches the end of the method or another #line directive which
restores the original file.

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

21 years agoWith it, we can make locally, wont change dirs list in mcs/class makefile for now
Rafael Teixeira [Sun, 23 Feb 2003 19:13:11 +0000 (19:13 -0000)]
With it, we can make locally, wont change dirs list in mcs/class makefile for now

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

21 years agoAdd documentation missing of tests, and add new test.
Miguel de Icaza [Sun, 23 Feb 2003 19:08:21 +0000 (19:08 -0000)]
Add documentation missing of tests, and add new test.

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

21 years agoRemoved two Console.WriteLine's.
Martin Baulig [Sun, 23 Feb 2003 18:42:39 +0000 (18:42 -0000)]
Removed two Console.WriteLine's.

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

21 years agoI still have to learn lots about CVS
Rafael Teixeira [Sun, 23 Feb 2003 18:41:37 +0000 (18:41 -0000)]
I still have to learn lots about CVS

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

21 years ago2003-02-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 23 Feb 2003 18:39:31 +0000 (18:39 -0000)]
2003-02-23  Martin Baulig  <martin@ximian.com>

* test-185.cs: New test for bug #37708.

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

21 years ago2003-02-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 23 Feb 2003 18:38:52 +0000 (18:38 -0000)]
2003-02-23  Martin Baulig  <martin@ximian.com>

* statement.cs (FlowBranching.UsageVector.MergeChildren): Fix bug #37708.

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

21 years agoAHEM: doing it again, using mono directories rules this time
Rafael Teixeira [Sun, 23 Feb 2003 18:36:52 +0000 (18:36 -0000)]
AHEM: doing it again, using mono directories rules this time

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

21 years agobringing System.Messaging to Mono (from MonoQLE)
Rafael Teixeira [Sun, 23 Feb 2003 18:25:03 +0000 (18:25 -0000)]
bringing System.Messaging to Mono (from MonoQLE)

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

21 years ago2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Sun, 23 Feb 2003 16:11:52 +0000 (16:11 -0000)]
2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>

* CustomValidator.cs     : Completed.
* DeviceSpecific.cs      : Initial implementation.
* DeviceSpecificChoiceTemplateContainer.cs
                         : Completed.
* DeviceSpecificChoiceCollection.cs
                         : Completed.
* DeviceSpecificChoice.cs: Initial implementation.

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

21 years ago2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Sun, 23 Feb 2003 16:02:23 +0000 (16:02 -0000)]
2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>

* MobileCapabilities.cs    : Initial implementation.

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

21 years agoMake this compile.
Martin Baulig [Sun, 23 Feb 2003 13:30:34 +0000 (13:30 -0000)]
Make this compile.

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

21 years ago2003-02-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 23 Feb 2003 13:27:54 +0000 (13:27 -0000)]
2003-02-23  Martin Baulig  <martin@ximian.com>

* statement.cs (Block.AddChildVariableNames): We need to call this
recursively, not just for our immediate children.

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

21 years ago2003-02-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 23 Feb 2003 13:20:30 +0000 (13:20 -0000)]
2003-02-23  Martin Baulig  <martin@ximian.com>

* class.cs (Event.Define): Always make the field private, like csc does.

* typemanager.cs (TypeManager.RealMemberLookup): Make events
actually work, fixes bug #37521.

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

21 years ago2003-02-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 23 Feb 2003 11:45:23 +0000 (11:45 -0000)]
2003-02-23  Martin Baulig  <martin@ximian.com>

When adding any tests here, please do also add them to the
README.tests !

The following tests are still missing:

test-176 test-177 test-179 test-180 test-181 test-182 test-183
test-184

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

21 years ago2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Sun, 23 Feb 2003 07:42:11 +0000 (07:42 -0000)]
2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>

* Calendar.cs            : Completed.
* BaseValidator.cs       : Completed.
* CompareValidator.cs    : Completed.

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

21 years ago2003-02-23 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sun, 23 Feb 2003 06:41:56 +0000 (06:41 -0000)]
2003-02-23  Miguel de Icaza  <miguel@ximian.com>

* delegate.cs: When creating the various temporary "Parameters"
classes, make sure that we call the ComputeAndDefineParameterTypes
on those new parameters (just like we do with the formal ones), to
allow them to be resolved in the context of the DeclSpace.

This fixes the bug that Dick observed in Bugzilla #38530.

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

21 years agoChangeLog
Jackson Harper [Sun, 23 Feb 2003 01:30:13 +0000 (01:30 -0000)]
ChangeLog

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

21 years ago * Image.cs: Write CorHeader
Jackson Harper [Sun, 23 Feb 2003 01:29:38 +0000 (01:29 -0000)]
* Image.cs: Write CorHeader

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

21 years agoAdd System.Security
Miguel de Icaza [Sun, 23 Feb 2003 00:03:31 +0000 (00:03 -0000)]
Add System.Security

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

21 years ago * Image.cs: Write Sections
Jackson Harper [Sun, 23 Feb 2003 00:03:30 +0000 (00:03 -0000)]
* Image.cs: Write Sections

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

21 years agoAdd to the Linux build
Miguel de Icaza [Sun, 23 Feb 2003 00:01:47 +0000 (00:01 -0000)]
Add to the Linux build

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

21 years agoAdd a small explanatory comment
Miguel de Icaza [Sat, 22 Feb 2003 23:16:57 +0000 (23:16 -0000)]
Add a small explanatory comment

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

21 years ago2003-02-22 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 22 Feb 2003 21:58:09 +0000 (21:58 -0000)]
2003-02-22  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (ResolveMemberAccess): When resolving a constant,
do not attempt to pull a constant if the value was not able to
generate a valid constant.

* const.cs (LookupConstantValue): Do not report more errors than required.

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

21 years agoCommit on behalf of Mike Kestner
Miguel de Icaza [Sat, 22 Feb 2003 20:59:58 +0000 (20:59 -0000)]
Commit on behalf of Mike Kestner

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

21 years ago2003/02/22 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Sat, 22 Feb 2003 20:04:41 +0000 (20:04 -0000)]
2003/02/22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* class.cs : As, per vbc, there is a rootnamespace now, --main wasn't working anymore,
 because it was expecting a fully qualified class name.
 We now also test the name passed prepended by the rootnamespace.
* class.cs : Corrected warning "The keyword new is required on `Mono.CSharp.Property.Emit'
 because it hides inherited member `PropertyBase.Emit'", by making it virtual
 in PropertyBase and override in Property.
* makefile.gnu : test and test-gtk targets now depend on mbas.exe

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

21 years ago2003-02-22 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 22 Feb 2003 19:48:48 +0000 (19:48 -0000)]
2003-02-22  Martin Baulig  <martin@ximian.com>

* makefile(s): Added `MCS' and `MCS_FLAGS' variables.

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

21 years agoSpurious text in Options.cs, was stopping compilation. Removed...
Rafael Teixeira [Sat, 22 Feb 2003 18:52:55 +0000 (18:52 -0000)]
Spurious text in Options.cs, was stopping compilation. Removed...

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

21 years ago2003-02-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 22 Feb 2003 18:45:50 +0000 (18:45 -0000)]
2003-02-22  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c: define RTSpecialName automatically for constructors for
compatibility with MS.NET.

* reflection.c (mono_reflection_create_runtime_class): initialize
nested_in field of dynamically created classes.

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

21 years ago * Section.cs: Add method for writing Sections
Jackson Harper [Sat, 22 Feb 2003 17:37:48 +0000 (17:37 -0000)]
* Section.cs: Add method for writing Sections

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

21 years ago2003-02-22 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 22 Feb 2003 17:10:26 +0000 (17:10 -0000)]
2003-02-22  Martin Baulig  <martin@ximian.com>

* debug-mono-symfile.h: Incremented version number.

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

21 years ago2003-02-22 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 22 Feb 2003 17:09:06 +0000 (17:09 -0000)]
2003-02-22  Martin Baulig  <martin@ximian.com>

* MonoSymbolTable.cs: Incremented version number.

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

21 years ago.cvsignore ......
Martin Baulig [Sat, 22 Feb 2003 17:08:13 +0000 (17:08 -0000)]
.cvsignore ......

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

21 years ago2003-02-22 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 22 Feb 2003 17:04:47 +0000 (17:04 -0000)]
2003-02-22  Martin Baulig  <martin@ximian.com>

* library.make: Pass `MCS_FLAGS' to MCS.

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

21 years ago2003-02-22 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 22 Feb 2003 17:03:22 +0000 (17:03 -0000)]
2003-02-22  Martin Baulig  <martin@ximian.com>

* MonoSymbolFile.cs (MonoSymbolFile.FindMethod): Fixed a bug.
(MonoSymbolFile.MethodLookup): New method.

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

21 years ago * Driver.cs: Add version option, fix bug that allowed -- switches to be invoked...
Jackson Harper [Sat, 22 Feb 2003 16:25:32 +0000 (16:25 -0000)]
* Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /-

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

21 years agofew test files deletes, new will be added
Alexandre Pigolkine [Sat, 22 Feb 2003 09:20:52 +0000 (09:20 -0000)]
few test files deletes, new will be added

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

21 years ago2003-02-21 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Sat, 22 Feb 2003 08:53:02 +0000 (08:53 -0000)]
2003-02-21  Tim Coleman <tim@timcoleman.com>
        * System.Data.OracleClient/OracleDateTime.cs:
        * System.Data.OracleClient/OracleInfoMessageEventArgs.cs:
        * System.Data.OracleClient/OracleInfoMessageEventHandler.cs:
        * System.Data.OracleClient/OracleMonthSpan.cs:
        * System.Data.OracleClient/OraclePermission.cs:
        * System.Data.OracleClient/OraclePermissionAttribute.cs:
        * System.Data.OracleClient/OracleTimeSpan.cs:
        * System.Data.OracleClient.Oci/IOciDescriptorHandle.cs:
        * System.Data.OracleClient.Oci/OciDescriptorHandle.cs:
        * System.Data.OracleClient.Oci/OciLobLocator.cs:
                New classes added.  Some based on .NET docs,
                others (internal) based on getting some LOB
                support (doesn't actually work yet).
        * list:
                Add new files
        * System.Data.OracleClient/OracleBFile.cs:
        * System.Data.OracleClient/OracleBinary.cs:
        * System.Data.OracleClient/OracleLob.cs:
        * System.Data.OracleClient/OracleNumber.cs:
        * System.Data.OracleClient/OracleString.cs:
                Change handling of NULL object based on new
                discovery.
        * System.Data.OracleClient/OracleCommand.cs:
        * System.Data.OracleClient/OracleDataReader.cs:
                Typo fix.
        * System.Data.OracleClient.Oci/OciDefineHandle.cs:
        * System.Data.OracleClient.Oci/OciEnvironmentHandle.cs:
                Add some code to handle LOBs.  Still more to
                come.
        * Test/TestOracleClient.cs:
                New test for LOB added.

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

21 years ago * AssemblyInfo.cs: Add file
Jackson Harper [Sat, 22 Feb 2003 05:45:03 +0000 (05:45 -0000)]
   * AssemblyInfo.cs: Add file
       * makefile: Add AssemblyInfo to build
       * makefile.gnu: Add AssemblyInfo to build

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

21 years ago * Section.cs: Add Method to write Headers
Jackson Harper [Sat, 22 Feb 2003 05:24:32 +0000 (05:24 -0000)]
   * Section.cs: Add Method to write Headers

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

21 years ago * Section.cs: Make Read method safe
Jackson Harper [Sat, 22 Feb 2003 03:24:35 +0000 (03:24 -0000)]
* Section.cs: Make Read method safe

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

21 years agoAdding this patch on behalf of Patrik, as he does not have CVS access,
Miguel de Icaza [Fri, 21 Feb 2003 23:45:03 +0000 (23:45 -0000)]
Adding this patch on behalf of Patrik, as he does not have CVS access,
and this in fact fixes appdomain2 and remoting4 tests.

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

21 years agoimplementation added
Alexandre Pigolkine [Fri, 21 Feb 2003 22:54:41 +0000 (22:54 -0000)]
implementation added

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

21 years agosmall changes to be able to run SWF apps
Alexandre Pigolkine [Fri, 21 Feb 2003 22:48:53 +0000 (22:48 -0000)]
small changes to be able to run SWF apps

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

21 years ago2003-02-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 21 Feb 2003 22:42:16 +0000 (22:42 -0000)]
2003-02-21  Zoltan Varga  <vargaz@freemail.hu>

* object.h icall.c process.c: fix warnings.

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

21 years ago2003-02-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 21 Feb 2003 22:25:46 +0000 (22:25 -0000)]
2003-02-21  Zoltan Varga  <vargaz@freemail.hu>

* appdomain.h appdomain.c:
(mono_domain_try_type_resolve): split the
name_or_tb argument into a name and a tb argument.
(mono_domain_has_type_resolve): new function to check whenever the
application has registered a TypeResolve event handler.

* icall.c reflection.h reflection.c: move the type resolve logic into
mono_reflection_get_type () so it will be invoked when
Assembly::GetType () is called.

* reflection.c:
(mono_reflection_get_type): renamed to get_type_internal.
(mono_reflection_get_type): fixed type name generation so it works
for nested types too.
(mono_reflection_get_type): call has_type_resolve () to avoid the
costly type name generation if there is no resolve event handler.

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

21 years agoAdd Ilasm to the distro
Miguel de Icaza [Fri, 21 Feb 2003 22:24:02 +0000 (22:24 -0000)]
Add Ilasm to the distro

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

21 years agoflush docs
Miguel de Icaza [Fri, 21 Feb 2003 22:05:07 +0000 (22:05 -0000)]
flush docs

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

21 years agoJust a small change
Miguel de Icaza [Fri, 21 Feb 2003 22:04:49 +0000 (22:04 -0000)]
Just a small change

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

21 years ago2003-02-21 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 21 Feb 2003 13:22:10 +0000 (13:22 -0000)]
2003-02-21  Dick Porter  <dick@ximian.com>

* processes.c (GetCurrentProcessId): Use the current process
handle to return the process ID, as getpid() is unreliable
(linuxthreads gives each thread a different pid).  Fixes bug
37550.

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

21 years ago2003-02-21 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 21 Feb 2003 12:22:59 +0000 (12:22 -0000)]
2003-02-21  Dick Porter  <dick@ximian.com>

* FileStream.cs: Use locks around buffer manipulations.  Fixes bug
32344

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

21 years ago2003-02-21 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 21 Feb 2003 12:20:47 +0000 (12:20 -0000)]
2003-02-21  Dick Porter  <dick@ximian.com>

* io.c (FindNextFile): Skip over dangling symlinks.  Fixes bug
34076.

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

21 years agoAdd linker flags to the mono.pc.in to include the -lpthread in a pkg-config
Miguel de Icaza [Fri, 21 Feb 2003 11:28:10 +0000 (11:28 -0000)]
Add linker flags to the mono.pc.in to include the -lpthread in a pkg-config
invocation for the Mono runtime.

Dick and Paolo reported:

pthread remappes the sigrtmin signal, so it needs to be loaded from the start of the lifetime of the app

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

21 years agoFri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 21 Feb 2003 10:41:33 +0000 (10:41 -0000)]
Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>

* class.c, image.c: load exported types from file references.

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

21 years ago* Section.cs: Convert Header to a class and lowers it accesability.
Jackson Harper [Fri, 21 Feb 2003 08:30:51 +0000 (08:30 -0000)]
* Section.cs: Convert Header to a class and lowers it accesability.

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

21 years agoChangeLog
Jackson Harper [Fri, 21 Feb 2003 08:25:30 +0000 (08:25 -0000)]
ChangeLog

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