https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
223e40f More robust fenv_constants The constant is platform dependent and the macro definition may not expand to the value itself. (cherry picked from commit fa0ab21cc60394f5a155d9283e343653435462d9) 26 November 2016, 14:30:58 UTC
6a1e339 Merge pull request #19283 from JuliaLang/jn/release-0.5-19272 [release-0.5] don't haphazardly delete entries from the specializations cache 17 November 2016, 17:50:52 UTC
a3258ac Merge pull request #19252 from JuliaLang/jn/release-0.5-io-poll-faster [release-0.5] avoid race condition in win32 poll 17 November 2016, 17:50:32 UTC
ac063ce don't delete entries from the specializations cache this could be causing us to lose gc-roots for running functions and makes inference confused when this function doesn't have a stable answer that is especially problematic for Expr(:invoke), which is trying to use the guarantee of uniqueness and stability to inline dispatch 09 November 2016, 17:44:40 UTC
2cd61cf replace calls to libuv stop with faster deferred operations (for poll) (cherry-picked from PR #19152) 07 November 2016, 16:30:54 UTC
25f7066 Merge pull request #18955 from JuliaLang/jb/fix18948-0.5 [release-0.5] fix #18948 04 November 2016, 08:41:22 UTC
8da61fe Merge pull request #18869 from JuliaLang/jn/release-0.5-infer-precompile [release-0.5] fix type stability of unrelated function after precompile 04 November 2016, 07:58:30 UTC
1866a0e Merge pull request #19100 from JuliaLang/teh/backport_19015 [release-0.5] Backport #19015 04 November 2016, 07:28:10 UTC
e4b3115 Merge pull request #18812 from JuliaLang/vc/power_backports [release-0.5] Backports for threading support on Power 04 November 2016, 07:25:44 UTC
8018e85 fix #18948, InexactError could be dropped when function was inlined to constant 04 November 2016, 07:23:13 UTC
887ad05 README.power.md is no longer needed. Update README. (cherry picked from commit c55037a0fecb608c67d7de3f4fd4325f7402e576) 28 October 2016, 19:39:36 UTC
76c93bf Set osx_image to xcode7 on release-0.5 Travis (#19055) Install a subset of the homebrew julia dependencies Use libssh2 instead of gmp for cache branch check we build libssh2 from source to be sure we test the mbedtls backend [av skip] 27 October 2016, 05:50:12 UTC
a15dd46 Rename internal reduced_dims->reduced_indices to reflect new output type This may also make backporting to julia-0.5 safer (cherry picked from commit 4d47670d03f2884f29c581603d2b12541a2ba9e1) ref #19103 25 October 2016, 17:04:23 UTC
c7158da Fix statistics functions for non-1 indices (cherry picked from commit 750d93bab1cfe80c86cfde8c5bfb376bc6a791c2) ref #19015 25 October 2016, 17:01:10 UTC
2c69b7f Fix region size computation for non-1 indices (cherry picked from commit 28c9b2ba92d9a2440b4e6756fa164d8cffd1f036) 25 October 2016, 15:12:50 UTC
aa8f2a2 Some vector-indexing fixes for non-1 indices (cherry picked from commit 360fd408d3590924178e74268180cc22ace440aa) 25 October 2016, 15:07:46 UTC
4d4ca5b type-intersection may not be computable before jl_recache_types has finished for example, computing subtypes might construct one of the types that we are trying to later unique and mess up on that logic also be more permissive of type-intersection failures in jl_recache_method_instance (cherry picked from commit 39afcc354ef0d3f3d543aa4a6786160cc72dec14, PR #19029) 20 October 2016, 16:32:36 UTC
ed7002e fix an incremental deserializer bug dealing with methods instances that don't dominate the subtype signature of their method definition (cherry picked from commit f6db1cc5a60a84f5ad1131efd99830e0df2139de, PR #18979, and commit 3b33217ad8d9b96bf59f620a00ca1a21a4772787) 20 October 2016, 16:28:20 UTC
15459bf reduce the stack-space used by unoptimized jl_deserialize_value_ with -O0 builds, the number of local variables quick blows out the available stack space pushing these into separate functions helps cut down on the stack requirement in such cases this is perhaps just a stopgap measure to rewriting the serializer to be faster, non-recursive, and non-allocating (cherry picked from commit b4d49e5616d58cf9e39bd87bd4fd845969c54625, PR #18811) 20 October 2016, 16:09:46 UTC
548ebbc fix type stability of unrelated function after precompile fix #18465 11 October 2016, 03:14:57 UTC
a319d6e remove deserialize mode MODULE_POSTWORK it seems to be unnecessary fix #18343 (cherry picked from commit f0e6dc10584db5b9a43b4b1a6dae66ebd94434d4) 11 October 2016, 02:31:30 UTC
077b605 reenable partword atomics (cherry picked from commit 60290e24878433b89c3f5b4ede528d8ed177a87b) x-ref: #18639 06 October 2016, 06:20:23 UTC
f96624e add patch that works around a issue with partword-atomics (cherry picked from commit c38d1f8b77bfc030c0fd6015639277143380847c) x-ref: #18557 06 October 2016, 06:18:03 UTC
99d0539 [PPC] Fix ARCH check for 128bit atomic test Apparently binaries build with gcc 4.8 have a different ARCH set then binaries build with gcc 4.9. (cherry picked from commit 32af90c6045182d5a4aaefa62662eb8b0cb192dd) x-ref: #18601 06 October 2016, 06:17:15 UTC
e8f6bf2 128-bit atomics are not yet supported on power (cherry picked from commit e01eb548edc595bb428273fd3e370cfc8672f398) x-ref: #18557 06 October 2016, 06:16:53 UTC
42eebb2 add checksums for cfe-3.9.0 (cherry picked from commit 2f4cb25cb6616390180721aa1cc92e243a17e8b8) x-ref: #18557 06 October 2016, 06:16:31 UTC
a29d60f add checksums for compiler-rt-3.9.0 (cherry picked from commit af13585e9d4cc7ebcf2cbe466b8fe41e4fbac7ba) x-ref: #18557 06 October 2016, 06:16:06 UTC
a586b90 add checksums for llvm-3.9.0 (cherry picked from commit f8cd8675c1b73c345dc4aeb96625723695b1b4ad) x-ref:#18557 06 October 2016, 06:15:55 UTC
1c78aca bump LLVM version required for ppc (cherry picked from commit c0eedf06c6a5290fafd02b1c77ead98af5250e36) x-ref:#18557 06 October 2016, 06:15:37 UTC
b542d5b Add patch for lowering of atomicrmw on ppc only apply patch to 3.9 for now. (cherry picked from commit 9926ef7b49cb89cc1c8225a016749bd5f1dbf926) x-ref: #18557 06 October 2016, 06:13:09 UTC
f0d40ec Should have tested that on linux on a branch first didn't go through a PR because Travis treats branch builds and PR builds differently for caching purposes [av skip] 20 September 2016, 03:34:34 UTC
1fc0190 ensure travis cache comes from the correct branch and change osx_image to xcode6.3 to avoid compilatione error with libssh2 [av skip] 19 September 2016, 22:09:13 UTC
89a1e8e -pre mark towards 0.5.1 19 September 2016, 18:15:07 UTC
3c9d753 Tag v0.5.0 19 September 2016, 18:14:48 UTC
db7eaf9 Merge pull request #18546 from JuliaLang/tk/backports-0.5.0 [release-0.5] final backports for 0.5.0 19 September 2016, 17:19:41 UTC
feb57e6 Revert "Simplify and relax logical indexing bounds checks" This reverts commit 15096f04a6d521c76a535ee642a745b40f5085de. See the comment at https://github.com/JuliaLang/julia/pull/18401#issuecomment-247754494 18 September 2016, 17:19:31 UTC
58e163c Attempt to fix osx travis (#18563) * Attempt to fix osx travis We're now getting > Error: You must `brew link autoconf` before staticfloat/julia/julia can be installed Probably because Homebrew officially started supporting 10.12 Sierra, and that broke something. Try to use the 10.10 Travis OSX image instead of the default 10.9 (https://docs.travis-ci.com/user/osx-ci-environment/) * explicitly install cmake on osx travis (cherry picked from commit 45bc17d41b40f271dd5ebb2357e7f3564f969007) 17 September 2016, 16:33:03 UTC
15096f0 Simplify and relax logical indexing bounds checks Fixes #18271. Allow multidimensional logical arrays as indices into a particular dimension so long as there is only one non-singleton dimension. (cherry picked from commit 5fa5b7f1e3e3afc6109335b5b210554033f93938) ref #18401 Fixup inline comment (cherry picked from commit 2bbcd808ae9ff326790ea3ec2dfb0463313836ae) Update devdocs for bounds checking following #18401 I had forgotten that this behavior was documented in the developer section of the manual when authoring #18401. (cherry picked from commit b8406ff4cb0f8e0000cfc956c52459add7b7870b) ref #18552 17 September 2016, 12:57:33 UTC
aad3046 Merge pull request #18452 from JuliaLang/jn/18449 [release 0.5] hack in a fix to getting the right lambda for the incremental deserializer 17 September 2016, 11:51:29 UTC
8ee99a5 fix docs for how to change colors in REPL (#18506) * fix docs for how to change colors in REPL * double backticks (cherry picked from commit 07cf50f9ce139f54b13dda91804f29e45a8629ed) 17 September 2016, 11:17:39 UTC
fb96ca7 Reword doctest description (#18539) Fixes #18531. (cherry picked from commit adcbf1e2f55c833e2cbfb0b20da805e1a49b8160) 17 September 2016, 11:15:29 UTC
d62d212 Remove unnecessary/deprecated promote_rule & promote_op from conversion and promotion man (#18368) * Remove uneccesary promote_rule from doc for conversion and promotion * remove promote_op reference since it's dep * Fixed oversights. (cherry picked from commit 7423d727530b54b2fd79bb850cdf99f469941068) 17 September 2016, 11:11:09 UTC
7919b44 ensure cgmemmgr caches are consistent this ensures that the writes are completed before flushing the icache otherwise, platforms like ARM would potentially fail to see some of the writes and were especially likely to miss the relocations applied to the JIT code fix #17577 (cherry picked from commit 6f57c4007ad4dcbf695dff47bc2def10758d082c) ref #18516 17 September 2016, 11:10:13 UTC
b9ec73c Don't require blank line before markdown lists Fixes #11249 to follow the CommonMark spec for lists which does not require a blank line prior to the start of a list. (cherry picked from commit d8da082781dcb170e1aea7cb4eb58911f06b4e7b) ref #18229 16 September 2016, 19:30:42 UTC
cf6395f Fix doctest line numbers 16 September 2016, 18:05:42 UTC
a62e15b Fix #18544, cmdlineargs test failing in Mac binary due to default juliarc Pass through `ENV["PATH"]` in the `setenv` call since it is read from in https://github.com/JuliaLang/julia/blob/v0.5.0-rc4/contrib/mac/juliarc.jl (cherry picked from commit db01a8fd6e01ae62b66d65df077f1e0dd132e4c9) ref #18545 also make the test a little more robust against contents of /tmp (cherry picked from commit ffbb0eb9c66dc288207240f29a36bf6b574106b4) 16 September 2016, 17:21:32 UTC
682a397 Fix compilation with MEMDEBUG2 flag Has been broken since 172fdb2d. (cherry picked from commit 46773afc9bc8325a48ec1dcb6336fc98fce7715e) ref #18536 16 September 2016, 17:14:55 UTC
b7be1c0 fix docstring for `print_matrix`, fixes #18439 (cherry picked from commit fb503a0f6420d2443b90e4584f58aa1baec1868e) 16 September 2016, 17:08:02 UTC
de37d5d Use typed_hcat in typed_hvcat (#18398) Fixes 18395 (cherry picked from commit fa4c02cb51cdb7eec7a4cc10ec0ed7d6a1e2c3ff) 16 September 2016, 17:04:24 UTC
4de501d Remove ppc specific treatment in unwind.mk. It is getting installed correctly (cherry picked from commit 5f91c39b1c0540b6929933048adff8ab87b9068e) ref #18418 16 September 2016, 17:03:42 UTC
2b4c040 fix compile=all fix #18080 (cherry picked from commit a78ad7bede804da3363e483f60e876dade52b5ac) ref #18430 16 September 2016, 17:01:10 UTC
6955092 recompute sparams during inference after widening a method signature also avoid an expensive loop in the common case of the hotpath fix #18399 (cherry picked from commit a188f9522f5e15f77fbe5e14c3708479bdfacd2e) ref #18428 16 September 2016, 17:00:49 UTC
99df770 Remove inference0 (cherry picked from commit df99e2097ca7a12f0c94d83407154deaa82c843b) ref #18393 16 September 2016, 16:59:40 UTC
6d33adc Fix build_sysimg on windows (cherry picked from commit 59c1cdaba7b5d0e3f01d9688b54fea4b340b0b77) ref #18393 16 September 2016, 16:59:39 UTC
b6ff8a6 Prevent repl tests from hanging if homedir() is a symlink I am testing julia on a machine where my home directory is a symlink. Unfortunately, this means the repl tests hang, as they wait for the homedir to be given at the shell prompt, but instead the pwd() is printed. `pwd()` calls `uv_cwd()` which calls `getcwd()`, which [will always resolve symbolic links](http://stackoverflow.com/a/1545838/1558890), thus printing something other than `homedir()` on my system. This changes the repl tests to wait for `realpath(homedir())` instead of `homedir()`. (cherry picked from commit f26aee226f3479d5b0d4f47f7cb2259a57d03deb) ref #18416 16 September 2016, 16:59:38 UTC
ff6cf2c fix jl_method_lookup_by_type disabling the wrong cache we want cache=false to disable putting the method in mt->cache (possibly with a wider signature) but it should still be doing the expected unique-ing through the method->specializations cache fix #18404 (cherry picked from commit 9402af3fedbabdccbefb977ef108fd29b03dc028) ref #18415 16 September 2016, 16:59:37 UTC
a0fc08d show replacement for module deprecation (cherry picked from commit 92de96b197903044a3f4e82e095c944897e73952) ref #18392 16 September 2016, 16:44:03 UTC
68ad8d8 Fix for a similar case in `alloc_elim_pass!` Preserve/update `NewvarNode`. (cherry picked from commit 7dc06b00cc4c3a6ac981335a4292af4855c3fded) ref #18386 16 September 2016, 16:43:17 UTC
21e0998 Do not swallow UndefVarError in alloc_elim_pass! Fix #18385 (cherry picked from commit c21b22f30c335f9f45d456e7a977904f65bd08f9) ref #18386 16 September 2016, 16:43:05 UTC
4a681b7 Add accuracy note for 2-arg log (#18360) * Add accuracy note for 2-arg log Addresses #18298. * update based on comments (cherry picked from commit 5f74d16553197ae78b55cf9ff222cd7215e0390b) 16 September 2016, 16:42:12 UTC
8af23c3 Fix dependencies for sysimg out-of-tree builds (cherry picked from commit d80fedfa1ea7815dd7eca212bb6e2513a5f62b85) ref #18324 16 September 2016, 16:40:19 UTC
3b7d29a Install julia_version.h from BUILDROOT (cherry picked from commit 4e845df54f25cb71ac4a632a5a3adf443b89cd39) ref #18322 16 September 2016, 16:39:50 UTC
aa1b840 Updated Juno documentation shortcut (cherry picked from commit e53160048db88d688758f20943352b08f97dac06) ref #18333 16 September 2016, 16:39:28 UTC
9ac7312 Disambiguate sub2ind Also adds a broken test for #18307 (cherry picked from commit e242d4606589d9753a512f9977f37cbd6007b3d5) ref #18352 16 September 2016, 16:38:47 UTC
1666d7c meet_tvars: return bound tvar if both inputs are bound. Fixes #17648 (cherry picked from commit c1ad0cb28dd51b10cb0858d1dc412d1b18c368f0) ref #18355 16 September 2016, 16:35:59 UTC
cfbb42f Check for paths instead of path strings (cherry picked from commit 788ce677f6043b52caf97323f9de4d6975882561) ref #18514 and #18375 16 September 2016, 08:41:33 UTC
b90f1a2 hack in a fix to getting the right lambda for the incremental deserializer fix #18449 (the real, non-buggy fix is in #18413 for v0.6-dev master) 12 September 2016, 03:14:04 UTC
9c76c3e Tag v0.5.0-rc4 09 September 2016, 01:43:44 UTC
e1d2965 Merge pull request #18276 from JuliaLang/tk/backports-0.5.0-rc4 [release-0.5] Backports for 0.5.0-rc4 08 September 2016, 05:47:35 UTC
67e398b fix line numbers in a doctest 08 September 2016, 00:36:09 UTC
a384e7f fix an inverted return conditional from stale_cachefile (#18366) also add plenty of helpful debugging information enabled by the environment variable: JULIA_DEBUG_LOADING this bug would cause compilation to become confused and likely tardy at recompiling files when it should that would up with longer dependency chains where one of the files had been updated this is a fix for #18150 (cherry picked from commit 718bd3ef9db4474400c18160d42ce85be4a69988) 07 September 2016, 23:14:50 UTC
becc272 rm stray : in manual (cherry picked from commit f50dd6a5777c1ef6a7b0060ab7d3de6c18158ac7) 06 September 2016, 19:33:05 UTC
9601961 Rename a few 'err' variables to avoid invalid redefinition errors when running test/math.jl and test/misc.jl on the same worker (cherry picked from commit b3d2f3055c1d663b0790414c93d04874be6fc7e4) ref #18373 06 September 2016, 18:04:09 UTC
794de80 Removed confusing array of types in readcsv help (#18308) * Removed confusing array of types in readcsv * Restored brackets to `T` in readcsv doc and added clarifying text * genstdlib rst output for docstring change. (cherry picked from commit 22cc7a5dc6699f42de1e2cfaec7ad1caf7daa4f1) 06 September 2016, 18:02:40 UTC
ee92c24 Fix docs for isdefined (cherry picked from commit 00cb3f7c80e605e7112cef8dde9ddf2b09e3d052) ref #18345 06 September 2016, 18:02:13 UTC
a9e753b Fix `jl_get_specialization` signature mismatch (partial backport of b7c25d1ef4442f745006a527700a07c04da60944) ref #18334 06 September 2016, 18:00:57 UTC
2274a88 Fix #18189 (Add deprecation of @unix_only, etc. to NEWS) (#18254) * Fix #18189 (Add deprecation of etc. to NEWS) * Remove mentioning of @static, add as a note * Added reference to Handling Operating System Variation section in manual * Changed reference numbers * Change PR number (cherry picked from commit 1af52d007e1e3d4d9b6c62c63d9dea9f7a9bad65) 06 September 2016, 17:53:57 UTC
a69e2e8 Avoid aliasing in in UniformScaling*AbstractMatrix (#18286) * Avoid aliasing in in UniformScaling*AbstractMatrix ...and remove unnecessary UniformScaling*SparseMatrixCSC methods * Broaden the tests for non-commutative multiplication * Add Quaternion test case for q*[q] and clean up the Quaternion test type (cherry picked from commit cd94c996877b798fe0b3b74b433c4bfecfabc076) 06 September 2016, 17:53:42 UTC
0ef4739 ppc64 build cleanups (cherry picked from commit 83b05891c6ceaa489f4b895097b98dddf6328f88) ref #18301 Update OpenBLAS to v0.2.19 for Power8. (cherry picked from commit 857469d5c028020312288f13d93a89386a72c3a7) 06 September 2016, 17:52:41 UTC
884b75b set JULIA_CPU_TARGET default after MARCH-dependent block otherwise #18258 causes "Target architecture mismatch" errors in generic linux binaries (cherry picked from commit 3eeec8f53c4b3bb7e57b354413d0a0faa5d4be18) ref #18311 31 August 2016, 20:40:35 UTC
8ca206f Revert "Improve arch/cpu detection/selection on ARM and AArch64" This reverts commit 01c76ea366710dd5dba36f13b966a0cae8af7022. release-0.5 for now Revert "fix "recommanded" typo" This reverts commit 22a73dd4c2e1e9cf6260190776e683342f04e938. 31 August 2016, 13:59:00 UTC
5a0a788 Remove comments from same line of variable declarations in Make.inc (cherry picked from commit 02bb60a7c0c1ecacd931b3452b279d56d541dbad) ref #18291 31 August 2016, 13:56:57 UTC
f0707ac Add tests for Hermitian cholesky methods (#18284) (cherry picked from commit 8eed82ef4a8a6221739d27fe5c02fd6ff97a2edd) 31 August 2016, 13:56:09 UTC
0de3481 Fix deprecated flag in Pkg tests. (#18283) (cherry picked from commit cc30dd151e80494d7b52250ecdc13af917dd711c) 31 August 2016, 13:55:52 UTC
0422fd6 Small build system modifications to make ppc64le compileable (#18258) * Small build system modifications to make ppc64le compileable * Make things more explicit for big-endian PPC64 (cherry picked from commit fc17a98bcf5441753fd6475a2f264ca1c9d68236) 31 August 2016, 13:55:33 UTC
fe30255 Add a more efficient implementation of in(::CartesianIndex, ::CartesianRange) (#18277) (cherry picked from commit 10c2be1e6e3b9d9964cd27b3eceeda0c42b0ac9c) 31 August 2016, 13:54:57 UTC
7c4ffae Add tests for conversions from ReshapedArray to Array/Vector/Matrix (#18262) These were not tested systematically, and are more generally useful to test conversions from AbstractArray. (cherry picked from commit 4d6ceac5860a413803d3c853e7af18764164e18a) 29 August 2016, 19:20:34 UTC
f34a3a8 Rename the FooBar type in test/core.jl (#18279) so `JULIA_CPU_CORES=1 ./julia test/runtests.jl core compile` passes after #18150 (cherry picked from commit 10f3c35f3a29cb4ead0937dd8f22977a532abe17) 29 August 2016, 19:19:10 UTC
53c7720 Some broadcast fixes (#18200) * Fix #18176 (broadcast over mixtures of arrays and numeric scalars) * Fix #17984 (broadcast behavior over empty arrays) (cherry picked from commit a232a0ba7de5b396c3c8ef6f1bcaa0312005cbfb) 29 August 2016, 19:18:59 UTC
6d16bc4 Add missing convert(Vector, ...) and convert(Matrix, ...) methods (#17848) This commit will allow a user to call: convert(Vector, my_abstractvector_of_eltype_Foo) convert(Matrix, my_abstractmatrix_of_eltype_Foo) which is useful because - for the case that the variable is a subarray of the same dimensionality - for consistency with PR #17066 (cherry picked from commit bffeedbb40722664d6ca4f2d08d4355b8aeb2aed) 29 August 2016, 19:18:46 UTC
15019c1 Fix line number in a doctest 29 August 2016, 11:08:13 UTC
245b9f6 Test for Dict not triggering a deprecation due to ::Integer==::Char comparison (#18234) See #18213. (cherry picked from commit 77176cd12d12972a39b314fb34327c8b53899782) 29 August 2016, 10:49:05 UTC
936a9a8 Use inbounds in reductions with generic iterators (cherry picked from commit 9743f8d3dd7d4f2c3ba12283fd56d57953515d1a) ref #18269 29 August 2016, 10:46:49 UTC
b9ec3fd Speed up indices for SubArray (cherry picked from commit 8a70e1379b92ebddc8d1dabbc938d6994395f242) ref #18269 29 August 2016, 10:46:31 UTC
631f752 Clarifiy performance results (#18242) Closes #18231. (cherry picked from commit 2961c4d8f1716bc3a6258e8ce7288521d50e46e9) 29 August 2016, 10:46:04 UTC
4d8df07 Handle `VecElement` in `julia_const_to_llvm` Also clean up `julia_const_to_llvm` to avoid boxing due to `getfield`. Fix #18236 (cherry picked from commit c4093ba956ca1f4f3549a6684608211714742e83) ref #18238 29 August 2016, 10:45:34 UTC
7e2997a Make sure `:push_loc` meta always has a corresponding `:pop_loc` * Preserve meta node and line number info during dead code elimination * Insert `:push_loc` and `:pop_loc` in pairs during lowering Fix #16578 (cherry picked from commit b929c564bdc812d2ac9b5762d9332edfd1084124) ref #18180 29 August 2016, 10:44:17 UTC
f35bc7b hopefully unbreak osx travis llvm linking (#18241) ref https://github.com/staticfloat/homebrew-julia/commit/f57dcc20464c9ce4758a6fca088164a591daf1cd#diff-633fd9f8448015391714f35e04d39b5bL154 [av skip] (cherry picked from commit ad73afa7f7386274b5203f0953574892c862d740) 29 August 2016, 10:42:19 UTC
e59de27 In cgmemmgr, allow writing permissions on the read page for the debugger The permissions specified in MapViewOfFile specify the maximum permissions the file can ever have, which means that even permissions bypass by the debugger is not allowed to write it. Instead, set the maximum permissions to RWX and VirtualProtect down to the permissions we need. This is the same behavior as we use on Mac/Linux. (cherry picked from commit 4f1ba0cfa517d51652736b47854fedef74430de3) ref #18083 29 August 2016, 10:41:48 UTC
25979af add missing "Threads." in example (#18219) (cherry picked from commit f58aaef9b7aa202e9d59e59798ce7f5c32706a1e) 29 August 2016, 10:40:59 UTC
back to top