Move Internal.Console to shared CoreLib & port to Unix (#42983)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Sun, 11 Oct 2020 16:01:54 +0000 (18:01 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Oct 2020 16:01:54 +0000 (09:01 -0700)
commit58f28f6f1ff4ae319d5c1eeb25160f90aa04857a
tree6984d7cee03dc71eb5d4a388348584d07613877a
parent61d444ae7ca77cb49f38d313da6defa66f6ca38a
Move Internal.Console to shared CoreLib & port to Unix (#42983)
18 files changed:
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/Internal/Console.cs [deleted file]
src/coreclr/src/vm/ecalllist.h
src/libraries/Common/src/Interop/Unix/System.Native/Interop.Log.cs [moved from src/libraries/Common/src/Interop/OSX/System.Native/Interop.Log.cs with 100% similarity]
src/libraries/Common/src/Interop/Unix/System.Native/Interop.PrintF.cs [deleted file]
src/libraries/Native/Unix/System.Native/CMakeLists.txt
src/libraries/Native/Unix/System.Native/pal_log.c [new file with mode: 0644]
src/libraries/Native/Unix/System.Native/pal_log.h
src/libraries/Native/Unix/System.Native/pal_log.m
src/libraries/Native/Unix/System.Native/pal_signal.c
src/libraries/Native/Unix/System.Native/pal_signal.h
src/libraries/System.Console/src/System.Console.csproj
src/libraries/System.Private.CoreLib/src/Internal/Console.Unix.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Internal/Console.Windows.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Internal/Console.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
src/mono/netcore/System.Private.CoreLib/src/Mono/Console.Mono.cs [deleted file]