bugfixed returned charsUsed counter
[mono.git] / mcs /
2013-05-21 Gerardo García Peñabugfixed returned charsUsed counter
2013-05-21 Gerardo García PeñaMS.NET implementation returns 1000 not 625.
2013-04-29 Gerardo García PeñaMerge branch 'master' of https://github.com/mono/mono
2013-04-29 Marek SafarRevert "Merge pull request #615 from nealef/master"
2013-04-29 Marek SafarAdd anonymous type evaluator test
2013-04-29 Gerardo García Peñasome minor code style changes
2013-04-29 Gerardo García PeñaDisable BOM preamble in UTF8 by default (following...
2013-04-27 Sebastien PouliotAvoid using reflection to redirect Console.Write* to...
2013-04-27 Sebastien PouliotAvoid using reflection to initialize RegionInfo from...
2013-04-27 Jonathan PryorAdd System.Diagnostics.Trace to the MOBILE profile.
2013-04-26 Marek SafarMerge pull request #621 from andreazevedo/master
2013-04-26 andreazevedoUsing existing constant instead of number literal
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-26 Andres G. Aragoneses[System.Web] Use STDERR instead of STDOUT in LRUcache
2013-04-26 Andres G. Aragoneses[System.Web] Move MONO_ASPNET_WEBCONFIG_CACHESIZE parsi...
2013-04-25 Sebastien Pouliot[linker] Move the special marking of serializable types...
2013-04-25 Sebastien PouliotUse field for GetObjectData and this (instead of base...
2013-04-25 Marek SafarBetter error message
2013-04-25 Andres G. Aragoneses[System.ServiceProcess.ServiceController] Remove NET_2_...
2013-04-25 Andres G. Aragoneses[mono-service] Report to syslog if ExitCode ended up...
2013-04-25 Andres G. Aragoneses[System.ServiceProcess.ServiceBase]: Implement Stop...
2013-04-25 Gerardo García PeñaMerge remote-tracking branch 'upstream/master'
2013-04-25 Gerardo García PeñaRewrite of core coder & decoder functions to fix severa...
2013-04-24 Andres G. Aragoneses[WebConfigurationManager] Reset LRUcache eviction count...
2013-04-24 Andres G. Aragoneses[WebConfigurationManager] Make the max LRUcache size...
2013-04-24 Martin Baulig[monodoc]: Use shell script for jay to support parallel...
2013-04-24 Andres G. Aragoneses[System.Web] Coding style nits in LruCache
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-24 Marek SafarDon't check public token on missing references. Fixes...
2013-04-24 Marek SafarTask.Yield needs to continue on synchronization context...
2013-04-24 Marek SafarRemove double verification checks
2013-04-24 Marek SafarDon't catch aggregate exception handle predicate except...
2013-04-24 Marek SafarFix quoted values parsing for custom tostring formats...
2013-04-23 Rodrigo KumperaFix the build.
2013-04-23 Atsushi Enoquick nullref fix for part of bugfix #11916.
2013-04-23 Andres G. Aragoneses[WebConfigurationManager] Fix memleak by using a LruCac...
2013-04-23 Zoltan VargaDisable an sdb test which is not deterministic.
2013-04-23 Marek SafarUpdate failing test
2013-04-22 Rolf Bjarne KvingeRework MulticastDelegate.Equals to use a loop instead...
2013-04-22 Atsushi Enonow we (can) build Rx assemblies for mobile by *.sln...
2013-04-22 Marek SafarAlways restore extension methods candidates after each run
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-20 Andres G. Aragoneses[HttpWebRequest] Add timeout tests that cover BNC#31755...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-18 Zoltan VargaMake the mkbundle output more dense to speed up assembly.
2013-04-18 Zoltan VargaParallelize the compression in mkbundle.
2013-04-18 Zoltan VargaDisable an sdb test which is not deterministic.
2013-04-18 NealeReverse previous changes
2013-04-18 NealeFix incompatibility with .NET's serialization of Observ...
2013-04-18 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-18 NealeReverse patches that should have gone to my fork rather...
2013-04-17 NealeCorrect marshalling of size variables used in CharSetTo...
2013-04-17 NealePart of fix of 11294 - matching names to .NET and turni...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-17 NealeWhen .NET serializes it will use the TypeForwardedFrom...
2013-04-11 Gerardo García Peñaremoved index check because (1) it cannot be checked...
2013-04-11 Gerardo García Peñaremoved index check because (1) it cannot be checked...
2013-04-11 Zoltan VargaFix a test.
2013-04-11 Zoltan VargaDisable some System.Data tests which are expected to...
2013-04-11 Zoltan VargaDisable some System tests which are expected to fail...
2013-04-11 Marek SafarFix cascading errors for invalid out arguments
2013-04-11 Marek SafarCheck interface implementation using all base types...
2013-04-10 Marek SafarDon't emit symbol file entry for partial method declara...
2013-04-10 Marek SafarRemove System.Net.Http from MT mobile build
2013-04-10 Marek SafarFix duplicate metadata override entry.
2013-04-10 Marek SafarAdd missing prepare phase to eval
2013-04-10 Zoltan VargaRevert "Parallelize the compression in mkbundle."
2013-04-09 Rodrigo KumperaRevert "Remove System.Net.Http from MT mobile build"
2013-04-09 Marek SafarRemove System.Net.Http from MT mobile build
2013-04-09 Marek SafarTry to recover expressions aftern named argument
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-08 Andres G. Aragoneses[Socket] Improve exception message when timing out...
2013-04-08 Andres G. Aragoneses[Socket] Refactor Socket to make Receive(_) call Receiv...
2013-04-08 Andres G. Aragoneses[Socket] Specify 'timeout' in the exception msg of...
2013-04-07 Marek SafarImplement partial generic methods
2013-04-05 Zoltan VargaFix support for custom attribute classes in CustomAttri...
2013-04-05 Martin Baulig[xbuild]: Support <PropertyGroup/ItemGroup> inside...
2013-04-05 Marek SafarRedirect more duplicate security types to Mono.Security
2013-04-04 Atsushi Enorx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds.
2013-04-03 Jeffrey Stedfast[Mono.Debugger.Soft] Make CommandException public
2013-04-03 Marek SafarFix arguments location
2013-04-03 Gerardo García PeñaImplemented method 'IsUnknownSurrogate()'.
2013-04-03 Gerardo García PeñaRefactorized Convert(char[], int, ...) to use the point...
2013-04-03 Gerardo García PeñaRefactorized convert(byte[], int, ...), now uses the...
2013-04-03 Marek SafarAdd new test
2013-04-03 Marek SafarFix reported warning location
2013-04-03 Marek SafarError reporting improvements
2013-04-03 Marek SafarReport missing type definition dependency only once...
2013-04-02 Alex Rønne PetersenFix an `#if` in System.Delegate.IsTransparentProxy...
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-04-01 Jeffrey Stedfast[Mono.Debugger.Soft] fixed the build
2013-04-01 Jeffrey Stedfast[Mono.Debugger.Soft] Throw AbsentInformationException...
2013-03-30 Marek SafarSet async block flag also for partial methods
2013-03-29 Marek SafarMake table name comparison dataset locale specific...
2013-03-28 Sebastien PouliotHave the linker skip mixed-mode assemblies since it...
2013-03-27 Jonathan Pryor[mkbundle] Remove Mono.Posix, ICSharpCode.SharpZipLib...
2013-03-27 Jonathan PryorMerge pull request #609 from steffen-kiess/stat-st_atim
2013-03-27 Steffen KießAdd nanosecond resolution times to struct Stat
next