mono.git
2013-06-25 Jonathan Pryor[System.Core/Android] Use correct comparison for timezo...
2013-06-25 Marek SafarMerge pull request #669 from LogosBible/Uri_TryCreate
2013-06-25 Rodrigo Kumpera[corlib] Fix MethodInfo::ToString () to properly format...
2013-06-25 Rodrigo Kumpera[aot]Clean the loader error after calling mini_method_c...
2013-06-25 Zoltan VargaAdd a workaround for an AOT crash in mt.
2013-06-25 Grayson HansardEscape path for absolute Uris created using Uri.TryCrea...
2013-06-25 Zoltan VargaMake the AOT compiler stats output a bit more compact.
2013-06-25 Marek SafarRewrite lifted binary operators to match C# spec more...
2013-06-25 Marek SafarFix wrong MediaType comparison
2013-06-24 Martin Baulig[System]: Stub out System.Net.WebSockets.ClientWebSocket.
2013-06-24 Zoltan VargaUse --relocation-model=pic for llvm on ios.
2013-06-24 Zoltan VargaFix the build.
2013-06-24 Zoltan VargaStore AOT method indexes in the Mono EH frame instead...
2013-06-24 Martin Baulig[System]: Add System.Uri test for bug #12631.
2013-06-24 Martin BauligImplement System.Net.Http.WebRequestHandler.
2013-06-23 Zoltan VargaAdd a GSHAREDVT_REG_IREG return marshalling convention...
2013-06-22 Zoltan VargaEmit dummy dwarf line number info for methods without...
2013-06-22 Zoltan VargaWhen unloading domains, free dynamic assemblies first...
2013-06-22 Zoltan VargaFix register allocation for hw remainder opcodes on...
2013-06-22 Rodrigo KumperaWhen compiling gshared code, always use the cached...
2013-06-22 Rodrigo KumperaEnable managed allocation under gsharing.
2013-06-22 Rodrigo KumperaImplement the string allocator for sgen.
2013-06-22 Rodrigo Kumpera[corlib]String.IndexOf is culture aware, while String...
2013-06-22 Zoltan VargaFix some bugs in 39471e0c672e8d0d7717b424473e70052a061b8e.
2013-06-21 Zoltan VargaEmit dwarf line number info using .file/.loc assembler...
2013-06-21 Sebastien PouliotAdd [Serializable] to X509Certificate2 (added in .NET...
2013-06-21 Zoltan VargaChange the prolog of managed-to-native wrappers so...
2013-06-21 Zoltan VargaChange the linkage of 'mono_aot_personality' to Interna...
2013-06-21 Miguel de Icaza[compiler docs]: Update to reflect way to debug the...
2013-06-21 Martin Baulig[System]: Make ServicePointManager hash on the proxy...
2013-06-20 Rodrigo KumperaRemove COM types from mono_defaults and lazily fetch...
2013-06-20 Rodrigo KumperaTry to make lldb backtracing more reliable.
2013-06-20 Michael Hutchinson[Cairo] Destroy should suppress finalizer
2013-06-20 Sebastien PouliotDo not assume AddressList[0] has the address the test...
2013-06-20 Michael Hutchinson[man] document MONO_CAIRO_DEBUG_DISPOSE
2013-06-20 Miguel de IcazaMerge pull request #666 from mhutch/cairo-fix-3.0
2013-06-20 Sebastien Pouliot[ios] Ignore the WindowsIdentityTest.SerializeRoundTrip...
2013-06-20 Mark Probst[sgen] Fix a Clang warning.
2013-06-19 Rodrigo Kumpera[sdb] Add a test case for returning the right error...
2013-06-19 Michael Hutchinson[Mono.Cairo] Use getter methods for returning IDisposables
2013-06-19 Michael Hutchinson[Mono.Cairo] Clean up Region's Dispose/ctor
2013-06-19 Michael HutchinsonMake debug more robust
2013-06-19 Mike KestnerMono.Cairo: Add Region class for cairo_region_* API...
2013-06-19 Bertrand LorentzMono.Cairo: Re-order a few native methods and update...
2013-06-19 Bertrand LorentzMono.Cairo: Fix names of native functions used in PSSurface
2013-06-19 Cameron WhiteMono.Cairo: Fix rectangles returned by StrokeExtents...
2013-06-19 Michael Hutchinson[Mono.Cairo] Put some classes in separate files
2013-06-19 Michael HutchinsonIntroduce Mono.Cairo to the concept of reference ownership
2013-06-19 Michael Hutchinson[Mono.Cairo] Add mechanism to debug missing Dispose...
2013-06-19 Michael Hutchinson[Mono.Cairo] Clean up dispose implementations
2013-06-19 Rodrigo Kumpera[sdb] When a frame is missing it's context, report...
2013-06-18 Rolf Bjarne... Fix 64bit long alignment on Apple platforms when using...
2013-06-17 Zoltan VargaFix the build.
2013-06-17 Zoltan VargaFetch TLS offsets from GOT slots when using AOT instead...
2013-06-17 Martin BauligFix the .spec file.
2013-06-15 Zoltan VargaUnify the tail call handling code with the normal call...
2013-06-14 Rodrigo KumperaMark MonoCMethod (runtime subclass of ConstructorInfo...
2013-06-14 Rodrigo KumperaAdd lldb support to our thread dump capabilities.
2013-06-14 Jonathan Pryor[Mono.Posix] Fix time_t conversions.
2013-06-14 Zoltan VargaSmall llvm+gsharedvt changes.
2013-06-13 Rodrigo KumperaAdd TLS offset probing to mach-arm in the same way...
2013-06-13 Rodrigo KumperaKill some unused code that is a leftover from when...
2013-06-13 Rodrigo KumperaAdd TLS offset probing to mach-amd64 in the same way...
2013-06-13 Rodrigo KumperaIntroduce mono_runtime_init_tls to centralize all of...
2013-06-13 Rodrigo KumperaForce the runtime on OSX to use a 8Mb stack.
2013-06-13 Zoltan VargaMake the MONO_DISABLE_SHARED_AREA env variable actually...
2013-06-13 Zoltan VargaFix more warnings/unitialized memory errors.
2013-06-13 Atsushi Enoslightly change missing monolite error message.
2013-06-13 Marek SafarMerge pull request #662 from cdrnet/fix-biginteger-gcd
2013-06-12 Zoltan VargaFix a memory overwrite in the gsharedvt jit code.
2013-06-12 Christoph Ruegg[System.Numerics] BigInteger.GCD(0,x) must return abs...
2013-06-12 Rodrigo KumperaMake test more robust against conservative stack scanning.
2013-06-12 Rodrigo KumperaFix an unitialized variable bug.
2013-06-12 Rodrigo KumperaFix configure.in detection of -Wunused-but-set-variable...
2013-06-12 Rodrigo KumperaPerform TLS offset detection during startup.
2013-06-12 Rodrigo KumperaMove unload_data to the heap and it can outlive the...
2013-06-12 Zoltan VargaUse the same code for aot alignment checks in aot-compi...
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-12 Tammo 'kb'... Reverted whitespace changes
2013-06-12 Zoltan VargaRevert "Add beginnings of a managed IL disassembler...
2013-06-12 Zoltan VargaAdd support for nullables to box/unbox in gsharedvt...
2013-06-12 Martin BauligBump ikvm to 10b8312c8024111780ee382688cd4c8754b1f1ac.
2013-06-12 Martin BauligAdd System.Net to runtime remapping list.
2013-06-11 Zoltan VargaFix the arm build.
2013-06-11 Zoltan VargaAllow Nullable.Box/Unbox to be compiled as gsharedvt...
2013-06-11 Rodrigo KumperaFix new BigInteger().GetHashCode() to not throw.
2013-06-11 Rodrigo KumperaFix delegate combine when left side has already been...
2013-06-11 Rodrigo KumperaBetter handle default value BigInteger. Fixes #11945
2013-06-11 Martin Baulig[PCL]: System.Windows and System.Xml.Serialization...
2013-06-11 Zoltan VargaAllow the gsharedvt info/local vars to be register...
2013-06-11 Zoltan VargaOptimize generated gsharedvt code: Load information...
2013-06-10 Rodrigo KumperaHandle shifts by multiple of 32 correctly. Fixes #10887.
2013-06-10 Zoltan VargaAdd specialized memcpy/bzero methods to String which...
2013-06-10 Zoltan VargaEliminate the use of localloc in gsharedvt methods...
2013-06-10 Alex Rønne... Fix a couple of warnings in appdomain.c and threads.c.
2013-06-10 Zoltan VargaFix a typo in e5c45f1161604733b116a0a83782c08f74fb3127.
2013-06-09 Zoltan VargaDisable gc-altstack.exe on wrench until it is fixed...
2013-06-09 Zoltan VargaRework the gsharedvt code to add support for vtypes...
2013-06-09 Marek SafarMerge pull request #658 from cdrnet/fix-bad-formatstrin...
2013-06-09 Christoph RueggComplex.ToString must not pass format string to string...
next