mono.git
22 years agoFix bug in BitConverter.ToString
Duco Fijma [Fri, 1 Mar 2002 18:13:33 +0000 (18:13 -0000)]
Fix bug in BitConverter.ToString

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

22 years agoUpdated.
Martin Baulig [Fri, 1 Mar 2002 17:59:11 +0000 (17:59 -0000)]
Updated.

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

22 years agoDisable ByteTest:TestParse.
Martin Baulig [Fri, 1 Mar 2002 17:58:23 +0000 (17:58 -0000)]
Disable ByteTest:TestParse.

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

22 years agoComment out TestGetEnumerator.
Martin Baulig [Fri, 1 Mar 2002 17:57:04 +0000 (17:57 -0000)]
Comment out TestGetEnumerator.

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 1 Mar 2002 17:53:39 +0000 (17:53 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* Array.cs: More argument checking and bug fixing.

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 1 Mar 2002 17:47:56 +0000 (17:47 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* icall.c (ves_icall_System_Array_GetLength): This must throw an
ArgumentOutOfRangeException(), not an ArgumentException().
(ves_icall_System_Array_GetLowerBound): Likewise.
(ves_icall_System_Array_GetValue): Improved argument checking.
(ves_icall_System_Array_SetValue): Improved argument checking.

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

22 years agoFlush
Miguel de Icaza [Fri, 1 Mar 2002 14:55:19 +0000 (14:55 -0000)]
Flush

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

22 years agoReplace scp for rsync, updating the web page was getting slow
Miguel de Icaza [Fri, 1 Mar 2002 14:52:52 +0000 (14:52 -0000)]
Replace scp for rsync, updating the web page was getting slow

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

22 years agoFlush
Miguel de Icaza [Fri, 1 Mar 2002 14:46:20 +0000 (14:46 -0000)]
Flush

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

22 years ago2002-03-01 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Fri, 1 Mar 2002 14:41:46 +0000 (14:41 -0000)]
2002-03-01  Miguel de Icaza  <miguel@ximian.com>

* BitConverter.cs: Indentation match

* AppDomain.cs: Added MonoTODOs to this too.

* Buffer.cs: Added MonoTODOs to this.

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

22 years agoUpdated.
Martin Baulig [Fri, 1 Mar 2002 14:32:15 +0000 (14:32 -0000)]
Updated.
Tests Run: 23, Failures: 7, Errors: 11

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

22 years agoUpdated.
Martin Baulig [Fri, 1 Mar 2002 14:18:21 +0000 (14:18 -0000)]
Updated.

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 1 Mar 2002 14:14:19 +0000 (14:14 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* ArrayTest.cs: Commented out a few bits which are not yet implemented and
marked them with FIXME's.

* DecimalTest.cs, DecimalTest2.cs: Added zero-arg constructors.

* MartinTests.cs: Enabled ArrayTests.cs.

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 1 Mar 2002 14:06:13 +0000 (14:06 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* Array.cs: Added argument checking to all methods where it was missing.

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 1 Mar 2002 14:01:17 +0000 (14:01 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* icall.c (ves_icall_System_Array_GetValue): Raise an exception when
called with invalid arguments rather than just dying with g_assert().
(ves_icall_System_Array_SetValue): Likewise.
(ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
raise a NotImplementedException instead.
(ves_icall_System_Array_GetLength): Added argument checking.
(ves_icall_System_Array_GetLowerBound): Added argument checking.

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

22 years ago object.h (MONO_CHECK_ARG_NULL): check if argument name exists
Dietmar Maurer [Fri, 1 Mar 2002 13:47:14 +0000 (13:47 -0000)]
object.h (MONO_CHECK_ARG_NULL): check if argument name exists

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

22 years ago * jit.c (MAKE_SPILLED_BI_ALU): remove unnecessary assertions
Dietmar Maurer [Fri, 1 Mar 2002 13:30:45 +0000 (13:30 -0000)]
* jit.c (MAKE_SPILLED_BI_ALU): remove unnecessary assertions

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

22 years agoUpdated coding style guidelines
Miguel de Icaza [Fri, 1 Mar 2002 12:13:29 +0000 (12:13 -0000)]
Updated coding style guidelines

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

22 years agoCompleted BitConverterTest, fixed bugs found in BitConverter.ToString methods
Duco Fijma [Fri, 1 Mar 2002 12:02:03 +0000 (12:02 -0000)]
Completed BitConverterTest, fixed bugs found in BitConverter.ToString methods

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

22 years ago2002-02-28 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Fri, 1 Mar 2002 11:58:37 +0000 (11:58 -0000)]
2002-02-28  Ravi Pratap  <ravi@ximian.com>

* rootcontext.cs (LookupType): As we cycle through the chain of namespaces
try performing lookups against those instead of jumping straight into using
the 'using' clauses.

(ImplicitParent): Add. Thanks to Felix Arrese-Igor for this idea.

(LookupType): Perform lookups in implicit parents too.

* class.cs (GetInterfaceOrClass): Modify to perform the exact same lookup
sequence as RootContext.LookupType.

* rootcontext.cs (NamespaceLookup): Split out code from LookupType which tries
the various cases of namespace lookups into this method.

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

22 years agoUse mono instead of mint in script
Miguel de Icaza [Fri, 1 Mar 2002 11:52:13 +0000 (11:52 -0000)]
Use mono instead of mint in script

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

22 years agoreduce allocated code size with better estimation
Dietmar Maurer [Fri, 1 Mar 2002 11:02:46 +0000 (11:02 -0000)]
reduce allocated code size with better estimation

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

22 years agobase class for class members
Piers Haken [Fri, 1 Mar 2002 10:29:25 +0000 (10:29 -0000)]
base class for class members

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

22 years agoFri Mar 1 15:20:00 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 1 Mar 2002 10:29:24 +0000 (10:29 -0000)]
Fri Mar 1 15:20:00 CET 2002 Paolo Molaro <lupus@ximian.com>

* MulticastDelegate.cs: implement operators so mcs3 can be used on linux.

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

22 years agoadded support for struct, interfaces, delegates & enums
Piers Haken [Fri, 1 Mar 2002 10:10:30 +0000 (10:10 -0000)]
added support for struct, interfaces, delegates & enums

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

22 years agos/WapiCriticalSection/CRITICAL_SECTION/
Dietmar Maurer [Fri, 1 Mar 2002 09:46:52 +0000 (09:46 -0000)]
s/WapiCriticalSection/CRITICAL_SECTION/

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

22 years ago2002-03-01 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 1 Mar 2002 09:45:45 +0000 (09:45 -0000)]
2002-03-01  Nick Drochak  <ndrochak@gol.com>

* BitConverter.cs: Throw ArgumentException like mscorlib, instead of
ArgumentOutOfRangeException like the docs say.

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

22 years ago2002-03-01 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 1 Mar 2002 09:38:54 +0000 (09:38 -0000)]
2002-03-01  Nick Drochak <ndrochak@gol.com>

* API-docs.txt: add note about BitConverter.To*() methods

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

22 years agofix up dependancies
Piers Haken [Fri, 1 Mar 2002 09:29:05 +0000 (09:29 -0000)]
fix up dependancies

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

22 years agofix dependancies (depends on *.cs)
Piers Haken [Fri, 1 Mar 2002 09:27:50 +0000 (09:27 -0000)]
fix dependancies (depends on *.cs)

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

22 years agoadded support for structs, interfaces, delegates & enums
Piers Haken [Fri, 1 Mar 2002 09:24:10 +0000 (09:24 -0000)]
added support for structs, interfaces, delegates & enums

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

22 years agoadded support for structs, interfaces, delegates & enums
Piers Haken [Fri, 1 Mar 2002 09:24:10 +0000 (09:24 -0000)]
added support for structs, interfaces, delegates & enums

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

22 years ago (x86_magic_trampoline): moved lock/unlock to x86_magic_trampoline
Dietmar Maurer [Fri, 1 Mar 2002 09:20:17 +0000 (09:20 -0000)]
(x86_magic_trampoline): moved lock/unlock to x86_magic_trampoline
to avoid need of recursive mutexes

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

22 years ago (arch_compile_method): make the jit thread save
Dietmar Maurer [Fri, 1 Mar 2002 08:51:15 +0000 (08:51 -0000)]
(arch_compile_method): make the jit thread save

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 1 Mar 2002 08:49:21 +0000 (08:49 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* scan-tests.pl: Catch exceptions when running the tests so that we
always run all the tests in a test suite even if some of them fail.

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

22 years ago2002-03-01 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Fri, 1 Mar 2002 07:27:53 +0000 (07:27 -0000)]
2002-03-01  Dietmar Maurer  <dietmar@ximian.com>

* emit-x86.c (arch_handle_exception): big fix - dont use
uninitialized next_bp

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

22 years agoDocumented confusion on two System.Guid methods
Duco Fijma [Fri, 1 Mar 2002 07:15:45 +0000 (07:15 -0000)]
Documented confusion on two System.Guid methods

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

22 years agoremoved unnecessary assertion from last commit
Dietmar Maurer [Fri, 1 Mar 2002 06:47:14 +0000 (06:47 -0000)]
removed unnecessary assertion from last commit

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

22 years ago2002-03-01 Duncan Mak <duncan@ximian.com>
Duncan Mak [Fri, 1 Mar 2002 05:47:39 +0000 (05:47 -0000)]
2002-03-01  Duncan Mak  <duncan@ximian.com>

* ObjectIDGenerator.cs: Implemented.

* System.Runtime.Serialization/ObjectIDGeneratorTests.cs: Added
test for System.Runtime.Serialization.ObjectIDGenerator.

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

22 years ago2002-03-01 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Fri, 1 Mar 2002 05:39:35 +0000 (05:39 -0000)]
2002-03-01  Dietmar Maurer  <dietmar@ximian.com>

* x86.brg: use new mono_assert macros

* emit-x86.c (arch_create_jit_trampoline): save/restore LMF before
calling into unmanaged code (arch_compile_method).

* object.h (mono_assert): new macros mono_assert and
mono_assert_not_reached

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

22 years agoUpdated guildeines
Miguel de Icaza [Fri, 1 Mar 2002 05:24:34 +0000 (05:24 -0000)]
Updated guildeines

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

22 years agoInitial implementation of XmlDocument.LoadXml courtesy of Kral Ferch <kral.ferch...
Jason Diamond [Fri, 1 Mar 2002 05:03:55 +0000 (05:03 -0000)]
Initial implementation of XmlDocument.LoadXml courtesy of Kral Ferch <kral.ferch@hotmail.com>.

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

22 years agoIgnore generated files and directories for those of us using VS.NET.
Jason Diamond [Fri, 1 Mar 2002 03:41:05 +0000 (03:41 -0000)]
Ignore generated files and directories for those of us using VS.NET.

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

22 years agoMore reformatting to Mono standards. Added MonoTODO attributes. XmlTextReader now...
Jason Diamond [Fri, 1 Mar 2002 03:34:58 +0000 (03:34 -0000)]
More reformatting to Mono standards. Added MonoTODO attributes. XmlTextReader now throws XmlException instead of System.Exception.

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

22 years agoupdated description
Piers Haken [Fri, 1 Mar 2002 03:07:28 +0000 (03:07 -0000)]
updated description

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

22 years agoremote old (long named) files.
Piers Haken [Fri, 1 Mar 2002 02:59:46 +0000 (02:59 -0000)]
remote old (long named) files.

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

22 years agoremoved old (long named) files.
Piers Haken [Fri, 1 Mar 2002 02:58:22 +0000 (02:58 -0000)]
removed old (long named) files.

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

22 years agoupdate for removed class sub-elemtent grouping DIVs
Piers Haken [Fri, 1 Mar 2002 02:55:31 +0000 (02:55 -0000)]
update for removed class sub-elemtent grouping DIVs

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

22 years agolist constructors first, remove class sub-element grouping DIVs
Piers Haken [Fri, 1 Mar 2002 02:54:03 +0000 (02:54 -0000)]
list constructors first, remove class sub-element grouping DIVs

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

22 years agoadd constructor parameters
Piers Haken [Fri, 1 Mar 2002 02:52:42 +0000 (02:52 -0000)]
add constructor parameters

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

22 years agofix dependancies
Piers Haken [Fri, 1 Mar 2002 02:50:39 +0000 (02:50 -0000)]
fix dependancies

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

22 years agoRevert bit that break test suite
Miguel de Icaza [Fri, 1 Mar 2002 02:50:15 +0000 (02:50 -0000)]
Revert bit that break test suite

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

22 years agoMake mcs parse the corlib library. It is still failing to compile it
Miguel de Icaza [Fri, 1 Mar 2002 02:47:10 +0000 (02:47 -0000)]
Make mcs parse the corlib library.  It is still failing to compile it
as the are some repeats, that I need to handle gracefully.

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

* cs-parser.jay: Add support for [Attribute ()] (empty arguments
in positional arguments)

* class.cs (Operator): Update the AllowedModifiers to contain
extern.

* cs-parser.jay: Update operator declaration to allow for the
operator body to be empty.

* cs-tokenizer.cs: Added '\u' unicode support in strings and hex
values.

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

22 years agoTemporary file, to compile the class libs
Miguel de Icaza [Fri, 1 Mar 2002 02:05:11 +0000 (02:05 -0000)]
Temporary file, to compile the class libs

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Thu, 28 Feb 2002 20:08:48 +0000 (20:08 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* MartinTests.cs: 15 tests currently work on Linux, call them all and
provide comments for the non-working tests.

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Thu, 28 Feb 2002 20:06:27 +0000 (20:06 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* Enum.cs (CompareTo): Correctly override this method from IComparable.

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

22 years ago2002-03-01 Martin Baulig <martin@gnome.org>
Martin Baulig [Thu, 28 Feb 2002 20:05:00 +0000 (20:05 -0000)]
2002-03-01  Martin Baulig  <martin@gnome.org>

* Console.cs (setIn, setOut, setError): It's called SetIn, SetOut, SetError.

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

22 years ago2002-02-28 Duncan Mak <duncan@ximian.com>
Duncan Mak [Thu, 28 Feb 2002 19:46:56 +0000 (19:46 -0000)]
2002-02-28  Duncan Mak  <duncan@ximian.com>

* MathTest.cs: Committed for Jon Guymon <gnarg@slackworks.com>.

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

22 years agoAs Miguel suggested, added a list of things which are unclear/wrong in
Martin Baulig [Thu, 28 Feb 2002 18:27:12 +0000 (18:27 -0000)]
As Miguel suggested, added a list of things which are unclear/wrong in
the documentation.

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

22 years ago2002-02-28 Martin Baulig <martin@gnome.org>
Martin Baulig [Thu, 28 Feb 2002 18:19:41 +0000 (18:19 -0000)]
2002-02-28  Martin Baulig  <martin@gnome.org>

* String.cs: This file now passes the testsuite on Linux :-)

* String.cs (Intern, IsInterned): The interncalls are now called _Intern and _IsInterned;
make them private and provide C# wrappers which do proper argument checking.

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

22 years ago2002-02-28 Martin Baulig <martin@gnome.org>
Martin Baulig [Thu, 28 Feb 2002 18:17:11 +0000 (18:17 -0000)]
2002-02-28  Martin Baulig  <martin@gnome.org>

* icall.c: Rename "System::String::Intern" to "System::String::_Intern"
and "System::String::IsInterned" to "System::String::_IsInterned".

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

22 years agoUpdated coding conventions, and started a file to record API discrepancies
Miguel de Icaza [Thu, 28 Feb 2002 16:33:24 +0000 (16:33 -0000)]
Updated coding conventions, and started a file to record API discrepancies

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

22 years ago2002-02-28 Martin Baulig <martin@gnome.org>
Martin Baulig [Thu, 28 Feb 2002 14:57:20 +0000 (14:57 -0000)]
2002-02-28  Martin Baulig  <martin@gnome.org>

* String.cs (Format): Correctly handle escaped brackets.

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

22 years agoThu Feb 28 19:18:59 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 28 Feb 2002 14:39:52 +0000 (14:39 -0000)]
Thu Feb 28 19:18:59 CET 2002 Paolo Molaro <lupus@ximian.com>

* interp.c: add checks for more binary consistency.

Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>

* icall.c: remove hacks for typebuilder. Added icall to create a
modified type from a tybebuilder.
* reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
to create a backing MonoClass for a TypeBuilder.

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

22 years agoThu Feb 28 19:15:10 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 28 Feb 2002 14:39:44 +0000 (14:39 -0000)]
Thu Feb 28 19:15:10 CET 2002 Paolo Molaro <lupus@ximian.com>

* AssemblyBuilder.cs: call into the runtime to init some basic
assembly stuff. Reserve slot 1 of typedef table for .<Module>.
* ModuleBuilder.cs: call into the runtime if we need to create a
modief type, such as arrays, byref etc.
* TypeBuilder.cs: call into the runtime to create the MonoClass
representation for the type. Throw exceptions with not implemented
stuff.

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

22 years agoOoops, in AssertEquals(), the expected value comes first ....
Martin Baulig [Thu, 28 Feb 2002 14:32:13 +0000 (14:32 -0000)]
Ooops, in AssertEquals(), the expected value comes first ....

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

22 years ago2002-02-28 Martin Baulig <martin@gnome.org>
Martin Baulig [Thu, 28 Feb 2002 14:23:29 +0000 (14:23 -0000)]
2002-02-28  Martin Baulig  <martin@gnome.org>

* String.cs (TestCompare): Added a few tests.
(TestFormat): Please don't compare two strings with Assert (... == ...),
use AssertEquals instead - this gives you a better idea what went wrong
if the test fails.

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

22 years ago2002-02-28 Martin Baulig <martin@gnome.org>
Martin Baulig [Thu, 28 Feb 2002 14:20:27 +0000 (14:20 -0000)]
2002-02-28  Martin Baulig  <martin@gnome.org>

* String.cs (_CompareChar): New internal function which compares two chars.
(_Compare): Provide an internal compare method which can do all sorts of
comparision and call it from all the Compare() methods. Also fixed a lot of
bugs here, this code now actually passes the testsuite.

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

22 years ago2002-02-28 Duncan Mak <duncan@ximian.com>
Duncan Mak [Thu, 28 Feb 2002 12:17:51 +0000 (12:17 -0000)]
2002-02-28  Duncan Mak  <duncan@ximian.com>

* Convert.cs:
(ISDBNull): Implemented.
(GetTypeCode): Implemented.

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

22 years ago2002-02-28 Duncan Mak <duncan@ximian.com>
Duncan Mak [Thu, 28 Feb 2002 12:00:01 +0000 (12:00 -0000)]
2002-02-28  Duncan Mak  <duncan@ximian.com>

* Convert.cs: Added the missing methods. The new class status page
kicks ass, it even found my typos! Woohoo!
(ConvertFromBase): Moved the Exception throwing in here and
removed the other occurances so it's all centralized now.

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

22 years ago bug fix im REM_UN
Dietmar Maurer [Thu, 28 Feb 2002 10:51:35 +0000 (10:51 -0000)]
bug fix im REM_UN

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

22 years agoThu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 28 Feb 2002 10:45:44 +0000 (10:45 -0000)]
Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>

* class.c, class.h: more refactoring of class init.
Export mono_class_setup_mono_type() and mono_class_setup_parent().

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

22 years ago2002-02-28 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 28 Feb 2002 09:55:11 +0000 (09:55 -0000)]
2002-02-28  Nick Drochak  <ndrochak@gol.com>

* BitConverterTest.cs: Test was trying to catch the wrong Exception.
The MSDN docs clearly say ArgumentOutOfRangeException, but that's
not what get's thrown.

* DoubleTest.cs: Get working against mscorlib reference.

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

22 years agoimpl. more CONV opcodes
Dietmar Maurer [Thu, 28 Feb 2002 09:35:29 +0000 (09:35 -0000)]
impl. more CONV opcodes

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

22 years ago2002-02-28 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 28 Feb 2002 09:24:59 +0000 (09:24 -0000)]
2002-02-28  Nick Drochak  <ndrochak@gol.com>

* BitConverterTest.cs: Test was trying to catch the wrong Exception.
The MSDN docs clearly say ArgumentOutOfRangeException, but that's
not what get's thrown.

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

22 years agoThu Feb 28 12:34:21 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 28 Feb 2002 07:43:49 +0000 (07:43 -0000)]
Thu Feb 28 12:34:21 CET 2002 Paolo Molaro <lupus@ximian.com>

* x86/tramp.c: start handling of more complex marshaling stuff.

Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>

* marshal.c, marshal.h: start of marshaling interface.

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

22 years agoimpl CALL_I8(INTF_ADDR)
Dietmar Maurer [Thu, 28 Feb 2002 06:36:25 +0000 (06:36 -0000)]
impl CALL_I8(INTF_ADDR)

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

22 years ago2002-02-28 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Thu, 28 Feb 2002 05:48:26 +0000 (05:48 -0000)]
2002-02-28  Dietmar Maurer  <dietmar@ximian.com>

* x86.brg: impl. CONV_I4 (freg) with correct rounding

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

22 years agoremoved xml generation, it's done in the parent makefile
Piers Haken [Thu, 28 Feb 2002 04:53:07 +0000 (04:53 -0000)]
removed xml generation, it's done in the parent makefile

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

22 years agoReformatted, added missing members, and MonoTODO attributes.
Jason Diamond [Thu, 28 Feb 2002 03:23:24 +0000 (03:23 -0000)]
Reformatted, added missing members, and MonoTODO attributes.

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

22 years agoSolution and project files to help debug System.XML.
Jason Diamond [Thu, 28 Feb 2002 02:42:51 +0000 (02:42 -0000)]
Solution and project files to help debug System.XML.

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

22 years ago2002-02-27 Duncan Mak <duncan@ximian.com>
Duncan Mak [Thu, 28 Feb 2002 00:50:07 +0000 (00:50 -0000)]
2002-02-27  Duncan Mak  <duncan@ximian.com>

* ExporterEventKind.cs:
* ITypeLibConverter.cs:
* ITypeLibImporterNotifySink.cs: Added to CVS for Kevin Winchester <kwin@ns.sympatico.ca>.

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

22 years agoDoubleTest.cs: Added parse tests to Double test suite, removed GetHashCodeTests
Bob Doan [Thu, 28 Feb 2002 00:13:11 +0000 (00:13 -0000)]
DoubleTest.cs: Added parse tests to Double test suite, removed GetHashCodeTests

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

22 years agofixed help links, .ctor indenting
Piers Haken [Wed, 27 Feb 2002 20:55:49 +0000 (20:55 -0000)]
fixed help links, .ctor indenting

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

22 years agotruncate attributes
Piers Haken [Wed, 27 Feb 2002 19:10:39 +0000 (19:10 -0000)]
truncate attributes

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

22 years agoadded dependancies for update rule
Piers Haken [Wed, 27 Feb 2002 19:09:34 +0000 (19:09 -0000)]
added dependancies for update rule

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

22 years agotruncated filenames
Piers Haken [Wed, 27 Feb 2002 19:01:08 +0000 (19:01 -0000)]
truncated filenames

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

22 years agoMinor changes to System.Guid and System.TimeSpan
Duco Fijma [Wed, 27 Feb 2002 18:27:44 +0000 (18:27 -0000)]
Minor changes to System.Guid and System.TimeSpan

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

22 years ago2002-02-27 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 27 Feb 2002 17:50:40 +0000 (17:50 -0000)]
2002-02-27  Miguel de Icaza  <miguel@ximian.com>

* class.cs (Method.Emit): Label parameters.

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

22 years agoWed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 27 Feb 2002 17:24:51 +0000 (17:24 -0000)]
Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>

* icall.c: fix order in assembly qualified name icall.

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

22 years agoAdapt makefile
Miguel de Icaza [Wed, 27 Feb 2002 16:41:17 +0000 (16:41 -0000)]
Adapt makefile

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

22 years agoFlush
Miguel de Icaza [Wed, 27 Feb 2002 16:41:14 +0000 (16:41 -0000)]
Flush

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

22 years agoAdd .cvsignores
Miguel de Icaza [Wed, 27 Feb 2002 16:39:01 +0000 (16:39 -0000)]
Add .cvsignores

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

22 years agofix erroneous 'Completed' label in legend.
Piers Haken [Wed, 27 Feb 2002 16:33:59 +0000 (16:33 -0000)]
fix erroneous 'Completed' label in legend.

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

22 years agoBug fix
Miguel de Icaza [Wed, 27 Feb 2002 16:27:22 +0000 (16:27 -0000)]
Bug fix

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

22 years agoActivate Piers class status
Miguel de Icaza [Wed, 27 Feb 2002 16:16:48 +0000 (16:16 -0000)]
Activate Piers class status

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

22 years agoFlush
Miguel de Icaza [Wed, 27 Feb 2002 15:53:38 +0000 (15:53 -0000)]
Flush

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

22 years agoAdded.
Martin Baulig [Wed, 27 Feb 2002 15:21:09 +0000 (15:21 -0000)]
Added.

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

22 years ago2002-02-27 Martin Baulig <martin@gnome.org>
Martin Baulig [Wed, 27 Feb 2002 15:16:34 +0000 (15:16 -0000)]
2002-02-27  Martin Baulig  <martin@gnome.org>

* System.Text.RegularExpressions/*.cs: Put everything into namespace
Ximian.Mono.Tests.System.Text.RegularExpressions.

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

22 years agoAdded using System.Collections.Specialized;
Martin Baulig [Wed, 27 Feb 2002 15:12:52 +0000 (15:12 -0000)]
Added using System.Collections.Specialized;

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