mono.git
22 years ago2002-02-13 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Wed, 13 Feb 2002 15:22:35 +0000 (15:22 -0000)]
2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>

* mono-mutex.[c,h]: New source files that thinly wrap all pthread
functions that take pthread_mutex_t and/or pthread_mutexattr_t
arguments for the sake of portability. Implements recursive
mutexes and pthread_mutex_timedlock.

* critical-sections.c:
* events.c:
* handles.c:
* mutexes.c:
* semaphores.c:
* threads.c:
* timed-thread.c:
* wait.c: Use the mono-mutex wrapper portability functions/macros.

* pthread-compat.[c,h]: Replaced by mono-mutex.[c,h]

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

22 years ago2002-02-13 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Wed, 13 Feb 2002 15:21:33 +0000 (15:21 -0000)]
2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>

* acconfig.h: #undef USE_MONO_MUTEX

* configure.in: If the system pthread implementation is lacking,
default to using mono-mutex.

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

22 years agoWed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 13 Feb 2002 14:29:01 +0000 (14:29 -0000)]
Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>

* assembly.cs: better resolver: use it instead of some kludgy code.

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

22 years agoWed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 13 Feb 2002 13:35:52 +0000 (13:35 -0000)]
Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>

* reflection.c: the best way to speed-up the compiler is to avoid
infinite loops.

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

22 years agoadded some docu
Dietmar Maurer [Wed, 13 Feb 2002 12:22:52 +0000 (12:22 -0000)]
added some docu

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

22 years ago2002-02-13 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 13 Feb 2002 11:55:19 +0000 (11:55 -0000)]
2002-02-13  Miguel de Icaza  <miguel@ximian.com>

* jit.c (arch_allocate_var): Only assert that the alignment is
at least 32-bits aligned, not always 32-bits aligned (for I8 for example).

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

22 years agoWed Feb 13 16:17:38 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 13 Feb 2002 11:28:47 +0000 (11:28 -0000)]
Wed Feb 13 16:17:38 CET 2002 Paolo Molaro <lupus@ximian.com>

* interp.c: fixed newobj implementation for valuetypes bug found by
dietmar. sub.ovf dummy code.

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

22 years agoMore tests.
Paolo Molaro [Wed, 13 Feb 2002 11:25:24 +0000 (11:25 -0000)]
More tests.

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

22 years agorevert last change
Dietmar Maurer [Wed, 13 Feb 2002 09:45:11 +0000 (09:45 -0000)]
revert last change

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

22 years agobug fix in newobj
Dietmar Maurer [Wed, 13 Feb 2002 09:39:52 +0000 (09:39 -0000)]
bug fix in newobj

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

22 years ago�2-02-13 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 13 Feb 2002 08:49:48 +0000 (08:49 -0000)]
�2-02-13  Nick Drochak  <ndrochak@gol.com>

* makefile: 'clean' target now removes file generated by CorCompare

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

22 years agopass the domain to mono_string_new
Dietmar Maurer [Wed, 13 Feb 2002 08:29:02 +0000 (08:29 -0000)]
pass the domain to mono_string_new

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

22 years ago2002-02-13 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 13 Feb 2002 08:16:37 +0000 (08:16 -0000)]
2002-02-13  Nick Drochak <ndrochak@gol.com>

* pending-classes.in: this is generated by corcompare.

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

22 years agoupdate
Dietmar Maurer [Wed, 13 Feb 2002 07:55:01 +0000 (07:55 -0000)]
update

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

22 years agoobject layout change
Dietmar Maurer [Wed, 13 Feb 2002 07:44:59 +0000 (07:44 -0000)]
object layout change

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

22 years ago2002-02-12 Duncan Mak <duncan@ximian.com>
Duncan Mak [Tue, 12 Feb 2002 22:47:31 +0000 (22:47 -0000)]
2002-02-12  Duncan Mak  <duncan@ximian.com>

    * SerializationBinder.cs: Implemented.
    * SerializationEntry.cs: Implemented.
    * SerializationInfo.cs: Fixed the get portion of the AssemblyName
    property. Implemented the FullTypename property.

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

22 years agoAdd test that fails
Miguel de Icaza [Tue, 12 Feb 2002 22:40:32 +0000 (22:40 -0000)]
Add test that fails

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

22 years agoRevert Ravi's patch, as it breaks the build
Miguel de Icaza [Tue, 12 Feb 2002 22:04:09 +0000 (22:04 -0000)]
Revert Ravi's patch, as it breaks the build

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

22 years agoFixed a typo.
Duncan Mak [Tue, 12 Feb 2002 21:50:51 +0000 (21:50 -0000)]
Fixed a typo.

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

22 years ago2002-02-12 Duncan Mak <duncan@ximian.com>
Duncan Mak [Tue, 12 Feb 2002 21:48:08 +0000 (21:48 -0000)]
2002-02-12  Duncan Mak  <duncan@ximian.com>

    * CultureInfo.cs: Added the Calendar property to make the TimeZone
      class build. It's marked as MonoTODO.

2002-02-12  Duncan Mak  <duncan@ximian.com>

    * TimeZone.cs: Implemented and added to CVS.

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

22 years agoNew download page
Miguel de Icaza [Tue, 12 Feb 2002 20:21:08 +0000 (20:21 -0000)]
New download page

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

22 years agoAdded a comment
Dick Porter [Tue, 12 Feb 2002 18:07:33 +0000 (18:07 -0000)]
Added a comment

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

22 years agoBeefing up StringTest
David Brandt [Tue, 12 Feb 2002 17:32:38 +0000 (17:32 -0000)]
Beefing up StringTest

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

22 years agoTue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 12 Feb 2002 15:14:55 +0000 (15:14 -0000)]
Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>

* assembly.c: look for assemblies in the assembly dir, too.

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

22 years agoAdd Dietmar to Authors
Miguel de Icaza [Tue, 12 Feb 2002 13:09:32 +0000 (13:09 -0000)]
Add Dietmar to Authors

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

22 years ago2002-02-12 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 12 Feb 2002 10:50:58 +0000 (10:50 -0000)]
2002-02-12  Nick Drochak  <ndrochak@gol.com>

* PathTooLongException.cs: put it in the correct namespace
* EndOfStreamException.cs: put it in the correct namespace

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

22 years ago2002-02-12 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 12 Feb 2002 10:44:20 +0000 (10:44 -0000)]
2002-02-12  Nick Drochak  <ndrochak@gol.com>

* PathTooLongException.cs: put it in the correct namespace

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

22 years agoTue Feb 12 14:33:53 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 12 Feb 2002 09:42:49 +0000 (09:42 -0000)]
Tue Feb 12 14:33:53 CET 2002 Paolo Molaro <lupus@ximian.com>

* dump.c: make all the indexes printed starting from 1.

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

22 years agoTue Feb 12 14:08:47 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 12 Feb 2002 09:20:53 +0000 (09:20 -0000)]
Tue Feb 12 14:08:47 CET 2002 Paolo Molaro <lupus@ximian.com>

* hacks.h: check against redefining preprocessor symbol.
* interp.c: fix profile info to return more sensible results.

Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>

* class.c: fix thinko in mono_class_from_type().

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

22 years agoLast changes to the web site, promised
Miguel de Icaza [Mon, 11 Feb 2002 23:31:16 +0000 (23:31 -0000)]
Last changes to the web site, promised

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

22 years agoMove mailing lists information
Miguel de Icaza [Mon, 11 Feb 2002 23:00:57 +0000 (23:00 -0000)]
Move mailing lists information

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

22 years agoFlush
Miguel de Icaza [Mon, 11 Feb 2002 22:51:46 +0000 (22:51 -0000)]
Flush

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

22 years agoAdd cvsignores
Miguel de Icaza [Mon, 11 Feb 2002 22:49:14 +0000 (22:49 -0000)]
Add cvsignores

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

22 years agoMore
Miguel de Icaza [Mon, 11 Feb 2002 22:48:46 +0000 (22:48 -0000)]
More

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

22 years agoFlush pending changes for 0.8
Miguel de Icaza [Mon, 11 Feb 2002 22:47:45 +0000 (22:47 -0000)]
Flush pending changes for 0.8

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

22 years agoadded custom format string test.
Dan Lewis [Mon, 11 Feb 2002 22:26:30 +0000 (22:26 -0000)]
added custom format string test.

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

22 years agoAdd mcs man page here, mcs script
Miguel de Icaza [Mon, 11 Feb 2002 22:18:46 +0000 (22:18 -0000)]
Add mcs man page here, mcs script

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

22 years agoUntil we get Custom Number Format Strings in our corlib, get this out
Miguel de Icaza [Mon, 11 Feb 2002 22:17:12 +0000 (22:17 -0000)]
Until we get Custom Number Format Strings in our corlib, get this out

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

22 years ago* DataColumnChangeEventArgs.cs : Added
Christopher Podurgiel [Mon, 11 Feb 2002 21:50:47 +0000 (21:50 -0000)]
* DataColumnChangeEventArgs.cs : Added
* DataColumnChangeEventHandler.cs : Added

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

22 years ago2002-02-11 Duncan Mak <duncan@ximian.com>
Duncan Mak [Mon, 11 Feb 2002 21:35:41 +0000 (21:35 -0000)]
2002-02-11  Duncan Mak  <duncan@ximian.com>

    * Convert.cs: Implemented the ChangeType () methods.

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

22 years agoMore resources
Miguel de Icaza [Mon, 11 Feb 2002 21:20:20 +0000 (21:20 -0000)]
More resources

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

22 years agoFixed build to test our XML classes and not Microsoft's. Added initial namespace...
Jason Diamond [Mon, 11 Feb 2002 21:08:55 +0000 (21:08 -0000)]
Fixed build to test our XML classes and not Microsoft's. Added initial namespace support.

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

22 years agoFlush small changes
Miguel de Icaza [Mon, 11 Feb 2002 20:04:03 +0000 (20:04 -0000)]
Flush small changes

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

22 years ago2002-02-11 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Mon, 11 Feb 2002 19:43:18 +0000 (19:43 -0000)]
2002-02-11  Ravi Pratap  <ravi@ximian.com>

* expression.cs (BetterFunction): Catch hideous bug which was
 preventing us from detecting ambiguous calls due to implicit casts i.e
cs0121.

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

22 years ago2002-02-12 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 11 Feb 2002 19:29:10 +0000 (19:29 -0000)]
2002-02-12  Nick Drochak  <ndrochak@gol.com>

* UnicodeCategory.cs: Fix typo.

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

22 years ago2002-02-11 Duncan Mak <duncan@ximian.com>
Duncan Mak [Mon, 11 Feb 2002 19:11:31 +0000 (19:11 -0000)]
2002-02-11  Duncan Mak  <duncan@ximian.com>

    * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
      removed it and included it in the new DnsTest.cs. This fixes
      the build.

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

22 years agoremove man page from here
Miguel de Icaza [Mon, 11 Feb 2002 19:07:04 +0000 (19:07 -0000)]
remove man page from here

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

22 years agoAdding CharTest to AllTests
David Brandt [Mon, 11 Feb 2002 18:45:55 +0000 (18:45 -0000)]
Adding CharTest to AllTests

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

22 years agoAdding some tests for Char
David Brandt [Mon, 11 Feb 2002 18:45:29 +0000 (18:45 -0000)]
Adding some tests for Char

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

22 years agoMore news
Miguel de Icaza [Mon, 11 Feb 2002 18:45:06 +0000 (18:45 -0000)]
More news

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

22 years agoUpdate news on Mono.
Miguel de Icaza [Mon, 11 Feb 2002 18:11:05 +0000 (18:11 -0000)]
Update news on Mono.

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

22 years ago}} escape String.Format
Dan Lewis [Mon, 11 Feb 2002 17:39:08 +0000 (17:39 -0000)]
}} escape String.Format

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

22 years ago}} escape for String.Format
Dan Lewis [Mon, 11 Feb 2002 17:38:28 +0000 (17:38 -0000)]
}} escape for String.Format

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

22 years ago{{ escape test for String.Format
Dan Lewis [Mon, 11 Feb 2002 17:25:26 +0000 (17:25 -0000)]
{{ escape test for String.Format

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

22 years agoadded {{ escape to String.Format
Dan Lewis [Mon, 11 Feb 2002 17:24:34 +0000 (17:24 -0000)]
added {{ escape to String.Format

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

22 years agoClone() for arrays test.
Paolo Molaro [Mon, 11 Feb 2002 15:02:37 +0000 (15:02 -0000)]
Clone() for arrays test.

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

22 years agoMon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Feb 2002 15:00:25 +0000 (15:00 -0000)]
Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>

* exception.h, exception.c: added TypeLoadException.
* object.h, object.c: added mono_array_clone ().
* icall.c: handle throwOnError in AssemblyGetType().
Added Array.Clone().
* opcode.h, opcode.c: use a single value for the opcode val.
Compile fix for non-gcc compilers.

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

22 years agoMon Feb 11 19:50:27 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Feb 2002 15:00:06 +0000 (15:00 -0000)]
Mon Feb 11 19:50:27 CET 2002 Paolo Molaro <lupus@ximian.com>

* Assembly.cs: handle throwOnError in GetType() call.

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

22 years agoMon Feb 11 19:48:58 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Feb 2002 14:59:45 +0000 (14:59 -0000)]
Mon Feb 11 19:48:58 CET 2002 Paolo Molaro <lupus@ximian.com>

* Array.cs: make Clone() an internal call.

Mon Feb 11 19:49:25 CET 2002 Paolo Molaro <lupus@ximian.com>

* ArrayList.cs: Dick's fix to contructor.

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

22 years agoMon Feb 11 18:40:04 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Feb 2002 13:49:06 +0000 (13:49 -0000)]
Mon Feb 11 18:40:04 CET 2002 Paolo Molaro <lupus@ximian.com>

* sparc/*: sparc codegen header and some untested trampoline code.

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

22 years agoUpdate docs
Miguel de Icaza [Mon, 11 Feb 2002 13:26:14 +0000 (13:26 -0000)]
Update docs

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

22 years agoTest removed, test of IPHostEntry included in DnsTest.cs
Mads Pultz [Mon, 11 Feb 2002 10:26:12 +0000 (10:26 -0000)]
Test removed, test of IPHostEntry included in DnsTest.cs

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

22 years agoAdded implementation for System.Net.Dns.BeginResolve() and System.Net.Dns.EndResolve...
Mads Pultz [Mon, 11 Feb 2002 10:12:25 +0000 (10:12 -0000)]
Added implementation for System.Net.Dns.BeginResolve() and System.Net.Dns.EndResolve(). Test also included.

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

22 years agoAdded implementation for System.Net.Dns.BeginResolve() and System.Net.Dns.EndResolve...
Mads Pultz [Mon, 11 Feb 2002 10:12:25 +0000 (10:12 -0000)]
Added implementation for System.Net.Dns.BeginResolve() and System.Net.Dns.EndResolve(). Test also included.

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

22 years agoMon Feb 11 13:26:17 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Feb 2002 08:36:05 +0000 (08:36 -0000)]
Mon Feb 11 13:26:17 CET 2002 Paolo Molaro <lupus@ximian.com>

* X509Certificates: dummy class.

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

22 years agoMon Feb 11 13:05:29 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Feb 2002 08:15:20 +0000 (08:15 -0000)]
Mon Feb 11 13:05:29 CET 2002 Paolo Molaro <lupus@ximian.com>

* interp.c: added "die on exception" command line argument.
When we segfault, set the message in the exception to "Segmentation
fault" so people can recognise what's going on.

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

22 years agoTest for multiple marshalled strings.
Paolo Molaro [Mon, 11 Feb 2002 07:43:11 +0000 (07:43 -0000)]
Test for multiple marshalled strings.

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

22 years agoMon Feb 11 12:32:35 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Feb 2002 07:42:10 +0000 (07:42 -0000)]
Mon Feb 11 12:32:35 CET 2002 Paolo Molaro <lupus@ximian.com>

* x86/tramp.c: fix handling of multiple marshaleed strings.
* x86/x86-codegen.h: some code to patch branch displacements.

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

22 years agoMissing test.
Paolo Molaro [Mon, 11 Feb 2002 06:58:36 +0000 (06:58 -0000)]
Missing test.

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

22 years agoMon Feb 11 11:20:57 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 11 Feb 2002 06:30:11 +0000 (06:30 -0000)]
Mon Feb 11 11:20:57 CET 2002 Paolo Molaro <lupus@ximian.com>

* x86.brg: fix invalid cast check in unbox. Pack MBTree structure.

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

22 years ago2002-02-11 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 11 Feb 2002 04:42:23 +0000 (04:42 -0000)]
2002-02-11  Nick Drochak  <ndrochak@gol.com>

* Int64Test.cs: Various fixes to make tests work against the ms corlib.
Currency Symbol tests seem to be system dependant.  Not sure if this
will work on other systems, so please test it if you can. The most
disturbing one is negative numbers.  Should they be (n) or -n ?

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

22 years ago2002-02-11 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 10 Feb 2002 20:31:22 +0000 (20:31 -0000)]
2002-02-11  Nick Drochak <ndrochak@gol.com>

* c-sharp: remove reference to time travel

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

22 years agoUnCommented System.Data as it now builds correctly.
Christopher Podurgiel [Sun, 10 Feb 2002 19:08:34 +0000 (19:08 -0000)]
UnCommented System.Data as it now builds correctly.

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

22 years ago* Updated all Enums, Interfaces, and Delegates in System.Data
Christopher Podurgiel [Sun, 10 Feb 2002 19:06:03 +0000 (19:06 -0000)]
* Updated all Enums, Interfaces, and Delegates in System.Data
* IDbDataParameter.cs : Added -- New class in .NET 1.0

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

22 years ago* Removed *.cs from System.Data as the correct files are in mcs/class/System.Data...
Christopher Podurgiel [Sun, 10 Feb 2002 19:04:10 +0000 (19:04 -0000)]
* Removed *.cs from System.Data as the correct files are in mcs/class/System.Data/System.Data
* System.Data.build : fixed so it will build properly.

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

22 years agoChange implementation of Guid.NewGuid
Duco Fijma [Sun, 10 Feb 2002 18:17:53 +0000 (18:17 -0000)]
Change implementation of Guid.NewGuid

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

22 years agoCreated RandomNumberGenerator.cs
Duco Fijma [Sun, 10 Feb 2002 18:11:17 +0000 (18:11 -0000)]
Created RandomNumberGenerator.cs

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

22 years ago+2002-02-10 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sun, 10 Feb 2002 15:31:12 +0000 (15:31 -0000)]
+2002-02-10  Miguel de Icaza  <miguel@ximian.com>
+
+ * interp.c (ves_exec_method): Compare the element_class type token
+ in the class we got as well, instead of the element class vs the
+ toplevel class.
+
+ This fixes the invalid cast exceptions during unboxing

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

22 years agoA few more tests.
Paolo Molaro [Sun, 10 Feb 2002 12:25:23 +0000 (12:25 -0000)]
A few more tests.

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

22 years ago*** empty log message ***
Paolo Molaro [Sun, 10 Feb 2002 09:30:33 +0000 (09:30 -0000)]
*** empty log message ***

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

22 years ago2002-02-10 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 10 Feb 2002 08:47:57 +0000 (08:47 -0000)]
2002-02-10  Nick Drochak  <ndrochak@gol.com>

* corlib_test.build: Remove duplicate excludes for
* AllTests.cs: Add System.Security.Policy tests.  However, commented
this out because NUnit is throwing an exception.  Need to figure
that out first.

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

22 years ago2002-02-10 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 10 Feb 2002 08:46:15 +0000 (08:46 -0000)]
2002-02-10  Nick Drochak  <ndrochak@gol.com>

* AllTests.cs: Add Int64Test to the Suite
* Int64Test.cs: Change static member to instance member. This was
causing NUnitConsole some grief.  Should be instance member anyway.

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

22 years ago2002-02-10 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 10 Feb 2002 08:45:14 +0000 (08:45 -0000)]
2002-02-10  Nick Drochak  <ndrochak@gol.com>

* QueueTest.cs: Put in correct namespace.

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

22 years ago2002-02-10 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 10 Feb 2002 08:44:40 +0000 (08:44 -0000)]
2002-02-10  Nick Drochak  <ndrochak@gol.com>

* DebugTest.cs: Put in correct namespace.
* TextWriterTraceListenerTest.cs: Put in correct namespace.

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

22 years ago2002-02-10 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 10 Feb 2002 08:43:57 +0000 (08:43 -0000)]
2002-02-10  Nick Drochak  <ndrochak@gol.com>

* AllTests.cs: Add new file.

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

22 years ago2002-02-10 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 10 Feb 2002 08:43:12 +0000 (08:43 -0000)]
2002-02-10  Nick Drochak  <ndrochak@gol.com>

* AllTests.cs: Remove StringBuilderTest suite.  There's a major failure
when it's included and the test errors aren't displayed.

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

22 years agoSun Feb 10 12:54:05 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 10 Feb 2002 08:03:55 +0000 (08:03 -0000)]
Sun Feb 10 12:54:05 CET 2002 Paolo Molaro <lupus@ximian.com>

* emit-x86.c: make x86_magic_trampoline() handle call instructions
with an imm8 displacement. x86.brg not yet changed to take advantage
of it.

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

22 years agoSun Feb 10 11:47:30 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 10 Feb 2002 07:01:10 +0000 (07:01 -0000)]
Sun Feb 10 11:47:30 CET 2002 Paolo Molaro <lupus@ximian.com>

* jit.c: use opcode info from libmetadata to do flow analysis
and simplify code.

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

22 years agoFix memory leak
Miguel de Icaza [Sun, 10 Feb 2002 03:47:53 +0000 (03:47 -0000)]
Fix memory leak

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

22 years agoWork towards getting `fixed' to work. We are going to need a custom
Miguel de Icaza [Sun, 10 Feb 2002 01:32:42 +0000 (01:32 -0000)]
Work towards getting `fixed' to work.  We are going to need a custom
hack for this to fully work.

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

* support.cs (Pair): Remove un-needed method.  I figured why I was
getting the error in cs-parser.jay, the variable in a foreach loop
is readonly, and the compiler does not really treat this as a variable.

* cs-parser.jay (fixed_statement): Fix grammar.  Use ASSIGN
instead of EQUALS in grammar.

* typemanager.cs (VerifyUnmanaged): Report correct error (208)

* expression.cs (Unary.DoResolve): Check whether the argument is
managed or not.

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

22 years agoAdd Getting Started section from Nick
Miguel de Icaza [Sun, 10 Feb 2002 01:18:22 +0000 (01:18 -0000)]
Add Getting Started section from Nick

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

22 years agoAdded a link to a paper on .NET security
Duncan Mak [Sat, 9 Feb 2002 19:01:48 +0000 (19:01 -0000)]
Added a link to a paper on .NET security

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

22 years agoReverting patch to not break the build. Sorry.
Duncan Mak [Sat, 9 Feb 2002 16:42:22 +0000 (16:42 -0000)]
Reverting patch to not break the build. Sorry.

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

22 years agoImplemented Guid.NewGuid
Duco Fijma [Sat, 9 Feb 2002 16:07:56 +0000 (16:07 -0000)]
Implemented Guid.NewGuid

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

22 years ago2002-02-09 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sat, 9 Feb 2002 09:53:12 +0000 (09:53 -0000)]
2002-02-09  Nick Drochak  <ndrochak@gol.com>

* StringBuilderTest.cs: Fixed tests that were failing against mscorlib.

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

22 years ago2002-02-09 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sat, 9 Feb 2002 09:43:47 +0000 (09:43 -0000)]
2002-02-09  Nick Drochak  <ndrochak@gol.com>

* ByteTest.cs:
* Int16Test.cs:
* Int32Test.cs:
* SByteTest.cs:
* UInt16Test.cs:
* UInt32Test.cs:
* UInt64Test.cs: Fixed tests where a "$" was hard coded.  Change it to
use NumberFormatInfo.CurrentInfo.CurrencySymbol.  Also used
NumberFormatInfo.InvariantInfo.CurrencySymbol where appropriate. These
tests all pass now with mscorlib.

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

22 years ago2002-02-08 Duncan Mak <duncan@ximian.com>
Duncan Mak [Fri, 8 Feb 2002 23:11:38 +0000 (23:11 -0000)]
2002-02-08  Duncan Mak  <duncan@ximian.com>

    * RuntimeArgumentHandle.cs: Added to CVS.

2002-02-08  Duncan Mak  <duncan@ximian.com>

    * UriFormatException.cs: Removed TODO attribute, the docs are
      probably wrong here. In any case, this code compiles and should work.

2002-02-08  Duncan Mak  <duncan@ximian.com>

    * IsolatedStorage.cs: Looked at MemberInfo.cs, another fellow
      abstract class. Oh, that's what it means! Removed unnesscessary
           MonoTODO attributes.

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

22 years ago2002-02-09 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 8 Feb 2002 21:28:30 +0000 (21:28 -0000)]
2002-02-09  Nick Drochak  <ndrochak@gol.com>

* corlib_test.build: compile with mscorlib to test the tests.  This
will be our "reference" check to make sure the tests work.

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

22 years ago2002-02-09 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 8 Feb 2002 21:25:31 +0000 (21:25 -0000)]
2002-02-09  Nick Drochak  <ndrochak@gol.com>

* ResourceReaderTest.cs: Fix path name to resource files

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

22 years ago2002-02-09 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 8 Feb 2002 21:24:52 +0000 (21:24 -0000)]
2002-02-09  Nick Drochak  <ndrochak@gol.com>

* FileIOPermissionTest.cs: Remove intersect test where it was trying
to intersect a permission with itself.  This throws an exception
with mscorlib.

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