| 18 months | P. Oscar Boykin | Changed a recursive call to a more standard loop (since mcs doesn't use tail) |
| 18 months | P. Oscar Boykin | Changed Stack to be based on Linked list (to save memory, reduce copies) |
| 19 months | boykin | Improved handling of Leave instruction, added initial support for interfaces. |
| 19 months | boykin | Added first code to attempt to properly handle branches. |
| 19 months | P. Oscar Boykin | Added handling for a lot more instructions. Can parse all of Brunet.dll now. |
| 19 months | P. Oscar Boykin | Added some debug information |
| 19 months | P. Oscar Boykin | Added some comments about the logic of adding edges. |
| 19 months | P. Oscar Boykin | Removed OverriddenMethod replaced it with List<MethodDesc> |
| 19 months | boykin | Added a Generic Stack class, Removed custom stack VertexList. |
| 19 months | boykin | Added a build target to make a zip file |
| 19 months | P. Oscar Boykin | Made a variable a local variable, minor cleanup |
| 19 months | P. Oscar Boykin | Minor optimization (don't call ToString more than needed) |
| 19 months | P. Oscar Boykin | Added a small test program to print the CIL using Cecil. |
| 19 months | P. Oscar Boykin | Builds and seems to somework work with Mono.Cecil. |
| 19 months | P. Oscar Boykin | Added a buildfile for tests. |
| 19 months | P. Oscar Boykin | Added a nant build file and "fixed" a compilation bug with Mono |
| 19 months | P. Oscar Boykin | Initial import from CSLint 1.02 for Windows |