swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
a2f713d Tag v0.4.3 12 January 2016, 21:37:53 UTC
cdc14fb Merge pull request #14611 from JuliaLang/tk/backports-0.4.3 [release-0.4, WIP]: backports for 0.4.3 12 January 2016, 20:01:51 UTC
961c8f5 Revert "Add test for missing linfo root for jlcall function object" This reverts commit d2fc2c0f7e223e8d69bade8f827b7edb8900a56d. This test can't pass without the previous commit 12 January 2016, 10:11:51 UTC
62fcf22 Revert "Root the function object in jlcall" This reverts commit 147db98a43bc9481d0ebbb68f11f91a02ea24ad8. According to bisect on Cbc.jl this was causing segfaults in jl_restore_incremental 12 January 2016, 10:04:19 UTC
1a3b723 Merge pull request #14647 from yebai/patch-1 updated missing doc on macro @~ 11 January 2016, 21:04:49 UTC
86b3a30 updated missing doc on macro @~ 11 January 2016, 20:50:33 UTC
a416435 use brew deps of release julia on osx travis 10 January 2016, 16:54:00 UTC
6b59785 Updating parallell computing text Behaviour was not as documented. (cherry picked from commit 312de214f1caeee3ded83308bdaee8769aa68516) ref #14606 10 January 2016, 08:15:36 UTC
bc35739 Merge pull request #14618 from JuliaLang/teh/backport_14293 matmul: don't assume the existence of type-conversions 09 January 2016, 21:57:11 UTC
e472c5a Loosen signature on scale (cherry picked from commit 2c534376fd940350a62631acc1a55ce314ea6ef1) 09 January 2016, 20:02:27 UTC
b37abd3 matmul: don't assume the existence of type-conversions (cherry picked from commit 709c867291ef0b4b6637cbad1c4ec9093bbed99d) 09 January 2016, 19:24:43 UTC
b4f7de3 fix line numbers again 09 January 2016, 09:39:36 UTC
b90f488 improve quantile: reduce allocations, use partial sort (cherry picked from commit f6ad90e42b9e69886f407476b0ade0680f165198) ref #14413 09 January 2016, 09:23:43 UTC
36567e9 Type-stability fixes for matmul (cherry picked from commit 6db0a4f31259cee57865d131bd591382a18cca86) ref #14335 09 January 2016, 09:07:18 UTC
90c39a0 Remove text that was moved to I/O and Networking (cherry picked from commit 9608bb641595839b2e620707460a5e76c114743e) 09 January 2016, 09:07:18 UTC
2875a58 Add doc for `open(::Cmd)` to section on I/O and Networking (cherry picked from commit 939bb28810bd4349e089d1ab9a32f0a4ae70b6e0) ref #14298 09 January 2016, 09:07:18 UTC
58b22c2 Update to use 2D (matrix indexing) mandelperf(). (cherry picked from commit 661a57e413d11b6e66bee858bdb3dd29644d7035) 09 January 2016, 07:50:18 UTC
27cbbfd Fixed Lua timeit(), ported to SciLua. (cherry picked from commit 827fe3df94b10e82372eced2d4223c410a2db70b) ref #14297 09 January 2016, 07:49:47 UTC
2c365af add option '--debug', separate release/debug version while building sysimg (cherry picked from commit 61aba5a245ad3f557a573b2b87386330b5de1d4b) ref #14176 09 January 2016, 07:49:06 UTC
5518051 Check that pointers to SuiteSparse object haven't been zeroed before calling SuiteSparse routines. Fixes #14134 (cherry picked from commit 899552fbff8d5d962f8778a48e4b5640123bbf12) ref #14149 09 January 2016, 07:40:13 UTC
34af337 Fix locale-dependent sort order when parsing headers (cherry picked from commit f64ca7e5805b1d220838dc2a8bf37284857aaeb2) ref #14363 09 January 2016, 07:29:43 UTC
d2fc2c0 Add test for missing linfo root for jlcall function object (cherry picked from commit f95ffcd25671f21075eed9fe9e78d1525d46f087) 09 January 2016, 07:27:00 UTC
147db98 Root the function object in jlcall (cherry picked from commit c1005bf3dd1be42aaec4356b23d9942b163dabdb) ref #14301 09 January 2016, 07:24:58 UTC
f12b49c Initialize the `pooled` field early so that the GC can correctly mark the page if this is a pooled object. (cherry picked from commit 12e1fe68e94761cccc391c873feadd9e5238d41a) ref #14361 09 January 2016, 07:23:52 UTC
0aeffc4 Update deprecated syntax. (cherry picked from commit c3b0c65814d995577c32e8f2b94023850616deec) ref #14393 09 January 2016, 07:18:10 UTC
86d5543 create new cache files in default path when recompiling (fixes #14368) (cherry picked from commit 06de426da40463a15d2dfeb51f226ac9700a54c4) ref #14369 09 January 2016, 07:14:05 UTC
90b948a codegen was over-aggressively eliding the first argument to `isa` (cherry picked from commit d2f6ce55d1f4c23a47baa5d0f3cc4517df6a9c1c) ref #14394 09 January 2016, 07:03:40 UTC
11196a0 fix #14339, `T<:Union{}` should not match any argument (cherry picked from commit 63e553711d1634dfdf74ebb5d5e877592a61ff10) 09 January 2016, 06:34:22 UTC
20af3ea Correct auto-detected CPU type for Raspberry Pi The Raspberry Pi CPU is misdetected by LLVM, which means that hardware floating point instructions are not disassembled properly. `codegen.cpp` already has a work-around for this problem, explicitly enabling hardware floating point instructions on ARM systems. This patch is the counterpart for disassembling code. (cherry picked from commit 0f52021a66c35fb73e37373970299426426c1c0f) ref #14386 09 January 2016, 06:34:22 UTC
152e3e3 Simplify the launch script on os x. Currently it always opens two terminals for me. This will always reliably open only one new terminal for Julia in all the different cases. (cherry picked from commit 8656840586d98d1e055f2a0b979a2d89943bdc62) ref #14365 09 January 2016, 06:34:22 UTC
b215433 Refactor java benchmark to remove duplicated code. Replace tabs with spaces. (cherry picked from commit 145658ebcbe9d0c8c12491aaa6aff4238b4dbd01) ref #14235 09 January 2016, 06:34:22 UTC
1232380 fix embedding docs of jl_atexit_hook (cherry picked from commit 109dcc072fbfa8da9e39a20edd5b18929e788cf6) ref #14262 09 January 2016, 06:34:22 UTC
693a9d9 add tests for REPL rsearch with UTF8 (cherry picked from commit 773fb3b5de5bed07042404ea155d600fb68ab05e) 09 January 2016, 06:34:22 UTC
ef55dd6 make repl rsearch utf8 compatible (cherry picked from commit 7efffc7c7f13a8fe9460d66c890e5a2dafbc8c49) 09 January 2016, 06:34:22 UTC
85ae4f8 fix repl rsearch with one-char query The backward i-search needs to set the "start" parameter of rsearch to the end (minus 1) of the current search window. This fixes e.g.: * searching backwards only one character remains stuck on the same match * searching backwards 'aaa' skips one of the matches in 'aaaa' (cherry picked from commit b3a57c6bd78ab4c2e0ed3d914fcbc9c6f8395265) ref #9352 09 January 2016, 06:34:22 UTC
407e072 Shared Arrays no longer considered experimental (cherry picked from commit 6cacd7d565f6af318d5bee8d4d10aa70c79abb09) ref #14226 09 January 2016, 06:34:22 UTC
ad4ec58 consistenly use jl_dlsym_e in jl_dlfind_win32 (cherry picked from commit 2535fbe954e0caa01b2c51267373b78ab88cbcb5) ref #14514 09 January 2016, 06:34:22 UTC
e91da1a fix line numbers in doctest 09 January 2016, 06:34:22 UTC
275231a Fix #10124 by adding check for undefined behaviour (cherry picked from commit aa739ec68b4f7ebdeb801440df7514661d57df2b) ref #14520 09 January 2016, 05:39:21 UTC
3d0a0e0 Document Makefile syntax for genstdlib documentation (cherry picked from commit b2f333dd025f8309bb59d430689df0aa49194694) 09 January 2016, 03:57:18 UTC
2fcdcbe Fix and update documentation for Profile.print (cherry picked from commit 5e72ae2dd88d10589c3a376ec92bdfab59f8c264) 09 January 2016, 03:57:18 UTC
02af545 Document `localindexes` and `SharedArray(filename, ...)`. (cherry picked from commit edc762c5e06e9b9bb08732c9ae82032c80186c74) ref #14532 09 January 2016, 03:53:12 UTC
bb2475c Makefile: add back rules for julia-genstdlib, docs (cherry picked from commit 743e4eb1de14a6295be88e4b3eed33b98dda0862) 09 January 2016, 03:53:12 UTC
3000319 Fix stride1 computation for sub. Fixes #14509 (cherry picked from commit 2c90f8f24049c214c4943aed0dd641cb61d31539) ref #14529 09 January 2016, 01:34:43 UTC
cf1aac9 Make sure pointerfree is initialized so that jl_compute_field_offsets can work correctly (cherry picked from commit 5fe47bd4a2d18dea14a0b6a5a6e0a9d610006f2a) ref #14567 09 January 2016, 01:31:06 UTC
93ccda0 fixes IntSet copy!(a,a) for a === a; #14581 (cherry picked from commit 166f4846b091d6d2ef73642525e9904d0f415df9) ref #14582 09 January 2016, 01:30:37 UTC
4cd00d1 Bump libuv version to include linux AArch64 fix. (modified backport of commit 7161449e73d1b42d7db3f2b7d93c50afc778e268) ref #14511 09 January 2016, 01:23:07 UTC
d78cd3d Do not try to call uname on Windows during versioninfo(true) Add a test that versioninfo(IOBuffer(), true) works (cherry picked from commit ccf716ee138ad2db5b9084084458d10ca27cb637) ref #14579 09 January 2016, 00:40:23 UTC
6e40621 add a test for #14174, eigfact of a not-tiny matrix (cherry picked from commit 4cf37ebe213cee5e09f93446a27e926b1e8e36c7) ref #14587 09 January 2016, 00:40:23 UTC
b2a1eba add -fPIC to julia-config.jl and update example in docs (cherry picked from commit e0d08ed4acb329e589cf1a18361115555d19e8dc) ref #14443 09 January 2016, 00:40:23 UTC
1e7853d Added test for new show() function for UDPSocket() (cherry picked from commit 09721f0c28831be1fdab9797b0485e007c48092b) 09 January 2016, 00:40:23 UTC
b901098 Fix show() error (cherry picked from commit 43c958380376bf053451caebe2529cd7e752ba56) ref #14325 09 January 2016, 00:40:23 UTC
b06c4ae Fix invalid documentation about eachindex - Fix incorrect statements - Use a deterministic example and so doctest could be used (cherry picked from commit 8267848d826fdaf9bd5959398ba252be02d3a6ac) ref #14254 09 January 2016, 00:40:23 UTC
727d41a license header for test/inline.jl 09 January 2016, 00:40:23 UTC
69df85a fixed issue #12620 (cherry picked from commit dec1d2983df549ee033be59397e5ba1e5bf22351) ref #14014 enabled all tests (cherry picked from commit 65855b0f526d79325bcd531f4a12da0978ee9fd0) fixed trailing whitespace (cherry picked from commit 5f7f559dd8c85eb56c2a4b0f66e2fc1a5b604bc6) 09 January 2016, 00:40:23 UTC
93235e8 test for #14245: `(let v = []; push!(v, length(v)) end) == [0]` (cherry picked from commit 932129250e31c85e091515881a13454edeb4e402) ref #14266 09 January 2016, 00:40:23 UTC
8402319 Merge pull request #14457 from JuliaLang/amitm/0.4_dictfinalizer workaround for a dict access from a finalizer bug for 0.4 09 January 2016, 00:36:13 UTC
2195260 workaround for a dict access from a finalizer bug 22 December 2015, 06:09:14 UTC
adffe19 Merge pull request #14359 from waldyrious/patch-1 minor tweak: OSX --> OS X [ci skip] 11 December 2015, 00:38:52 UTC
4181972 minor tweak: OSX --> OS X 10 December 2015, 19:57:36 UTC
926513f Replace a bunch of tabs with spaces found via: grep -n -P '\t' */*.c* */*.h* src/*/*.c* src/*/*.h* */*.jl */*/*.jl */*/*/*.jl (cherry picked from commit 2259b8c7fef64dc75862f5994c948cd178dfee60) 07 December 2015, 23:47:31 UTC
85e9b8d Increase the allocation threshold for #14173 test The old threshold causes this test to fail in MEMDEBUG mode (cherry picked from commit 78bc312de0dc0a3792db327d7edf897c8cc98d62) 07 December 2015, 13:47:13 UTC
4a85b18 use separate caches for 32 vs 64 bit by setting compiler delete all of julia-env and pcre2 since travis caching has issues with symlinks 07 December 2015, 07:36:48 UTC
2aa0a1a Begin the march towards 0.4.3 with a "pre" mark 06 December 2015, 21:49:24 UTC
bb73f34 Tag v0.4.2 06 December 2015, 21:47:01 UTC
4f951cf Merge pull request #14186 from JuliaLang/tk/backports-0.4.2 [release-0.4, RFC] backports for 0.4.2 06 December 2015, 21:09:34 UTC
652d1de Travis caching adjustments for release-0.4 06 December 2015, 13:42:11 UTC
c490067 use sudo: false worker on linux travis with cached source build of deps ref #13569 (cherry picked from commit d7fc5d81a3ed42587bbd43413ef0518b4cf1af92) Only cache deps on Travis for master and release branches (cherry picked from commit 05301b9b8827b67d506f136e1d24eecb4d739bd9) leave old travis cache in place for non-master builds delete .pyc files from doc build (cherry picked from commit 005510711adc779ef47fa0586b3922b8d9c78ba4) 06 December 2015, 10:33:42 UTC
d0af15f Fix travis_fastfail.sh for null case when an old PR build gets restarted after some time, the travis API request might not return enough builds to include the most recent one for the PR, so the null result would incorrectly cause a 'superceded' fast-fail condition (cherry picked from commit 111f5e5a0d18be556060fb4f91a89505f9116ff7) 06 December 2015, 10:30:46 UTC
bea4d83 Only apply openblas patch on Windows (cherry picked from commit a4f2e2ec0b1cf2dbc59a134b08c2c2f49e5498b1) 06 December 2015, 10:30:46 UTC
09b44c2 add a test for reading 128 bit ints from RandomDevice (cherry picked from commit 358f2ef7af43aa7e4665c21fdb22bf81698f89b5) ref #14283 06 December 2015, 10:22:58 UTC
0a268e7 build with assertions enabled on appveyor (cherry picked from commit b0cf837b9cf26f25cc68d52b2fa24354be894c77) 06 December 2015, 10:22:46 UTC
f9d049b Ignore non-rst files when generating stdlib documentation Most importantly this skips backup files left by some editors, which otherwise confuse the script. (cherry picked from commit 98292947d60f7617593a742c72b4167fe9a8ecd6) ref #14250 06 December 2015, 10:21:51 UTC
2092e10 Merge pull request #14259 from zhmz90/reverse_release-0.4 Fix reverse(p::Pair) on release-0.4 04 December 2015, 03:31:05 UTC
d0f16d4 Fix reverse(p::Pair) on release-0.4 04 December 2015, 00:43:25 UTC
74dcb33 Also remove the problematic pointer case (cherry picked from commit b794bf9eb63b0f2f5d3159bc7fe1b9aa7eb317bd) 03 December 2015, 21:37:53 UTC
9f8ec24 Revert "preserve inline line numbers during inlining" This reverts commit 488fb5a5978589fec4e703203d333f27b859a4aa. 02 December 2015, 22:55:54 UTC
3202b54 Revert "fix #922 (wrong line numbers in error expressions) and remove old hacks around this issue" This reverts commit b8a6d771042add982a6a8739994c6f7dba2f4461. 02 December 2015, 22:55:54 UTC
fa54d22 Revert "Ignore line number node when counting expressions for inlining. Fix #13551" This reverts commit 617db6b7625acebb22361c63ab1d898fa3f1e1bc. 02 December 2015, 22:55:54 UTC
10defac Revert "Fix doctests" This reverts commit d8b91c6e42d6fa5aaec0f7c302539545db6fd354. 02 December 2015, 22:55:54 UTC
783c2de Don't declare something a long and pass it as a size_t The two are not the same on Win64, causing type intersection to sometimes return incorrect answers (not fun!). (cherry picked from commit b0e19c87380b88a7a907ab6227bcc4fdeb5bf3ab) ref #14223 02 December 2015, 22:25:07 UTC
74a3188 Fix nonportable shelling out use Dates module in Pkg.generate (already fixed in PkgDev.jl) temporarily add path to Git/usr/bin on Windows for tests that shell out ls in test/gitutils.jl iconv and perl in test/strings/io.jl cat in test/cmdlineargs.jl backport of b613309e0109001b33214a904acad8e266b07ca5 with a few additions for release-0.4 02 December 2015, 10:29:45 UTC
b938804 Adjust header comment in juliarc.jl (cherry picked from commit 1868fee0dde30ba3365ee528fbb8906e11cb1ced) 02 December 2015, 06:59:52 UTC
906288e Fix #14205, package installation on a network drive on Windows also see #12166 and https://github.com/git-for-windows/git/issues/554 and https://groups.google.com/forum/#!msg/msysgit/5J3ELvZND0s/2VPm-eUf0YMJ when doing a clone from a local bare repository, need file:// prefix for it to work correctly when on a Windows network drive this is only an issue on release-0.4, libgit2 on master appears to work correctly 02 December 2015, 06:28:11 UTC
084c906 Don't use shared pkg .cache directory any more on Windows The directory junctions created by `symlink` are proving too problematic with respect to network drives. This essentially reverts #7361. Ref #14026 and #14205. (cherry picked from commit 61d1087960185d76fd9b7542576a82a9dd01e72f) ref #14225 02 December 2015, 05:58:31 UTC
af1cd90 Comment out two assertions on elapsed time in pollfd test (cherry picked from commit 0bf41279a75a6b5380a49fac22cf797e8a8e6cdd) ref #14207 01 December 2015, 22:40:27 UTC
b8382ea fix #14159, suggest `using Base.Dates` instead of `using Dates` (cherry picked from commit f308703afc24d4486d46efeec7b4088e825457c9) 01 December 2015, 22:40:27 UTC
89386b4 fix #14027, deepcopy throws UndeRefError on some null Nullables (cherry picked from commit 8ad0d6ea5251f39699f0368eddc4e5dbdd15b2f2) 01 December 2015, 22:40:27 UTC
cbebbb7 Fix doctests for reversion of promote_op change 01 December 2015, 22:40:14 UTC
64f167f Take Git/usr/bin off the path on Windows to hopefully fix starting the binaries in Cygwin or MSYS2 ref https://groups.google.com/forum/#!msg/julia-users/tCfrhMWBEwk/K4-nde_1BQAJ adjust paths in spawn test so it still passes (cherry picked from commit a0197694cdd9b88d7607ae359b76650e7e17bbce) ref #14206 01 December 2015, 10:46:27 UTC
7c7c66f Revert "Use promote_op in broadcasting and matrix multiplication" This reverts commit e1a37492ff1053b114f8cb1fc2d135d25e3669a1. This change causes failures in NullableArrays, SALSA, and possibly elsewhere. Backporting can potentially be reconsidered in the future once more authors have fixed their code for 0.5-dev. 01 December 2015, 10:44:07 UTC
4c33ac6 Add an openblas patch to fix #14174 ref https://github.com/xianyi/OpenBLAS/issues/697 (cherry picked from commit cdb316c8f72f18ee6e6829792505ba3dd3136a07) ref #14203 01 December 2015, 05:59:05 UTC
4d20f12 Adjust to LLVM 3.8 API changes (cherry picked from commit 4e6d5023c389ce00eb52d87c5e46913a9b4d3c79) ref #14034 and #14202 01 December 2015, 05:56:59 UTC
2cba757 initialize temp_dir to empty in Pkg.init fixes `UndefVarError: temp_dir not defined` if the initial call to `mkpath` fails (cherry picked from commit 2b3ee1f82bfd7ee7ac874dfc1e22827a6c285d5b) ref #14199 01 December 2015, 03:25:49 UTC
1085429 Don't show object in whos (cherry picked from commit 7436aa5d9d136b5ba501ecdae67304e5ede3691a) ref #14177 01 December 2015, 03:25:23 UTC
8b3c67b fix error on exit for an invalid remote reference (backport of d546f9a95e12aef03db1d2ad4023c6e4634429e4) 01 December 2015, 03:24:18 UTC
bf4eeab Fix #13926 by also defining ENDCOLOR when VERBOSE=1 backport of 9be6d6b066d731c5b0f0f2dcd370f5c2db70028d 30 November 2015, 04:22:56 UTC
456f38d fix #12941: remove shutdown syscall from uv_shutdown using slightly different libuv branch for release-0.4 30 November 2015, 00:24:30 UTC
38be33e Quick fix for decompose(::BigFloat) on win64 TODO: add much more thorough tests for this (cherry picked from commit d5bbf4eb9d31feac7298446f0de87a135f58ea8d) 30 November 2015, 00:24:30 UTC
b3dd88b Tests for irrationals (cherry picked from commit 6145982b83b4c21855378ed76d07b641e44cc662) 30 November 2015, 00:24:30 UTC
back to top