mono.git
2012-02-29 Zoltan VargaFix warnings reported by clang.
2012-02-29 Zoltan VargaDisable -Wswitch-enum, its part of -Wall for clang.
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-29 Gonzalo Paniagua... Add MinimumLength when formatting
2012-02-29 Jeffrey Stedfast[Mono.Debugger.Soft] Made Connection disposable.
2012-02-29 Jonathan Pryor[System.Data.Services.Client] Compile in string resources.
2012-02-28 Alex CorradoFix prepending $(CURDIR) to paths failing under cygwin
2012-02-28 Duncan MakFix the .gitattribute file for 'System.Runtime.Remote...
2012-02-28 Zoltan VargaIncrease generic trampoline sizes on amd64 to avoid...
2012-02-27 Jonathan Pryor[MonoPosixHelper] Allow MmapFlags.MAP_ANON use on OS X.
2012-02-27 Rodrigo KumperaLet the metadata verifier access the new agressive...
2012-02-27 Marek SafarConvert some old nunit tests
2012-02-27 Zoltan VargaAdd stack alignment checking to the amd64 trampolines...
2012-02-27 Gonzalo Paniagua... DELETE can have a request stream
2012-02-27 Marek SafarAbstract override does not implement base method. Fixes...
2012-02-26 Zoltan VargaLoad JIT AOT info eagerly when running under sdb, since...
2012-02-24 Miguel de Icazamono: work around an Xcode 4.3/llvm bug with __alignof_...
2012-02-24 Miguel de Icaza[corlib-tests] If MONO_IOMAP=all, special case the...
2012-02-24 Miguel de IcazaFix the previous patch
2012-02-24 Miguel de Icaza[registry] fix for #3632
2012-02-24 Marek SafarTurn LookupExtensionMethod into an instance method
2012-02-24 Marek SafarUse correct count length in string split
2012-02-24 Marek SafarAdd reading from stream support to MonoSymbolFile and...
2012-02-24 Marek SafarComment out unused internal call
2012-02-24 Marek SafarMake some mcs methods static
2012-02-24 Marek SafarRemove some unused code
2012-02-24 Marek SafarRemove some string.Empty references
2012-02-24 Marek SafarRemove static whitespace characters from string, speed...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-23 QuickJackFixes a bunch of warnings in System.Configuration.
2012-02-23 Rodrigo KumperaFix the guard to disable precise stack scanning on...
2012-02-23 Rodrigo KumperaProperly compute end_data for the nursery section....
2012-02-23 Rodrigo KumperaHandle filler objects when walking the nursery.
2012-02-23 Marek SafarFix user currency parsing for core types
2012-02-23 Zoltan VargaAdd an IsNativeTransition property to StackFrame which...
2012-02-23 Zoltan VargaReally fix the previous sdb change.
2012-02-23 Zoltan VargaFix the previous sdb change.
2012-02-23 Zoltan VargaAdd a NATIVE_TRANSITION to StackFrameFlags in sdb,...
2012-02-22 Marek SafarFix datetime miliseconds parsing. Fixes #992
2012-02-22 Marek SafarTry to recover from incomplete method header. Fixes...
2012-02-22 Marek SafarTry to recover from incomplete constraint clause. Fixes...
2012-02-22 Marek SafarBetter check for System.Void usage. Fixes #3571
2012-02-21 Marek SafarTry to recover from base type syntax error. Fixes ...
2012-02-21 Marek SafarSet unreachable flowanalysis context for unreachable...
2012-02-21 Jeremie Laval[monodoc] Fix previous xpath expression
2012-02-21 Jeremie Laval[monodoc] Don't start a parameter constraints list...
2012-02-21 Miguel de IcazaUpdate documentation to include Mono.CSharp and Mono...
2012-02-21 Marek SafarFix few DateTime parse tests
2012-02-21 Marek SafarImplement numbers exponent parsing. Fixes #2516
2012-02-21 Marek SafarMake strings PadLeft|PadRight homogeneous
2012-02-21 Sebastien PouliotAllow inheriting and customizing the MarkStep
2012-02-21 Sebastien PouliotThere can be more than one base method to consider...
2012-02-20 Marek Safarstring.Split method should look for delimiters by perfo...
2012-02-20 Marek SafarEmit debugger hidden attribute for more compiler genera...
2012-02-20 Marek SafarDon't write duplicate symbols for partial types
2012-02-19 Miguel de IcazaDocument the iOS5 specific connection string features
2012-02-19 Miguel de IcazaAdd the inline docs into the documentation using: mdoc...
2012-02-19 Miguel de IcazaAdd stubs for Mono.Data.Sqlite
2012-02-19 Gonzalo Paniagua... Merge pull request #226 from petejohanson/uri-templates...
2012-02-19 Zoltan VargaAdd a Filter property to StepEventRequest allowing...
2012-02-19 Zoltan VargaQuiet a debugger test.
2012-02-19 Miguel de IcazaAdd iOS FileProtection attributes to the Connection...
2012-02-17 Sebastien Pouliotmerge back definitions from mmp
2012-02-17 Sebastien PouliotEnsure we remove any debugging or configuration items...
2012-02-17 Sebastien PouliotFor MonoTouch we fallback to NSLocale if we can't deter...
2012-02-17 Marek SafarReport better error message when local name binds to...
2012-02-17 Marek SafarFix few more warnings
2012-02-17 Marek SafarGuard against inverted sequence point Mark logic
2012-02-17 Marek SafarDon't check CLS overloaded methods on inflated instances
2012-02-17 Marek SafarFix some compiler warnings
2012-02-17 Marek SafarCleanup some assembly attributes
2012-02-17 Marek SafarReduce warning level for external libraries
2012-02-17 Marek SafarAdd few missing csproj files
2012-02-17 Marek SafarOptimize debugging symbols writing
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-17 Sebastien PouliotAdd warning and unit tests about RegionInfo fields...
2012-02-16 Zoltan VargaAdd an additional nop to the end of seq points so skipp...
2012-02-15 Sebastien PouliotEnsure match between native/managed fields representati...
2012-02-15 Jeffrey Stedfast[Mono.Debugger.Soft] Reverted non-working support for...
2012-02-15 Zoltan VargaImplement TypeMirror/MethodMirror GetGenericArguments...
2012-02-15 Zoltan VargaFix handling of fp arguments in the LLVM backend, they...
2012-02-15 Marek SafarDon't allocate unused string buffer with path when...
2012-02-15 Marek SafarFix sequence points for more statements
2012-02-15 Jeffrey Stedfast[Mono.Debugger.Soft] Reverted non-working support for...
2012-02-15 Atsushi EnoAdd Microsoft.CSharp.dll to monodroid build.
2012-02-14 Zoltan VargaAvoid putting two sequence points at the same IL offset...
2012-02-14 Marek SafarEmit sequence point at the beginning of return expressi...
2012-02-14 Zoltan VargaFix recursive calls betwqeen mono_thread_get_and_clear_...
2012-02-14 Marek SafarFix last commit unwanted char change
2012-02-14 Marek SafarUse correct type when setting UnattachedAttributes...
2012-02-14 Zoltan VargaAllow make in mcs/ by calling make -C ../runtime.
2012-02-14 Zoltan VargaMake mono_set_pending_exception () work on all platform...
2012-02-14 Zoltan VargaGet rid of the if (IS_LLVM_MONO_BRANCH) conditionals.
2012-02-14 Marek SafarMake string::Trim .net 4 compatible. Fixes #3408
2012-02-14 Marek SafarMake string::Split .net 4 compatible
2012-02-14 Marek SafarSpeedup Char::IsWhiteSpace
2012-02-14 Marek SafarAdd more char tests
2012-02-14 MartinCompletes commit https://github.com/QuickJack/mono...
2012-02-14 MartinImplements Grendello's suggestions to WebConfigurationM...
2012-02-14 Peter JohansonFix Bug #658, allowing uri templates with no text prece...
next