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
2011-07-12Updated Windows globbing to be compatible with Java 7.jfrijters
2011-07-06Updated java.util.concurrent.* packages to OpenJDK 7.jfrijters
2011-05-13- Updated AtomicInteger, AtomicIntegerArray, AtomicLonger, AtomicLongerArray ...jfrijters
2011-05-10Added delegate conversion for java.lang.reflect.InvocationHandler.jfrijters
2011-03-29Corrected comment.jfrijters
2010-12-28Added ikvm.runtime.Startup.addBootClassPathAssemby() API.jfrijters
2010-12-28Removed VMThread class which only existed as a container for the jniDetach me...jfrijters
2010-12-28- Clean up imports.jfrijters
2010-12-07Added support for encoding incorrect annotation values and reporting the exce...jfrijters
2010-11-03Avoid security manager check for assembly class loaders. The runtime should b...jfrijters
2010-08-05Massive change to change resource handling. Java resources are now stored in ...jfrijters
2010-06-03Make synthesized .class resources available via getResources (note the plural...jfrijters
2010-05-28- Util.mapException() shouldn't be HideFromJava as that would be a breaking c...jfrijters
2010-05-27Moved the last part of ExceptionHelper from Java to C# side.jfrijters
2010-05-27Moved the remainder of the exception mapping to the C# side.jfrijters
2010-05-27- Added new public API to unmap exception (ikvm.runtime.Util.unmapException()).jfrijters
2010-05-27Moved more ExceptionHelper methods to C# side.jfrijters
2010-05-27Yet more ExceptionHelper moving.jfrijters
2010-05-27Moved a few more ExceptionHelper methods to C# side.jfrijters
2010-05-27Moved printStackTrace to C# side.jfrijters
2010-05-27Moved ExceptionHelper.getStackTrace() to "native" code of Thread.jfrijters
2010-05-27Moved readObject/writeObject to C# side.jfrijters
2010-05-27First step of moving all exception handling code to C#.jfrijters
2010-05-21The AssemblyClassLoader should not claim to be able to load .class resources ...jfrijters
2010-04-21Changed ikvm.runtime.Startup.setProperties() to take an IDictionary instead o...jfrijters
2010-04-12Prep for .NET 4.0 security model:jfrijters
2010-04-08Moved Posix file flushing to C# to be able to use delegate instead of reflect...jfrijters
2010-04-08Cleaned up Windows/MacOSX detection and added compile time dependency on Plat...jfrijters
2010-02-03Forgot to cache the classLoader. Thanks to Mainsoft for this fix.jfrijters
2010-01-31Move init of CTRL-BREAK from System to Startup. It should be init if a Java a...smallsql
2010-01-29Removed ReflectionOnly support from runtime. Now that ikvmstub no longer requ...jfrijters
2010-01-28Removed pre-generated stub jars from cvs and modified build process to genera...jfrijters
2010-01-28Removed support for "ikvm.stubgen.serialver" property that is no longer neede...jfrijters
2009-11-03Added public API to get ClassLoader from Assembly.jfrijters
2009-10-19Don't add private interfaces to ikvmstub exported classes, because they only ...jfrijters
2009-07-14Take advantage of the fact that a callerID generated inside core class librar...jfrijters
2009-07-14Take advantage of the fact that Util.getInstanceTypeFromClass() is now an int...jfrijters
2009-07-03- Consolidated system property initialization in VMSystemProperties.jfrijters
2009-07-03Moved startup system properties temporary cache from VMSystemProperties to St...jfrijters
2009-07-03Moved VMSystemProperties from gnu.classpath to java.lang.jfrijters
2009-07-03Removed GNU Classpath related stuff.jfrijters
2009-05-28Dynamic assemblies don't have a CodeBase.jfrijters
2009-05-26Removed no longer needed GNU Classpath classes and copied two GNU Classpath u...jfrijters
2009-05-08use assembly name from the build process for the GraphicsEnvironmentsmallsql
2009-05-07Loading the GraphicsEnvironment with the Sun mechanismsmallsql
2009-03-26Added "Windows 7" detection for os.name system property.jfrijters
2009-03-16Rewrote exception handling to store Java exception state in our java.lang.Thr...jfrijters
2009-03-16Unmap exception after we printed the stack trace.jfrijters
2009-03-07- Updated mscorlib.jar (to get the new default constructor in MulticastDelega...jfrijters
2009-02-16- Replaced all Double.longBitsToDouble() constants with compile time constants.jfrijters