This import contains a verbatim copy of mcs at the time of this writing;
authorMiguel de Icaza <miguel@gnome.org>
Thu, 24 Jul 2003 16:28:24 +0000 (16:28 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 24 Jul 2003 16:28:24 +0000 (16:28 -0000)
commitc7cfb1e7236af539cb992e125d29524e60e4d7ea
tree6e516c624a7a66549710c606fd25fe083be66fb0
parente83cd57d518ea5d84f395586e0d574f48f3316a9
This import contains a verbatim copy of mcs at the time of this writing;

This directory is only for the development of the generics version of MCS,
we will later fold all those changes into the main branch.  But wanted to
share the code with others in the meantime instead of keeping a separate
tree.

svn path=/trunk/mcs/; revision=16611
45 files changed:
mcs/gmcs/AssemblyInfo.cs [new file with mode: 0644]
mcs/gmcs/ChangeLog [new file with mode: 0755]
mcs/gmcs/Makefile [new file with mode: 0644]
mcs/gmcs/anonymous.cs [new file with mode: 0644]
mcs/gmcs/assign.cs [new file with mode: 0755]
mcs/gmcs/attribute.cs [new file with mode: 0644]
mcs/gmcs/cfold.cs [new file with mode: 0755]
mcs/gmcs/class.cs [new file with mode: 0755]
mcs/gmcs/codegen.cs [new file with mode: 0755]
mcs/gmcs/const.cs [new file with mode: 0755]
mcs/gmcs/constant.cs [new file with mode: 0755]
mcs/gmcs/convert.cs [new file with mode: 0644]
mcs/gmcs/cs-parser.jay [new file with mode: 0755]
mcs/gmcs/cs-tokenizer.cs [new file with mode: 0755]
mcs/gmcs/decl.cs [new file with mode: 0755]
mcs/gmcs/delegate.cs [new file with mode: 0644]
mcs/gmcs/driver.cs [new file with mode: 0755]
mcs/gmcs/ecore.cs [new file with mode: 0755]
mcs/gmcs/enum.cs [new file with mode: 0755]
mcs/gmcs/errors.cs [new file with mode: 0755]
mcs/gmcs/expression.cs [new file with mode: 0755]
mcs/gmcs/gen-il.cs [new file with mode: 0755]
mcs/gmcs/gen-treedump.cs [new file with mode: 0755]
mcs/gmcs/generic.cs [new file with mode: 0644]
mcs/gmcs/genericparser.cs [new file with mode: 0644]
mcs/gmcs/interface.cs [new file with mode: 0755]
mcs/gmcs/iterators.cs [new file with mode: 0644]
mcs/gmcs/literal.cs [new file with mode: 0755]
mcs/gmcs/location.cs [new file with mode: 0644]
mcs/gmcs/mcs.exe.config [new file with mode: 0644]
mcs/gmcs/modifiers.cs [new file with mode: 0755]
mcs/gmcs/namespace.cs [new file with mode: 0755]
mcs/gmcs/old-code.cs [new file with mode: 0755]
mcs/gmcs/parameter.cs [new file with mode: 0755]
mcs/gmcs/parameterCollection.cs [new file with mode: 0755]
mcs/gmcs/parser.cs [new file with mode: 0755]
mcs/gmcs/pending.cs [new file with mode: 0755]
mcs/gmcs/report.cs [new file with mode: 0644]
mcs/gmcs/rootcontext.cs [new file with mode: 0755]
mcs/gmcs/statement.cs [new file with mode: 0755]
mcs/gmcs/statementCollection.cs [new file with mode: 0755]
mcs/gmcs/support.cs [new file with mode: 0755]
mcs/gmcs/symbolwriter.cs [new file with mode: 0644]
mcs/gmcs/tree.cs [new file with mode: 0755]
mcs/gmcs/typemanager.cs [new file with mode: 0755]