2001-09-20 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / mcs / ChangeLog
index f94d38f675c4ca99b5e403d8cd96178e0ed3ceee..d3236b703288aa0aec08c7e025ce59735c847e92 100755 (executable)
@@ -1,5 +1,19 @@
 2001-09-20  Miguel de Icaza  <miguel@ximian.com>
 
+       * driver.cs (parse): Report error 2001 if we can not open the
+       source file.
+
+       * expression.cs (SimpleName::ResolveSimpleName): Error if we can
+       not resolve it.
+
+       * cs-parser.jay (QualifierIdentifier): Pass location to SimpleName
+       object. 
+
+       * statement.cs (Block::EmitMeta): Reuse the count across all the variables,
+       otherwise nested blocks end up with the same index.
+
+       * codegen.cs (CodeGen::EmitTopBlock): Pass initial sequence
+
        * expression.cs:  Instead of having FIXMEs in the Resolve
        functions, throw exceptions so it is obvious that we are facing a
        bug.