https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
c03f413 Tag v0.3.1 21 September 2014, 21:30:46 UTC
3e3d1e1 update helpdb.jl 21 September 2014, 18:34:23 UTC
f1716a3 Document eigenvector format. Closes #8383 - Documentation for eigvecs and eigfact now explain that eigenvectors are stored in columns of F[:vectors]. - Also added output type annotations for eigvecs and eigfact. - Minor language cleanup - Add line breaks Backport of 542cf9d93eaa95e4 20 September 2014, 16:26:22 UTC
b57d442 fix eigfact doc Backport of 969539267f6dc9d2cf 20 September 2014, 16:25:44 UTC
940e7a4 use https download url for gmp this was the only dependency url using ftp:// Backport of 8ac035be3a 20 September 2014, 10:00:34 UTC
2af3922 Merge pull request #8421 from simon6689/patch-1 fix typo in faq 19 September 2014, 23:19:54 UTC
457165e fix typo in faq 19 September 2014, 22:30:21 UTC
339df3f Correct signbit documentation Backport of 9fa2c99 ref: #8414 19 September 2014, 19:41:57 UTC
3cbefa0 additional zeros and ones usages added to manual added undocumented ones and zeros usage to stdlib Backport of 6b81eae for #8387 19 September 2014, 09:00:19 UTC
a6e6835 fall back on apropos if help fails; partially fixes #8262 Backport of d31073a7cf912a9e2a6a60b0320941e43f0a7bff for #8327 19 September 2014, 08:57:14 UTC
3700cac Merge pull request #8396 from edsfocci/patch-1 Change backslash to forwardslash: Unix file path 17 September 2014, 21:48:11 UTC
6c7630b Change backslash to forwardslash: Unix file path 17 September 2014, 21:10:14 UTC
3204b17 allow quoting all reserved words using `:` and no space. fixes #7872 Backport of 3ce42988a03f for #7872 17 September 2014, 18:17:08 UTC
364a0b9 fix bounds bug in getindex(a:b, c:d) with c<1 And more laconic Julia. Commit 646fe6b3 eliminated a non "redundant bounds check", which is here re-introduced via `check_indexingrange` function. Backport of: 55e902038b308f3622ccb10258cbd473c3df01ae PR: #8351 17 September 2014, 13:05:48 UTC
85646a1 Fix OPENBLAS_OBJ_TARGET on Linux. Standardize openblas library symlink rule Backport of af25f89522082304d8cdcb2b5a0b9482dffac583 Backport of d7014a5e4d9bbe392f491a2882895afa35de4500 PR: #8361 17 September 2014, 12:47:26 UTC
37c4f33 add docs for readall(filename::String) Backport of: 24a6354a8a0faa00c4335d70da025d69ac57fa3f PR: #8340 17 September 2014, 12:44:41 UTC
393fdc5 added built-in exception UndefVarError to manual Backport of a8c4ad3ea55d2cb9602cac9c3b32fba32bbb5ac9 see: #8386 17 September 2014, 09:46:52 UTC
f0214c3 Fix find() when called with function and non-StridedArray The previous code expected testfun to be vectorized, which does not match the behavior of other methods, nor the documentation. Especially visible when passing a sparse matrix. Always return an Array rather than an object similar to the input, because it makes no sense to return a sparse vector. Remove the method matching any object so that an error is raised rather than returning incorrect results on non-AbstractArray (e.g. Set). Backport of: ae641c9d33 Issue: #8323 16 September 2014, 19:04:28 UTC
ddaa046 Fix tab completion segfault in reverse search Backport of 6145e2246e8 for #8315 16 September 2014, 15:08:24 UTC
cb60fc8 fix #8338, syntax bug in 1-line function def with keyword args 15 September 2014, 21:16:12 UTC
6260d48 Merge branch 'release-0.3' of github.com:JuliaLang/julia into release-0.3 Conflicts: VERSION 15 September 2014, 21:15:32 UTC
efdb562 Remove promotion methods for Ax_ldiv_B(UMFPackLU,VecOrMat) in favor using the fallback verions. 15 September 2014, 17:34:13 UTC
d21cbc2 fix #8341, parser hang on EOF during character byte sequence Backport of cfd60f1 15 September 2014, 12:36:59 UTC
4db4331 Specify ::IO for writemime. backport of ce4c7a33effdfcd9ce5f1a2c9766db3fb45dcb18 See #8352 15 September 2014, 12:33:29 UTC
7edddb0 Fix #8257 This version of `rand(r::Range)` and `rand!(r::Range,a::AbstractArray)` uses getindex instead of trying to calculate the exact value of the range. This is good because we avoid duplicating the getindex logic in `FloatRange` Also added tests, and fixed a small issue in `in(v, r::Range)` where two calls to step() is not needed Backport of 48f27bc61034c8e9b44fc63b1f5c047f02b130e8 PR: #8273 15 September 2014, 11:17:26 UTC
e91de92 Doc fix rand(r) works also when r is a StepRange replace Range1 by UnitRange Backport of #8281 15 September 2014, 11:12:49 UTC
fc184a0 Packages incompatible with your Julia version If a package doesn't have any tagged versions compatible with your julia version, it complains that ```julia FixedPoint's requirements can't be satisfied because of the following fixed packages: julia ``` It seems confusing to consider julia a fixed package, so I changed the message to. ``` ERROR: FixedPoint can't be installed because it has no versions that support 0.4.0-dev+473 of julia ``` Backport of 5e29071c9582dddf94f6bac3550cfeebc68911a5 ref: #8271 15 September 2014, 10:56:07 UTC
de97ddb Update links for SuiteSparse Apparently Tim Davis moved from Florida to Texas A&M Backport of 8b5aed0156352de6 15 September 2014, 07:37:13 UTC
7ffbb05 add zlib and expat in the right section of LICENSE.md Backport of 3b2269d835e4 14 September 2014, 19:50:50 UTC
8c0f83e link to utf8proc for release-0.3 branch still using upstream instead of mojibake here 14 September 2014, 14:53:48 UTC
cafcd8d clarify cholmod and umfpack license info 14 September 2014, 10:32:06 UTC
c958500 improve and clarify LICENSE.md. ref #8248 - update to remove stuff we no longer use, bump version numbers - clarify what the MIT license applies to - introduce separate sections for different styles of use. for example patchelf is an external program julia doesn't depend on, and some things are used only by the standard library. 14 September 2014, 10:31:41 UTC
8c1b105 Fix hangs and segfaults when egregiously long symbol is used. Backport of #8241 08 September 2014, 12:46:35 UTC
2af1da5 checks for sparse matrix construction with I,J,V fixes #8225 Backport of #8230 08 September 2014, 12:32:32 UTC
7e412cc fix #8252, `eval` after `workspace` Backport of c1a6b391 for 0.3.1 ref #8252 07 September 2014, 19:45:02 UTC
86c5fe3 Fix #8243 and add scalar division for Triangular 06 September 2014, 19:45:00 UTC
929d12f Revert "Add bounds checking to IOBuffer seek, skip code" This reverts commit 57dd7559c4dc9c99a4f2204e66fb743315cbb29d. Reverts #8229 04 September 2014, 19:33:54 UTC
57dd755 Add bounds checking to IOBuffer seek, skip code Backport of #8229 04 September 2014, 14:33:40 UTC
1a9413e fix #8213, map with >2 tuple arguments Backport of 3ca78cdaae1 for the 0.3-release branch 02 September 2014, 18:16:46 UTC
77c15f9 Fix documentation for trsv and trsv! 31 August 2014, 17:39:27 UTC
795bc31 Delete base/comparison.jl Backport of https://github.com/JuliaLang/julia/pull/8169 28 August 2014, 08:46:26 UTC
1c757b1 Merge pull request #8150 from tkelman/backports2 More backports to release-0.3 26 August 2014, 20:37:47 UTC
6fde7df partially address #8084, win build failure after make cleanall due to missing openlibm.a - a few other makefile rules still need to be made more robust 26 August 2014, 20:23:40 UTC
9355e9e win: fix #8079, over-aggressive uninstaller Uses part of the solution in http://nsis.sourceforge.net/Uninstall_only_installed_files to delete files from a pre-defined list of package contents. Instead of hooking NSIS to generate that, take advantage of the fact that we know exactly what files exist. 26 August 2014, 20:21:23 UTC
9e6b228 Change IRC notifications from #julia to #julia-notifications There was some desire to keep the main channel less cluttered by travis notifications. 26 August 2014, 20:20:21 UTC
bb17911 Oh DYLD_FALLBACK_LIBRARY_PATH. How I love thee. 26 August 2014, 20:19:44 UTC
b3d6815 Let's try setting DYLD_FALLBACK_LIBRARY_PATH 26 August 2014, 20:19:30 UTC
320c6d5 fix mac travis the rest of the way 26 August 2014, 20:19:18 UTC
71cf832 Yep, openblas is keg_only now as well 26 August 2014, 20:19:05 UTC
4787345 I bet we have to do the same for arpack 26 August 2014, 20:18:55 UTC
33c1369 Now that suite-sparse is keg-only, show Julia where it lives 26 August 2014, 20:18:43 UTC
a9f37b6 Make `source-dist` tarball contain a top-level directory 26 August 2014, 20:17:19 UTC
00e4740 Silence `which` error output 26 August 2014, 20:15:17 UTC
ef69c86 win32: fix building with llvm-svn 26 August 2014, 20:13:47 UTC
91ba8a9 Do not overwrite LDFLAGS for libuv Conflicts: deps/Makefile 26 August 2014, 16:55:10 UTC
91f25ff Do not overwrite LDFLAGS for ARPACK 26 August 2014, 16:51:52 UTC
1f3df68 Don't overwrite CXXFLAGS for OS X Unwind library 26 August 2014, 16:51:45 UTC
2c5c5f2 Add fallback constructor for similar() on ranges that takes a dims::(Integer...) argument. This allows similar to work on ranges where the return type on size() doesn't necessarily equal Dims::(Int...). Fixes #7709. 26 August 2014, 16:38:23 UTC
d15396d changes chooseproc behavior so that we start from master+1 pid right now with addprocs(>3) we start allocating work to process pid 3 before wrapping around. This change just starts allocating work to process 2 (worker 1) which should be more intuitive. See #8105. 26 August 2014, 16:37:31 UTC
0da083b Rename LIBS variable to avoid naming conflict If the initial environment contains a variable LIBS, then the top-level Makefile exports it to deps/Makefile, which then makes libuv/configure fail. 26 August 2014, 16:27:03 UTC
91947c2 Merge pull request #8143 from scheidan/patch-1 GLM formulas do not have to be escaped anymore 26 August 2014, 16:10:57 UTC
1149448 GLM formulas do not have to be escaped anymore 26 August 2014, 13:50:02 UTC
b3ee6b4 Pay homage to sequential iteration using "in" ... as suggested (here)[https://github.com/JuliaLang/DataStructures.jl/pull/52/files#r16639180] 26 August 2014, 05:13:34 UTC
a3e7c04 Merge pull request #8122 from tkelman/backports Backport fixes for #7318, #8076, #8094, and #7983 to release-0.3 25 August 2014, 18:52:56 UTC
b7072c5 should fix #7983 25 August 2014, 15:12:21 UTC
fb697b7 Quotes in C locale (always available) work best. 25 August 2014, 15:12:02 UTC
8a0f6aa Don't let "C:\\<tab>" kill the REPL. 25 August 2014, 14:41:41 UTC
2aa9f3e Don't tab-close " when content is a dir. 25 August 2014, 14:41:23 UTC
48e6d2f Works when completing noncompleteable strings. 25 August 2014, 14:41:14 UTC
47d3ecf REPL tab don't double " (Fix #7318) Also removes a small amount of code-duplication. 25 August 2014, 14:41:05 UTC
0f90ac8 Merge pull request #8107 from lbenitesanchez/patch-1 Update latin spanish 25 August 2014, 13:38:57 UTC
853644c Fix randmtzig_randn and randmtzig_exprnd methods for dsfmt state argument. Move randmtzig code to Random module 24 August 2014, 17:00:53 UTC
37af970 Update Package Development documentation 24 August 2014, 16:28:17 UTC
db4eaa3 Update latin spanish 24 August 2014, 02:41:16 UTC
fa16b48 fix #8067, stack overflow on >1 argument to help() 22 August 2014, 21:16:26 UTC
007067a s/bounds-check/check-bounds/g in NEWS.md 22 August 2014, 15:49:35 UTC
a57a612 Merge pull request #8085 from my-little-repository/patch-1 fetching 0.3 sources 22 August 2014, 11:13:21 UTC
9a2423a update fetching 0.3 sources This is the readme of the 0.3 version, hence we should clone the release-0.3 branch if we want to build from source. 22 August 2014, 11:08:10 UTC
1628f64 some FreeBSD fixes (closes #8053) 21 August 2014, 18:39:40 UTC
be98bc4 Bump version to 0.3.0-pre in preparation for incoming bugfixes/backports 21 August 2014, 02:54:34 UTC
7681878 Tag 0.3.0 final 20 August 2014, 20:43:16 UTC
584c9a0 Cleanup `make dist` * No longer install anything related to libuv with `make dist` * Use custom `install` imposter; copy symlinks correctly to drastically reduce `make dist` size. 20 August 2014, 20:43:16 UTC
bab9636 Check arguments in syevr! for arguments related to requesting a subset of the eigenvalues 20 August 2014, 18:47:41 UTC
5d865fe docs: use Integer instead of Int in type constraints Backport of #8052 to 0.3-release 19 August 2014, 08:02:11 UTC
4b31fdf Fix #6757 this issue is quite subtle and originally I had assumes it was a bug in LLVM, because it heavily depends on which optimizations are enabled, but it turns out that it's actually a missing annotation in our IR. Before I describe what the underlying issue is, there is a similar description in the commit by @isanbard when this was originally found (in Clang, I presume) at [1]. The dlm_fill function has an interesting pattern, where, when it can't parse the given data with the requested type, it will try again by calling itself with a more generictype. This and the call to store_cell however, go through dynamic dispatch, so the dims tuple that is passed in unboxed, needs to be reboxed for dynamic dispatch. The problem seen in the original issue stemmed from the fact that the dims tuple, which was originally passed in as (2,2), suddenly became (1,2) for the second call. This happened by the following mechanism: dims=(2,2) gets passed in via XMM0 and gets almost immidiately spilled to the stack. Sometime before the generic call to store_cell (and potentially eariler functions), dims is reloaded from the stack slot in order to extract the components and box them individually for the generic call. At this point LLVM thinks that there is no use for the original stack slot in which dims was stored anymore and proceeds to reuse it (the optimization pass responsible for this is StackSlotColoring). We now get to store_cell, which throws an exception that longjmps us back to almost the beginning of dlm_fill where dims was still in the stack slot. However, said stack slot has been overwritten, thus causing the corrupted dims tuple in the second go-around. The solution to this on the llvm side is shown in [1] below, i.e. simply disabling the StackSlotColoring pass. However, this check did not fire on our IR, because we weren't marking the call site as return twice. For better or for worse, LLVM requires most attributes to be duplicated on the call site as well as the callee (where we had already set this attribute). [1] https://github.com/llvm-mirror/llvm/commit/5edfbdc9635405fe601d6d4645443d3a38c5e7b7 18 August 2014, 18:39:52 UTC
4da495f Fix #8025 (findfirst(::Function,::BitArray)) 17 August 2014, 02:08:37 UTC
e844f0c Tag v0.3.0-rc4 15 August 2014, 04:01:04 UTC
091fba9 Fix check for SSSE3 in when loading system image 15 August 2014, 04:01:04 UTC
70f4091 Fix check for SSSE3 in when loading system image 14 August 2014, 19:18:40 UTC
7ce313d Tag v0.3.0-rc4 14 August 2014, 18:12:26 UTC
042ab87 microbench: run Java correctly Also adds Java to the HTML table that is generated 14 August 2014, 02:52:07 UTC
2e6caae microbench: update node -> nodejs executable name 14 August 2014, 02:52:07 UTC
a2232fb microbench: label GCC -> gcc 14 August 2014, 02:52:06 UTC
6c2cab7 fix a memory corruption bug in flisp found by @jakebolewski in #7977 map was keeping pointers to the stack, where it was possible for the stack to be reallocated and moved. 14 August 2014, 02:20:04 UTC
0a5db5f don't pass ClearAllForwardings when establishing an SSH tunnel. fixes a regression in ssh tunneling 13 August 2014, 16:01:55 UTC
e8eec5a update helpdb 13 August 2014, 05:42:47 UTC
e617bb8 fix a compiler front-end performance bug This was causing the lowering pass to be run twice on method definitions, which takes, well, twice as long. This is really embarrassing, but I'm going to commit it anyway. 13 August 2014, 05:33:32 UTC
6bc872b fix #7955 13 August 2014, 05:32:38 UTC
d174488 improve help for some operators. ref #7819 I'm fairly sure left and right division were swapped. 13 August 2014, 05:32:04 UTC
e07c670 Add RPATH_ORIGIN analogue to OSX as well 12 August 2014, 21:49:59 UTC
back to top