Egor Bogatov
|
cf69b47259
NS2.1: System.IO, System.Reflection.Emit, etc (#12854)
|
6 years ago |
Alexis Christoforides
|
449e36638f
[corlib] Import FileSystemInfo and family from CoreFX (#11342)
|
7 years ago |
Marek Safar
|
b3881a418f
CoreFX update
|
7 years ago |
Henric Müller
|
1cdf024aba
Enabling Windows specific code paths with WIN_PLATFORM
|
9 years ago |
Alexander Köplinger
|
aff3d4198b
[corlib] Use Directory.GetFiles/GetDirectories implementation from referencesource (#4042)
|
9 years ago |
Marek Safar
|
39d34f4c0d
[bcl] Fix few warnings
|
9 years ago |
Niklas Therning
|
3b1ebefb7b
Path.CleanPath() does not always replace AltDirectorySeparatorChar
|
9 years ago |
Marek Safar
|
f31d874829
[corlib] EventWaitHandle from referencesource
|
9 years ago |
Ludovic Henry
|
249daf43de
[mcs] Replace NET_2_1 by MOBILE
|
9 years ago |
Jonathan Chambers
|
a034a2b627
Move check for slash inside of existing short path check and do a char comparison rather than a string comparison
|
9 years ago |
Josh Peterson
|
c005ca7358
Fix Path.GetFullPath for roots on Windows
|
9 years ago |
Marek Safar
|
f996138183
[corlib] FileSystemInfo from reference source
|
9 years ago |
Andi McClure
|
b04a3a355f
Support SerializeObjectState for System.Exception (bug #39824)
|
9 years ago |
Sebastien Pouliot
|
5bd701308e
[mscorlib] Do not include a win32-p/invoke call (GetFullPathName) for the mobile profile
|
10 years ago |
Marek Safar
|
e58097e957
[corlib] String from reference sources, fixes mostly string.format issues
|
10 years ago |
Marek Safar
|
ffc36ef3bd
[corlib] Rename IsDirectorySeparator method to match reference sources
|
11 years ago |
Zoltan Varga
|
032f313d5f
[bcl] Remove NET_4_0 defines from class libs.
|
11 years ago |
Marek Safar
|
b184bbea53
[corlib] Remove heavyweight EndsWith from 1bff9d890f95e72e4145d48980a05908c87b53ce
|
11 years ago |
João Matos
|
1bff9d890f
Fixed Path.GetFullPath to work correctly when the current path is '/'.
|
11 years ago |
Marek Safar
|
fc5f457120
[corlib] Use invariant culture for GetTempFileName generator
|
11 years ago |
Miguel de Icaza
|
040ba8b7e8
[mscorlib] Path: fix GetFullPath (/../bin/bash) to return /bin/bash, not bin/bash, fixes 17083
|
12 years ago |
Marek Safar
|
5a20d0438a
[corlib] Path.Combine with variable arguments length where one is empty should give same result as other Combine overloads
|
12 years ago |
Miguel de Icaza
|
a52849e336
Fix inacurrate reference
|
12 years ago |
TalAloni
|
155a4799fc
Fix for bug 12892 - Path.GetFullPath() may return incorrect relative path under Windows
|
12 years ago |
Jonathan Pryor
|
b1f4d6dfcc
[corlib] Don't throw UnauthorizedAccessException from Path.GetTempFileName
|
12 years ago |
Marek Safar
|
6c083808ce
Use faster/smaller versions for some string comparisons
|
13 years ago |
Rodrigo Kumpera
|
abe9dc6206
Revert "Fix object::GetType when remoting is enabled."
|
13 years ago |
Rodrigo Kumpera
|
93e2d1dc48
Fix object::GetType when remoting is enabled.
|
13 years ago |
TalAloni
|
19baf6c162
Update Path.cs
|
13 years ago |
Rodrigo Kumpera
|
1b92a4148c
Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
|
13 years ago |