mono.git
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

21 years ago * MDStream.cs: Make Header a class and use a Read method to load it. Because it...
Jackson Harper [Fri, 21 Feb 2003 07:26:03 +0000 (07:26 -0000)]
* MDStream.cs: Make Header a class and use a Read method to load it. Because it is no longer
               being loaded by a utility method I can lower some accesibility levels.

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

21 years ago2003-02-20 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Fri, 21 Feb 2003 04:50:08 +0000 (04:50 -0000)]
2003-02-20  Tim Coleman <tim@timcoleman.com>
        * System.Data.OracleClient/OracleBFile.cs:
        * System.Data.OracleClient/OracleBinary.cs:
        * System.Data.OracleClient/OracleBoolean.cs:
        * System.Data.OracleClient/OracleLob.cs:
        * System.Data.OracleClient/OracleLobOpenMode.cs:
        * System.Data.OracleClient/OracleNumber.cs:
        * list:
                New class stubs added
        * System.Data.OracleClient/OracleCommand.cs:
        * System.Data.OracleClient/OracleDataReader.cs:
                Minor touch-ups
        * Test/TestOracleClient.cs:
                Add required Prepare () call in parameter test.

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

21 years ago2003/02/21 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 21 Feb 2003 03:52:05 +0000 (03:52 -0000)]
2003/02/21  Nick Drochak <ndrochak@gol.com>

* EnumTest.cs: Add test for bug 38452 (Parsing numeric enum values).

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

21 years agoFlush
Nick Drochak [Fri, 21 Feb 2003 02:51:07 +0000 (02:51 -0000)]
Flush

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

21 years agoFix from Marcus Urban to bug #38452
Miguel de Icaza [Fri, 21 Feb 2003 02:48:57 +0000 (02:48 -0000)]
Fix from Marcus Urban to bug #38452

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

21 years agoUpdate news; Paolo and Gonzalo
Miguel de Icaza [Thu, 20 Feb 2003 19:49:44 +0000 (19:49 -0000)]
Update news; Paolo and Gonzalo

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

21 years agoNeed to request optimisation on windows build to get "extern inline"
Dick Porter [Thu, 20 Feb 2003 15:06:57 +0000 (15:06 -0000)]
Need to request optimisation on windows build to get "extern inline"
functions.

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

21 years ago2003-02-20 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 20 Feb 2003 10:36:28 +0000 (10:36 -0000)]
2003-02-20  Nick Drochak <ndrochak@gol.com>

* ByteTest.cs: Isolate test for mcs 'checked' bug.

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

21 years ago2003-02-20 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 20 Feb 2003 10:32:48 +0000 (10:32 -0000)]
2003-02-20  Nick Drochak <ndrochak@gol.com>

* XslTransform.cs: Remove confusing and unused parameter.

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

21 years ago2003-02-01 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 20 Feb 2003 07:21:10 +0000 (07:21 -0000)]
2003-02-01  Miguel de Icaza  <miguel@ximian.com>

* Uri.cs (LocalPath): Local path should return un-escaped
strings.  Patch from tum@veridicus.com (Thong (Tum) Nguyen)

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

21 years agoJust a comment
Miguel de Icaza [Thu, 20 Feb 2003 07:20:31 +0000 (07:20 -0000)]
Just a comment

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

21 years agoAdd new Microsoft.VisualC assembly
Miguel de Icaza [Thu, 20 Feb 2003 07:17:00 +0000 (07:17 -0000)]
Add new Microsoft.VisualC assembly

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

21 years agoAdd Microsoft.VisualC makefile
Miguel de Icaza [Thu, 20 Feb 2003 07:15:49 +0000 (07:15 -0000)]
Add Microsoft.VisualC makefile

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

21 years ago2003-02-20 Alfonso Ali <isa@infomed.sld.cu>
Miguel de Icaza [Thu, 20 Feb 2003 07:03:25 +0000 (07:03 -0000)]
2003-02-20  Alfonso Ali <isa@infomed.sld.cu>

* CodeGenerator.cs: Generates the entry point method.

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

21 years ago2003-02-19 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Thu, 20 Feb 2003 02:08:43 +0000 (02:08 -0000)]
2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>

* AllTests.cs: Removed. No more required with NUnit2.
* makefile.gnu, security_linux_test.args: untested makefile
* System.Security_test.build: Updated for NUnit2.

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

21 years ago2003-02-19 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Thu, 20 Feb 2003 00:55:52 +0000 (00:55 -0000)]
2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>

* All: Updated tests for NUnit2. Some big tests where splited in
smaller ones.
* XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
* XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty,
test suite.

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

21 years ago2003-02-19 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Thu, 20 Feb 2003 00:49:58 +0000 (00:49 -0000)]
2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>

* All: Corrected class indentation, minor fixes, added many MonoTODO (so class status
will reflect reality).

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

21 years agoAdded a describe function so that parameters can get their information from DB2.
Christopher Bockner [Wed, 19 Feb 2003 21:48:37 +0000 (21:48 -0000)]
Added a describe function so that parameters can get their information from DB2.

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

21 years agoAdded parameter Describe functionality.
Christopher Bockner [Wed, 19 Feb 2003 21:47:02 +0000 (21:47 -0000)]
Added parameter Describe functionality.

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