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
AgeCommit message (Expand)Author
2015-03-25[corlib] String from reference sources, fixes mostly string.format issuesMarek Safar
2015-03-16Revert "Revert "[corlib] StringBuilder from reference sourcers""Alexander Kyte
2015-02-25remove replaced and unused Encoding code.Atsushi Eno
2015-02-13avoid reflection in EncodingHelper.Atsushi Eno
2015-02-13[encoding] import referencesource encoding foundation types.Atsushi Eno
2015-02-12[encoding] as part of referencesource import, use new EncodingHelper class.Atsushi Eno
2015-02-03[corlib] DateTimeOffset from reference sourcesMarek Safar
2015-02-03[corlib] DateTimeFormatInfo and friends from reference sourcesMarek Safar
2015-01-23Revert "[corlib] StringBuilder from reference sourcers"Marek Safar
2015-01-23[corlib] StringBuilder from reference sourcersMarek Safar
2015-01-22[corlib] generic collections from reference sourcesMarek Safar
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-10-01[corlib] Fix UnicodeEncoding GetMaxByteCount and GetMaxCharCount to return th...Rodrigo Kumpera
2014-09-29Fix a warning.Zoltan Varga
2014-09-02Changed overlong byte to be processed again.Marcos Henrich
2014-09-02Changed UTF8Encoding to call fallback with whole byte sequences.Marcos Henrich
2014-09-02Changed InternalGetCharCount to iterate the bytes as InternalGetChars.Marcos Henrich
2014-08-11Merge pull request #1190 from esdrubal/encoder-convertMarek Safar
2014-08-07Added classes EncodingEncoder and EncodingDecoder.Marcos Henrich
2014-06-26[corlib] Fix typoMarek Safar
2013-10-14Fixing bugs in UTF8Encoding's GetMaxByteCount and GetMaxCharCount.Martin Potter
2013-09-13UTF8Encoding.GetMaxByteCount() was returning too big number.Atsushi Eno
2013-08-12Fixed build breakage from my previous commitJeffrey Stedfast
2013-08-12Fixed System.Text.Decoder.GetChars(byte*,int,char*,int,bool) to copy output i...Jeffrey Stedfast
2013-07-13Revert "Merge pull request #622 from killabytenow/master"Atsushi Eno
2013-07-12Better and more homogeneous error handling.Gerardo García Peña
2013-07-11If 'flush' flag is enabled when calling decoding/encoding function, flush buf...Gerardo García Peña
2013-05-23Added counter mode in InternalGetChars.Gerardo García Peña
2013-05-23bugfix: accept zero-length input buffer in 'InternalGetChars' for building vo...Gerardo García Peña
2013-05-23Reverted all changes in 'System.Text/Encoding.cs' and disabled the emitIdenti...Gerardo García Peña
2013-05-23Added counter mode in InternalGetBytes.Gerardo García Peña
2013-05-23By default return an 'UTF8Unmarked' object. Removed unused 'utf8EncodingWith...Gerardo García Peña
2013-05-22- improved flush handling in encoder/decoder for fixing regression bug #565129Gerardo García Peña
2013-05-21Accept a null input/output buffer in InternalGetBytes()/InternalGetChars() if...Gerardo García Peña
2013-05-21bugfixed returned charsUsed counterGerardo García Peña
2013-04-29some minor code style changesGerardo García Peña
2013-04-29Disable BOM preamble in UTF8 by default (following best practices).Gerardo García Peña
2013-04-25Rewrite of core coder & decoder functions to fix several bugs and limitations...Gerardo García Peña
2013-04-12removed index check because (1) it cannot be checked in this context and (2) itGerardo García Peña
2013-04-12removed index check because (1) it cannot be checked in this context and (2) itGerardo García Peña
2013-04-03Implemented method 'IsUnknownSurrogate()'.Gerardo García Peña
2013-04-03Refactorized Convert(char[], int, ...) to use the pointer version.Gerardo García Peña
2013-04-03Refactorized convert(byte[], int, ...), now uses the pointer version.Gerardo García Peña
2013-03-01Revert "Fix object::GetType when remoting is enabled."Rodrigo Kumpera
2013-03-01Fix object::GetType when remoting is enabled.Rodrigo Kumpera
2013-03-01System.Text.Decoder throws ArgumentOutOfRangeException when it should not. Fi...Martin Potter
2013-03-01UTF8Decoder.GetChars(Byte[], Int32, Int32, Char[], Int32, Boolean) can write ...Martin Potter
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera
2013-01-29fix mobile build.Atsushi Eno