[Ikvm-developers] New snapshots
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2003-08-08 12:50:28
|
Hi, I put up new snapshots: http://www.frijters.net/ikvm.zip http://www.frijters.net/ikvmbin.zip It includes yesterday's stuff plus the following: - added #pragma goo to shut up the C++ compiler warnings - fixed ClassCircularityError message - fixed bug that caused parameter names to be added twice to constructors (this caused the large amount of warnings in peverify) - moved VMSystem.identityHashCode from map.xml to classpath.cs (now implemented using new .NET 1.1 method) - removed usage of deprecated property in IPAddress - moved ikvm.lang.CIL.unbox_int from classpath.cs to map.xml - fixed bug in remapper.cs that caused TypeInstruction to always emit an isinst opcode instead of the specified one (previously this wasn't a problem, but now I've added the unbox opcode) - added unbox and ldind_i4 instructions to remapper.cs (for use in map.xml) - Classpath .properties files are now included as resources in the classpath.dll (changed classpath.build and ikvmc to include all unknown file types, instead of ignoring them) Regards, Jeroen |