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
2010-12-15Some fixes on the printing API from Karsten Heinrichsmallsql
2010-12-08System.mapLibraryName() should throw NPE for null arg.jfrijters
2010-12-07Added support for encoding incorrect annotation values and reporting the exce...jfrijters
2010-12-01- Added .NET 4 security attribute.jfrijters
2010-12-01Use safe version of ThreadPool.QueueUserWorkItem().jfrijters
2010-12-01Added .NET 4 security attributes.jfrijters
2010-11-30createFont implementedsmallsql
2010-11-30- Restructured threadProc() to allow try/finally block to be recognized by co...jfrijters
2010-11-24Remove implementation specific methods from top of stack trace for threads st...jfrijters
2010-11-23The full Thread parent hierarchy should be considered when capturing the stack.jfrijters
2010-11-23Made Thread constructor stack capture more lazy.jfrijters
2010-11-22Made ProtectionDomain for assembly class loader lazy.jfrijters
2010-11-22Prepare ProtectionDomain.java for forking.jfrijters
2010-11-20- Replaced reflection based implementation of isCCLOverridden() with an MSIL ...jfrijters
2010-11-18Add support for serializing .NET exceptions. We don't serialize the actual ob...jfrijters
2010-11-18Updated base addresses.jfrijters
2010-11-08Activate the new Shell Folder API for a better support of virtual folder like...smallsql
2010-11-08The return value from "ProviderType" seems more a OdbcType as a DbType. The b...smallsql
2010-11-08Use Invariant Culture for converting Decimal <--> BigDecimal else there are p...smallsql
2010-11-08Use the GNU ColorSpace convertersmallsql
2010-11-08GNU ColorSpace Converter with minimal changessmallsql
2010-11-04implements getGlyphMetrics(), getGlyphPosition(), getGlyphPositions() and fix...smallsql
2010-11-03Avoid security manager check for assembly class loaders. The runtime should b...jfrijters
2010-11-01Support Images with larger pixel datasmallsql
2010-10-22Add explicit memory barriers after volatile stores.jfrijters
2010-10-21Java part of StandardGlypVector.getOutlinesmallsql
2010-10-13Updated base addresses.jfrijters
2010-10-11Fixed regression. SocketInputStream.read() ignored the offset into the byte a...jfrijters
2010-10-11Updated base addresses.jfrijters
2010-10-07Add Nimbus L&Fsmallsql
2010-10-07Updated base addresses.jfrijters
2010-10-06add method getFontConfigFUIR for Nimbussmallsql
2010-10-06Fix a rounding problem with FontMetricssmallsql
2010-10-05Don't depend on leave/endfinally instructions being inserted automatically by...jfrijters
2010-09-30Build intermediate store of MSIL code in CodeEmitter to allow post-processing...jfrijters
2010-09-09Implemented IPv6 support for java.net package APIs.jfrijters
2010-09-09Prepare for forking. Note that these are .c files renamed to .java, they will...jfrijters
2010-09-09Thread should synchronize on private lock instead of Thread object in thread ...jfrijters
2010-09-07Improve the StandardGlypVector; implements some not implemented methods; use ...smallsql
2010-09-01IPv6 addresses associated with NetworkInterface should have their scope and n...jfrijters
2010-08-30Prepare for forking.jfrijters
2010-08-30Undo previous check-in. Accidentally checked in the wrong file.jfrijters
2010-08-30Sort the IP addresses returned by Inet6Address.lookupAllHostAddr() based on t...jfrijters
2010-08-27Moved shared socket functionality from PlainSocketImpl.java to SocketUtil.java.jfrijters
2010-08-27Prepare for forking.jfrijters
2010-08-24Added a couple of forgotten resource directories to IKVM.OpenJDK.Tools.dll bu...jfrijters
2010-08-24We no longer need an external sun.boot.class.path to run javac, javap and javah.jfrijters
2010-08-23When class GC is enabled, we shouldn't keep a strong reference to Class insta...jfrijters
2010-08-20- Removed the requirement to have peverify and ilasm in the PATH. They are no...jfrijters
2010-08-19Set system property "sun.boot.class.path" to point to the /classes/ directory...jfrijters