summaryrefslogtreecommitdiff
path: root/src/coreclr/hosts/unixcorerun/corerun.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-07[Tizen] skip dotnet specific arguments in corerunKonstantin Baladurin1-0/+13
2017-04-08Fix corerun issue when loaded from PATH (#10745)Hadi Brais1-1/+1
2016-05-17Add more help options to corerun (#4973)James Ko1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-04-28Add Unix version of coreconsole.Aditya Mandaleeka1-314/+6
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin1-20/+0
2015-04-24Implemented hardware exception chaining.Mike McLaughlin1-2/+7
2015-04-16Explicitly load libcoreclrpal in corerunMatt Ellis1-0/+20
2015-04-02Enable UseLatestBehaviorWhenTFMNotSpecified for Unix corerunStephen Toub1-2/+5
2015-03-28Fix corerun to support argv[0] that's not a full pathStephen Toub1-6/+23
2015-03-15Fix handling of links and non-Linux file systems in Unix corerunJan Kotas1-1/+28
2015-03-10Add custom entry point support.Matt Ellis1-0/+6
2015-02-12Small fixes to enable AltJit support on UNIX.Pat Gavlin1-1/+1
2015-02-07Merge pull request #119 from cwmiller/fix-linux-short-filenamesJan Kotas1-1/+1
2015-02-06Fix std::out_of_range exception with short filenames (Linux)Chase Miller1-1/+1
2015-02-06Initial Mac OSX SupportGeoff Norton1-0/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+409