mono.git
2010-11-03 Paolo MolaroIntroduced a GC heap walk API.
2010-11-03 Marek Safartypeof expression does not need unsafe context for...
2010-11-03 Marek SafarPass checked context to compound member access setters
2010-11-03 Zoltan VargaRemove extra whitespace from a Makefile.
2010-11-03 Marek HabersackFix mixed newlines
2010-11-03 Marek Habersack[asp.net] Part of fix for bug #649546. A partial rewrit...
2010-11-03 Marek Habersack[runtime] System.Web.Extensions must not be remapped...
2010-11-03 Zoltan VargaRemove obsolete mcs/configure script. Fixes #650806.
2010-11-02 Sebastien PouliotFix bootstrapping issue wrt moonlight profile
2010-11-02 Pablo Ruiz... [API] X509 related enhacemnts to allow 1) associating...
2010-11-02 Gonzalo Paniagua... Revert change in FromBinary
2010-11-02 Andrew JorgensenMap libcups for mac
2010-11-02 Gonzalo Paniagua... Renaming a dangling symlink works now
2010-11-02 Atsushi EnoExtracted PrefixLookup to another file. Add more XamlTy...
2010-11-02 Marek SafarEmit lock statement using Monitor.Enter (object, ref...
2010-11-02 Atsushi EnoMove around some members (to correct/appropriate places...
2010-11-02 Marek SafarUpdated to r54115
2010-11-02 Marek SafarImplements indirect delegates invocation via dynamic...
2010-11-02 Marek SafarPass value type dynamic members as by-ref to persist...
2010-11-02 Jérémie LavalUse Task helper methods in TaskCompletionSource instead...
2010-11-02 Marek Habersack[asp.net] 4.0-only types don't need the NET_4_0 ifdef...
2010-11-01 Zoltan VargaFix the text of the Signatures size stat.
2010-11-01 Zoltan VargaAdd a stat for the memory occupied by MonoMethodSignatu...
2010-11-01 Zoltan VargaAdd a stat for the the memory occupied by MonoMethod...
2010-11-01 Zoltan VargaPrint double stats with more precision.
2010-11-01 Zoltan VargaInclude JIT time in --stats output.
2010-11-01 Gonzalo Paniagua... Avoid killing the thread if socket already null
2010-11-01 Marek SafarConvert dynamic assignment in checked context when set
2010-11-01 Marek SafarCheck for unfixed type arguments before calling overloa...
2010-11-01 Marek SafarSet correct result type for chained folded enum subtraction
2010-11-01 Marek SafarCheck binary header using right methods.
2010-11-01 Zoltan VargaAvoid adding generic classes during non-full AOT, since...
2010-10-31 Zoltan VargaDon't save xdebug info during AOT compilation.
2010-10-31 Zoltan VargaCache the array of classes in find_typespec_for_class ().
2010-10-31 Zoltan VargaAvoid asserts if a forced inline fails. Fix typos....
2010-10-31 Gonzalo Paniagua... Check that the default from is not empty
2010-10-31 Gonzalo Paniagua... More StringComparison.Ordinal
2010-10-31 Gonzalo Paniagua... Use ordinal comparison when looking for "::"
2010-10-31 Nikolaos GeorgiouChanged new method back to private, it was accidentally...
2010-10-31 Nikolaos GeorgiouModified ResXResourceWriter so that the comment of...
2010-10-31 Miguel de IcazaExpose some of our internals to the Mono.Winforms assembly
2010-10-31 Miguel de IcazaFix broken patch
2010-10-31 Miguel de IcazaAllow this file to expose its types as public if needed
2010-10-31 Zoltan VargaDisable inlining if the assembly has a DebuggableAttrib...
2010-10-31 Brian LuczkiewiczEnable --aot (but not --aot=full) on osx/x86
2010-10-31 Zoltan VargaFix the amd64 dyn call code after the this passing...
2010-10-31 Zoltan VargaCall mono_field_get_type () in one place to fix an...
2010-10-31 Zoltan VargaReturn information from decode_method_ref () in a Metho...
2010-10-31 Zoltan VargaFix the generation of GenericEqualityComparer () instan...
2010-10-31 Zoltan VargaRework decoding of method references in the AOT runtime.
2010-10-30 Geoff NortonFix the build
2010-10-30 Zoltan VargaFix some copyright messages.
2010-10-30 Koushik DuttaFix Android build. MINI_THREAD_VAR_OFFSET needs to...
2010-10-30 Marek Habersack[asp.net] Fix for bug #650050. HtmlSelect must render...
2010-10-30 Alex FortDon't use a buffer size of 1 for zero-length buffers
2010-10-30 Alex Fort[Fix] Don't enforce a minimum size for zero-length...
2010-10-29 Zoltan VargaInt32.MinValue/-1 should throw OverflowException, not...
2010-10-29 Zoltan VargaUpdate the LLVM backend to latest LLVM SVN.
2010-10-29 Geoff Norton[OSX] Reintroduce Cocoa System.Drawing support
2010-10-29 Marek SafarFix line endings.
2010-10-29 Marek SafarMerge branch 'marek'
2010-10-29 Marek SafarMake dynamic array access index expresions in checked...
2010-10-29 Rodrigo KumperaHandle lazy field loading.
2010-10-29 Rodrigo KumperaMake GetGenericTypeDefinitionImpl not init the class.
2010-10-29 Rodrigo KumperaReplace an assert with a nicer check.
2010-10-29 Rodrigo KumperaFix vtable check that broke banshee compilation.
2010-10-29 Andreia Gaita[JsonWriter] Fix JsonWriter yet again. Behaviour of...
2010-10-29 Marek Habersack[asp.net] Fix for bug #649551. The LosFormatter (bool...
2010-10-29 Marek Habersack[asp.net] Fix for bug #649034. Control.FindControl...
2010-10-29 Atsushi EnoAdd tests for all types that are tested for XamlObjectR...
2010-10-29 Marek SafarIgnore private methods in batch import
2010-10-29 Atsushi EnoRemove old code.
2010-10-29 Atsushi Eno(Finally) replace old XamlObjectReader implementation...
2010-10-29 Atsushi EnoAdded some notes on how we can use and/or test this...
2010-10-29 Atsushi EnoMake it strict to apply PositionalParameters to limit...
2010-10-29 Atsushi EnoMore compliant ordering of GetAllMembers() results...
2010-10-29 Atsushi EnoGetAllMSeveral fixes regarding property readability...
2010-10-29 Geoff Norton[OSX] Fix DriveInfo.GetDrives on OSX [Bug #643910]
2010-10-29 Atsushi EnoFix JsonWriterTest.WriteRaw() regression. WriteRaw...
2010-10-29 Marek Habersack[asp.net] Fix for bug #646505. BoundField must not...
2010-10-28 Marek Habersack[asp.net] HttpRequest.MapPath changes to match .NET
2010-10-28 Atsushi EnoIntroduce new XamlObjectReader implementation.
2010-10-28 Atsushi EnoAdd GetItems tests for collection invoker.
2010-10-28 Geoff Norton[OSX] Fix debug=casts on OSX (Bug: 639172)
2010-10-28 Atsushi EnoCollected tested types into a new file.
2010-10-28 Atsushi EnoAdd empty List<int> case.
2010-10-28 Andrew JorgensenMove version to 2.9 (next to be 2.10)
2010-10-28 Atsushi EnoAdd more object reader tests with corner cases.
2010-10-28 Atsushi EnoFix XamlType.Name to take TypeArguments into consideration.
2010-10-28 Atsushi EnoUse ArrayList like .NET (no practical changes).
2010-10-28 Marek SafarFix emitted code for predefined or/and operation betwee...
2010-10-28 Rodrigo KumperaBetter handle failure when loading types.
2010-10-28 Rodrigo KumperaKill some loader leaks.
2010-10-28 Marek Habersack[asp.net] Fix for bug #646479. Do not call control...
2010-10-28 Marek Habersack[asp.net] Cosmetics + dead code removal
2010-10-28 Marek Habersack[asp.net] Fix for bug #646810. Implemented FormsAuthent...
2010-10-28 Marek SafarAdd more type parameter checks for inherited constraints.
2010-10-28 Marek SafarNew test.
2010-10-28 Marek SafarImplement type inference of dynamic arguments used...
2010-10-28 Marek SafarUse correct location for unexpected type parameter
next