https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
f4c6c9d Tag v0.5.2 06 May 2017, 16:34:02 UTC
80ee8b7 Merge pull request #21684 from JuliaLang/tk/backports-0.5.2 [release-0.5] backports for 0.5.2 06 May 2017, 15:45:40 UTC
87448f2 fix line numbers in a doctest 04 May 2017, 21:35:23 UTC
6accda3 Revert "More fixes for non-1 arrays" This reverts commit 39cd805589d02016191b4b3b7c8407d01aaf624a. 04 May 2017, 21:16:24 UTC
3a873fe Revert "Ensure linearindices completely inlines (through _length)" This reverts commit e1c9a4b522ce75f8c742cb4255e66ab8adebd5cc. 04 May 2017, 21:16:08 UTC
86bdc39 Revert "Introduce temporary if necessary to inline `_apply`" This reverts commit 8a4e1be6ce822069489ca68730318a19817285fb. 04 May 2017, 21:15:43 UTC
4504215 Revert "use `newvar!` instead of `add_slot!`" This reverts commit c250310783151f0fafd4a199ef7cb9365dd84a94. 04 May 2017, 21:15:37 UTC
8b8a274 Revert "add test" This reverts commit e9fc37aefa00a1bf0680c1fc1677bdf9b01c1a21. 04 May 2017, 21:15:31 UTC
a36d4af Revert "fix #21311, inlining `_apply` reordering evaluations" This reverts commit 31130a7437a7cc81871499cc8e95e25b4cd46d04. 04 May 2017, 21:15:00 UTC
e1c9a4b Ensure linearindices completely inlines (through _length) (cherry picked from commit fbb047cc43c105cfa8e320a3c06e236d603eaee9) originally from #20079 04 May 2017, 16:12:12 UTC
98479af Merge pull request #21685 from alyst/backport_mapreduce_fix [release-0.5] backport mapreduce fixes 04 May 2017, 15:28:25 UTC
a334c00 handle small (<16) arrays by _mapreduce() (#21167) (cherry picked from commit 55f44179b9f9c75f8587c19f62cc17f031f5e3fd) 04 May 2017, 13:51:22 UTC
613a244 Fix mapreduce_impl() for 1-element range (#19325) * fix mapreduce_impl() for 1-element range * mapreduce() type stability tests * wrap long lines * mapreduce_impl(): add @inbounds ifirst:ilast should be a valid A indices range (checked by the caller) * reduce code duplication in _mapreduce() * let mapreduce_impl() handle all but empty collection cases * extend mapreduce() tests with empty/long collections * mapreduce(f, op): don't apply @inbounds for `f` * clarify how mapreduce_impl() should be used (cherry picked from commit fb312c40aa25e492c71648ecdc124af73a09993a) 04 May 2017, 13:48:35 UTC
8774627 add documentation for Function type (#21649) (cherry picked from commit 0be9996cf4f438c7d0247499c9479abb61c332f7) 04 May 2017, 08:57:33 UTC
e6f48c3 correct the codegen of floating point subtypes ensures that alignment is consistent in the LLVM struct representation as in the Julia struct representation computation also helps ensure that the floating point NaN payload bits won't accidentally get discarded for non-IEEE-754 subtypes of AbstractFloat fix #21216 (cherry picked from commit ece60d08c29c53e8250d4275b40bfd8fa1aa347d) ref #21425 resolve an ambiguity from the AbstractFloat codegen test type add 0 third argument to jl_subtype for release-0.5 04 May 2017, 07:55:51 UTC
357286e don't make corrupted copies of singleton objects during AST deserialization this corruption will now be detected when finalizing the sysimg with an assertion (cherry picked from commit 3bb1b565bd2a9c7b962bd4523db6b89201e762d7) ref #21206 04 May 2017, 07:15:13 UTC
754ae07 run code signing script in contrib/prepare_release.sh if present (cherry picked from commit 575c9793170c90c091acafccb19c4e91d969f5a3) from #21177 03 May 2017, 07:55:19 UTC
31130a7 fix #21311, inlining `_apply` reordering evaluations Backport of #21319. (cherry picked from commit a27ce01e5ef1ae2aefcfa2ce362210b40c07512d) 03 May 2017, 07:41:02 UTC
f797f92 Merge pull request #21087 from c42f/test_broken-finish-test-0.5 [release-0.5] Don't throw for tests which are explicitly marked broken 03 May 2017, 06:48:09 UTC
c282224 Merge pull request #21080 from JuliaLang/mh/backport_21069 [release-0.5] Backport of #21069 03 May 2017, 06:44:01 UTC
9844192 Merge pull request #20976 from JuliaLang/vc/bp05_cmake_shlib [release-0.5] Backport of cmake shlib fixes 03 May 2017, 06:38:01 UTC
009bf99 Change all julialang.org links to https run make docs Fix unusually capitalized Julialang.org link release-0.5 version of #21472 03 May 2017, 06:21:12 UTC
bb726db Disable FFT plan check with FFTW < 3.3.4 (#21546) fftw_sprint_plan wasn't available in FFTW 3.3.3. Hence show of a plan in FFTW 3.3.3 doesn't actually show the plan contents and the test will fail. (cherry picked from commit 6d76c23f701a1d8a7105b2a0bda26d5e282c56d8) 03 May 2017, 05:58:14 UTC
14523c2 Fix unsis download link for make win-extras (#21608) google code moved all the archived downloads around (cherry picked from commit bc96f764388704dc9295edfe3a8bad6f21f57008) 03 May 2017, 05:57:39 UTC
302f8cb Make building against MKL on Windows a bit easier (#21588) account for mkl_rt.dll naming, and tweak blas linking flags to work around an issue with libtool in arpack where it says *** Warning: linker path does not have real file for library -lmkl_rt. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libmkl_rt but no candidates were found. (...for file magic test) *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. then refuses to build the shared library we want (cherry picked from commit 991b581c2723c57fc0d5005c1c7b61a1b0458308) 03 May 2017, 05:57:18 UTC
3e86b46 allow mkl_rt name in fftw_vendor on non windows (cherry picked from commit 29806d59662bf9e653ec3d3ebb32b16362264d93) ref #21521 03 May 2017, 05:56:12 UTC
eeafeb0 Adding an extra use-case to fftw_vendor function to provide support on Windows On Windows, MKL dll is called mkl_rt, fftw_vendor() was not handling this use-case, this commit makes sure fftw_vendor() handles this situation and returns appropriate value. (cherry picked from commit a957c4627a40f1f21e0bd2a2ed98598ca1f5651b) ref #21521 03 May 2017, 05:56:10 UTC
742160c Includes FFTW if USE_INTEL_MKL is enabled Setting USE_INTEL_MKL to 1 will make sure FFTW is included in the final build (Even if Base.USE_GPL_LIBS is disabled) (cherry picked from commit 49c96ec2c6e42321c2fa8dfa2290c029f67150dc) ref #21521 03 May 2017, 05:56:09 UTC
0d5acba Add a test for profile deserialization (#21575) xref #21025 which is fixed on master, and a one-character fix on release-0.5, but should be tested on both branches (cherry picked from commit 4ddd9fa1eb850d53d47f977a4e07ed0fc48329d7) change Int64 to UInt64 in deserialize method, and UInt64 to UInt in test, for release-0.5 03 May 2017, 05:45:46 UTC
ea795ec add test for module name conflict (cherry picked from commit cd227e9cec0d65b0c07089cbe5b3a9ef05220c05) ref #21539 03 May 2017, 05:29:45 UTC
416fd0c don't use isdefined in stale_cachefile `isdefined` will immediatly resolve the binding. Since we are only trying to skip the path lookup the weaker version `isbindingresolved` is enough. `isbindingresolved` is also used for this purpose in `read_verify_mod_list` in `src/dump.c`. (cherry picked from commit 6c92f26c95886c844e81f39b86daee5844850ae1) ref #21539 03 May 2017, 05:29:44 UTC
88ab843 check if cachefile dependencies can be fulfilled (#21492) (cherry picked from commit 36bb61a536e522b6dc9443fc4d8408ea12ae0dd3) 03 May 2017, 05:29:42 UTC
2745f8f Add a realistic test in test/resolve.jl This is to catch a particularly hard case for the resolver that was reported in https://discourse.julialang.org/t/differentialequations-pkg-wont-be-added (cherry picked from commit bc9efecc52e7942da355962440bb8bd1cb72275e) ref #21485 03 May 2017, 05:15:36 UTC
c686385 Slight refactoring in test/resolve.jl This is in order to catch resolver failures inside `@test` calls (cherry picked from commit 3eb7115464c68b05a53d139b3aa9d9683039079e) ref #21485 03 May 2017, 05:15:35 UTC
957041e Improve Pkg.resolve accuracy Reset the messages after each decimation. This helps avoiding some of the problems that were reported lately, in particular those at: https://discourse.julialang.org/t/differentialequations-pkg-wont-be-added (cherry picked from commit 5b32e44fbbf9e30df4eda42eefa70837f0467ee5) ref #21485 03 May 2017, 05:15:33 UTC
c1b8f9a Tiny improvements in Pkg.Types (cherry picked from commit 1edbe3ede3fb6ad423999e7d3df6fcf5b7a4bf7b) ref #20480 03 May 2017, 05:15:32 UTC
ec79250 Better error message when resolve fails. (cherry picked from commit cbf984243cd2a199b302383be247cfde3522f8bc) ref #20480 03 May 2017, 05:15:31 UTC
a0a2cda Remove unused pkg/query.jl function (cherry picked from commit df791619e82370033477f4608171d69cf08c1729) ref #20480 03 May 2017, 05:15:29 UTC
e556dee Some code cosmetics in pkg functions (cherry picked from commit ef78539f466627bdd673ed7c01fd7be0d9d641c7) ref #20480 03 May 2017, 05:15:28 UTC
f7c3d0f Pkg: propagate requirements (with backtrace) Add a pre-pruning step in which requirements are propagated along the dependency graph, keeping a backtrace of the process. This has two benefits: 1. Make things easier for the solver, by simplifying the graph and reducing the number of versions 2. It should detect most common problems with requirements that introduce implicit contradictions, and it provides a useful error message to fix the situation. (cherry picked from commit d054d36fcc39f3a62b8bbb4a25e109dccafc87f7) ref #20480 03 May 2017, 05:15:27 UTC
f907b57 Add ResolveBacktrace types in Pkg prepares the way to keep track of the propagation of requirements (cherry picked from commit d47f6e86a2f1ab7dedebb2b1ca43a366b35fb18c) ref #20480 expand out Pair{<:AbstractString,ResolveBacktraceItem} for 0.5 03 May 2017, 05:15:25 UTC
b54c343 Implement union of VersionSets (cherry picked from commit 8d27c72cc19238e4e849c9cc36cbf908459aaa63) ref #20480 go back to vec of matrix comprehension for release-0.5 avoids ERROR: LoadError: LoadError: ArgumentError: argument to Flatten must contain at least one iterator in start at .\iterator.jl:599 in grow_to! at .\array.jl:357 in intersect at .\pkg\types.jl:44 in push! at .\pkg\types.jl:182 in requirements at .\pkg\query.jl:34 in resolve at .\pkg\entry.jl:476 03 May 2017, 05:15:24 UTC
d13cb5f Fix sparse right multiplication of Symmetric and Hermitian matrices (#21431). (#21432) (cherry picked from commit 8a3b6c11cd4c90f5eabb86657b9b320fdf8cb801) 03 May 2017, 05:15:23 UTC
b428e47 Fix bug in backsolve of sparse hermitian matrices (#21165) (cherry picked from commit 9baadbf5367038943a0299ea86e26e6330b912cd) 03 May 2017, 05:15:21 UTC
6b2ae36 upgrade libssl on travis to hopefully fix curl certificate issues 03 May 2017, 02:24:20 UTC
2a5dd2a Correct alignment of atomic load and stores This makes sure that atomic load and stores have the correct alignment as guaranteed by the gc. (cherry picked from commit f8e3e125951f179a4b1f037076804747d925a7d0) ref #19482 02 May 2017, 18:50:02 UTC
a676636 add stdio dup call for fd on windows this ensures that another library calling _setmode or _dup2 does not affect our library output fix #21264 (cherry picked from commit 261c716b9425e070b30a3e2dbee0af86b0a02f43) ref #21380 02 May 2017, 18:50:02 UTC
39cd805 More fixes for non-1 arrays (cherry picked from commit 4776d9ad5539f2b509c2c6622dcedc88e7e18b14) ref #21251 02 May 2017, 18:50:02 UTC
5fc644a Disable /proc/self/mem memmgr on Linux < 4.10 The DirtyCOW exploit mitigation patch in Linux (torvalds/linux@19be0eaff), introduced a kernel bug, that would cause the kernel to hang if an application tries to use /proc/<pid>/mem (or ptrace) to bypass page protections on pages that are backed by transparent huge pages (though only if the write causes a COW resolution). We make use of this feature in our cg memory manager on Linux, but since we can't predict whether or not our mappings will be backed by transparent huge pages, the only safe thing to do is to fall back to dual maps on kernels that potentially have this issue. Since the problematic commit is a fix for a high-profile exploit, it is quite likely that it is included in most stable kernels by now. I have a patch pending at http://marc.info/?l=linux-mm&m=148359462417378&w=2, which I expect will fix this in the kernel for 4.10. However, we'll have to disable the use of /proc/self/mem for all prior kernel versions to avoid locking up the kernel. (cherry picked from commit c8312d356a7fd2f984f490bd692893f33c4c74ba) ref #19887 02 May 2017, 18:50:02 UTC
4be8a3f updated fix for #19892 (FFTW threads initialization) (#21169) * updated fix for #19892; initialize FFTW threads the first time the planner is called (#21127 incorrectly prevented threads from being used at all) * add test for #21163 (cherry picked from commit 378ed8a75a690f5e5b6cb04201a563533d64d452) 02 May 2017, 18:50:02 UTC
8619307 do checkout before changing HEAD (#20916) * do checkout before changing HEAD 541d94b69e4ed585d229c73789bb8a10b5950746 * add test for change to file permissions 42493ae700501aafccc9be5f11e24a5b8c780448 * add test for symlinks a3fab6ba95f6ee6332f0b6e3b43bcae2d478ee63 * add issue numbers to comments 1b7d47af3783218f32017e33b1a4c0e83e4e09d7 change close(repo) to finalize(repo) for release-0.5 02 May 2017, 18:50:02 UTC
468974c Identify `ppc64le` as a 64-bit architecture (cherry picked from commit 1d678da21c5b504dc06cb5bffe2478cab301066d) ref #20950 02 May 2017, 18:50:02 UTC
0f9d440 fix FFTW crash after set_num_threads (cherry picked from commit 3bdfeef0579a9be7e2b6336235d77d5366e805ba) ref #21127 02 May 2017, 18:50:02 UTC
b044f74 OSX: Add both RPATH entries to `julia`, don't overwrite See https://github.com/JuliaLang/julia/commit/30ba746f0dfd731d91f554c0e50e92c84c9ff451#commitcomment-21430419 for more details (cherry picked from commit 7ce49250a3bc556d238e199abed04961633546fd) ref #21134 02 May 2017, 18:50:02 UTC
ea015b8 Fix stride for vectors in BLAS.ger! and BLAS.trsv! (#21125) Fixes #21122 (cherry picked from commit 3d126b8c06121d266ba86236b226429de66513e7) remove testset for release-0.5 02 May 2017, 18:50:02 UTC
b004efa Carry openblas power assembly fixes from https://github.com/xianyi/OpenBLAS/pull/1098 (cherry picked from commit 26beab3d13eb28d9d5324b2bc652d79899d8eafe) ref #21091 fix Makefile.system dependency for release-0.5 02 May 2017, 18:49:57 UTC
32e26e1 pkg: factor url_or_pkg logic into its own function and test it (cherry picked from commit 16324730a997d3b8cab404782e668aa3b6b8b4ad) ref #20914 02 May 2017, 15:40:46 UTC
633993f work-around joinpath error when cloning git ssh urls (fix #20695) (cherry picked from commit 8fb132f41566915c9175b3dce0f818e5f02cdbf3) ref #20914 02 May 2017, 15:40:32 UTC
5c1972b Work around bug in tar 1.29 with --no-recursion and -T (#20942) causing duplicate files and including directories it shouldn't be (cherry picked from commit 4521e6b0681fea26e8896a2213807f99af9b67c7) 02 May 2017, 15:39:12 UTC
70e5b56 Force inlining of varargs-setindex! (cherry picked from commit cf7d04959ae072158e8ada01e7b3efe9f52409b0) ref #19197 02 May 2017, 15:38:45 UTC
e9fc37a add test Backport of #21069. (cherry picked from commit 1594692547d179bb106e2b70ac1d177e8db9f262) 20 March 2017, 08:18:13 UTC
c250310 use `newvar!` instead of `add_slot!` Backport of #21069. (cherry picked from commit 038390b09c1b645274cfed5338c9452dfcee81d9) 20 March 2017, 08:14:07 UTC
8a4e1be Introduce temporary if necessary to inline `_apply` Backport of #21069. (cherry picked from commit f65f273cf78125ad0c63ac27d63071296a625c04) 20 March 2017, 08:14:07 UTC
aa3907c Don't throw for tests which are explicitly marked broken Minimal fix backported from 8982605c1. Fixes #21008 19 March 2017, 03:28:48 UTC
9127cca DefaultTestSet tests for test_broken and test_skip Check that test_broken and test_skip do not result in an exception. Already fixed in 8982605 - "Rework test framework", but present in julia-0.5 (see #21008). See also #21086 (cherry picked from commit 3ce8ab026825c4935e82dac4576427e7a631976f) 19 March 2017, 03:25:36 UTC
4d41845 use cmake for llvm 3.8+ (cherry picked from commit 7705088d34669e8e6efb20d9c0f57a7b60232431) PR: #19054 10 March 2017, 14:55:39 UTC
7d2d211 add patch to make shlib builds with cmake work (cherry picked from commit d42eac994785c627cfb78d9bd2d3364e0bdf3315) PR: #19054 10 March 2017, 14:55:22 UTC
a6c55c5 typo (cherry picked from commit 792ded802743830044198d2f525bded1f1c0bfb6) 06 March 2017, 03:59:01 UTC
9f40107 -pre mark towards 0.5.2 05 March 2017, 13:26:15 UTC
6445c82 Tag v0.5.1 05 March 2017, 13:25:39 UTC
f0993f9 Merge pull request #20736 from JuliaLang/tk/backports-0.5.1 [release-0.5] backports for 0.5.1 05 March 2017, 13:24:36 UTC
0cc7d79 Fix links in documentation point to release-0.5 instead of master or latest 05 March 2017, 00:56:45 UTC
2f0a10d Fix doctests for minor backtrace differences 05 March 2017, 00:07:13 UTC
23aef0c Revert "remove checked_fptosi and checked_fptoui from inference.jl" This reverts commit ea37c3c35eb3fe6bbaa0962a048c6b26e11e5ac7. Revert "replace checked_fptosi intrinsics with Julia implementation (#14763)" This reverts commit 55125539f5e39af512156ed0d03b8dcf2abd7b57. caused significant slowdown in conversion 04 March 2017, 23:48:49 UTC
bee5dce Fix `summary` for cases of mixed indices-types (cherry picked from commit 0eff50bd55dcdb245d248c8c54f93ada76fbfb02) ref #20431 use map(length, inds) instead of length.(inds) for release-0.5 03 March 2017, 05:34:54 UTC
fa14563 Ensure that unsafe_view doesn't check bounds (cherry picked from commit 32bc971d3224dc6aa34af40c4fadb332d0352e71) ref #20225 and the test from #19555 because it passes, why not 03 March 2017, 05:34:52 UTC
a8fbf31 Revert "fix #18408, closure lowering of captured, never-assigned locals" This reverts commit f32c0ed6b8c060b4012f8957bc9d52d1761eac4b. un-backports #18493, since it caused package regressions in ASTInterpreter, FixedSizeArrays, GeometryTypes, and QuantumOptics 03 March 2017, 05:33:53 UTC
b386767 Merge pull request #20825 from JuliaLang/sh/backport-18583 [release-0.5] backport #18583 01 March 2017, 14:08:16 UTC
7f1e1a0 Merge pull request #20396 from JuliaLang/sk/frfix0.5 [release-0.5] Fix computation of range length in certain cases (fix 0.5/#20373) 01 March 2017, 14:08:03 UTC
b08227b Don't overwrite the cp function in the arrayops test 01 March 2017, 14:06:47 UTC
649714d Automate uploads to s3 using aws cli in prepare_release.sh (cherry picked from commit 906917ba14f7e986f5b819e9a3b94adfeaf705bf) ref #20846 01 March 2017, 13:29:06 UTC
0f39ffe Check that sparse matrix is valid before constructing a CHOLMOD.Sparse (#20464) Don't use length of underlying arrays to query sizes Rename variables in zero based constructors (cherry picked from commit 769d37b1def1920311900ac0ae0e84d6422aa72a) testsets removed for release-0.5, and Vector{<:VTypes} written out 01 March 2017, 13:25:45 UTC
e8ff206 Disable offsetarray fft tests when USE_GPL_LIBS is false (#20599) (cherry picked from commit c72dbdfe9afaaeacf58be48db7e12feb81d91212) 01 March 2017, 12:53:25 UTC
3d23f4f fix dropstored for sparse matrices (#20516) (cherry picked from commit e24faa565ec581d055195c34a73266aabd2f4975) testset replaced by let block for release-0.5 01 March 2017, 12:49:07 UTC
98025cc Allocate less memory in stegr! when range == 'I' We were allocating enough memory to hold all eigenvectors even when only computing only a range. (cherry picked from commit 4aa48e08341d67d19009e0f4e2eebcce6b12fcb9) ref #20459 01 March 2017, 12:49:05 UTC
22dad18 fix poll_fd ArgumentError ordering when reusing a _FDWatcher, the check for whether it is already in use needs to happen after we check if there's already an existing _FDWatcher (cherry picked from commit c0b1b04947573e1a9a5ce884f69d39363bfbfdbb) ref #20460 01 March 2017, 12:49:04 UTC
dea17b4 Support pointer(A::PermDimsArray) and strides(A) if parent(A) supports them (cherry picked from commit 2bc83cadc0e3b5a0cffcff56d0a6f7e59ecfd7a3) ref #20385 Qualify PermutedDimsArray as it isn't exported on release-0.5 01 March 2017, 12:48:58 UTC
a3982a7 Cosmetics in pkg/resolve code (cherry picked from commit ce64a7ca7cefd361383ab2b684b99996d2644d43) ref #20319 01 March 2017, 12:47:18 UTC
957c10c Small VersionWeight/FieldValue refactor Makes more sense to have the uninstalled state as an extra field level. (cherry picked from commit ce65ef981681aa227910dbbcf40c60c02f207108) ref #20319 01 March 2017, 12:47:17 UTC
53538e7 Reduce uninstalled packages score in solver Adresses part of #20313 (cherry picked from commit 49615be3024b183d1bca69502bb2538809bfe610) ref #20319 01 March 2017, 12:47:16 UTC
40143f0 Update busybox-w32 version this should support fractional sleep now (cherry picked from commit c4f29fd04c4190f9b92fc7895fd4ba2573c3ef6e) ref #20152 01 March 2017, 12:47:15 UTC
b867796 Use openSUSE 42.2 instead of 13.2 for winrpm binaries 13.2 is ending support soon (cherry picked from commit 022a60cd988a36bbdb860e9a5ad581c9487e4abb) ref #20152 01 March 2017, 12:47:14 UTC
0b120b1 Add libwinpthread to runtime dll handling downloading from opensuse to possibly work around winrpm issues for now it's likely going to be fragile to use opensuse runtime libs with the old cygwin toolchain, will have to see (cherry picked from commit 986c1031b35cff810541f361c4c628ccd9f89b00) ref #20152 01 March 2017, 12:47:13 UTC
49d0d48 Revert "Reinstate downloading old versions of winrpm gcc dll's (#18059)" This reverts commit 7b4077fbaf061ba1f3c0a68d9e923d2a301f9abc. (cherry picked from commit db484f7a819f1cdefe24699403967bdf97bf0c55) ref #20152 01 March 2017, 12:47:12 UTC
bd26938 fix hygiene and side-effects problems in at-view (cherry picked from commit f225d82e48e71300c624333c0c481bdcac494304) ref #20247 01 March 2017, 12:47:11 UTC
1512ae0 Avoid error if temp_dir acquires .DS_Store file (#19894) Issue #19873. If the macOS Finder inserts a .DS_Store file while Pkg.update/Pkg.add operation is in progress, a plain `rm(temp_dir)` will not succeed. (cherry picked from commit ca3b06e7b3d80e61eda377429b67435091115f8c) 01 March 2017, 12:47:10 UTC
fe93bee Add tests for #15240 and #19963 Tests for jl_realloc and jl_free with Null pointer arguments. (cherry picked from commit b820c054a717727140d4430ea909bd5b4b1e6f96) ref #19969 01 March 2017, 12:47:09 UTC
0e97a91 Fix #19963, support Null pointer argument to jl_free Null pointer argument must be allowed according to the standard (see C99, 7.20.2.3), in which case there should be no action. (cherry picked from commit 0586f1afdb2a535651f5c90a206824b752263f51) ref #19969 01 March 2017, 12:47:08 UTC
9fcfcda Fix inference of fastmath floating point comparisons (cherry picked from commit c56d59b28d7601d4f86a716cde4be7c69e28f385) ref #19869 01 March 2017, 12:47:07 UTC
73052e6 Fix #19655 (TypeError on empty stacktrace) (#19656) * Fix #19655 * Test for #19655 (cherry picked from commit cfa2312dd649ed09d682ba7ced39395aa6507c5d) 01 March 2017, 12:47:06 UTC
back to top