mono.git
22 years agoIt's called `NAnt', not `Nant'.
Martin Baulig [Thu, 28 Mar 2002 06:24:45 +0000 (06:24 -0000)]
It's called `NAnt', not `Nant'.

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

22 years agoRemoved CVS conflict marker.
Martin Baulig [Thu, 28 Mar 2002 06:18:41 +0000 (06:18 -0000)]
Removed CVS conflict marker.

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

22 years agoStarted Implementation of this class
Wictor Wilén [Thu, 28 Mar 2002 04:50:30 +0000 (04:50 -0000)]
Started Implementation of this class

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

22 years agoadded proxy support
Dietmar Maurer [Thu, 28 Mar 2002 04:28:28 +0000 (04:28 -0000)]
added proxy support

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

22 years agostarted proxy support
Dietmar Maurer [Thu, 28 Mar 2002 04:07:31 +0000 (04:07 -0000)]
started proxy support

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

22 years agoMore updates to the man page
Miguel de Icaza [Thu, 28 Mar 2002 03:16:19 +0000 (03:16 -0000)]
More updates to the man page

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

22 years ago* Add monostyle.1 to Makefile.am
Adam Treat [Thu, 28 Mar 2002 02:53:00 +0000 (02:53 -0000)]
* Add monostyle.1 to Makefile.am

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

22 years ago* monostyle.1: A man page for the monostyle tool.
Adam Treat [Thu, 28 Mar 2002 02:52:22 +0000 (02:52 -0000)]
* monostyle.1: A man page for the monostyle tool.

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

22 years ago* add monostyle.exe as a build target
Adam Treat [Thu, 28 Mar 2002 02:51:15 +0000 (02:51 -0000)]
* add monostyle.exe as a build target

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

22 years ago* monostyle: a csharp code beautifier.
Adam Treat [Thu, 28 Mar 2002 02:50:26 +0000 (02:50 -0000)]
* monostyle: a csharp code beautifier.

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

22 years ago2002/03/28 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 28 Mar 2002 01:31:26 +0000 (01:31 -0000)]
2002/03/28  Nick Drochak <ndrochak@gol.com>

* corlib_test.build: Re-exclude it in a couple of places where it was
breaking the build.  This test is not an NUnit test.  So, it doesn't
belong in these dll's until it's made a proper NUnit test.

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

22 years ago * IntegerFormatter.cs: added workaround for bug #22668. First patch to
Gonzalo Paniagua Javier [Thu, 28 Mar 2002 00:47:09 +0000 (00:47 -0000)]
* IntegerFormatter.cs: added workaround for bug #22668. First patch to
make custom format strings work (not fully functional yet).

* corlib_test.build: remove two more lines that excluded
IntegerFormatterTest.

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

22 years ago2002/03/28 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 27 Mar 2002 23:43:17 +0000 (23:43 -0000)]
2002/03/28  Nick Drochak <ndrochak@gol.com>

* corlib_test.build: Don't exclude IntegerFormatterTest any more.

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

22 years ago2002-03-27 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 27 Mar 2002 23:42:51 +0000 (23:42 -0000)]
2002-03-27  Miguel de Icaza  <miguel@ximian.com>

* report.cs: Use new formats, since Gonzalo finished the missing
bits.

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

22 years ago2002/03/28 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 27 Mar 2002 23:41:17 +0000 (23:41 -0000)]
2002/03/28  Nick Drochak <ndrochak@gol.com>

* IntegerFormatter.cs: Change class from internal to public.  Add
necessary [CLSCompliant(false)] attributes.

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

22 years ago2002/03/28 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 27 Mar 2002 23:36:35 +0000 (23:36 -0000)]
2002/03/28  Nick Drochak <ndrochak@gol.com>

* IntegerFormatterTest.cs: Eliminate warnings about unused exception
variables.

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

22 years agoMore bug fixages:
Miguel de Icaza [Wed, 27 Mar 2002 23:07:49 +0000 (23:07 -0000)]
More bug fixages:

2002-03-27  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (Binary.ResolveOperator): added missing operator|
operator& and operator^ for bool/bool.

* cs-parser.jay: CheckDef now takes a Location argument that is
used to report errors more precisly (instead of reporting the end
of a definition, we try to track something which is a lot closer
to the source of the problem).

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

22 years ago2002-03-27 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 27 Mar 2002 22:32:00 +0000 (22:32 -0000)]
2002-03-27  Miguel de Icaza  <miguel@ximian.com>

* cs-tokenizer.cs: Track global token use, so we can properly flag
the use of #define/#undef after the first token has been seen.

Also, rename the reportXXXX to Error_DescriptiveName

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

22 years agoAdd new error test case
Miguel de Icaza [Wed, 27 Mar 2002 22:30:47 +0000 (22:30 -0000)]
Add new error test case

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

22 years ago2002-03-27 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 27 Mar 2002 22:25:15 +0000 (22:25 -0000)]
2002-03-27  Miguel de Icaza  <miguel@ximian.com>

* decl.cs (DeclSpace.IsTopLevel): Move property here from
TypeContainer, so that Enum and Interface can use this too.

* class.cs (TypeContainer.LookupInterfaceOrClass,
GetInterfaceOrClass, GetClassBases, DefineType): Drop the
`builder' argument.  Typically this was used to pass the parent
builder (a ModuleBuilder or a TypeBuilder from whoever triggered
the definition).

The problem is that a nested class could trigger the definition of
a toplevel class, and the builder would be obviously wrong in that
case.

So we drop this argument, and we compute dynamically the
TypeBuilder/ModuleBuilder (the correct information was available
to us anyways from DeclSpace.Parent)

* interface.cs (Interface.DefineInterface): Drop builder
parameter cleanup like class.cs

* enum.cs (Enum.DefineEnum): Drop builder parameter.  Clean up
like class.cs

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

22 years agoNew test
Miguel de Icaza [Wed, 27 Mar 2002 22:24:41 +0000 (22:24 -0000)]
New test

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

22 years ago2002-03-27 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 27 Mar 2002 21:34:42 +0000 (21:34 -0000)]
2002-03-27  Miguel de Icaza  <miguel@ximian.com>

* test-18.cs: Augment test with the multi-flow try/catch.

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

22 years ago2002-03-27 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 27 Mar 2002 21:30:03 +0000 (21:30 -0000)]
2002-03-27  Miguel de Icaza  <miguel@ximian.com>

* statement.cs (Switch.EmitObjectInteger): Emit short/ushort
values.

(Try.Emit): Propagate the returns value from the statement.

(Return.Emit): Even if we are leavning

* driver.cs: Catch IOExpcetion for Directory.GetFiles as well.

* modifiers.cs: Fix the computation of MethodAttributes flags.

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

22 years ago2002-03-27 Rodrigo Moya <rodrigo@ximian.com>
Rodrigo Moya [Wed, 27 Mar 2002 21:10:03 +0000 (21:10 -0000)]
2002-03-27  Rodrigo Moya <rodrigo@ximian.com>

* System.Data.Common/DataColumnMapping.cs:
* System.Data.Common/DataColumnMappingCollection.cs:
* System.Data.Common/DataAdapter.cs: created skeletons.

* System.Data.build: exclude new directories from build.

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

22 years agoAdd test-91
Miguel de Icaza [Wed, 27 Mar 2002 20:31:52 +0000 (20:31 -0000)]
Add test-91

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

22 years agoInitial revision.
John Barnette [Wed, 27 Mar 2002 18:56:32 +0000 (18:56 -0000)]
Initial revision.

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

22 years agoInterim graphical resources for the Monodoc GUI.
John Barnette [Wed, 27 Mar 2002 18:51:22 +0000 (18:51 -0000)]
Interim graphical resources for the Monodoc GUI.

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

22 years agoReverting changes to the makefile
Duncan Mak [Wed, 27 Mar 2002 18:17:14 +0000 (18:17 -0000)]
Reverting changes to the makefile

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

22 years agoMore spring cleaning.
John Barnette [Wed, 27 Mar 2002 18:15:18 +0000 (18:15 -0000)]
More spring cleaning.

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

22 years agoRemoving old cruft. It's spring-cleaning time in the land of doctools!
John Barnette [Wed, 27 Mar 2002 18:11:33 +0000 (18:11 -0000)]
Removing old cruft.  It's spring-cleaning time in the land of doctools!

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

22 years agoCleaned up the code a little bit...
Christian Meyer [Wed, 27 Mar 2002 17:28:27 +0000 (17:28 -0000)]
Cleaned up the code a little bit...

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

22 years agoAppDomain.GetDate also renamed to GetData
Duco Fijma [Wed, 27 Mar 2002 16:58:11 +0000 (16:58 -0000)]
AppDomain.GetDate also renamed to GetData

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

22 years agoCorrected typo in System._AppDomain
Duco Fijma [Wed, 27 Mar 2002 16:27:57 +0000 (16:27 -0000)]
Corrected typo in System._AppDomain

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

22 years ago2002-03-27 Rodrigo Moya <rodrigo@ximian.com>
Rodrigo Moya [Wed, 27 Mar 2002 14:51:07 +0000 (14:51 -0000)]
2002-03-27  Rodrigo Moya <rodrigo@ximian.com>

* System.Data.SqlClient/SqlTransaction.cs: started implementation.

* System.Data.SqlClient/SqlConnection.cs (BeginTransaction):
implemented (2 methods).

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

22 years ago2002-03-27 Mike Kestner <mkestner@speakeasy.net>
Mike Kestner [Wed, 27 Mar 2002 13:11:21 +0000 (13:11 -0000)]
2002-03-27  Mike Kestner <mkestner@speakeasy.net>

* delegate.c (arch_get_delegate_invoke): malloc a bigger area

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

22 years ago2002-03-27 Dan Lewis <dihlewis@yahoo.co.uk>
Dan Lewis [Wed, 27 Mar 2002 12:36:47 +0000 (12:36 -0000)]
2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>

* StreamReader.cs: Implemented ReadLine() and ReadEnd().

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

22 years ago2002-03-28 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 27 Mar 2002 11:45:28 +0000 (11:45 -0000)]
2002-03-28  Nick Drochak  <ndrochak@gol.com>

        * EnumTest.cs(TestFormat): Use Fail() instead of AssertEquals() in
        try-catch blocks. Add test to check if correct exception is being
        thrown.

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

22 years ago2002-03-28 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 27 Mar 2002 11:35:22 +0000 (11:35 -0000)]
2002-03-28  Nick Drochak  <ndrochak@gol.com>

        * Type.cs: Added MonoTODO tags on members that have FIXME, etc.

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

22 years ago * resources: Assembly language manuals/tutorials and Win32 SEH internals;
Sergey Chaban [Wed, 27 Mar 2002 10:23:29 +0000 (10:23 -0000)]
 * resources: Assembly language manuals/tutorials and Win32 SEH internals;

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

22 years agoForgot to commit this file, sorry.
Paolo Molaro [Wed, 27 Mar 2002 05:46:35 +0000 (05:46 -0000)]
Forgot to commit this file, sorry.

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

22 years ago2002-03-27 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Wed, 27 Mar 2002 03:27:27 +0000 (03:27 -0000)]
2002-03-27   Gaurav Vaish <gvaish@iitk.ac.in>

* More error corrections....

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

22 years agoMore last minute fixes
Miguel de Icaza [Wed, 27 Mar 2002 02:58:45 +0000 (02:58 -0000)]
More last minute fixes

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

22 years agoFlush
Miguel de Icaza [Wed, 27 Mar 2002 02:52:02 +0000 (02:52 -0000)]
Flush

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

22 years agoAdd a ChangeLog
Miguel de Icaza [Wed, 27 Mar 2002 02:26:21 +0000 (02:26 -0000)]
Add a ChangeLog

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

22 years agoFlush
Miguel de Icaza [Wed, 27 Mar 2002 02:23:01 +0000 (02:23 -0000)]
Flush

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

22 years ago2002-03-27 Duncan Mak <duncan@ximian.com>
Duncan Mak [Wed, 27 Mar 2002 02:06:09 +0000 (02:06 -0000)]
2002-03-27  Duncan Mak  <duncan@ximian.com>

* *.cs: Updates from Ajay Dwivedi <AjayKumar.Dwivedi@dresdner-bank.com>.

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

22 years agorevert to 10
Miguel de Icaza [Wed, 27 Mar 2002 01:38:20 +0000 (01:38 -0000)]
revert to 10

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

22 years agoRemoved XPathScannerTests from the project since VS.NET wasn't happy with it. Added...
Jason Diamond [Wed, 27 Mar 2002 01:09:45 +0000 (01:09 -0000)]
Removed XPathScannerTests from the project since VS.NET wasn't happy with it. Added the tests separately to the .build file so that I can still work.

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

22 years ago2002-03-27 Dan Lewis <dihlewis@yahoo.co.uk>
Dan Lewis [Wed, 27 Mar 2002 00:51:39 +0000 (00:51 -0000)]
2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>

corlib/

* corlib.build: removed seperate windows/linux builds. excluded
wrapper and PAL classes from all builds.

corlib/System/

* Console.cs: Modified to get std handles from MonoIO.
* Environment.cs: removed PAL dependencies.

corlib/System.IO/

* Directory.cs, File.cs, FileSystemInfo.cs, FileInfo.cs,
DirectoryInfo.cs, Path.cs: Modified to use MonoIO class instead of
wrapper and PAL classes.

* MonoIO.cs, MonoIOStat.cs, MonoIOError.cs: Added.

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

22 years ago2002-03-26 Duncan Mak <duncan@ximian.com>
Duncan Mak [Wed, 27 Mar 2002 00:49:24 +0000 (00:49 -0000)]
2002-03-26  Duncan Mak  <duncan@ximian.com>

* XmlDocument.cs (CreateDocumentType): Implemented.

* XmlNode.cs (Value): Implemented.

* AllTests.cs:
* Microsoft.Test.csproj:
* Mono.Test.csproj: Updated to include new test,
XmlDocumentTypeTests.

* XmlDocumentTypeTests.cs: New testsuite for XmlDocumentType class.

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

22 years ago2002-03-27 Dan Lewis <dihlewis@yahoo.co.uk>
Dan Lewis [Wed, 27 Mar 2002 00:39:13 +0000 (00:39 -0000)]
2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>

* Makefile.am: wrapper no longer built

io-layer/

* unicode.h, unicode.c: changed to gunichar2
* io.h, io.c: changed strings to gunichar2*, added
SetFileAttributes(), GetCurrentDirectory(), SetCurrentDirectory(),
some fixes to FindFirstFile() and friends.

metadata/

* icall.c: removed last of PAL calls, added System.Environment
* file-io.h, file-io.c: MonoIO implementation
* object.h, object.c: mono_string_to_utf16() now returns gunichar2*

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

22 years agoFlush
Miguel de Icaza [Tue, 26 Mar 2002 21:06:38 +0000 (21:06 -0000)]
Flush

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

22 years agoFlush
Miguel de Icaza [Tue, 26 Mar 2002 21:04:45 +0000 (21:04 -0000)]
Flush

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

22 years agoUpdate
Miguel de Icaza [Tue, 26 Mar 2002 20:20:57 +0000 (20:20 -0000)]
Update

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

22 years agoFlush a few of my changes
Miguel de Icaza [Tue, 26 Mar 2002 19:52:46 +0000 (19:52 -0000)]
Flush a few of my changes

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

22 years agoUpdate man page
Miguel de Icaza [Tue, 26 Mar 2002 19:46:41 +0000 (19:46 -0000)]
Update man page

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

22 years agoUpdate version number to 0.11 and enable GC by default if libgc is found.
Paolo Molaro [Tue, 26 Mar 2002 19:44:51 +0000 (19:44 -0000)]
Update version number to 0.11 and enable GC by default if libgc is found.

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

22 years agoUse mono to run the compiler.
Paolo Molaro [Tue, 26 Mar 2002 19:37:02 +0000 (19:37 -0000)]
Use mono to run the compiler.

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

22 years ago2002-03-26 Duncan Mak <duncan@ximian.com>
Duncan Mak [Tue, 26 Mar 2002 19:22:24 +0000 (19:22 -0000)]
2002-03-26  Duncan Mak  <duncan@ximian.com>

* XmlProcessingInstruction.cs (InnerText): Implemented. It works just
like XmlCharacterData.

* XmlCommentTests.cs (TestXmlNodeBaseProperties): Move the
XmlNode.Value test in here.

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

22 years ago2002-03-27 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Tue, 26 Mar 2002 19:09:44 +0000 (19:09 -0000)]
2002-03-27     Gaurav Vaish <gvaish@iitk.ac.in>

* :: Adding attributes.... Work in progress, but I am damn too tired..

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

22 years ago2002-03-26 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Tue, 26 Mar 2002 17:49:40 +0000 (17:49 -0000)]
2002-03-26   Gaurav Vaish <gvaish@iitk.ac.in>

* Web/*.cs  -- Added attribute definitions.
* Web/ChangeLog -- Notification

* Web.UI.WebControls/*.cs -- Patches, to make build get going..

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

22 years ago2002-03-26 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Tue, 26 Mar 2002 16:52:13 +0000 (16:52 -0000)]
2002-03-26   Gaurav Vaish <gvaish@iitk.ac.in>

* library.build: System.Web was excluded from build on Linux. Including it.

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

22 years agoTue Mar 26 21:14:36 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 26 Mar 2002 16:26:05 +0000 (16:26 -0000)]
Tue Mar 26 21:14:36 CET 2002 Paolo Molaro <lupus@ximian.com>

* driver.cs: allow compilation of files that start with '/'.
Add a default case when checking the argument of --target.

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

22 years ago2002-03-26 Duncan Mak <duncan@ximian.com>
Duncan Mak [Tue, 26 Mar 2002 16:02:02 +0000 (16:02 -0000)]
2002-03-26  Duncan Mak  <duncan@ximian.com>

* XmlDeclaration.cs (CloneNode):
* XmlDocument.cs (CreateXmlDeclaration): Added missing constructor
arguments.

* XmlCharacterData.cs (Substring): Fixed typo.

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

22 years agoFixed make distcheck.
Paolo Molaro [Tue, 26 Mar 2002 15:45:26 +0000 (15:45 -0000)]
Fixed make distcheck.

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

22 years agoTue Mar 26 20:10:24 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 26 Mar 2002 15:23:49 +0000 (15:23 -0000)]
Tue Mar 26 20:10:24 CET 2002 Paolo Molaro <lupus@ximian.com>

* AssemblyBuilder.cs: use FileMode.Create.
* ILGenerator.cs: optimize localbuilder related opcodes.
Track parameters to adjust maxstack.
* LocalBuilder.cS: use unsigned for position.

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

22 years agoTue Mar 26 20:09:10 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 26 Mar 2002 15:19:09 +0000 (15:19 -0000)]
Tue Mar 26 20:09:10 CET 2002 Paolo Molaro <lupus@ximian.com>

* interp.c: set frame->ip before dumping the stack trace.

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

22 years agoTue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 26 Mar 2002 15:11:06 +0000 (15:11 -0000)]
Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>

* appdomain.c: do not use the byte marker in ldstr table lookup.
* debug-helpers.c: allow two ':' to separate class and method name.
* object.c: allocate arrays bounds with the GC, too.
* verify: add a few more checks.

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

22 years agoTue Mar 26 19:54:45 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 26 Mar 2002 15:05:12 +0000 (15:05 -0000)]
Tue Mar 26 19:54:45 CET 2002 Paolo Molaro <lupus@ximian.com>

* jit.c: remove glib mem vtable code.

Tue Mar 26 19:54:45 CET 2002 Paolo Molaro <lupus@ximian.com>

* interp.c: remove glib mem vtable code.

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

22 years ago2002-03-26 Duncan Mak <duncan@ximian.com>
Duncan Mak [Tue, 26 Mar 2002 15:03:40 +0000 (15:03 -0000)]
2002-03-26  Duncan Mak  <duncan@ximian.com>

* XmlCharacterData.cs (InnerText): Implemented. Funny that the
docs say it is the "The concatenated values of the node and all
the children of the node.". I wrote some test programs and
couldn't get any of the derived nodes to AppendChild. For now,
InnerText == Data == Value.

* XmlDeclaration.cs (XmlDeclaration): Fixed the constructor parameter signature.

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

22 years agoTue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 26 Mar 2002 13:56:34 +0000 (13:56 -0000)]
Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>

* reflection.c: output also literal strings. Allocate parameter data
with GC_malloc() (thanks, Martin, for catching this!).

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

22 years ago2002-03-26 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 26 Mar 2002 13:48:37 +0000 (13:48 -0000)]
2002-03-26  Dick Porter  <dick@ximian.com>

* makefile (linux): Abandon the build if any of the subdir makes fail

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

22 years ago2002-03-26 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 26 Mar 2002 13:41:44 +0000 (13:41 -0000)]
2002-03-26  Dick Porter  <dick@ximian.com>

* interp.c: Show thread ID's in trace output.

New option "--traceclassinit" to put debug output around
runtime_class_init().

Make sure all options are displayed in usage().

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

22 years ago2002-03-26 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 26 Mar 2002 13:20:28 +0000 (13:20 -0000)]
2002-03-26  Dick Porter  <dick@ximian.com>

* types.h: Implement the large integer struct

* timefuncs.h:
* timefuncs.c: Dummy functions that don't yet implement
QueryPerformanceCounter() and QueryPerformanceFrequency()

* threads.h:
* threads.c: Implement SleepEx()

* system.h:
* system.c: Beginnings of GetSystemInfo()

* mono-mutex.c (pthread_mutex_timedlock): Fix a ms/ns conversion
thinko

* context.h:
* context.c: Dummy function that doesnt yet implement
GetThreadContext()

* atomic.h:
* atomic.c: Interlocked functions

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

22 years ago2002-03-26 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Tue, 26 Mar 2002 12:48:02 +0000 (12:48 -0000)]
2002-03-26    Gaurav Vaish <gvaish@iitk.ac.in>

* UI/*.cs  -- Added a few attributes.
* WebControls/*.cs  -- Applied the attributes

* ChangeLog -- Notification

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

22 years agoTue Mar 26 17:03:14 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 26 Mar 2002 12:13:31 +0000 (12:13 -0000)]
Tue Mar 26 17:03:14 CET 2002 Paolo Molaro <lupus@ximian.com>

* interp.c: support fieldrefs when accessing instance fields.

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

22 years agoCan now scan most location paths (without predicates).
Jason Diamond [Tue, 26 Mar 2002 11:44:46 +0000 (11:44 -0000)]
Can now scan most location paths (without predicates).

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

22 years ago2002-03-26 Duncan Mak <duncan@ximian.com>
Duncan Mak [Tue, 26 Mar 2002 11:42:28 +0000 (11:42 -0000)]
2002-03-26  Duncan Mak  <duncan@ximian.com>

XmlImplementation.cs (CreateDocument): Implemented.

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

22 years ago2002-03-26 Martin Baulig <martin@gnome.org>
Martin Baulig [Tue, 26 Mar 2002 11:09:41 +0000 (11:09 -0000)]
2002-03-26  Martin Baulig  <martin@gnome.org>

* debug-dwarf2.c (write_method_lines_dwarf2): Don't generate method
lines if we don't have line number information.
(write_method_dwarf2): Use `minfo->method_info.this_offset' instead
of hardcoding 8.

* debug-stabs.c (write_method_stabs): Don't generate method lines if
we don't have line number information. Use `minfo->method_info.this_offset'
instead of hardcoding 8.

* debug.c (debug_generate_method_lines): Don't crash if we don't have
line number information.
(mono_debug_open_assembly): Don't generate line numbers for
MONO_DEBUG_FORMAT_DWARF2_PLUS.
(mono_debug_add_method): Don't store the 'this' offset in `param_offsets',
but it in the new `this_offset' field.

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

22 years ago2002-03-26 Martin Baulig <martin@gnome.org>
Martin Baulig [Tue, 26 Mar 2002 11:03:24 +0000 (11:03 -0000)]
2002-03-26  Martin Baulig  <martin@gnome.org>

* debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
include the `this' offset in the `param_offsets'.

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

22 years ago2002-03-26 Martin Baulig <martin@gnome.org>
Martin Baulig [Tue, 26 Mar 2002 08:38:56 +0000 (08:38 -0000)]
2002-03-26  Martin Baulig  <martin@gnome.org>

* debug.c (debug_generate_method_lines): Use correct addresses for
record_il_offset().

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

22 years agomissing/extra images
Piers Haken [Tue, 26 Mar 2002 04:17:37 +0000 (04:17 -0000)]
missing/extra images

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

22 years agomore class status updates:
Piers Haken [Tue, 26 Mar 2002 02:45:40 +0000 (02:45 -0000)]
more class status updates:
Errors
Extra
More attributes
More accurate counts

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

22 years agomore class status updates:
Piers Haken [Tue, 26 Mar 2002 02:45:40 +0000 (02:45 -0000)]
more class status updates:
Errors
Extra
More attributes
More accurate counts

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

22 years ago2002-03-26 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Tue, 26 Mar 2002 02:43:06 +0000 (02:43 -0000)]
2002-03-26    Gaurav Vaish <gvaish@iitk.ac.in>

* ChangeLog: Informing about removal of System.Web.Security

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

22 years ago2002-03-26 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Tue, 26 Mar 2002 02:38:49 +0000 (02:38 -0000)]
2002-03-26   Gaurav Vaish <gvaish@iitk.ac.in>

* Removed all the files. Making place for someone other to contribute.
  I am not in a position, right now, to look after this. It's screwing
  me up...

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

22 years agoAdded XPathScanner and Tests.
Jason Diamond [Tue, 26 Mar 2002 02:36:02 +0000 (02:36 -0000)]
Added XPathScanner and Tests.

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

22 years ago** Removed orignial stub code that would break build if included**
Dennis Hayes [Mon, 25 Mar 2002 23:40:10 +0000 (23:40 -0000)]
** Removed orignial stub code that would break build if included**
** added functionality for basic functionality. **
** Only suports 32 bit color bitmaps, no compression. **
** Untested **
* Dennis Hayes**

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

22 years ago** Inital File checkin **
Dennis Hayes [Mon, 25 Mar 2002 23:36:55 +0000 (23:36 -0000)]
** Inital File checkin **
* Dennis Hayes**

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

22 years ago2002-03-25 Duncan Mak <duncan@ximian.com>
Duncan Mak [Mon, 25 Mar 2002 22:28:15 +0000 (22:28 -0000)]
2002-03-25  Duncan Mak  <duncan@ximian.com>

* XmlDeclaration.cs: Rewrote the class, fixed formatting, added
missing properties (InnerText, Value).

* XmlDocument.cs (CreateXmlDeclaration): Implemented.

* AllTests.cs:
* Microsoft.Test.csproj:
* Mono.Test.csproj: Updated to include new test,
XmlDeclarationTests.

* XmlDeclarationTests.cs: Added new test for XmlDeclaration class.

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

22 years agoCompile fix
Miguel de Icaza [Mon, 25 Mar 2002 22:25:30 +0000 (22:25 -0000)]
Compile fix

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

22 years agoCompile fix
Miguel de Icaza [Mon, 25 Mar 2002 22:24:12 +0000 (22:24 -0000)]
Compile fix

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

22 years ago2002-03-25 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 25 Mar 2002 22:17:41 +0000 (22:17 -0000)]
2002-03-25  Miguel de Icaza  <miguel@ximian.com>

* IntPtr.cs: Temporary work-around until I fix the assembly
attributes bug.

* String.cs (System): Removed enumeration, because it is pretty
hard to support enumerations in /nostdlib mode for the core types.

2002-03-25  Miguel de Icaza  <miguel@ximian.com>

* interface.cs: Implement the same search algorithm for types in
the interface code.

* delegate.cs: Do not allow multiple definition.

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

22 years ago2002-03-25 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 25 Mar 2002 21:32:30 +0000 (21:32 -0000)]
2002-03-25  Miguel de Icaza  <miguel@ximian.com>

* Recovered ChangeLog that got accidentally amputated

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

22 years agoFix
Miguel de Icaza [Mon, 25 Mar 2002 21:26:52 +0000 (21:26 -0000)]
Fix

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

22 years ago2002-03-25 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 25 Mar 2002 21:26:18 +0000 (21:26 -0000)]
2002-03-25  Miguel de Icaza  <miguel@ximian.com>

* interface.cs (Interface.DefineInterface): Prevent from double definitions.

* rootcontext.cs: Load manually enum to allow core classes to
contain enumerations.

* enum.cs, ecore.cs, driver.cs, attribute.cs, class.cs, expression.cs:
Update to new static methods in TypeManager.

* typemanager.cs (GetMethod, GetConstructor): Use our
implementation of FindMembers to find the members, since during
corlib compilation, the types are TypeBuilders and GetMethod and
GetConstructor do not work.

Make all methods in TypeManager static.

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

22 years agoThe array is already sorted, reverted my last change. Thanks to Paolo for
Martin Baulig [Mon, 25 Mar 2002 20:20:11 +0000 (20:20 -0000)]
The array is already sorted, reverted my last change. Thanks to Paolo for
pointing this out.

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

22 years ago2002-03-25 Martin Baulig <martin@gnome.org>
Martin Baulig [Mon, 25 Mar 2002 18:33:26 +0000 (18:33 -0000)]
2002-03-25  Martin Baulig  <martin@gnome.org>

* debug-symfile.c (mono_debug_update_symbol_file): Use a new
mono_debug_get_class() function to get the classes. Added new
relocation types for arrays and strings.
(mono_debug_get_class): New static function to search in all
referenced assemblies for a metadata token.

* debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.

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

22 years ago2002-03-25 Martin Baulig <martin@gnome.org>
Martin Baulig [Mon, 25 Mar 2002 18:32:10 +0000 (18:32 -0000)]
2002-03-25  Martin Baulig  <martin@gnome.org>

* MonoDwarfFileWriter.cs (CreateType): Return a `DieType'.
(RegisterType): Add the type to the type hash before creating dependency types
so we don't get recursion loops.
(RegisterPointerType): New func to register a "pointer to type" type.
(DieTypeDef, DiePointerType, DieArrayType, DieStringType, DieClassType): New
types; added support for strings, arrays and basic support for classes.

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

22 years agoMon Mar 25 18:54:58 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 25 Mar 2002 14:04:47 +0000 (14:04 -0000)]
Mon Mar 25 18:54:58 CET 2002 Paolo Molaro <lupus@ximian.com>

* MonoEvent.cs: added the needed fields.

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