summaryrefslogtreecommitdiff
path: root/src/vm/rtlfunctions.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)1-9/+25
The CoreCLR runtime is updated to support long file paths on Windows. Pending updates to mscorlib.dll, the following scenarios are supported: * Run managed apps from a long path. * Load CoreCLR runtime and framework from a long path. * Load user assemblies from a long path. * Run CrossGen from a long path, with its input/output from a long path. * Generate debug log file at a long path. The following scenarios are not yet supported, and will be fixed in future commits: * Mscorlib.dll and framework assemblies are not yet long path compatible. Note that until mscorlib.dll is fixed, most of the runtime changes can't actually be used. * Support on non-Windows platforms. * Support for debugging and error reporting. * Tools such as ilasm or ildasm.
2016-01-27Update license headersdotnet-bot1-4/+3
2015-08-27Replace missed MAX_PATH defines with new defines in vm.Lakshmi Priya Sekar1-1/+1
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-4/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+117
[tfs-changeset: 1407945]