mono.git
2012-06-01 Miguel de IcazaRemoval of NET_1_1 defines and some NET_2_0; Both...
2012-06-01 Duncan Mak[System.Web.Extensions] Remember to build standalone...
2012-06-01 Duncan Mak[System.Data/Test] Don't hard-code newline in the strin...
2012-06-01 Miguel de Icaza[net_1_0] Finally all of NET_1_0 is gone from the sourc...
2012-06-01 Rodrigo KumperaFix win32.
2012-06-01 Miguel de IcazaFix the comment so our doctools can pick it up
2012-06-01 Marek SafarFix build by removing duplicate custom attribute extensions
2012-06-01 Rodrigo KumperaPromote mono_get_runtime_build_info to the public API.
2012-06-01 Jonathan Pryor[corlib] Allow SynchronizationContext.Current to work...
2012-06-01 Jonathan Pryor[Mono.Posix] Workaround signal raising behavior.
2012-06-01 Rodrigo KumperaImplement better pointer spew for the new heap verifier.
2012-06-01 Zoltan VargaPass additional cflags to jay to disable -fno-implicit...
2012-06-01 Marek SafarFix previous commit to be 4.5 only
2012-06-01 Marek SafarImplement CustomAttributeExtensions
2012-06-01 Marek SafarAdd state-machine attributes
2012-06-01 Zoltan VargaAdd -Werror-implicit-function-declaration to CFLAGS...
2012-06-01 Marek SafarAdd IReadOnlyCollection interface
2012-06-01 Jeremie Laval[corlib] Fix DoubleWait unit test
2012-06-01 Zoltan VargaFix warnings.
2012-06-01 Zoltan VargaMake implicit function declarations a build error....
2012-06-01 Zoltan VargaFix implicit function declarations on osx.
2012-06-01 Marek SafarBuild is not yet ready for metadata profile only
2012-06-01 Marek SafarAdd missing 4.5 test config
2012-06-01 Marek SafarFix default infinity symbol to match closely .net
2012-06-01 Marek SafarDisable verifier checks on 4.0 profile
2012-06-01 Marek SafarAdd new advanced --metadata-only compiler option to...
2012-05-31 Jeffrey StedfastFixed regressions in Microsoft.Build.BuildEngine
2012-05-31 Jonathan Pryor[Mono.Posix] Fix Group-lookup Tests
2012-05-31 Marek SafarUpdate to the latest IKVM.Reflection
2012-05-31 Marek SafarMerge pull request #310 from slide/master
2012-05-31 Alex EarlFix unit test for OverwriteReadonlyFiles
2012-05-31 Zoltan VargaChange a printf to a log message in sdb.
2012-05-31 Zoltan VargaDisable failing LineNumbers() sdb test (#5438).
2012-05-31 Jeremie Laval[System] Try to fix Cookies tests
2012-05-31 Marek SafarAdd missing test sources file
2012-05-31 Marek SafarFix more xml serializer tests
2012-05-31 Zoltan VargaDisable test_0_stack_unwind () test which fails on...
2012-05-31 Marek SafarA fix for failing xml writer tests
2012-05-31 atsushienoCleanup WindowsBase test failures.
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-31 atsushienoMake those tests look good on net_4_5.
2012-05-31 Miguel de IcazaMerge pull request #308 from viniciusjarina/fix242
2012-05-30 Miguel de Icaza[System.Configuration] Fix System.Configuration to...
2012-05-30 Miguel de Icaza[System.Configuration] Disable broken test
2012-05-30 Zoltan VargaFix a race in mono_aot_find_jit_info ().
2012-05-30 Miguel de Icaza[build] attempt to fix the Microsoft.Build.Engine tests
2012-05-30 Vinicius JarinaAdded unit test for the bug #242
2012-05-30 Vinicius JarinaFix issue #242 DataContractSerializer fails to deserial...
2012-05-30 Sebastien PouliotCreate a store when importing from a CspBlob so we...
2012-05-30 Marek SafarUpdate po files
2012-05-30 Marek SafarImprove failing test
2012-05-30 Marek SafarFix failing test
2012-05-30 Marek SafarAdd new test
2012-05-30 Marek SafarMerge pull request #307 from crazyjncsu/master
2012-05-30 crazyjncsuRemoved reference for Micrsoft.VisualBasic.dll when...
2012-05-30 Marek SafarFix array binary comparer values ordering. Fixes #5409
2012-05-30 Marek SafarREPL type declaration can be declared in their own...
2012-05-30 Marek SafarFix scheduling of inlined tasks.
2012-05-29 Zoltan VargaAvoid loading already loaded assemblies in the remote...
2012-05-29 Zoltan VargaFix the remote csharp repl code so it at least starts.
2012-05-29 Rodrigo KumperaFix major whole-heap verification if the nursery end...
2012-05-29 Robert WilkensThis is a clean up of last commit. One line had spaces...
2012-05-29 Robert WilkensThis updates the tests with suggestions made by
2012-05-29 Marek SafarUpdate to .NET 4.5 default exception behavior for unobs...
2012-05-29 Marek SafarFix CultureInfo::CreateSpecificCulture
2012-05-29 Marek SafarFlush documentation update
2012-05-29 Marek SafarAdd another Task test
2012-05-29 Robert WilkensReplaces some tabs with spaces - earlier copy and paste...
2012-05-29 Zoltan VargaAdd fields in generic instances too when AOTing. Fixes...
2012-05-29 Robert WilkensThis addresses bug 2234 - important please verify
2012-05-28 Rodrigo KumperaAdd new whole heap verifier that can catch a whole...
2012-05-28 Marek SafarAdd some compiler documentation
2012-05-28 Jeremie Laval[corlib] A CancellationTokenRegistration instance shoul...
2012-05-28 Marek SafarExclude more console code from NET_2_1
2012-05-28 Marek SafarDon't report obsole warnings on compiler generated...
2012-05-28 Zoltan VargaCache regex results when comparing mdoc Nodes during...
2012-05-26 Zoltan VargaAdd more caching to the pinvoke loading code, tidy...
2012-05-26 Miguel de IcazaMerge pull request #304 from crazyjncsu/master
2012-05-26 Miguel de IcazaMerge pull request #305 from robwilkens/master
2012-05-25 Sebastien PouliotAdd newer (SL5) types to mobile profile. Fix bug #5337
2012-05-25 Robert WilkensThis is the associated unit test for the Ximarin Bugzil...
2012-05-25 Robert WilkensThis is a fix for bug # 853 --
2012-05-25 crazyjncsuFixed syntax error in not comparing log_writer with...
2012-05-25 crazyjncsuPrevented any logging activity when no logging target...
2012-05-25 Rodrigo KumperaSmall improvements to the concurrent queue.
2012-05-25 Sebastien PouliotAvoid having LockRecursionException in both mscorlib...
2012-05-25 Miguel de IcazaMerge pull request #302 from konrad-kruczynski/fast_dou...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Konrad M. KruczynskiDouble <-> Int64 conversion is much faster now.
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Jeremie Laval[corlib] Fix ConcurrentStack.TryPopRange and add tests...
2012-05-24 Alex Rønne... Merge pull request #301 from directhex/master
2012-05-23 Zoltan VargaImprove type load errors thrown by the JIT a bit.
2012-05-23 Jo ShieldsIf Mono's configure script cannot determine the soname...
2012-05-23 alexrpmono/metadata/gc.c: Fix warning due to declaration...
2012-05-23 Marek SafarRemove System.Threading.LockRecursionException from...
next