2002-11-9 Jackson Harper * CompilerError.cs: ToString() Do not show source file info if there was no source file in the error message 2002-11-6 Jackson Harper * Compiler.cs: No longers waits untill mcs is finished running to read output, this should prevent crashes from buffers filling up. 2002-11-4 Jackson Harper * Compiler.cs CompilerError.cs: Fixed (C) in header 2002-11-4 Jackson Harper * Compiler.cs: Added file 2002-11-4 Jackson Harper * CompilerError.cs: Changed FileName property to the correct name 'SourceFile' 2002-10-30 Jackson Harper * CompilerError.cs: Added class 2002-10-19 Rachel Hestilow * CSharpCodeProvider.cs (GeneratePropertySetValueReferenceExpression): Implement. (GenerateField, GenerateMethod): Only call OutputAttributeDeclarations if there are any attributes. (GenerateProperty): Implement. 2002-10-11 Duncan Mak * CSharpCodeProvider.cs: Fix constructor visibility. 2002-05-28 Daniel Stodden * ChangeLog: added * CSharpCodeProvider.cs: added * CSharpCodeGenerator.cs: C# Code Generator. Not fully complete but doing fairly well.