mono.git
22 years ago2002-02-14 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Thu, 14 Feb 2002 21:22:18 +0000 (21:22 -0000)]
2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>

* io-layer.h: conditionally include sys/filio.h and sys/sockio.h
for FIONBIO, FIONREAD, and SIOCATMARK.

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

22 years agotouching up TODO
David Brandt [Thu, 14 Feb 2002 18:44:12 +0000 (18:44 -0000)]
touching up TODO

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

22 years agoAdding ArrayListTest to AllTests
David Brandt [Thu, 14 Feb 2002 18:41:46 +0000 (18:41 -0000)]
Adding ArrayListTest to AllTests

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

22 years agoIntroducing ArrayListTest
David Brandt [Thu, 14 Feb 2002 18:39:18 +0000 (18:39 -0000)]
Introducing ArrayListTest

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

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

* FieldBuilder.cs: Add SetRVAData().
* ILGenerator.cs: speed up code array growth.
* TypeBuilder.cs: fix IsValueTypeImpl(). Add class_size member.
Implement DefineInitializedData().

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

22 years agoThu Feb 14 18:55:23 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 14 Feb 2002 14:17:41 +0000 (14:17 -0000)]
Thu Feb 14 18:55:23 CET 2002 Paolo Molaro <lupus@ximian.com>

* TypeAttributes.cs: update to latest spec.

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

22 years agoThu Feb 14 18:54:09 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 14 Feb 2002 14:17:14 +0000 (14:17 -0000)]
Thu Feb 14 18:54:09 CET 2002 Paolo Molaro <lupus@ximian.com>

* MonoType.cs: fix IsValueTypeImpl.
* Type.cs: fix IsEnum. Implement Equals methods.

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

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

* main.c: output pack and size info if needed.

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

22 years agoThu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 14 Feb 2002 14:16:20 +0000 (14:16 -0000)]
Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>

* metadata.c, metadata.h: added function to get packing and size info
of a typedef.
* reflection.h, reflection.c: handle field RVA data. Save info about
the table layout if needed. Assign typedef indexes to all the types
before dumping the info about them to avoid forward reference problems.

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

22 years ago2002-02-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 14 Feb 2002 13:25:40 +0000 (13:25 -0000)]
2002-02-14  Miguel de Icaza  <miguel@ximian.com>

* class.cs (Property.Define, Method.Define): Remove newslot when
`implementing'.

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

22 years ago2002-02-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 14 Feb 2002 13:03:41 +0000 (13:03 -0000)]
2002-02-14  Miguel de Icaza  <miguel@ximian.com>

* driver.cs (GetSystemDir): Use CodeBase instead of FullName for
locating our system dir.  Sorry about this.

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

22 years agoFlush changes from my NT partition
Miguel de Icaza [Thu, 14 Feb 2002 13:02:45 +0000 (13:02 -0000)]
Flush changes from my NT partition

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

22 years ago2002-02-15 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 14 Feb 2002 12:08:11 +0000 (12:08 -0000)]
2002-02-15  Nick Drochak  <ndrochak@gol.com>

* corcompare.cs: Adding stuff to collect all the missing and todo
information need to generate nice looking HTML pages.  Not quite
done and needs some re-org, but Duncan can take a look.

* sample.xml: an example of how the XML will look that corcompare
will generate.  Can be used to start working on the XSLT.

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

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

* makefile: Build mcs/doctools too when one does 'make'

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

22 years ago�2-02-14 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 14 Feb 2002 10:13:58 +0000 (10:13 -0000)]
�2-02-14  Nick Drochak  <ndrochak@gol.com>

* doctools.build: Fix build script so doctools will compile
(doesn't run yet though)

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

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

* FileCodeGroup.cs: Finish Equals()

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

22 years agofixed NEWOBJ and SIZEOF bugs
Dietmar Maurer [Thu, 14 Feb 2002 07:31:11 +0000 (07:31 -0000)]
fixed NEWOBJ and SIZEOF bugs

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

22 years agoThu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 14 Feb 2002 06:58:06 +0000 (06:58 -0000)]
Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>

* opcode.c: use stddef.h to get NULL.

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

22 years agoAdd sparc to the configure
Miguel de Icaza [Thu, 14 Feb 2002 01:17:20 +0000 (01:17 -0000)]
Add sparc to the configure

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

22 years ago2002-02-14 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Thu, 14 Feb 2002 01:06:46 +0000 (01:06 -0000)]
2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>

* socket-io.c: conditionally include sys/filio.h and sys/sockio.h
for FIONBIO, FIONREAD and SIOCATMARK.
(ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
define INADDR_NONE and besides, inet_addr() is deprecated and
should not be used. Use inet_pton() instead - it also has the
added bonus that it can easily handle IPv6 addresses as well.
(inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.

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

22 years ago2002-02-14 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Thu, 14 Feb 2002 01:05:24 +0000 (01:05 -0000)]
2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>

* sockets.c: conditionally include sys/filio.h and sys/sockio.h
for FIONBIO, FIONREAD, and SIOCATMARK.

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

22 years ago2002-02-14 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Thu, 14 Feb 2002 01:04:34 +0000 (01:04 -0000)]
2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>

* configure.in: Add checks to see if we need to link to libsocket,
libnsl, and/or librt. Also check for inet_pton and inet_aton.

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

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

* driver.cs (GetSystemDir): Compute correctly the location of our
system assemblies.  I was using the compiler directory instead of
the library directory.

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

22 years agoInternal call tool, first revision. (mucho experimental)
Dan Lewis [Wed, 13 Feb 2002 22:40:49 +0000 (22:40 -0000)]
Internal call tool, first revision. (mucho experimental)

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

22 years ago2002-02-13 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Wed, 13 Feb 2002 20:06:03 +0000 (20:06 -0000)]
2002-02-13  Ravi Pratap  <ravi@ximian.com>

* expression.cs (BetterFunction): Put back in what Miguel commented out
since it is the correct fix. The problem is elsewhere ;-)

(IsParamsMethodApplicable): Fix bug where we were not checking that the fixed
parameters of the parms method are themselves compatible or not !

(StandardConversionExists): Fix very dangerous bug where we were forgetting
to check that a class implements an interface before saying that an implicit
conversion was allowed. Use ImplementsInterface to do the checking.

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

22 years agoFix the abstract bug that Paolo reported for running MCS under the JITer.
Miguel de Icaza [Wed, 13 Feb 2002 19:52:25 +0000 (19:52 -0000)]
Fix the abstract bug that Paolo reported for running MCS under the JITer.

The problem was with my understanding of the .override keyword.

2002-02-13  Miguel de Icaza  <miguel@ximian.com>

* class.cs (Method.Define): Track whether we are an explicit
implementation or not.  And only call DefineMethodOverride if we
are an explicit implementation.

(Property.DefineMethod): Ditto.
(IndexerAccess.DefineMethod): ditto.

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

22 years agoRemoved Enum.cs from _cmp and _res builds. Fixes problem with reflection.
Dan Lewis [Wed, 13 Feb 2002 19:24:35 +0000 (19:24 -0000)]
Removed Enum.cs from _cmp and _res builds. Fixes problem with reflection.

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

22 years agoWed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 13 Feb 2002 18:11:02 +0000 (18:11 -0000)]
Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>

* decimal.c: remove _MSC_VER conditional.

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

22 years agoAdding ArrayTest to AllTests
David Brandt [Wed, 13 Feb 2002 18:09:05 +0000 (18:09 -0000)]
Adding ArrayTest to AllTests

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

22 years agoIntroducing ArrayTest
David Brandt [Wed, 13 Feb 2002 18:08:31 +0000 (18:08 -0000)]
Introducing ArrayTest

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

22 years agoUpdate
Miguel de Icaza [Wed, 13 Feb 2002 17:13:56 +0000 (17:13 -0000)]
Update

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

22 years ago2002-02-13 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 13 Feb 2002 17:01:21 +0000 (17:01 -0000)]
2002-02-13  Dick Porter  <dick@ximian.com>

* socket-io.c:
* icall.c: Internal calls for Blocking, Select, Shutdown,
GetSocketOption and SetSocketOption

2002-02-13  Dick Porter  <dick@ximian.com>

* sockets.c: Implement shutdown and select

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

22 years agoWed Feb 13 21:50:13 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 13 Feb 2002 17:01:13 +0000 (17:01 -0000)]
Wed Feb 13 21:50:13 CET 2002 Paolo Molaro <lupus@ximian.com>

* Int32.cs: implement IConvertible interface.

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

22 years agoWed Feb 13 21:51:30 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 13 Feb 2002 17:00:45 +0000 (17:00 -0000)]
Wed Feb 13 21:51:30 CET 2002 Paolo Molaro <lupus@ximian.com>

* Thread.cs: implement CurrentCulture property needed by
Convert.ChangeType() (used when compiling enums).

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

22 years ago2002-02-13 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 13 Feb 2002 17:00:10 +0000 (17:00 -0000)]
2002-02-13  Dick Porter  <dick@ximian.com>

* Socket.cs: Implemenent Select, Blocking, Connected,
GetSocketOption, Poll, SetSocketOption and Shutdown

* MulticastOption.cs:
* LingerOption.cs: Delete override methods that don't need to be
implemented

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

22 years agoModified and added stubs to allow corlib to compile without referencing mscorlib
Dan Lewis [Wed, 13 Feb 2002 16:24:18 +0000 (16:24 -0000)]
Modified and added stubs to allow corlib to compile without referencing mscorlib
or MS assemblies. (check the corlib.dll assembly metadata :)

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

22 years agos/pthread_mutex_t/mono_mutex_t in some header files too
Jeffrey Stedfast [Wed, 13 Feb 2002 15:33:44 +0000 (15:33 -0000)]
s/pthread_mutex_t/mono_mutex_t in some header files too

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

22 years ago * pthread-compat.[c,h]: Replaced by mono-mutex.[c,h]
Jeffrey Stedfast [Wed, 13 Feb 2002 15:23:42 +0000 (15:23 -0000)]
* pthread-compat.[c,h]: Replaced by mono-mutex.[c,h]

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

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