swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
c8ceeef Tag v0.3.10 special JuliaCon edition 24 June 2015, 13:54:32 UTC
2016ace Update helpdb [ci skip] 23 June 2015, 22:15:45 UTC
67606c4 fix bug in GC bit masking on LLP64 platforms we were using ~1UL, which masked out high bits when zero-extended issue does not exist on master since the GC rewrite 23 June 2015, 20:13:43 UTC
00242a4 Reinstate gcc dlls from opensuse Cygwin's mingw-w64 package was rebuilt for --enable-dynamic-string, so now using julia built with cygwin's mingw works again with gcc dlls from opensuse, but we do need opensuse gcc dlls to work with winrpm packages 23 June 2015, 18:07:07 UTC
18c519f Merge pull request #11793 from JuliaLang/tk/backport11705 [release-0.3] Backport #11705, windows build instructions 22 June 2015, 10:58:55 UTC
27d5268 Merge pull request #11786 from JuliaLang/yyc/fix-11772-backport Backport of #11773 21 June 2015, 17:48:00 UTC
922f5dd Reluctantly put back conventional windows python installation separate installers are annoying, but MSYS2 python does not play well with virtualenv (cherry picked from commit 062fb9d6fed642e2776e0add156663aee4e14b3a) Conflicts: README.windows.md 21 June 2015, 00:32:59 UTC
9af5006 add release-0.3 branch to clone commands 21 June 2015, 00:31:31 UTC
5943c05 Rewrite the MSYS2 build instructions testers needed! Rewrite cross-compiling instructions to use docker and opensuse 13.1 and fix markdown lists Vagrant instead of Docker adjust msys2 setup steps Test with msys2's python2 Remove path recommendation, not really needed any more [av skip] (cherry picked from commit 709b8f4dd374d50c1f523d325fd9276b43d4c23b) Conflicts: README.windows.md 21 June 2015, 00:26:14 UTC
8de9241 Add a script to download mingw-w64 toolchain from opensuse Partially fix using the opensuse toolchain from cygwin Only create junction to includes if it does not exist yet (cherry picked from commit 690a37606e4b808e56fb5a76514b8ebe0b399a7c) Conflicts: deps/Makefile 21 June 2015, 00:17:04 UTC
05ce79c Make winrpm.sh crawl package dependencies and no longer always cd to dist-extras and explicitly check for its own dependencies (cherry picked from commit acb3e683bdbf50e06e69e61dab6170a4ab542fa9) ref PR #11705 21 June 2015, 00:15:48 UTC
a4b5c0e Check if argument is NULL in jl_f_apply. Fix #11772 20 June 2015, 16:23:09 UTC
ae690ec win64 also does not emit valid relocations for __chkstk on llvm33 either Conflicts: Makefile src/codegen.cpp 20 June 2015, 03:29:36 UTC
2c2e696 add tips to optimize parallel execution. [ci skip] (cherry picked from commit d14f7d3c1835b7d8b2c18882b0f247da6565502f) ref PR #11706 19 June 2015, 02:17:34 UTC
426c5be speedup @everywhere (cherry picked from commit bf9b491cafe110b86f76c29d21411cb1fd75ae85) ref PR #11687 18 June 2015, 23:30:24 UTC
c17feba Make winrpm.sh preserve paths when extracting downloaded cpio [av skip] (cherry picked from commit f3a6461215ba2f8ce4a7ace7923503aa6f8f6ecb) 18 June 2015, 01:41:02 UTC
2697407 Partially revert 0a629d5b1dcc63b4798eeccba1c5a29e997061ed don't get gcc dll's from opensuse, this will hopefully fix llvm-config on appveyor but may break zmq and ijulia on win64 nightlies need to figure out how to get mingw gcc itself from opensuse to fix this long-term (cherry picked from commit 997c8d8f35f01d40908e1c49c10b150095027cdb) 18 June 2015, 01:40:19 UTC
4ff0a21 fix #10636, stack overflow serializing after workspace 17 June 2015, 23:25:29 UTC
1796a36 win32: avoid emitting calls to _chkstk on LLVM33 Conflicts: src/codegen.cpp 16 June 2015, 21:42:59 UTC
ed2c28c fix win32 mcjit build (it *does* need the same GOT as win64) 16 June 2015, 21:39:58 UTC
210174a fix a spot in gc.c that probably needed gc_typeof 16 June 2015, 21:38:56 UTC
5f21433 Merge branch 'release-0.3' of github.com:JuliaLang/julia into release-0.3 16 June 2015, 16:35:34 UTC
27005a1 fix variable rename from merge: jl_options -> jl_compileropts 16 June 2015, 15:48:49 UTC
585dace fix win32 build (it doesn't need the same GOT as win64) 16 June 2015, 15:01:45 UTC
3849b91 windows: add __declspec(dllimport) attribute to functions and variables that are getting read from libjulia.dll this fixes linking of sys.dll with msvc link.exe and fixes relocation of sys.dll to 64-bit addresses Conflicts: src/alloc.c src/cgutils.cpp src/jltypes.c src/task.c 16 June 2015, 15:01:18 UTC
c8804e8 Fix sparse matrix nits, fixes #9917, fixes #11032 (cherry picked from commit 2fedc274232bdf944dcc86eb05265852de7d1262) ref #11408 Conflicts: base/sparse/sparsematrix.jl test/sparsedir/sparse.jl 04 June 2015, 13:19:09 UTC
9559826 Merge pull request #11494 from JuliaLang/anj/herkbp Backport 54bdb48e22787c041264eb21c4e5dac8f21f09d1 01 June 2015, 09:55:11 UTC
80dd75c Begin the march towards 0.3.10 with a "-pre" mark 30 May 2015, 11:26:22 UTC
31efe69 Tag v0.3.9 30 May 2015, 11:24:10 UTC
26fdf4e Backport 54bdb48e22787c041264eb21c4e5dac8f21f09d1 29 May 2015, 20:59:30 UTC
869a90b make release-candidate slightly more windows-friendly 29 May 2015, 06:12:08 UTC
1dfdc0c Fix line numbers in doctests 29 May 2015, 06:11:49 UTC
91d81ac fix #10680, some method definition error cases Conflicts: src/module.c 28 May 2015, 15:24:16 UTC
6b0d0e4 Add checksum note to release checklist 27 May 2015, 04:50:33 UTC
a388505 Merge branch 'release-0.3' of github.com:JuliaLang/julia into release-0.3 26 May 2015, 14:16:01 UTC
d296fc6 fix #9474 (missing parens in expr show for ::, :, etc) (cherry picked from commit 52193154ec1abc60f2bf6736d38665aab286b306) closes #11346 Conflicts: base/show.jl test/show.jl 23 May 2015, 14:39:06 UTC
a946283 Speed up Pkg.update() by adding a vectorized version of Git.iscommit() and using it in Cache.prefetch(). (cherry picked from commit f5cd1e38707acdf70412afa8060f3c2857ba204f) ref PR #11137 23 May 2015, 13:06:28 UTC
8418a3a Merge pull request #11344 from JuliaLang/cb/backport_fast_publish backport of fast Pkg.publish 20 May 2015, 15:14:21 UTC
1dfb72f Pkg: avoid some expensive pruning in sanity_check (cherry picked from commit 8d57d4487a78462c0c6b22b3b60a55bdb4d17867) ref PR #10417 Conflicts: base/pkg/resolve.jl 19 May 2015, 08:50:22 UTC
d26b617 Slighlty safer version of greedysolver (does not assume pruning) (cherry picked from commit 2d7a15ef5c0209df2baf84d1c53476e1391a8729) ref PR #10417 19 May 2015, 08:47:07 UTC
cd63f27 Small optimizations in Pkg resolve code (cherry picked from commit 4fecd7d64f886d3f64c1d94fc041cb2744775958) ref PR #10417 19 May 2015, 08:44:01 UTC
69ccb34 Pkg: implement greedy solver (cherry picked from commit 3b2b78bc55e32928493ac83c70684a3adb04be86) ref PR #10417 19 May 2015, 08:41:02 UTC
476d326 Special-case zero VWPreBuild in versionweight.jl backporting note: removed inline annotation (cherry picked from commit 090ee1775f03fb07980de61978e86eab95332ffa) ref PR #10396 19 May 2015, 08:38:22 UTC
69910fc Faster Pkg.Publish() just check metadata on affected packages (cherry picked from commit 8489c9a6cbc3ca6cd4b185f588bab3a5fed705e9) ref PR #10396 Conflicts: base/pkg/query.jl test/resolve.jl 19 May 2015, 07:56:53 UTC
441f3f2 Remove unnecessary (and unused) array allocation (cherry picked from commit 4d49c00bb881c80cf587e247289449b0c16de954) ref PR #10323 19 May 2015, 07:22:39 UTC
7a1bba7 Fix type instability in Array setindex! (Cherry-picked from commit 0ef256c1846e226b51a6a87d6f777407a91b5d1a; cf. f8973cbf5620deb92be784a670d70543d2f5f29e) 18 May 2015, 15:36:41 UTC
5d184b8 log: make log(b,x) promote b and x when their types don't match. (cherry picked from commit 2f9efc2b18de63c62894a4c97b721ca358b13b41) ref PR #11269 Conflicts: test/math.jl 18 May 2015, 02:12:10 UTC
4d66b75 Tests and bugfix for sharedarrays (cherry picked from commit 7cbbfd2eb2765a71058e4197c0e575a52ad8078c) ref PR #11252 reshape(d,(50,)) throws ErrorException on release-0.3 18 May 2015, 01:47:07 UTC
556e4b7 Tests for #11170 backporting note: need different syntax for this on release-0.3 (cherry picked from commit bf784a57d82290fed3e1f2f15cf83238955f17e1) Conflicts: test/sysinfo.jl 14 May 2015, 06:11:00 UTC
b1e665c Fix #11170, accessing empty env var on Windows (cherry picked from commit 2a86ef11d74fcd744ab576179030ed4e223da1e1) ref PR #11210 Conflicts: base/env.jl 14 May 2015, 05:59:23 UTC
68969d7 Conversion, binary op tests for special types and bugfix (cherry picked from commit 5bac694da6e063dc5c819c4760c7a0df12aced7d) ref PR #11197 Conflicts: test/linalg4.jl 14 May 2015, 05:36:24 UTC
7c42e5a fix #8799 (mod2pi test failure w/ intel compilers) (cherry picked from commit 3ab9af16015b23426c0936bbe73a6d4007c32040) Conflicts: deps/Makefile 14 May 2015, 02:23:13 UTC
66f081d Fix #9871 by making jl_substrtod whitespace-tolerant (cherry picked from commit 64e2dbdf233d3822fa6f8046596a33f42440a730) ref PR #9783 Conflicts: test/strings.jl 09 May 2015, 08:36:13 UTC
9f5c560 Fixed broken exception in TriDiag LU and added tests (cherry picked from commit c9f0efd62f7da0fc0ce0bf93d77e234a8a7e244b) ref PR #11146 Conflicts: test/linalg/lu.jl there are unfortunately far too many missing methods on release-0.3 to properly backport most of the added tests here 09 May 2015, 08:09:34 UTC
7fe8d2c Tests and bug-fix for linalg/bitarray.jl (cherry picked from commit 12f440435f3f548d4061aea9381fa3606ef39bc9) ref PR #11144 findmax and findmin on an empty bitarray throw ErrorException instead of ArgumentError on release-0.3 bitrand was called randbool on release-0.3 09 May 2015, 07:15:25 UTC
97a9b58 Added tests for untested methods in BitArray (cherry picked from commit 4ee0c1f05eea267c26f86dca68352585cb1e8341) ref PR #10375 09 May 2015, 06:50:18 UTC
e75612c Merge pull request #11147 from JuliaLang/fix11117 Fix #11117 07 May 2015, 16:22:29 UTC
222207f fix #11117: change gf assert to jl_error 07 May 2015, 02:52:04 UTC
f5e0074 bugfix: sendfile did not close files on exception (cherry picked from commit 4ff969f2b211e91090de2734feed510f1d799808) ref PR #10994 Conflicts: base/fs.jl use error instead of ArgumentError for release-0.3 to avoid changing the thrown exception type here 04 May 2015, 04:56:21 UTC
127c4b9 fixed `cumprod` and `cumprod!` (cherry picked from commit ec2ed8fdc33cb2e36604e3075f0b8da4792363ea) ref PR #11080 added test for cumprod (cherry picked from commit bb7ad6c7309128b503a26fa0d3e3dc543418b83b) 04 May 2015, 04:25:03 UTC
c5a3dbe Bump virtual disk size of .dmg for mac app 03 May 2015, 22:26:56 UTC
fdb8b17 Merge pull request #11082 from jgoldfar/patch-1 Update base.rst: single-letter typo fix 01 May 2015, 16:05:52 UTC
0902cf2 Update base.rst: single-letter typo fix 01 May 2015, 15:44:39 UTC
dfab0ce Begin the march towards 0.3.9 with a "-pre" mark 30 April 2015, 23:45:09 UTC
79599ad Tag v0.3.8 30 April 2015, 23:40:51 UTC
0aea628 rebuild helpdb.jl 30 April 2015, 22:39:46 UTC
cd59796 Fix line numbers in doctest [ci skip] 30 April 2015, 21:27:07 UTC
a6efa59 Fix #10970. Allow LU factorizing non-square sparse matrices. (cherry picked from commit d354afc06b9d719c48427916993a56f3d2be35cb) ref PR #11025 30 April 2015, 16:41:39 UTC
69e04da Disable homebrew caching, getting 504s on Travis for release-0.3 29 April 2015, 09:46:29 UTC
5c9a8b8 Merge branch 'release-0.3' of github.com:JuliaLang/julia into release-0.3 28 April 2015, 15:33:47 UTC
5078421 Don't run a few tests which fail on XP repl tests freeze otherwise, the fix in libuv for #7082 does not work on XP (cherry picked from commit 8cf5881fcf98de3047f98f2c5e44e822f9bf3350) 28 April 2015, 09:05:43 UTC
d84675a Fix @windowsxp_only macro the previous version of this macro was hard-coding the result of windows_version() from the build machine, and the buildbots are all newer than XP so this was not working correctly (cherry picked from commit 8e68fe2d419fc0086c5a565cdc6a1f2e0cacdce8) ref PR #11018 28 April 2015, 09:03:33 UTC
ddbaa20 Correct description for return value Pkg.dir() Update pkg.rst Update pkg.rst Update pkg.rst 27 April 2015, 13:08:52 UTC
e1f4f7d Merge pull request #11019 from JuliaLang/tk/backport-10991 [release-0.3] backport #10991 and #10948 26 April 2015, 18:56:02 UTC
8eafd07 (fixes #10919) Fixes error in utf16() with handle Unicode characters > 0x100000 (cherry picked from commit 054aeb06759776fdb60fa49e08ea2c235fb8c959) ref PR #10948 Conflicts: base/utf16.jl test/unicode.jl 26 April 2015, 16:39:08 UTC
4bcefc0 Run unicode test on Windows 26 April 2015, 15:58:10 UTC
517db08 backport 592f3d5aa4d9566e1f89e43ba46ecf2474a249c1 and part of 2949b1e13748e1a5acfcde6838712cf6c670fab0 26 April 2015, 15:57:41 UTC
b192bf0 fix #10958: buggy handling of embedded NUL chars (cherry picked from commit 1d90e973869075a2bd4476dda3c6480a4fce9aa2) ref PR #10991 Conflicts: base/string.jl base/utf8.jl base/utf8proc.jl test/unicode.jl 26 April 2015, 15:03:22 UTC
2cc7c9d hex2num: fix OverflowError and improve tests hex2num tried to parse the given string into a 32/64-bit signed integer, which caused overflow if the IEEE float's sign bit was on. (cherry picked from commit c4bf7289ff254260c43c10dc5809138dc46e9ef2) ref PR #10826 Conflicts: base/floatfuncs.jl test/numbers.jl 20 April 2015, 10:06:42 UTC
0df962d Merge pull request #10864 from ypeels/patch-2 doc: subject/verb agreement 17 April 2015, 18:08:58 UTC
da2a669 doc: subject/verb agreement 17 April 2015, 17:27:19 UTC
8b8c8c8 Fix error: 'cl' has not been declared 17 April 2015, 04:47:48 UTC
b940fdf attempt to actually set -disable-copyprop attribute correctly 17 April 2015, 02:15:56 UTC
83b52f9 Fix #10838 This patch restricts the efficient short-circuit implementation only to `AbstractArray{Bool}`, for reduction with `&` or `|` over general arrays, e.g. arrays of bool arrays, it simply falls back to the general implementation, which works fine. reduce with `|` and `&` passed for arrays longer than 16. backported from 0a9f6c9a5e31 and a54e9d5d90cb. 16 April 2015, 19:19:35 UTC
b9406cc vi editor should work w/line numbers This should disable "Unknown editor: no line number information passed." warning. (cherry picked from commit 0fab858fdae0e245afe8998998507e8570667d5e) ref PR #10771 16 April 2015, 14:20:45 UTC
3d8668c Allow MacVim to be treated the same way as Vim (cherry picked from commit 9d65fb732d706097955a1a0abbb10c74959f178b) ref PR #10012 16 April 2015, 14:15:57 UTC
d39dd1b Backport fix of pinv(0). 16 April 2015, 11:07:37 UTC
cfa638f copyprop pass seems to be broken on windows (ref #10394) 15 April 2015, 05:30:23 UTC
343657a Fix #10813 squeeze of a sparse matrix throws an error. (cherry picked from commit f8e343eb80bb2936ffc81064d4bdc197ba26598f) 14 April 2015, 19:26:00 UTC
a18af00 Backport 4f95412264c3af23b1f44c2d872c1d2f196535d8 14 April 2015, 15:06:22 UTC
cf0f2c6 Merge branch 'release-0.3' of github.com:JuliaLang/julia into release-0.3 07 April 2015, 19:45:50 UTC
af187c5 Fix --track-allocation on Windows, 0.3 edition 25 March 2015, 14:33:31 UTC
dcf61ab Begin the march towards 0.3.8 with a "-pre" mark 23 March 2015, 21:40:53 UTC
cb9bcae Tag v0.3.7 23 March 2015, 21:36:21 UTC
dc205bc Update NEWS and helpdb 22 March 2015, 21:13:25 UTC
9cc3666 fix spdiagm to promote all the element types, rather than just using the first element type (cherry picked from commit c3cc302da807d1f8bace5685313937e1bb56838c) ref PR #10590 22 March 2015, 09:26:06 UTC
0404187 clarify what evalfile does [ci skip] (cherry picked from commit e80108ab1037d7c712419486a68f0d4763c8fdbe) ref PR #10518 22 March 2015, 09:22:10 UTC
4d1b751 fix #10411, fix #10407 (cherry picked from commit c3b8ba20a0b4409164cc88034bcce34f0e1cf987) ref PR #10418 Conflicts: base/sparse/sparsematrix.jl test/sparsedir/sparse.jl 19 March 2015, 08:50:36 UTC
a03a472 Merge branch 'release-0.3' of github.com:JuliaLang/julia into release-0.3 17 March 2015, 15:06:27 UTC
b55539a deepcopy: recurse through immutable objects with mutable fields. (cherry picked from commit 58076584ab90e76902301193969a43bedd9f2fe1) ref PR #8560 deepcopy optimization: return bits types immediately. (cherry picked from commit 8b0d0f6fb69b219622f2f731efddf6f9f2f628ab) deepcopy: update NEWS.md and docs. (cherry picked from commit 4837f35ef3989076853220919d9e843a786befed) Conflicts: NEWS.md 11 March 2015, 07:47:53 UTC
back to top