mono.git
19 years agoAdd wsdl2 page, update wsdl man page
Miguel de Icaza [Thu, 9 Sep 2004 20:31:40 +0000 (20:31 -0000)]
Add wsdl2 page, update wsdl man page

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

19 years agoAdd wsdl2.exe to the dist
Miguel de Icaza [Thu, 9 Sep 2004 20:29:55 +0000 (20:29 -0000)]
Add wsdl2.exe to the dist

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

19 years ago2004-09-09 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 9 Sep 2004 20:22:47 +0000 (20:22 -0000)]
2004-09-09  Marek Safar  <marek.safar@seznam.cz>

* expression.cs (Argument.Resolve): Added error CS0192 and
CS0199 report.

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

19 years ago2004-09-09 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 9 Sep 2004 18:56:20 +0000 (18:56 -0000)]
2004-09-09  Marek Safar <marek.safar@seznam.cz>

* test-291.cs: New test for #pragma warning.

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

19 years ago2004-09-09 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 9 Sep 2004 18:54:39 +0000 (18:54 -0000)]
2004-09-09  Marek Safar  <marek.safar@seznam.cz>

C# 2.0 #pragma warning feature

* cs-tokenizer.cs (PreProcessPragma): New method;
Handles #pragma directive.

* report.cs (WarningRegions): New class; Support
class for #pragma warning directive. It tests whether
warning is enabled for a given line.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 16:25:51 +0000 (16:25 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* mini-amd64.c (get_call_info): Fix support for generic instances.
(add_valuetype): Use mono_class_from_mono_type() to get the class
since we can be a generic instance.

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

19 years agoReally fix generic instances.
Martin Baulig [Thu, 9 Sep 2004 15:57:59 +0000 (15:57 -0000)]
Really fix generic instances.

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Thu, 9 Sep 2004 14:43:25 +0000 (14:43 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
* corlib.dll.sources: Added System/Base64FormattingOptions.cs to the
build

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Thu, 9 Sep 2004 14:40:50 +0000 (14:40 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
        * Base64FormattingOptions.cs: New enum
        * Convert.cs: Add new ToBase64String methods for Fx 2.0

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

19 years ago2004-09-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Thu, 9 Sep 2004 14:37:31 +0000 (14:37 -0000)]
2004-09-09  Tim Coleman <tim@timcoleman.com>
        * StringBuilder.cs: Added AppendLine methods for Fx 2.0

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

19 years ago2004-09-09 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 9 Sep 2004 14:28:17 +0000 (14:28 -0000)]
2004-09-09  Dick Porter  <dick@ximian.com>

* error.c:
* io.c: Set error codes everywhere.

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

19 years ago2004-09-09 Geoff Norton <gnorton@customerndna.com>
Geoff Norton [Thu, 9 Sep 2004 14:21:57 +0000 (14:21 -0000)]
2004-09-09  Geoff Norton <gnorton@customerndna.com>

* icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
Fix GetTypes() to support dynamically created assemblies.
Patch for #65576 approved by Zoltan.

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

19 years agoThu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 9 Sep 2004 12:59:46 +0000 (12:59 -0000)]
Thu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus@ximian.com>

* ScriptCompilerInfo.cs: avoid using a .cctor and fix precomp.

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

19 years agoOops.
Martin Baulig [Thu, 9 Sep 2004 12:27:28 +0000 (12:27 -0000)]
Oops.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 12:18:43 +0000 (12:18 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* mini-amd64.c (get_call_info): Fix support for generic instances.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 11:26:24 +0000 (11:26 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* cs-parser.jay (namespace_declaration): Fixed CS0134 reporting.

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

19 years agoMake redraw accessible from ToolBarButton.
Ravindra [Thu, 9 Sep 2004 11:25:03 +0000 (11:25 -0000)]
Make redraw accessible from ToolBarButton.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 11:23:35 +0000 (11:23 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.

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

19 years agoChanges in ToolBarButton need to make it's parent redraw.
Ravindra [Thu, 9 Sep 2004 11:23:05 +0000 (11:23 -0000)]
Changes in ToolBarButton need to make it's parent redraw.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 11:19:06 +0000 (11:19 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
previous patch.

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 9 Sep 2004 11:19:05 +0000 (11:19 -0000)]
ChangeLog: Updated ChangeLog.
Control.cs: Implemented methods of interface IExpressionAccessor.

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

19 years agoNew test.
Martin Baulig [Thu, 9 Sep 2004 11:11:32 +0000 (11:11 -0000)]
New test.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 11:11:11 +0000 (11:11 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* reflection.h reflection.c loader.c: Allow dynamic construction of
pinvoke methods. Fixes #65571.

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

19 years ago2004-09-09 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 9 Sep 2004 11:09:41 +0000 (11:09 -0000)]
2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>

* PrintingPermission.cs: Applied the new permission template.
Implemented missing To|FromXml. Fixed set operations, ...
* PrintingPermissionAttribute.cs: Added enum validation for Level and
creation of unrestricted permissions.
* PrintingPermissionLevel.cs: Added [Serializable] for NET_2_0.

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

19 years agoUpdated.
Martin Baulig [Thu, 9 Sep 2004 11:09:33 +0000 (11:09 -0000)]
Updated.

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

19 years ago2004-09-09 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 9 Sep 2004 10:53:40 +0000 (10:53 -0000)]
2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>

* System.Drawing_test.dll.sources: Added unit tests for
PrintingPermission and it's attribute class.

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

19 years ago2004-09-09 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 9 Sep 2004 10:52:40 +0000 (10:52 -0000)]
2004-09-09  Sebastien Pouliot  <sebastien@ximian.com>

* PrintingPermissionAttributeTest.cs: New. Unit tests for Printing
PermissionAttribute.
* PrintingPermissionTest.cs: New. Unit tests for PrintingPermission.

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

19 years agoCompile fixes
Dick Porter [Thu, 9 Sep 2004 10:44:30 +0000 (10:44 -0000)]
Compile fixes

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 10:20:31 +0000 (10:20 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* ModuleBuilderTest.cs: Add test for lookup of global methods.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 10:15:31 +0000 (10:15 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* TypeBuilder.cs: Set the table_idx of the global type to 1.

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

19 years ago * interp.c: In interp_walk_stack, don't crash if the context is not set
Lluis Sanchez [Thu, 9 Sep 2004 09:53:39 +0000 (09:53 -0000)]
* interp.c: In interp_walk_stack, don't crash if the context is not set
  (this may happen if the method is called by unmanaged code).

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

19 years agoAdded langversion
Marek Safar [Thu, 9 Sep 2004 08:55:20 +0000 (08:55 -0000)]
Added langversion

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 08:34:51 +0000 (08:34 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* ModuleBuilder.cs: Save the main module of the assembly even if it is
transient.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 08:28:51 +0000 (08:28 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* generic.cs (TypeParameter.DefineType): Added support for
explicit interface methods.

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

19 years ago- Improve disabled string look
Peter Dennis Bartok [Thu, 9 Sep 2004 08:28:11 +0000 (08:28 -0000)]
- Improve disabled string look

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 08:22:53 +0000 (08:22 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* gen-75.cs: New test.

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

19 years ago2004-09-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 9 Sep 2004 08:22:28 +0000 (08:22 -0000)]
2004-09-09  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (mono_reflection_get_type): Revert previous change since
it causes regressions.

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

19 years ago2004-09-09 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 9 Sep 2004 07:58:45 +0000 (07:58 -0000)]
2004-09-09  Martin Baulig  <martin@ximian.com>

* README.Changes: New document.  Started to list important changes
between MCS and GMCS here.

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

19 years agoThu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 9 Sep 2004 07:35:12 +0000 (07:35 -0000)]
Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus@ximian.com>

* mini-ppc.c, mini.h, regalloc.c, regalloc.h: powerpc speedups.

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

19 years agomeasureitem args and handler
Jordi Mas i Hernandez [Thu, 9 Sep 2004 07:15:19 +0000 (07:15 -0000)]
measureitem args and handler

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

19 years agoUpdated project.
Ravindra [Thu, 9 Sep 2004 06:03:40 +0000 (06:03 -0000)]
Updated project.

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

19 years agoAdded some new enums to the list.
Ravindra [Thu, 9 Sep 2004 05:57:39 +0000 (05:57 -0000)]
Added some new enums to the list.

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

19 years agoIt's enum, not a class!
Ravindra [Thu, 9 Sep 2004 05:56:20 +0000 (05:56 -0000)]
It's enum, not a class!

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

19 years agoEnums for Form.
Ravindra [Thu, 9 Sep 2004 05:47:47 +0000 (05:47 -0000)]
Enums for Form.

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

19 years agomissed out Test.Sources file in last commit
Anirban Bhattacharjee [Thu, 9 Sep 2004 04:05:08 +0000 (04:05 -0000)]
missed out Test.Sources file in last commit

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

19 years agoEnums for ListView control.
Ravindra [Thu, 9 Sep 2004 03:13:39 +0000 (03:13 -0000)]
Enums for ListView control.

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

19 years agoPictureBox would not draw a null image to avoid crash.
Ravindra [Thu, 9 Sep 2004 03:03:49 +0000 (03:03 -0000)]
PictureBox would not draw a null image to avoid crash.

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

19 years agoRemoved unreachable code.
Ravindra [Thu, 9 Sep 2004 03:01:35 +0000 (03:01 -0000)]
Removed unreachable code.

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

19 years ago2004-09-08 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 8 Sep 2004 23:36:00 +0000 (23:36 -0000)]
2004-09-08  Miguel de Icaza  <miguel@ximian.com>

* const.cs: Add more descriptive error report, tahnks to
Sebastien.

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

19 years ago2004-09-08 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Wed, 8 Sep 2004 23:26:44 +0000 (23:26 -0000)]
2004-09-08  Tim Coleman <tim@timcoleman.com>
        * Attachment.cs: Add SetContentFromFile methods
        * MailMessage.cs: Add MIME-Version header
        * SmtpClient.cs: Add some attachment handling.

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

19 years ago2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 8 Sep 2004 23:25:04 +0000 (23:25 -0000)]
2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebServiceCompiler.cs: fix buglet in my last commit.

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

19 years agoFix ArgumentNullException arguments, thanks Sebastien
Miguel de Icaza [Wed, 8 Sep 2004 23:11:56 +0000 (23:11 -0000)]
Fix ArgumentNullException arguments, thanks Sebastien

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

19 years ago2004-09-08 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 8 Sep 2004 22:12:40 +0000 (22:12 -0000)]
2004-09-08  Miguel de Icaza  <miguel@ximian.com>

* File.cs: Added Gettextification, provide a better error message
for #62112
2004-09-08  Miguel de Icaza  <miguel@ximian.com>

* Locale.cs: Added overload that calls String.Format.

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

19 years ago2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 8 Sep 2004 21:19:27 +0000 (21:19 -0000)]
2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
* mb-parser.jay: fix CopyTo args when parsing parameters

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

19 years ago2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 8 Sep 2004 21:13:22 +0000 (21:13 -0000)]
2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
* expression.cs: cope with ParamArray for no args
* mb-parser.jay: dump parsing exception with --stacktrace

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

19 years ago2004-09-08 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 8 Sep 2004 19:19:40 +0000 (19:19 -0000)]
2004-09-08  Martin Baulig  <martin@ximian.com>

* class.c (class_compute_field_layout): Don't call
mono_class_layout_fields() for open generic instances.

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

19 years ago2004-09-08 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 8 Sep 2004 17:46:56 +0000 (17:46 -0000)]
2004-09-08  Martin Baulig  <martin@ximian.com>

* class.cs
(TypeContainer.CheckRecursiveDefinition): New protected method.
(TypeContainer.DefineType): Move the CS0146 check into
CheckRecursiveDefinition().

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

19 years agoUpdated again.
Martin Baulig [Wed, 8 Sep 2004 17:43:09 +0000 (17:43 -0000)]
Updated again.

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

19 years ago2004-09-08 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 8 Sep 2004 15:55:32 +0000 (15:55 -0000)]
2004-09-08  Marek Safar  <marek.safar@seznam.cz>

* ecore.cs (FieldExpr.DoResolveLValue): Fixed CS0198 report.

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

19 years ago2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 8 Sep 2004 15:07:13 +0000 (15:07 -0000)]
2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
* threads.c appdomain.c: fix typo in GC macro

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

19 years ago2004-09-08 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 8 Sep 2004 14:40:59 +0000 (14:40 -0000)]
2004-09-08  Marek Safar  <marek.safar@seznam.cz>

* Marshal.cs: Class is static in NET_2_0.

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

19 years ago * CSharpCodeGenerator.cs: Reverted change in GenerateArrayCreateExpression.
Lluis Sanchez [Wed, 8 Sep 2004 14:16:04 +0000 (14:16 -0000)]
* CSharpCodeGenerator.cs: Reverted change in GenerateArrayCreateExpression.
It was causing regressions.

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

19 years ago2004-09-08 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 8 Sep 2004 14:07:05 +0000 (14:07 -0000)]
2004-09-08  Marek Safar  <marek.safar@seznam.cz>

* Interlocked.cs: Class is static in NET_2_0.

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

19 years ago * delegate8.cs: New regression test for bug #59299.
Lluis Sanchez [Wed, 8 Sep 2004 14:01:54 +0000 (14:01 -0000)]
* delegate8.cs: New regression test for bug #59299.
* Makefile.am: Added delegate8.cs.

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

19 years ago2004-09-08 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 8 Sep 2004 13:56:24 +0000 (13:56 -0000)]
2004-09-08  Marek Safar  <marek.safar@seznam.cz>

* Directory.cs,
* File.cs: Class is static for NET_2_0.

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

19 years ago2004-09-08 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 8 Sep 2004 13:30:17 +0000 (13:30 -0000)]
2004-09-08  Marek Safar  <marek.safar@seznam.cz>

* Console.cs,
* GC.cs: Class is static for NET_2_0.

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

19 years ago2004/08/19 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Wed, 8 Sep 2004 13:10:16 +0000 (13:10 -0000)]
2004/08/19 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* mb-parser.jay : some changes just not to stumble in global attributes definitions in multiple-lines
like we have in VS.NET generated AssemblyInfo.vb files. still need to really process that definitions like mcs does

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

19 years agoenumerations need it by menus
Jordi Mas i Hernandez [Wed, 8 Sep 2004 12:45:12 +0000 (12:45 -0000)]
enumerations need it by menus

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

19 years ago2004-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 8 Sep 2004 12:26:07 +0000 (12:26 -0000)]
2004-09-08  Atsushi Enomoto <atsushi@ximian.com>

* XPathSequence.cs : workarounded bug #65521. Erased foreach inside
  iterators.

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

19 years ago2004-09-08 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Wed, 8 Sep 2004 10:37:51 +0000 (10:37 -0000)]
2004-09-08 Anirban Bhattacharjee <banirban@novell.com>
        * OptionalArgu_ByRefFuncA.vb:
        * OptionalArgu_ByValFuncD.vb:
        * OptionalArgu_ByValueD.vb:
        * OptionalArgu_ByRefFuncB.vb:
        * OptionalArgu_ByValFuncE.vb:
        * OptionalArgu_ByValueE.vb:
        * OptionalArgu_ByFunctionC1.vb:
        * OptionalArgu_ByRefFuncC.vb:
        * OptionalArgu_ByReferenceA.vb:
        * OptionalArgu_ByRefFuncD.vb:
        * OptionalArgu_ByValueA.vb:
        * OptionalArgu_ByReferenceB.vb:
        * OptionalArgu_ByValFuncA.vb:
        * OptionalArgu_ByValueB.vb:
        * Optional_ParamArrayC1.vb:
        * OptionalArgu_ByReferenceC.vb:
        * OptionalArgu_ByValFuncB.vb:
        * OptionalArgu_ByValueC1.vb:
        * Optional_ParamArrayC2.vb:
        * OptionalArgu_ByReferenceD.vb:
        * OptionalArgu_ByValFuncC.vb:
        * OptionalArgu_ByValueC.vb:
        * Test.Sources: Updated with new test names
                This set of tests are developed by Manish Sinha <manishkumarsinha@sify.com> which nicely compliment Bernie Sonomon's nice & long work.

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

19 years ago2004-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 8 Sep 2004 09:27:58 +0000 (09:27 -0000)]
2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>

* XQueryCommand.cs : Use XmlWriter.Create() instead of XmlTextWriter.
  It affects on XML declaration output.

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

19 years ago2004-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 8 Sep 2004 09:17:51 +0000 (09:17 -0000)]
2004-09-08  Atsushi Enomoto <atsushi@ximian.com>

* XPath2Expression.cs : fixed EnclosedExpr.Compile() that resulted
  in index out of range.
* XPathSequence.cs : FLWORIterator got working, but only when compiled
  with .NET 2.0 csc (still weird Invalid IL error happens).

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

19 years ago2004-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 8 Sep 2004 08:42:38 +0000 (08:42 -0000)]
2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>

* System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.

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

19 years ago2004-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 8 Sep 2004 08:42:12 +0000 (08:42 -0000)]
2004-09-08  Atsushi Enomoto <atsushi@ximian.com>

* XmlWriterSettingsTests.cs : added.

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

19 years ago2004-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 8 Sep 2004 08:41:30 +0000 (08:41 -0000)]
2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>

* XmlWriter.cs, XmlTextWriter.cs, XmlWriterSettings.cs :
  Implemented CheckCharacters and CloseOutput support.

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

19 years ago2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 8 Sep 2004 08:26:56 +0000 (08:26 -0000)]
2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* threads.c: don't call mono_thread_detach() in start_wrapper(),
avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.

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

19 years agoReadOnlyCollection added to corlib.dll.sources.
Carlos Alberto Cortez [Wed, 8 Sep 2004 08:06:50 +0000 (08:06 -0000)]
ReadOnlyCollection added to corlib.dll.sources.

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

19 years agoSystem.Collections.Generic.ReadOnlyCollection.cs file added.
Carlos Alberto Cortez [Wed, 8 Sep 2004 08:02:44 +0000 (08:02 -0000)]
System.Collections.Generic.ReadOnlyCollection.cs file added.

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

19 years agoOnly run the timers when updating the message queue. This effectively gives X message...
Jackson Harper [Wed, 8 Sep 2004 07:00:28 +0000 (07:00 -0000)]
Only run the timers when updating the message queue. This effectively gives X messages a higher priority then timer messages. Timers still need love though

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

19 years ago2004-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 8 Sep 2004 05:49:24 +0000 (05:49 -0000)]
2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>

* XmlReader.cs : evidence is always provided.
* XmlWriter.cs, XmlTextWriter.cs :
  added support for ConformanceLevel and OmitXmlDeclaration.

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

19 years ago2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 8 Sep 2004 05:15:58 +0000 (05:15 -0000)]
2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpValueCollection.cs: fixed signature of ToString (). Closes bug
#65392.

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

19 years ago2004-09-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 8 Sep 2004 05:11:19 +0000 (05:11 -0000)]
2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>

* XmlTextReader.cs : Console.WriteLine() injected :(
* XmlTextWriter.cs : It it partly supports XmlWriterSettings.
* XmlWriter.cs : implemented Create().
* XmlWriterSettings.cs : removed EncodeXmlBinary (deprecated).

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

19 years ago2004-07-07 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 8 Sep 2004 03:37:29 +0000 (03:37 -0000)]
2004-07-07 Bernie Solomon <bernard@ugsolutions.com>
* Test.Sources: make file names match actual files

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

19 years ago* runtime/Makefile.am (monobins_DATA): Add the various mdb files
Duncan Mak [Tue, 7 Sep 2004 22:08:33 +0000 (22:08 -0000)]
* runtime/Makefile.am (monobins_DATA): Add the various mdb files
for each of the executables we ship.

* runtime/net_1_1/Makefile.am
* runtime/net_2_0/Makefile.am
(mdb_files, EXTRA_DIST): Add $(mdb_files).

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

19 years ago2004-09-07 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Tue, 7 Sep 2004 21:49:14 +0000 (21:49 -0000)]
2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>

* Activator.cs: Make sure not to call .GetType on a
null argument. fixes 63852

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

19 years ago2004-09-07 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Tue, 7 Sep 2004 21:41:13 +0000 (21:41 -0000)]
2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>

* liveness.c: reset spill costs on each scan: bug 62107

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

19 years ago2004-09-07 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Tue, 7 Sep 2004 21:32:26 +0000 (21:32 -0000)]
2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>

* liveness.c: reset spill costs on each scan

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

19 years ago2004-09-07 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Tue, 7 Sep 2004 21:28:20 +0000 (21:28 -0000)]
2004-09-07  Bernie Solomon  <bernard@ugsolutions.com>

* mono-sha1.c: Remove uint32 and int32 types completely

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

19 years ago2004-09-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 7 Sep 2004 21:01:29 +0000 (21:01 -0000)]
2004-09-08  Zoltan Varga  <vargaz@freemail.hu>

* image.c (mono_image_close): Applied patch from
vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
assembly is loaded multiple times from data.

* image.c (mono_image_open): Fix warning.

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

19 years ago2004-09-07 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Tue, 7 Sep 2004 20:45:04 +0000 (20:45 -0000)]
2004-09-07  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

* NpgsqlException.cs:  Added support for deserialization of NpgsqlException.

* NpgsqlState.cs: Added missing handling of NoData message.

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

19 years ago2004-09-07 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Tue, 7 Sep 2004 20:43:02 +0000 (20:43 -0000)]
2004-09-07  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

* NpgsqlState.cs: Added missing handling of NoData message.

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

19 years ago2004-09-07 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Tue, 7 Sep 2004 20:41:23 +0000 (20:41 -0000)]
2004-09-07  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

* NpgsqlException.cs:  Added support for deserialization of NpgsqlException.

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

19 years ago2004-09-07 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Tue, 7 Sep 2004 20:29:44 +0000 (20:29 -0000)]
2004-09-07 Bernie Solomon <bernard@ugsolutions.com>
* mb-parser.jay:
* mb-tokenizer.cs: first cut at implementing
op assign

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

19 years ago2004-07-07 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Tue, 7 Sep 2004 20:06:52 +0000 (20:06 -0000)]
2004-07-07 Bernie Solomon <bernard@ugsolutions.com>
* OptionalA.vb: new test for optional args + overloads

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

19 years agoDo not call XDestroyWindow, X has already done this for us and the handle is no longe...
Jackson Harper [Tue, 7 Sep 2004 20:01:53 +0000 (20:01 -0000)]
Do not call XDestroyWindow, X has already done this for us and the handle is no longer valid.

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

19 years agoFirst steps towards a new X event loop that manages to not crash. TODO: Add poll...
Jackson Harper [Tue, 7 Sep 2004 19:59:41 +0000 (19:59 -0000)]
First steps towards a new X event loop that manages to not crash. TODO: Add poll and cleanup timers

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

19 years ago2004-09-07 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 7 Sep 2004 18:33:17 +0000 (18:33 -0000)]
2004-09-07  Miguel de Icaza  <miguel@ximian.com>

* expression.cs: Apply patch from Ben: Remove dead code from
ArrayCreation, and remove the TurnintoConstant call in const.cs,
as that code just threw an exception anwyays.

* const.cs: Remove the call to the turnintoconstant, for details
see bug: #63144

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

19 years ago2004-09-07 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Tue, 7 Sep 2004 18:04:33 +0000 (18:04 -0000)]
2004-09-07 Bernie Solomon <bernard@ugsolutions.com>
* ecore.cs:
* enum.cs:
* expression.cs:
* mb-parser.jay:
* support.cs: work on improving overload resolution

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

19 years ago2004-09-07 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 7 Sep 2004 17:23:56 +0000 (17:23 -0000)]
2004-09-07  Miguel de Icaza  <miguel@ximian.com>

* literal.cs: The type of the null-literal is the null type;  So
we use a placeholder type (literal.cs:System.Null, defined here)
for it.

* expression.cs (Conditional.DoResolve): Remove some old code that
is no longer needed, conversions have been fixed.

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

19 years agoGroupBox control
Jordi Mas i Hernandez [Tue, 7 Sep 2004 17:12:26 +0000 (17:12 -0000)]
GroupBox control

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