Added new files to build script
[mono.git] / mcs / tools / corcompare / ChangeLog
1 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
2
3         * cormissing.xsl: Change percentage to display percentage for all sub-members, not just direct members
4
5 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
6
7         * MissingNameSpace.cs: Fixed the case where a private/ internal class that per chance has a class with the same name
8                                 in the compared assembly gets compared -> now only public classes are compared.
9         * MissingType: Internal nested types were always compared -> internal nested types are never compared
10
11 2002-02-25  Nick Drochak  <ndrochak@gol.com>\r
12 \r
13         * ToDoAssembly.cs: remove unused code \r
14         * ToDoNamespace.cs: using BindingFlags for GetMembers\r
15         * ToDoType.cs: throw exception if we encounter a member type\r
16         that we didn't expect. Also remove unused property.