Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-23Moved AssemblyClassLoader package definition to runtime.jfrijters
2013-02-21Removed the old Java stub class generator and replaced it with the ikvmstub c...jfrijters
2013-02-21Added ikvm.runtime.EnumerationWrapper to expose an IEnumerable as a java.util...jfrijters
2013-02-21Removed map.xml patching of bootstrap resource loading methods in java.lang.C...jfrijters
2013-02-21Removed remains of generic class loader support from AssemblyClassLoader.jfrijters
2013-02-19Bug fix. Disallow invalid class names in AssemblyClassLoader.loadClass().jfrijters
2013-02-18Removed CallerID optimization special casing since we can now call internal m...jfrijters
2013-02-18Reintroduced (new) exclude list to exclude the classes that are already defin...jfrijters
2013-02-17- Removed exclude.lst left over from ancient times.jfrijters
2013-02-17Project stub classes into the jar the classes originated from.jfrijters
2013-02-15Bug fix. The size should be taken from the actual zip entry, not the one pass...jfrijters
2013-02-13Also broken ToolkitImage need to return a ImageSourcesmallsql
2013-02-13implements getGlyphOutlinesmallsql
2013-02-11When (dynamically) linking method handle constants we should not call the sec...jfrijters
2013-02-07Changed the build system to automtically scan all sources files for copyright...jfrijters
2013-01-30Implemented package access checks (dynamic mode only).jfrijters
2013-01-30Use sun.launcher.LauncherHelper to make the launcher more consistent with Java.jfrijters
2013-01-26Monitor must create before usage else it throw a NPE. This fix a NPE with usa...smallsql
2013-01-15Disabled automatic assembly loading for ikvmc. All dependencies must now be e...jfrijters
2012-12-30Removed meaningless "modifiers" attribute on methods where we're just replaci...jfrijters
2012-12-18Only register the AppDomain.ProcessExit event handler when necessary.jfrijters
2012-12-17Bug fix. Don't deadlock AppDomain.ProcessExit event handler when the event ge...jfrijters
2012-11-18Implements performDefaultLayout(), setGlyphPosition(int,Point2D)smallsql
2012-11-01Renamed "checksum" field to "adler", because JRuby depends on this.jfrijters
2012-11-01Changed FileNotFoundException message in the case of an access denied to matc...jfrijters
2012-10-29Added (optional) support for building without System.Core.dll dependency.jfrijters
2012-08-31Merged OpenJDK 7u6.jfrijters
2012-08-30Merged in security manager check to Font.createFont(int, File) from OpenJDK.jfrijters
2012-08-30Implemented VM.isBooted() with respect to system property initialization to s...jfrijters
2012-08-30Disallow Unsafe.getUnsafe() from being called via reflection (for JDK compati...jfrijters
2012-08-30Pass a bogus field type to the Field objects constructed for the intrinsified...jfrijters
2012-08-30Use .NET Hashtable instead of Java HashSet to avoid initialization order issues.jfrijters
2012-08-29Whitespace changes to match up with 7u6.jfrijters
2012-08-29Add new to 7u6 (package private) String constructor.jfrijters
2012-08-29Optimized String.valueOf(char).jfrijters
2012-08-29Updated copyright year.jfrijters
2012-08-24If the page count was not known before printing then an additional blank page...smallsql
2012-08-23implements the method isAttributeValueSupported for the Win32PrintServicesmallsql
2012-08-23MediaSizes must always portrait.smallsql
2012-08-06Fix a ClassCastException in printerJob.defaultPage() if the default paper for...smallsql
2012-07-31Add support for running with headless awt toolkit. Fix for #3552089.jfrijters
2012-07-07Add ZipFile constructor that was added in Java 7.jfrijters
2012-07-07Remove org.omg.PortableInterceptor.UNKNOWN class, that is not part of [Open]J...jfrijters
2012-07-07Mark String.compareTo(Object0 as bridge method.jfrijters
2012-07-05Added intrinsics for (some usages of) Unsafe methods: putObject, putOrderedOb...jfrijters
2012-07-03Updated base addressses due to file size changes.jfrijters
2012-06-15Use new ikvm.internal.Util.MONO field to check for Mono runtime, instead of o...jfrijters
2012-06-15Disable AppDomain.ProcessExit hook to run shutdown hooks when running on Mono...jfrijters
2012-06-04Fixed build issue on Linux. The filename assembly.class should be all lowercase.jfrijters
2012-05-24Updated base addresses.jfrijters