platform/upstream/coreclr.git
2015-03-24 Jan HenkeForce /usr/local/include as search path on FreeBSD
2015-03-24 Jan KotasMerge pull request #546 from stephentoub/expand_env_vars
2015-03-24 Stephen ToubImplement ExpandEnvironmentVariables on Unix
2015-03-24 Jan KotasMerge pull request #544 from stephentoub/fix_textinfo
2015-03-24 Stephen ToubInitialize TextInfo's m_textInfoName in stubbed out...
2015-03-24 Jan KotasMerge pull request #525 from Djuffin/thread_id
2015-03-23 Matt EllisMerge pull request #524 from ellismg/stat-in-pal
2015-03-23 Matt EllisPrefer stat64 if present
2015-03-23 Eugene ZemtsovRefactoring similar pieces of code into a function
2015-03-23 Matt EllisAdd Stat like methods to CoreFX PAL
2015-03-23 Jan KotasMerge pull request #540 from dotnet-bot/from-tfs
2015-03-23 Jan KotasMerge pull request #539 from jkotas/glob
2015-03-23 Jan KotasMore stubbed out globalization
2015-03-23 Mike McLaughlinMerge pull request #531 from mikem8361/name2ee
2015-03-23 Jan KotasMerge pull request #538 from sergiy-k/context-flags
2015-03-23 Jan KotasMerge pull request #527 from jkotas/macunwind
2015-03-23 Eugene ZemtsovFix compilation of context.cpp
2015-03-23 Eugene ZemtsovClean up PLA thread id usage.
2015-03-23 Sergiy KuryataFix CONTEXT_CaptureContext to correctly store the proce...
2015-03-23 Jan KotasIncorporated codereview feedback
2015-03-23 Jan KotasMerge pull request #535 from Djuffin/stress_log
2015-03-23 Jan KotasMerge pull request #532 from jkotas/slotassert
2015-03-23 Jan KotasMerge pull request #537 from stephentoub/comparison_fixes
2015-03-23 Eugene ZemtsovReplace PAL_GetCoreClrModuleBase() with PAL_GetPalModul...
2015-03-22 Eugene ZemtsovMake stresslog work for libraries other than CoreClr...
2015-03-22 Stephen ToubFix string.ToUpper/ToLower to use the computed result
2015-03-22 Stephen ToubFix CompareStringOrdinalAscii to support !ignoreCase
2015-03-22 Stephen ToubMerge pull request #533 from jkotas/glob
2015-03-22 Jan KotasMerge pull request #534 from jfrijters/botr-typos
2015-03-22 Jeroen FrijtersFixed two typos.
2015-03-22 Mike McLaughlinFixed typo.
2015-03-22 Jan KotasInitialize number separators in stubbed out globalization
2015-03-21 Jan KotasFix invocation of shared generic multicast delegate
2015-03-21 Jan KotasAdd host flag to disable transparency checks in CoreCLR
2015-03-21 Mike McLaughlinMerge remote-tracking branch 'upstream/master' into...
2015-03-21 Mike McLaughlinEnable DumpLog.
2015-03-21 Jan KotasMerge pull request #530 from stephentoub/fix_indexofordinal
2015-03-21 Stephen ToubFix an IndexOutOfRangeException in IndexOfOrdinal
2015-03-21 Stephen ToubMerge pull request #529 from stephentoub/tweak_glob_stubs
2015-03-21 Stephen ToubStub out more globalization with values rather than...
2015-03-21 Jan KotasMerge pull request #526 from kangaroo/issue-263
2015-03-21 Geoff NortonCorrect #if conditional for WRITE_0_BYTES_HANGS_TTY
2015-03-21 Jan KotasFix reporting of callee saved registers with nongnu...
2015-03-20 Jan KotasMerge pull request #511 from kangaroo/unwind-fix-two
2015-03-20 Geoff NortonFix unwinding past main on OSX
2015-03-20 Jan KotasMerge pull request #522 from jkotas/gcstress
2015-03-20 Jan KotasMerge pull request #520 from kangaroo/build-fix
2015-03-20 Jan KotasWorkaround for DECIMAL calling convention in FCalls
2015-03-20 Jan KotasMerge pull request #521 from dotnet-bot/from-tfs
2015-03-20 Jan KotasMerge pull request #514 from soimort/fix-glibc-2.18...
2015-03-20 Jan KotasMerge pull request #519 from jkotas/gcstress
2015-03-20 Jan KotasFix contract for ETW::TypeSystemLog::FlushObjectAllocat...
2015-03-20 Jan KotasMerge pull request #518 from janvorli/fix-personality...
2015-03-20 Jan VorlicekFix Unix asm stubs personality routines
2015-03-20 Jan KotasCorrect order of argument registers
2015-03-20 Stephen ToubMerge pull request #515 from stephentoub/pal_startprocess
2015-03-20 Geoff NortonFix the build on OSX. std::string is used without...
2015-03-20 Stephen ToubAdd ForkAndExecProcess to PAL to support CoreFX
2015-03-20 Jan KotasMerge pull request #517 from jaredpar/fix-build-unixmsc...
2015-03-20 Mort YaoDo not use _POSIX_C_SOURCE on Darwin
2015-03-20 Mort YaoExplicitly specify POSIX.1-2008 conformance
2015-03-19 Jared ParsonsBuild unixmscorlib without CMake
2015-03-19 Jan KotasMerge pull request #516 from jkotas/assemblyloadcontextfix
2015-03-19 Mike McLaughlinMerge pull request #500 from mikem8361/dumpcmds
2015-03-19 Mike McLaughlinMerge remote-tracking branch 'upstream/master' into...
2015-03-19 Mike McLaughlinEnable the rest of the Dump commands and supporting...
2015-03-19 Jan KotasThrow FileNotFoundException in AssemblyLoadContext...
2015-03-19 Lubomir LitchevMerge pull request #468 from LLITCHEV/work
2015-03-19 EugeneMerge pull request #508 from dotnet-bot/from-tfs
2015-03-19 Eugene ZemtsovAdding one more missing changes for ICastable
2015-03-19 Jan KotasMerge pull request #507 from dotnet-bot/from-tfs
2015-03-19 Jan KotasMerge pull request #496 from dotnet-bot/from-tfs
2015-03-19 Eugene ZemtsovActivating ICastable for CoreClr
2015-03-19 Jan KotasMerge pull request #495 from kangaroo/issue-452
2015-03-19 Jan KotasMerge pull request #498 from kangaroo/issue-192
2015-03-18 Geoff NortonImplement hardware exception handling for OSX
2015-03-18 Eugene ZemtsovImplement runtime support for ICastable interface
2015-03-18 Lubomir LitchevEnable ETW_EBP_FRAMED flag on System V systems.
2015-03-18 Geoff NortonFix unwinding through assembly helpers
2015-03-18 Rich LanderMerge pull request #494 from richlander/rich-introclr
2015-03-18 Jan KotasMerge pull request #492 from jkotas/vsprompt
2015-03-18 Jan KotasMerge pull request #490 from janvorli/hardware-exceptions
2015-03-18 Richard LanderAdd heading to intro - fix links
2015-03-18 Jan VorlicekImplement hardware exception handling
2015-03-18 Jan KotasRemove check for VS Developer Command Prompt
2015-03-18 Jan VorlicekMerge pull request #486 from janvorli/handle-null-conte...
2015-03-18 Rich LanderMerge pull request #483 from richlander/rich-docsreadme
2015-03-18 Lubomir LitchevMerge pull request #484 from LLITCHEV/work2
2015-03-18 Jan KotasMerge pull request #491 from dotnet-bot/from-tfs
2015-03-17 Jan KotasFix MacOS build break
2015-03-17 Jan KotasMerge pull request #485 from dotnet-bot/from-tfs
2015-03-17 Lubomir LitchevFix a long standing bug for AMD64 with bad assert.
2015-03-17 Jan VorlicekFix handling NULL context pointers in ExceptionTracker...
2015-03-17 dotnet-botMerge changes from parent branch
2015-03-17 Jan KotasMerge pull request #440 from brianrob/AllocationSamplin...
2015-03-17 Richard LanderConvert document index into more GH-centric format
2015-03-17 Brian RobbinsFlush sampled object allocation on runtime shutdown.
2015-03-17 Jan KotasMerge pull request #482 from richlander/jack-pappas...
2015-03-17 Richard LanderUpdate doc based on @CarolEidt feedback.
2015-03-17 Richard LanderMerge branch 'dotnet-standards' of https://github.com...
next