Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2012-11-27[monkeydoc] Special case pluralization of 'Property'.Jeremie Laval
2012-11-27[monkeydoc] Correctly instantiate read and write zip handles for ZipStorage.Jeremie Laval
2012-11-27[monkeydoc] Fix ecma doc generationJeremie Laval
2012-11-27[monkeydoc] Don't allow empty caption or element when creating nodes.Jeremie Laval
2012-11-27[build] Always report full stack-trace when running mdoc in mcs/docs.Jeremie Laval
2012-11-27[System.Windows.Forms] Fix documentation to remove illegal XML characters.Jeremie Laval
2012-11-27[mdoc] Remove obsolete warningJeremie Laval
2012-11-27[monkeydoc] Allow to set RootTree on HelpSource. Required by mdoc.Jeremie Laval
2012-11-27[monkeydoc] Move Node class to its own fileJeremie Laval
2012-11-27[monkeydoc] Add support for multiple input directory in ecma-providerJeremie Laval
2012-11-27[monkeydoc] Restore mono.addins providerJeremie Laval
2012-11-27[monkeydoc] Tiny refactoringsJeremie Laval
2012-11-27Making the behavior of substring versions of string.CompareOrdinal and string...Martin Potter
2012-11-27Use same rule for reference alias identifer as for normal identifiers.Marek Safar
2012-11-27fix bug #8533 - more than one user config section should be generated in Appl...Atsushi Eno
2012-11-27fix xbc bug #8592: Make sure to reload configuration when Reset() was invoked.Atsushi Eno
2012-11-27[WCF]: Implement missing WsdlImporter pieces.Martin Baulig
2012-11-27[WCF]: BasicHttpBinding API changes for .NET 4.5.Martin Baulig
2012-11-27[WCF]: New WsdlImporter nunit tests and sample wsdl docs.Martin Baulig
2012-11-27Don't install MT runtime profileMarek Safar
2012-11-26[corlib] Fix MaxConcurrencyLevel and MaxDegreeOfParallelism usage. Fix OOM er...Jeremie Laval
2012-11-26Add DefaultParameterValueAttribute to mobile profilesMarek Safar
2012-11-26[monkeydoc] Avoid creating temporary strings in the comparerJeremie Laval
2012-11-26[monkeydoc] Optimize the tokenizer.Jeremie Laval
2012-11-26[monkeydoc] Cache PublicUrlJeremie Laval
2012-11-26[monkeydoc] Specify StringComparison with StartsWith tooJeremie Laval
2012-11-26[corlib] Pass the right scheduler for worker number calculation. Fix #8559.Jeremie Laval
2012-11-24Treat exceptions caught in non-user code as unhandled in sdb.Zoltan Varga
2012-11-23Merge pull request #409 from Alkarex/patch-1Atsushi Eno
2012-11-23Add new testMarek Safar
2012-11-23Support import of F# extension methods. Fixes #8561Marek Safar
2012-11-23[monodoc] Big bro is watching you. Log when someone push a new binary to the ...Jeremie Laval
2012-11-23[monkeydoc] Avoid extra copying of EcmaDescJeremie Laval
2012-11-23[monkeydoc] Merge/add monkeydoc to master.Jeremie Laval
2012-11-23Fix MaximumConcurrencyLevel. Fixes #8557Marek Safar
2012-11-23Do not send IP address as server_name entries and skip non-fatal (warning) al...Sebastien Pouliot
2012-11-22Merge pull request #510 from bprzygoda/eval_improvementsMarek Safar
2012-11-22Fixed Evaluator' GetUsing method by implementing ToString override for UsingN...bprzygoda
2012-11-22[WindowsBase] Add IEditableCollectionViewAddNewItem.csAntonius Riha
2012-11-21Submodule ikvm reflectionMarek Safar
2012-11-21[monodoc] Update targetJeremie Laval
2012-11-21Add new testMarek Safar
2012-11-21Implement .extern class support for forwarded typesMarek Safar
2012-11-21Merge pull request #508 from alesliehughes/masterMarek Safar
2012-11-21[System.Configuration]: Imlement ConfigurationElement.EvaluationContext.Martin Baulig
2012-11-21[System.Configuration]: Fix filenames in ExeConfigurationFileMap.Martin Baulig
2012-11-21Fix ConfigurationManagerTest for .NET 4.0 and 4.5.Martin Baulig
2012-11-21Fix NTLM related test failures.Martin Baulig
2012-11-21Implement RegistrationServices.GetProgIdForTypeAlistair Leslie-Hughes
2012-11-21Call base for Dispose and DestroyHandleAlistair Leslie-Hughes