mono.git
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

22 years agoMore contributors
Miguel de Icaza [Tue, 17 Jul 2001 04:18:02 +0000 (04:18 -0000)]
More contributors

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

22 years agoMore volunteers! YAY!
Miguel de Icaza [Mon, 16 Jul 2001 22:45:05 +0000 (22:45 -0000)]
More volunteers!  YAY!

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

22 years agoUpdate it
Miguel de Icaza [Mon, 16 Jul 2001 22:40:28 +0000 (22:40 -0000)]
Update it

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

22 years agoUpdate to the site
Miguel de Icaza [Mon, 16 Jul 2001 22:34:44 +0000 (22:34 -0000)]
Update to the site

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

22 years agoUpdate maintainers
Miguel de Icaza [Mon, 16 Jul 2001 22:34:18 +0000 (22:34 -0000)]
Update maintainers

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

22 years agoMake it compile
Miguel de Icaza [Mon, 16 Jul 2001 22:31:13 +0000 (22:31 -0000)]
Make it compile

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

22 years agoSource files
Miguel de Icaza [Mon, 16 Jul 2001 22:25:35 +0000 (22:25 -0000)]
Source files

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

22 years agoAdd new files
Miguel de Icaza [Mon, 16 Jul 2001 22:02:05 +0000 (22:02 -0000)]
Add new files

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

22 years ago2001-07-16 Marcin Szczepanski <marcins@zipworld.com.au>
Miguel de Icaza [Mon, 16 Jul 2001 22:01:34 +0000 (22:01 -0000)]
2001-07-16  Marcin Szczepanski <marcins@zipworld.com.au>

* StringReader.cs, StringWriter.cs, TextReader.cs, TextWriter.cs:
New class implemenations.

* StringReaderTest.cs, StringWriterTest.cs: Test suite for the above.

2001-07-16  Marcin Szczepanski <marcins@zipworld.com.au>

* StringBuilder.cs (Text): Fixed.

* StringBuilderTest.cs: Implement Test suite.

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

22 years ago2001-07-16 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 16 Jul 2001 20:28:41 +0000 (20:28 -0000)]
2001-07-16  Miguel de Icaza  <miguel@ximian.com>

* Version.cs: Remove my buggy comment.

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

22 years ago* class.xml: added all classes from corlib.
Sean MacIsaac [Mon, 16 Jul 2001 09:30:20 +0000 (09:30 -0000)]
* class.xml: added all classes from corlib.

* maintainers.xml: maintainers from corlib.

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

22 years agoTypos in comments.
Sean MacIsaac [Mon, 16 Jul 2001 09:21:28 +0000 (09:21 -0000)]
Typos in comments.

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

22 years ago* ByNamespace.xsl: Needed by ByNamespace.cs.
Sean MacIsaac [Mon, 16 Jul 2001 08:11:12 +0000 (08:11 -0000)]
* ByNamespace.xsl: Needed by ByNamespace.cs.

* ByNamespace.cs: Generates html by namespace..

* ByMaintainer.xsl: Needed by ByMaintainer.cs.

* ByMaintainer.cs: Generates html by maintainer.

* class.xml: Class maintainers go here.

* maintainers.xml: Only maintaining email/name pairs here.

* compare-assembly.cs: Started refactoring to give what Migee
wants.

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

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

* main.c (dis_code): Only display .entrypoint when we are dealing
with a module that contains an entry point.  This removes a bunch
of warnings for .dll dumping

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

22 years ago* status/compare-assembly.cs: basedir should be there if
Sean MacIsaac [Mon, 16 Jul 2001 03:00:31 +0000 (03:00 -0000)]
* status/compare-assembly.cs: basedir should be there if
parameters are provided.

* status/makefile: made targets to dump info.

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

22 years agomore contributors
Miguel de Icaza [Mon, 16 Jul 2001 02:45:22 +0000 (02:45 -0000)]
more contributors

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

22 years agoUpdate
Miguel de Icaza [Mon, 16 Jul 2001 02:39:13 +0000 (02:39 -0000)]
Update

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

22 years ago0.4
Miguel de Icaza [Mon, 16 Jul 2001 02:06:13 +0000 (02:06 -0000)]
0.4

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

22 years agoAdd release notes
Miguel de Icaza [Mon, 16 Jul 2001 02:01:00 +0000 (02:01 -0000)]
Add release notes

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

22 years agoFlushage
Miguel de Icaza [Mon, 16 Jul 2001 01:50:36 +0000 (01:50 -0000)]
Flushage

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

22 years agoAdd System.XML
Miguel de Icaza [Mon, 16 Jul 2001 01:07:36 +0000 (01:07 -0000)]
Add System.XML

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

22 years agoAdd .cvsignore
Miguel de Icaza [Mon, 16 Jul 2001 00:49:43 +0000 (00:49 -0000)]
Add .cvsignore

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

22 years agoBuild doc directory
Miguel de Icaza [Mon, 16 Jul 2001 00:49:19 +0000 (00:49 -0000)]
Build doc directory

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

22 years agoFlush
Miguel de Icaza [Mon, 16 Jul 2001 00:46:46 +0000 (00:46 -0000)]
Flush

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

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

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

22 years agoJohn
Miguel de Icaza [Sun, 15 Jul 2001 22:03:51 +0000 (22:03 -0000)]
John

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

22 years agoAdd spaces
Miguel de Icaza [Sun, 15 Jul 2001 21:57:26 +0000 (21:57 -0000)]
Add spaces

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

22 years agoFlush. Add comments about IList
Joe Shaw [Sun, 15 Jul 2001 20:45:16 +0000 (20:45 -0000)]
Flush. Add comments about IList

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

22 years agoAdded some info about System.Array
Joe Shaw [Sun, 15 Jul 2001 20:41:19 +0000 (20:41 -0000)]
Added some info about System.Array

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

22 years ago2001-07-15 Joe Shaw <joe@ximian.com>
Joe Shaw [Sun, 15 Jul 2001 20:33:14 +0000 (20:33 -0000)]
2001-07-15  Joe Shaw  <joe@ximian.com>

* configure.in: Don't create doc/Makefile as there's nothing there
to make.

* Makefile.am: Don't build the doc directory because there's no
Makefile.am there.

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

22 years ago2001-07-15 Joe Shaw <joe@ximian.com>
Joe Shaw [Sun, 15 Jul 2001 20:30:07 +0000 (20:30 -0000)]
2001-07-15  Joe Shaw  <joe@ximian.com>

* autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.

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

22 years agoFlush documentation changes, and update maintainers
Miguel de Icaza [Sun, 15 Jul 2001 18:59:26 +0000 (18:59 -0000)]
Flush documentation changes, and update maintainers

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

22 years agoFlush documentation changes, and update maintainers
Miguel de Icaza [Sun, 15 Jul 2001 18:57:59 +0000 (18:57 -0000)]
Flush documentation changes, and update maintainers

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

22 years agoSun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 15 Jul 2001 17:41:25 +0000 (17:41 -0000)]
Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>

* metadata.c, metadata.h: decode local vars in method header
parse function. Change callers accordingly.

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

22 years agoSun Jul 15 17:50:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 15 Jul 2001 16:26:06 +0000 (16:26 -0000)]
Sun Jul 15 17:50:23 CEST 2001 Paolo Molaro <lupus@ximian.com>

* Started changelog.
* interp.c: use new mono_get_method () function to get the complete
info on a method invocation: we support now method invocation with
multiple (or zero) simple arguments and with or without a return value.
Implement also a couple more opcodes.

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

22 years agoFix typo and remove debug prints.
Paolo Molaro [Sun, 15 Jul 2001 16:25:17 +0000 (16:25 -0000)]
Fix typo and remove debug prints.

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

22 years agoSun Jul 15 17:29:10 CEST 2001 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 15 Jul 2001 16:14:11 +0000 (16:14 -0000)]
Sun Jul 15 17:29:10 CEST 2001 Paolo Molaro <lupus@ximian.com>

* get.h,get.c: added some dis_stringify_object() functions:
metadata decoding is now done in libmetadata. Still need to use
them throughhout the code (and move other decode code to
metadata). Fix also field decoding (band-aid until we load
also referenced assemblies).
* dis/main.c: start using the new routines.

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

22 years agoSun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 15 Jul 2001 16:13:54 +0000 (16:13 -0000)]
Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>

* metadata.h, cil-coff.h: protect against multiple inclusion.
Added some new structures to hold information decoded from metadata:
MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
and relevant decoding/free functions.
* metadata.c: implement decoding functions. Add warning for out of bounds
index in mono_metadata_locate(). Implement mono_get_method () to retreive
all the info about a method signature and invocation. Remove check on
uninitialized local var in parse_mh() and fix memory leak.

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

22 years ago* String.cs: Spelling error of IComparable, object's
Sean MacIsaac [Sun, 15 Jul 2001 08:02:44 +0000 (08:02 -0000)]
* String.cs: Spelling error of IComparable, object's
MemberwiseClone cannot be overridden.  Made indexer valid for now,
but not sure what to do about this in the long run.  Seems to be a
couple bugs in csc.exe having to do with multiple pointer defs in
the same statement, and returning subclasses of a class in the
return type of an interface function implementation.  Also moved
operators inside of class definition.

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

22 years ago* IDictionary.cs: Clear was clear.
Sean MacIsaac [Sun, 15 Jul 2001 07:39:54 +0000 (07:39 -0000)]
* IDictionary.cs: Clear was clear.

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

22 years ago* makefile: added windows and unix targets.
Sean MacIsaac [Sun, 15 Jul 2001 05:46:41 +0000 (05:46 -0000)]
* makefile: added windows and unix targets.

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

22 years ago* StringCollection.cs: Added so that CodeDom.* would compile.
Sean MacIsaac [Sun, 15 Jul 2001 05:45:23 +0000 (05:45 -0000)]
* StringCollection.cs: Added so that CodeDom.* would compile.

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

22 years ago* MemberAttributes.cs: Added so rest of classes would compile.
Sean MacIsaac [Sun, 15 Jul 2001 05:44:59 +0000 (05:44 -0000)]
* MemberAttributes.cs: Added so rest of classes would compile.

* FieldDirection.cs: Added so rest of classes would compile.

* CodeTypeMember.cs: Added so rest of classes would compile.

* CodeTypeDeclaration.cs: Added so rest of classes would compile.

* CodeObject.cs: Added so rest of classes would compile.

* CodeBinaryOperatorType.cs: Added so rest of classes would compile.

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

22 years ago* CodeGenerator.cs: moved using statement out of namespace
Sean MacIsaac [Sun, 15 Jul 2001 05:44:43 +0000 (05:44 -0000)]
* CodeGenerator.cs: moved using statement out of namespace
declaration.

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

22 years agomakefile *.src easy compilation stuff.
Sean MacIsaac [Sun, 15 Jul 2001 04:57:07 +0000 (04:57 -0000)]
makefile *.src easy compilation stuff.

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

22 years agoRemoving uneccessary files.
Sean MacIsaac [Sun, 15 Jul 2001 04:27:43 +0000 (04:27 -0000)]
Removing uneccessary files.

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

22 years agoRemoving unnecessary files.
Sean MacIsaac [Sun, 15 Jul 2001 04:27:10 +0000 (04:27 -0000)]
Removing unnecessary files.

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

22 years agoChanges to the makefiles to allow cleaner builds.
Sean MacIsaac [Sun, 15 Jul 2001 04:21:27 +0000 (04:21 -0000)]
Changes to the makefiles to allow cleaner builds.

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

22 years ago2001-07-14 Jeffrey Stedfast <fejj@ximian.com>
Jeffrey Stedfast [Sun, 15 Jul 2001 04:11:49 +0000 (04:11 -0000)]
2001-07-14  Jeffrey Stedfast  <fejj@ximian.com>

* String.cs: A tom of compile fixes, although we still don't compile.

* IConvertible.cs: The To*Int64() methods return *Int64's, not
*Int32's. Also, it's ToDateTime() not ToDateType().

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

22 years ago.cvsignore
Sean MacIsaac [Sun, 15 Jul 2001 03:37:52 +0000 (03:37 -0000)]
.cvsignore

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

22 years agoFlushety flush
Miguel de Icaza [Sun, 15 Jul 2001 01:02:13 +0000 (01:02 -0000)]
Flushety flush

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

22 years agoRemoved cs-parser.cs, as this is generated by jay
Sean MacIsaac [Sat, 14 Jul 2001 23:34:24 +0000 (23:34 -0000)]
Removed cs-parser.cs, as this is generated by jay

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

22 years agoAdded the jay directory, compiler should be okay now.
Sean MacIsaac [Sat, 14 Jul 2001 23:30:42 +0000 (23:30 -0000)]
Added the jay directory, compiler should be okay now.

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