mono.git
22 years agoIn an attempt to fix the broken-on-mozilla links that get overlapped by the
Tuomas Kuosmanen [Wed, 25 Jul 2001 07:30:59 +0000 (07:30 -0000)]
In an attempt to fix the broken-on-mozilla links that get overlapped by the
text, I changed the main links a bit, so they are now pretty orange when
you mouseover them.

Turned out the thing was a mozilla bug afterwards, though the new color
stuff looks pretty cute, so I left it in.

Doh.

Tuomas

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

22 years ago2001-07-24 Derek Holden <dholden@draper.com>
Miguel de Icaza [Wed, 25 Jul 2001 05:15:40 +0000 (05:15 -0000)]
2001-07-24  Derek Holden  <dholden@draper.com>

* NumberStyles.cs: Added ECMA values for Allow types and default
styles.
2001-07-24  Derek Holden  <dholden@draper.com>

* Boolean.cs: Formatted to code style standard. Added GetTypeCode
which is really an IConvertible defined method.

* Byte.cs: Added a missing Parse method. Put in Parse and ToString
behavior, still need to do the main Parse and ToString.

* Char.cs: Added a bunch of missing ECMA methods. Commented a
specification discrepency. Still didn't any unicode stuff, though
every IsFoo(char c) method has an IsFoo(string, index)
counterpart, added wrappers for those.

* Convert.cs: Fixed NaN/Inf checking and double/float
rounding. Added ToType for IConvertible classes

* Double.cs: Fixed ECMA min and max values. Added IsInfinity /
IsNaN methods. Changed Inf/NaN internals.

* IConvertible.cs: Added comments for using
Convert.ToType. Changed return values to draft base values.

* Int16.cs: Added a missing Parse statement. Put in behavior for
overloaded ToString and Parse methods.

* Int32.cs: Added a missing Parse statement. Put in behavior for
overloaded ToString and Parse methods.

* Int64.cs: Added a missing Parse statement. Put in behavior for
overloaded ToString and Parse methods.

* Single.cs: Put in ECMA epsilon value. Added IsInfinity / IsNaN
methods. Changed Inf/NaN internals.

* SByte.cs: Added a missing Parse method. Put in Parse and
ToString behavior, still need to do the main Parse and ToString.

* UInt16.cs: Added a missing Parse statement. Put in behavior for
overloaded ToString and Parse methods.

* UInt32.cs: Added a missing Parse statement. Put in behavior for
overloaded ToString and Parse methods.

* UInt64.cs: Added a missing Parse statement. Put in behavior for
overloaded ToString and Parse methods.

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

22 years agoClass
Miguel de Icaza [Tue, 24 Jul 2001 17:34:41 +0000 (17:34 -0000)]
Class

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

22 years agoupdated classes
Miguel de Icaza [Tue, 24 Jul 2001 17:25:32 +0000 (17:25 -0000)]
updated classes

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

22 years agomissing file.
Paolo Molaro [Tue, 24 Jul 2001 16:07:13 +0000 (16:07 -0000)]
missing file.

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

22 years agoTue Jul 24 16:51:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 24 Jul 2001 16:06:38 +0000 (16:06 -0000)]
Tue Jul 24 16:51:09 CEST 2001 Paolo Molaro <lupus@ximian.com>

* interp.c, hacks.h: moved a few ugly macros out of the code.
Implemented switch opcode.

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

22 years ago2001-07-24 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 24 Jul 2001 06:58:04 +0000 (06:58 -0000)]
2001-07-24  Miguel de Icaza  <miguel@ximian.com>

* class.c (mono_class_create_from_typedef): Take into account
parent classes for the size of a structure.

Still not ideal, but better than before.

For the case of the interpreter, Paolo is right, there is not much
use for a Field Map, as the way the Fields are located is through
a token.

(mono_class_init): Remove, initialize automatically.

(mono_class_get_field): new function, returns the information
about a field given a class and its token.

2001-07-23  Miguel de Icaza  <miguel@ximian.com>

* interp.c (newobj): Added function to handle newobj opcode.

2001-07-23  Miguel de Icaza  <miguel@ximian.com>

* metadata.c (mono_metadata_parse_field_type): Implement.
(do_mono_metadata_parse_type): Split engine from
mono_metadata_parse_type, so that we can create smaller structures
for things that just have one pointer to the MonoType (look at
the MonoFieldType)

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

22 years agoUpdates
Miguel de Icaza [Tue, 24 Jul 2001 04:56:42 +0000 (04:56 -0000)]
Updates

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

22 years ago2001-07-23 Sergey Chaban <serge@wildwestsoftware.com>
Miguel de Icaza [Tue, 24 Jul 2001 04:54:27 +0000 (04:54 -0000)]
2001-07-23  Sergey Chaban <serge@wildwestsoftware.com>

*  Hashtable.cs: Fixed bug in Clear(), the Count wasn't zeroed.
           From now, Clear() increases modification count.
           Fixed HCP bug in GetHash(object) - hcp.GetHashCode() was used
           instead of hcp.GetHashCode(key). This was resulted in the
           insanely long lookup times when HashCodeProvider was used to
           construct Hashtable. Added thread-safe wrapper.

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

22 years ago2001-07-23 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 23 Jul 2001 23:54:34 +0000 (23:54 -0000)]
2001-07-23  Miguel de Icaza  <miguel@ximian.com>

* interp.c (newobj): Added function to handle newobj opcode.

2001-07-23  Miguel de Icaza  <miguel@ximian.com>

* object.h, object.c, class.h, class.c: Implemented the beginning
of the object system. x

2001-07-23  Miguel de Icaza  <miguel@ximian.com>

* metadata.c (mono_metadata_parse_field_type): Implement.
(do_mono_metadata_parse_type): Split engine from
mono_metadata_parse_type, so that we can create smaller structures
for things that just have one pointer to the MonoType (look at
the MonoFieldType)

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

22 years agoReorganization
Miguel de Icaza [Mon, 23 Jul 2001 04:30:21 +0000 (04:30 -0000)]
Reorganization

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

22 years agoFlushety flush
Miguel de Icaza [Sun, 22 Jul 2001 03:59:57 +0000 (03:59 -0000)]
Flushety flush

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

22 years agofix a typo s/gnome-config/monodis
Chema Celorio [Sat, 21 Jul 2001 08:42:36 +0000 (08:42 -0000)]
fix a typo s/gnome-config/monodis

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

22 years agoFlushage
Miguel de Icaza [Sat, 21 Jul 2001 03:50:13 +0000 (03:50 -0000)]
Flushage

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

22 years agoFlush
Miguel de Icaza [Sat, 21 Jul 2001 03:43:14 +0000 (03:43 -0000)]
Flush

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

22 years agoUpdate README
Miguel de Icaza [Sat, 21 Jul 2001 02:00:36 +0000 (02:00 -0000)]
Update README

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

22 years agoMore contributors
Miguel de Icaza [Fri, 20 Jul 2001 23:41:59 +0000 (23:41 -0000)]
More contributors

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

22 years ago2001-07-20 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Fri, 20 Jul 2001 20:27:48 +0000 (20:27 -0000)]
2001-07-20  Miguel de Icaza  <miguel@ximian.com>

* metadata.c (mono_metadata_parse_mh): Correct the implementation,
as Jan Gray found out, it is incorrect.

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

22 years agoCommit
Miguel de Icaza [Fri, 20 Jul 2001 19:38:02 +0000 (19:38 -0000)]
Commit

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

22 years agoMore
Miguel de Icaza [Fri, 20 Jul 2001 19:25:31 +0000 (19:25 -0000)]
More

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

22 years agoMore
Miguel de Icaza [Fri, 20 Jul 2001 19:23:21 +0000 (19:23 -0000)]
More

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

22 years agoAdd more classes
Miguel de Icaza [Fri, 20 Jul 2001 19:19:46 +0000 (19:19 -0000)]
Add more classes

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

22 years agoOopsety
Miguel de Icaza [Fri, 20 Jul 2001 18:34:26 +0000 (18:34 -0000)]
Oopsety

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

22 years agoWooohooo! System.Web.Cache from Patrick!
Miguel de Icaza [Fri, 20 Jul 2001 17:48:40 +0000 (17:48 -0000)]
Wooohooo!  System.Web.Cache from Patrick!

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

22 years agoFlush
Miguel de Icaza [Fri, 20 Jul 2001 16:16:45 +0000 (16:16 -0000)]
Flush

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

22 years agoPUsh
Miguel de Icaza [Fri, 20 Jul 2001 16:16:14 +0000 (16:16 -0000)]
PUsh

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

22 years agoJust one extra bit
Miguel de Icaza [Fri, 20 Jul 2001 06:28:35 +0000 (06:28 -0000)]
Just one extra bit

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

22 years agoPerform nested assembly loading. Use assembly loading instead of
Miguel de Icaza [Fri, 20 Jul 2001 06:23:55 +0000 (06:23 -0000)]
Perform nested assembly loading.  Use assembly loading instead of
image loading.

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

22 years agoAdded the TM to the mono logo, also moved it a bit to the left.
Tuomas Kuosmanen [Fri, 20 Jul 2001 05:10:37 +0000 (05:10 -0000)]
Added the TM to the mono logo, also moved it a bit to the left.

/tigert

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

22 years agoAdd Mono files
Miguel de Icaza [Fri, 20 Jul 2001 05:02:47 +0000 (05:02 -0000)]
Add Mono files

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

22 years agoCommit new files, almost compiles with /nostdlib
Miguel de Icaza [Fri, 20 Jul 2001 04:54:58 +0000 (04:54 -0000)]
Commit new files, almost compiles with /nostdlib

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

22 years agoGot enumerations to work!
Miguel de Icaza [Fri, 20 Jul 2001 02:31:25 +0000 (02:31 -0000)]
Got enumerations to work!

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

22 years agoEnumerations from Michael Lambert
Miguel de Icaza [Fri, 20 Jul 2001 02:25:33 +0000 (02:25 -0000)]
Enumerations from Michael Lambert

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

22 years ago2001-07-19 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Fri, 20 Jul 2001 02:17:59 +0000 (02:17 -0000)]
2001-07-19  Jeffrey Stedfast  <fejj@ximian.com>

* Char.cs: Made ToUpper and ToLower public methods.

* String.cs: Lots and lots of compile fixes - just need to write
DateTime.cs and this should build completely now.

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

22 years agoFlush
Miguel de Icaza [Fri, 20 Jul 2001 02:02:23 +0000 (02:02 -0000)]
Flush

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

22 years agoFixes
Miguel de Icaza [Fri, 20 Jul 2001 01:32:46 +0000 (01:32 -0000)]
Fixes

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

22 years ago2001-07-19 Bob Smith (bob@thestuff.net)
Miguel de Icaza [Fri, 20 Jul 2001 01:30:32 +0000 (01:30 -0000)]
2001-07-19  Bob Smith (bob@thestuff.net)

* Math.cs: Implemented.

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

22 years agoflush
Miguel de Icaza [Fri, 20 Jul 2001 01:07:03 +0000 (01:07 -0000)]
flush

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

22 years ago*** empty log message ***
Miguel de Icaza [Fri, 20 Jul 2001 00:50:39 +0000 (00:50 -0000)]
*** empty log message ***

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

22 years ago*** empty log message ***
Miguel de Icaza [Fri, 20 Jul 2001 00:49:13 +0000 (00:49 -0000)]
*** empty log message ***

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

22 years agoAdd Byte, Char, Double, SByte, Single
Miguel de Icaza [Fri, 20 Jul 2001 00:37:51 +0000 (00:37 -0000)]
Add Byte, Char, Double, SByte, Single

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

22 years agoFlush:
Miguel de Icaza [Thu, 19 Jul 2001 23:46:41 +0000 (23:46 -0000)]
Flush:

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

22 years ago2001-07-19 Duco Fijma (duco@lorentz.xs4all.nl)
Miguel de Icaza [Thu, 19 Jul 2001 23:46:16 +0000 (23:46 -0000)]
2001-07-19  Duco Fijma (duco@lorentz.xs4all.nl)

* TimeSpan.cs: New implementation.

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

22 years agomore classes
Miguel de Icaza [Thu, 19 Jul 2001 23:31:14 +0000 (23:31 -0000)]
more classes

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

22 years agoDoc
Miguel de Icaza [Thu, 19 Jul 2001 23:31:08 +0000 (23:31 -0000)]
Doc

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

22 years agoUPdate
Miguel de Icaza [Thu, 19 Jul 2001 21:22:28 +0000 (21:22 -0000)]
UPdate

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

22 years agoUPdate
Miguel de Icaza [Thu, 19 Jul 2001 20:54:25 +0000 (20:54 -0000)]
UPdate

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

22 years agoBuild two libraries for corlib
Miguel de Icaza [Thu, 19 Jul 2001 20:06:30 +0000 (20:06 -0000)]
Build two libraries for corlib

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

22 years ago2001-07-19 Marcin Szczepanski <marcins@zipworld.com.au>
Miguel de Icaza [Thu, 19 Jul 2001 20:05:24 +0000 (20:05 -0000)]
2001-07-19  Marcin Szczepanski <marcins@zipworld.com.au>

* System.IO.MemoryStream.cs: Added.  Had quite a few cases of
"LAMESPEC", but the tests work against the MS implementation so
the major functions are right (ie. Read/Write/Seek).  Some more
tests required for the various constructors and exceptions.

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

22 years agoMemoryStream implementation from Marcin
Miguel de Icaza [Thu, 19 Jul 2001 20:04:24 +0000 (20:04 -0000)]
MemoryStream implementation from Marcin

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

22 years agoFix
Miguel de Icaza [Thu, 19 Jul 2001 20:02:00 +0000 (20:02 -0000)]
Fix

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

22 years agoMore contributions
Miguel de Icaza [Thu, 19 Jul 2001 20:00:18 +0000 (20:00 -0000)]
More contributions

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

22 years ago2001-07-17 John Barnette <jbarn@httcb.net>
Miguel de Icaza [Thu, 19 Jul 2001 19:44:01 +0000 (19:44 -0000)]
2001-07-17 John Barnette <jbarn@httcb.net>
* StringCollection.cs:
Implemented and working according to spec.
* StringIterator.cs:
(ADDED) Implemented and working according to spec.
* StringCollectionTest.cs:
(ADDED) Initial revision contains 17 tests; all of 'em
run correctly.  More complicated tests to follow.

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

22 years agoAdd StrinEnumerator.cs and StringCollection.cs
Miguel de Icaza [Thu, 19 Jul 2001 19:43:32 +0000 (19:43 -0000)]
Add StrinEnumerator.cs and StringCollection.cs

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

22 years agoflush
Miguel de Icaza [Thu, 19 Jul 2001 19:36:31 +0000 (19:36 -0000)]
flush

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

22 years agoMore XML work
Miguel de Icaza [Thu, 19 Jul 2001 19:21:59 +0000 (19:21 -0000)]
More XML work

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

22 years agoAdd cvsignore
Miguel de Icaza [Thu, 19 Jul 2001 19:12:32 +0000 (19:12 -0000)]
Add cvsignore

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

22 years agoMake compile
Miguel de Icaza [Thu, 19 Jul 2001 19:11:57 +0000 (19:11 -0000)]
Make compile

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

22 years agoUpdate
Miguel de Icaza [Thu, 19 Jul 2001 18:54:11 +0000 (18:54 -0000)]
Update

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

22 years agoUpdate for Sergey
Miguel de Icaza [Thu, 19 Jul 2001 18:48:56 +0000 (18:48 -0000)]
Update for Sergey

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

22 years ago2001-07-18 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 19 Jul 2001 02:06:21 +0000 (02:06 -0000)]
2001-07-18  Miguel de Icaza  <miguel@ximian.com>

* assembly.c: Implement asssembly loading.  This loads an image
and loads all the referenced assemblies.  Come to think of it, we
could always do lazy loading of the assemblies.

* image.c (mono_image_open): Keep loaded images in a hashtable.

* image.h (MonoImage): Add reference count.

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

22 years ago*** empty log message ***
Miguel de Icaza [Thu, 19 Jul 2001 01:14:32 +0000 (01:14 -0000)]
*** empty log message ***

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

22 years agoFlushage
Miguel de Icaza [Thu, 19 Jul 2001 00:51:23 +0000 (00:51 -0000)]
Flushage

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

22 years agoFix
Miguel de Icaza [Thu, 19 Jul 2001 00:50:27 +0000 (00:50 -0000)]
Fix

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

22 years agoMore updates
Miguel de Icaza [Thu, 19 Jul 2001 00:41:46 +0000 (00:41 -0000)]
More updates

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

22 years agoChangeLog
Miguel de Icaza [Thu, 19 Jul 2001 00:39:16 +0000 (00:39 -0000)]
ChangeLog

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

22 years agoNew version of BitArray
Miguel de Icaza [Thu, 19 Jul 2001 00:38:57 +0000 (00:38 -0000)]
New version of BitArray

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

22 years ago2001-07-17 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Wed, 18 Jul 2001 20:52:10 +0000 (20:52 -0000)]
2001-07-17  Jeffrey Stedfast  <fejj@ximian.com>

* String.cs (IndexOf): Slight optimization that allows skipping
over a few chars here and there. This isn't as good as using my
Boyer-Moore implementation, however, Boyer-Moore is only really
good for long strings (I plan on making the code decide which
string search algorithm it should use on-the-fly at some point).
(LastIndexOf): Fix to work correctly.
(BoyerMoore): Took out some unneeded code and fixed an edge-case.

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

22 years agoUpdate
Miguel de Icaza [Wed, 18 Jul 2001 20:09:38 +0000 (20:09 -0000)]
Update

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

22 years ago2001-07-18 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 18 Jul 2001 19:49:19 +0000 (19:49 -0000)]
2001-07-18  Miguel de Icaza  <miguel@ximian.com>

* IDictionary.cs (Collections): IDictionary implements ICollection
as well.  Thanks Sergey!

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

22 years ago2001-07-17 David Menestrina <dmenest@yahoo.com>
Miguel de Icaza [Wed, 18 Jul 2001 18:17:55 +0000 (18:17 -0000)]
2001-07-17  David Menestrina  <dmenest@yahoo.com>

        * Added implementation of BitArray.

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

22 years agoFlush
Miguel de Icaza [Wed, 18 Jul 2001 04:35:45 +0000 (04:35 -0000)]
Flush

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

22 years agoAdd shared Common Language Infrastructure directory
Miguel de Icaza [Wed, 18 Jul 2001 04:34:41 +0000 (04:34 -0000)]
Add shared Common Language Infrastructure directory

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

22 years agoRenamed MonoAssembly to MonoImage to reflect better reality
Miguel de Icaza [Wed, 18 Jul 2001 04:33:51 +0000 (04:33 -0000)]
Renamed MonoAssembly to MonoImage to reflect better reality

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

22 years ago2001-07-18 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 18 Jul 2001 04:32:29 +0000 (04:32 -0000)]
2001-07-18  Miguel de Icaza  <miguel@ximian.com>

* interp.c (ves_exec_method): Make the interpreter abort with more
information than it currently does.

Enable the slow processor, as it is easier to debug.

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

22 years ago2001-07-17 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 18 Jul 2001 02:48:19 +0000 (02:48 -0000)]
2001-07-17  Miguel de Icaza  <miguel@ximian.com>

* metadata.h: Fixed Paolo's quick hack.  Put the documnentation
from get.c here.

2001-07-17  Miguel de Icaza  <miguel@ximian.com>

* main.c (usage): Print out all the arguments.

* get.c, main.c, dump.c: Remove `expand', `get_encoded_value',
`get_blob_encoded_size' and replaced with the proper functions
from metadata.c

:

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

22 years agorelease 17
Miguel de Icaza [Wed, 18 Jul 2001 00:45:44 +0000 (00:45 -0000)]
release 17

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

22 years agoAdd .src files
Miguel de Icaza [Wed, 18 Jul 2001 00:28:32 +0000 (00:28 -0000)]
Add .src files

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

22 years agoCompile
Miguel de Icaza [Wed, 18 Jul 2001 00:28:00 +0000 (00:28 -0000)]
Compile

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

22 years agoUpdate .cvsinogre
Miguel de Icaza [Tue, 17 Jul 2001 23:55:10 +0000 (23:55 -0000)]
Update .cvsinogre

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

22 years agoMore classes contributed
Miguel de Icaza [Tue, 17 Jul 2001 23:50:31 +0000 (23:50 -0000)]
More classes contributed

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

22 years agoFixes from the Linux machine
Miguel de Icaza [Tue, 17 Jul 2001 23:49:53 +0000 (23:49 -0000)]
Fixes from the Linux machine

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

22 years agoSystem.Configuration.Assemblies contributions
Miguel de Icaza [Tue, 17 Jul 2001 23:46:03 +0000 (23:46 -0000)]
System.Configuration.Assemblies contributions

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

22 years agoAdd Hashtable
Miguel de Icaza [Tue, 17 Jul 2001 23:11:25 +0000 (23:11 -0000)]
Add Hashtable

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

22 years agoFlush
Miguel de Icaza [Tue, 17 Jul 2001 22:58:45 +0000 (22:58 -0000)]
Flush

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

22 years agochanges
Miguel de Icaza [Tue, 17 Jul 2001 22:44:39 +0000 (22:44 -0000)]
changes

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

22 years ago2001-07-17 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 17 Jul 2001 22:36:02 +0000 (22:36 -0000)]
2001-07-17  Miguel de Icaza  <miguel@ximian.com>

* tree.cs: moved IGenerator interface and renamed it to ITreeDump
and put it here.

Get rid of old crufty code.

* rootcontext.cs: Use this to keep track of the parsed
representation and the defined types available to the program.

* gen-treedump.cs: adjust for new convention.

* type.cs: Split out the type manager, and the assembly builder
from here.

* typemanager.cs: the type manager will live here now.

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

22 years agoUpdate
Miguel de Icaza [Tue, 17 Jul 2001 22:16:29 +0000 (22:16 -0000)]
Update

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

22 years agoFlush
Miguel de Icaza [Tue, 17 Jul 2001 22:05:04 +0000 (22:05 -0000)]
Flush

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

22 years agoUpdates need to push class status info to web pages.
Sean MacIsaac [Tue, 17 Jul 2001 21:55:28 +0000 (21:55 -0000)]
Updates need to push class status info to web pages.

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

22 years agoFlush
Miguel de Icaza [Tue, 17 Jul 2001 20:19:34 +0000 (20:19 -0000)]
Flush

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

22 years ago* ByNamespace.xsl: removed bug for improper handling of namespace.
Sean MacIsaac [Tue, 17 Jul 2001 17:07:02 +0000 (17:07 -0000)]
* ByNamespace.xsl: removed bug for improper handling of namespace.
eg System.Collections.Blah was showing up in System list.

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

22 years agoMore classes
Miguel de Icaza [Tue, 17 Jul 2001 16:19:12 +0000 (16:19 -0000)]
More classes

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

22 years agoAdd more files
Miguel de Icaza [Tue, 17 Jul 2001 16:14:11 +0000 (16:14 -0000)]
Add more files

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

22 years agoAdd code for System.Diagnostics
Miguel de Icaza [Tue, 17 Jul 2001 16:13:07 +0000 (16:13 -0000)]
Add code for System.Diagnostics

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

22 years agoFlush
Miguel de Icaza [Tue, 17 Jul 2001 06:06:40 +0000 (06:06 -0000)]
Flush

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

22 years agoPushety push
Miguel de Icaza [Tue, 17 Jul 2001 06:04:00 +0000 (06:04 -0000)]
Pushety push

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

22 years agoAdd Stack.cs
Miguel de Icaza [Tue, 17 Jul 2001 05:45:59 +0000 (05:45 -0000)]
Add Stack.cs

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

22 years agoFlush
Miguel de Icaza [Tue, 17 Jul 2001 05:42:01 +0000 (05:42 -0000)]
Flush

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

22 years agoflush
Miguel de Icaza [Tue, 17 Jul 2001 05:26:15 +0000 (05:26 -0000)]
flush

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