mono.git
2011-12-06 Slide[xbuild] Add 'OverrideReadOnlyFiles' property to Copy...
2011-12-06 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-06 Zoltan VargaImplement generic sharing on MIPS.
2011-12-06 Paolo MolaroFixed path for ilasm.
2011-12-05 Zoltan VargaFix the build on platforms without generic sharing.
2011-12-05 Paolo MolaroAvoid assert and crash when allocating smaller large...
2011-12-05 Paolo MolaroFixed crash in sgen when a large array can't be allocated.
2011-12-05 Marek SafarUpdate to the latest IKVM.Reflection
2011-12-05 Zoltan VargaGet rid of MONO_ARCH_HAVE_STATIC_RGCTX_TRAMPOLINE,...
2011-12-05 Zoltan VargaFix infinite recursion introduced by the previous patch.
2011-12-05 Zoltan VargaAOT the cctor of generic classes which are referenced...
2011-12-05 Zoltan VargaDisable some unstable Task tests.
2011-12-04 Marek SafarMerge pull request #197 from ch5oh/master
2011-12-04 Oleg PetrovComments for SqlBulkCopyOptions enum describes expected...
2011-12-04 Zoltan VargaImplement frame pointer elimination on MIPS.
2011-12-04 Zoltan VargaOnly save a subset of registers in the LMF on MIPS.
2011-12-04 Zoltan VargaFinish sdb support on MIPS. Fix resume_context () to...
2011-12-03 Marek SafarMerge pull request #196 from ch5oh/master
2011-12-03 Oleg PetrovInitial tests (for constructors) of SqlBulkCopy class
2011-12-03 Oleg Petrov2 new tests for ctors
2011-12-03 Oleg PetrovNot null checks for ctors
2011-12-03 Zoltan VargaFix the build.
2011-12-02 Miguel de IcazaInclude System.IO.MemoryMappedFiles in the MOBILE profile
2011-12-02 Jb EvainTest for assignability of arrays to generic interfaces...
2011-12-02 Jb EvainAdd test for bug #2304
2011-12-02 Marek SafarNew test
2011-12-02 Marek SafarImplement some System.Net.Http.Headers
2011-12-02 Zoltan VargaOngoing MIPS work. Fix varargs, implement delegate...
2011-12-02 Zoltan VargaOngoing MIPS work. Fix mips_load () to be patchable...
2011-12-02 Zoltan VargaChange calling convention info on MIPS to use the same...
2011-12-02 Zoltan VargaAdd configure checks for arm hardfp abi, not supported...
2011-12-02 Zoltan VargaImplement mono_arch_setup_resume_sighandler_ctx ()...
2011-12-02 Zoltan VargaAdd a Length property and a GetChars () method to Strin...
2011-12-01 Neale FergusonAdd change to mono_arch_skip_breakpoint as for other...
2011-12-01 Paolo MolaroInitial sgen mips port.
2011-12-01 Marek SafarMerge pull request #193 from ch5oh/master
2011-12-01 Zoltan VargaImplement sdb+aot support for amd64 for completeness.
2011-12-01 Zoltan VargaFix an sdb test which got broken by 68005a01a31294e70b8...
2011-12-01 Zoltan VargaEmit line number table in the sdb debug log.
2011-11-30 Oleg PetrovThese tests show difference between original .NET behav...
2011-11-30 Zoltan VargaFix some gshared+aot problems in sdb. Fixes the crash...
2011-11-30 Marek SafarAdd tests for InternalArray::GetIndex
2011-11-30 Marek SafarInitial System.Net.Http.Headers implementation
2011-11-30 Marek SafarFix Array::Contains for null items via ICollection...
2011-11-30 Sebastien PouliotEnsure that [Parameterized]ThreadStart code is always...
2011-11-29 Jeffrey Stedfast[monodoc] Removed debug spew
2011-11-29 Paolo MolaroWin32 compilation fixes for sgen.
2011-11-28 Zoltan VargaDisable an assert in mini-gc.c which can be hit. Fixes...
2011-11-28 Tom HindleFix bug #395 (part 2)
2011-11-28 Tom HindleFix bug #395
2011-11-28 Marek SafarAdd debug parser target
2011-11-28 Zoltan VargaUse dwarf unwind info on MIPS.
2011-11-27 Zoltan VargaOngoing MIPS work. Fix more endianness issues. Fix...
2011-11-26 Zoltan VargaFix warnings on MIPS.
2011-11-26 Zoltan VargaInitial soft debugger support for MIPS.
2011-11-26 Zoltan VargaAdd a heuristic to insert_breakpoint () to avoid 'Unabl...
2011-11-26 Zoltan VargaSave the stack space used by arguments into MonoJitInfo...
2011-11-26 Jeremie LavalAdd C# errors to search index so that it can be accesse...
2011-11-26 Thomas GoldsteinUnit test for bug #821.
2011-11-26 Thomas GoldsteinEnsure DataGridViewRowCollection.Insert() doesn't chang...
2011-11-25 Marek SafarFix type inference for nested non-generic delegates...
2011-11-25 Marek SafarUpdate expresion visitor based on MD changes
2011-11-25 Rodrigo KumperaFix error message.
2011-11-24 Rodrigo KumperaImprove error reporting on test failure.
2011-11-24 Rodrigo KumperaMake INodeVisitor methods nonvirtual by augmenting...
2011-11-24 Zoltan VargaAdd an assert () to thread_suspend_func ().
2011-11-24 Marek SafarImplementations of Uri.Equals must not throw exceptions...
2011-11-24 Marek SafarFix 4.5 framework path used by xbuild
2011-11-24 Marek SafarClone input collection for ObservableCollection<T>...
2011-11-24 Marek SafarAdd System.Collections.ObjectModel tests
2011-11-24 Miguel de IcazaExtend JsonSerializerReader to support nullables and...
2011-11-24 Zoltan VargaFix some endianess problems on mips.
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-24 Zoltan VargaAlways free _WapiFileShare entries using _wapi_free_sha...
2011-11-23 Rodrigo KumperaCorrectly calculate the number of cards to be marked.
2011-11-23 Rodrigo KumperaSpeedup get_execution_context_addr.
2011-11-23 Rodrigo KumperaFix a theoretical deadlock found by valgrind. It was...
2011-11-23 Pablo Ruiz... An enhanced fix for GB18030's GC problem, by allocating...
2011-11-23 Pablo Ruiz... Avoid internal character table used by gb18030 (on...
2011-11-23 Pablo Ruiz... Fixes #683475: - Fixed ISO2022JPEncoder's GetBytesCount...
2011-11-23 Marek SafarPrint errors comming from lambda expressions before...
2011-11-23 Marek SafarTry to initialize for statement from incomplete statements
2011-11-23 Marek SafarAdd instance qualifier check to overload resolver....
2011-11-22 Zoltan VargaFix a crash introduced by 64d35e3940f7b0e1839c1906855c2...
2011-11-22 Rodrigo KumperaScan all ephemeron arrays during nursery collections.
2011-11-22 Jonathan Pryor[mdoc-update] Filename comparison should be OrdinalIgno...
2011-11-22 Marek SafarExplictly type SLE member binding type
2011-11-22 Paolo MolaroFixed StringBuilder.Clear() to properly clear the cache...
2011-11-22 Zoltan VargaFix the build by including net_2_0 in MONO_PATH when...
2011-11-21 Jonathan Pryor[MonoDroid] Only alias stdout/stderr on Android devices.
2011-11-21 Neale FergusonImplement serialization
2011-11-21 Jonathan Pryor[MonoDroid] Fix the libmono build.
2011-11-21 Jonathan Pryor[corlib] On Android, alias stdout/stderr to logcat.
2011-11-20 Zoltan VargaFlush the output file in mono_counters_dump ().
2011-11-20 Zoltan VargaFree debug info for dynamic methods by storing it in...
2011-11-20 Zoltan VargaAdd back an #ifdef removed by 440d85fdba17ea3b7165b312f...
2011-11-20 Miguel de IcazaFix the Stderr StreamWriter
next